- Print
cargo metadata
error message rather than panic #30
- Support Rust 1.60.0
- More styling
- Support renamed optional package
- Breaking Add
target
option to set[target]
section (https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies) - List features now also print optional dependencies
- List features now have stable order
- Fix some documents
- Let all tests check their outputs
- Fix #23
- Fix manifest description
- Fix wrong behavior with
+default
#21 - Update toml_edit to 0.6.0
- Support {en, dis}able default features
- Support nix build
- Set default dependency command
+
- Support target dependencies
- Using
^
for remove feature command