Maturin's toml parser errors out on dotted keys in Cargo.toml
when building sdists
#541
Labels
bug
Something isn't working
Cargo.toml
when building sdists
#541
It looks like something in the sdist build process for Maturin doesn't understand dotted keys in toml files.
Apologies, but I'm on-call this week so I won't be able to dig through Maturin to see what/where for a little while, hence making a bug report issue instead of a fix PR.
Issue Template Q&A
Please provide the following information:
python -V
): N/A (abi3, PYO3_NO_PYTHON)pip -V
): N/A (same as above)pyo3
,rust-cpython
orcffi
): Defaultcargo build
work? Yes./
)? Repro'd on macos and linux.Please list the exact steps required to reproduce your error with all command output and if possible with a repository:
lib1
crate refer to the other by path using dotted keys, like so:The text was updated successfully, but these errors were encountered: