- Fix error when depth is specified and deps have been excluded.
- Add --exclude option to remove dependencies from graphs.
- Fix parsing of newer Cargo.lock files
- Move to structopt
- Extract main logic into separate library.
- Add two functions to external API:
get_dep_graph
andrender_dep_graph
- Enable colored help
- Forbid unsafe code and add badge
- Fix bugs with Cargo.toml detection
- Update help output.
- Add --depth option to limit the size of graphs.
- Add --no-transitive-deps option to filter out edges of transitive deps.
- First (working) release of cargo-deps on crates.io.