piotr-sk

Results 2 comments of piotr-sk

To cover different use cases we can add a generic approach similar to the `cargo tree` option [edges](https://doc.rust-lang.org/cargo/commands/cargo-tree.html#option-cargo-tree--e). We can call this new option `--dep-kinds` (As proposed for `cargo metadata`...

For those seeking a solution to this problem until the issue is resolved, consider using [cargo-vendor-filterer](https://github.com/coreos/cargo-vendor-filterer). You can exclude development crates by utilizing the `--keep-dep-kinds=no-dev` flag. Please be aware that...