cargo-contribute
cargo-contribute copied to clipboard
Also look at dev-dependencies and build-dependencies
This may be eventually tweakable via a command-line flags, but I believe we should just include both in the search by default.
A small complication is that these kind of deps are often put behind a target.$CFG
stanza, so we'd have to pick all nested (dev|build)-dependencies
that are defined this way.