cargo-tree
cargo-tree copied to clipboard
What do you think about adding support for workspaces? I have a workspace project with multiple crates in it, 3 of them produce binaries, the others are libraries and dependencies...
Bumps [semver](https://github.com/steveklabnik/semver) from 0.9.0 to 0.10.0. Commits See full diff in compare view [](https://dependabot.com/compatibility-score/?dependency-name=semver&package-manager=cargo&previous-version=0.9.0&new-version=0.10.0) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Adds the `-D `/`--depth ` option. Closes #60 Example: ``` ❯ cargo tree -D 1 cargo-tree v0.27.0 (~/Developer/cargo-tree) ├── cargo v0.39.0 ├── env_logger v0.7.0 ├── failure v0.1.5 ├── petgraph v0.4.13...
Uses the {f} format specifier. Example usage: cargo tree --format '{p} [{f}]'
Trying to run `cargo tree`, I get this error message: ``` error: Found argument '--filter-platform' which wasn't expected, or isn't valid in this context USAGE: cargo metadata --format-version For more...
I want to use `cargo tree -d` in a CI. It would be nice if cargo-tree exit with success (exit code 0) when there are no duplicates and exit with...
this fixes #51
I just upgraded to v0.28 and all that `cargo tree` does now is panic. It doesn't matter if I run it with or without arguments. ```RUST_BACKTRACE=full cargo tree thread 'main'...
This implements a wishlist item from #77, cc @najamelan. Before: ``` error: There are multiple `regex` packages in your project, and the specification `regex` is ambiguous. Please re-run this command...
For example, `--depth=2` to only show my dependencies and their direct dependencies.