v0.10.0
- Add handling for Rust crates
- Automatically download the packages referenced in a given
Cargo.lock
file. - Parse the metadata of
Cargo.toml
files.
- Automatically download the packages referenced in a given
- Allow setting the log level for the CLI.
- Add option to prefer/download source distributions from PyPI instead of wheels.
- Migrate from
setup.py
topyproject.toml
. - Add Read the Docs configuration.