cargo-hack
cargo-hack copied to clipboard
Should --optional-deps enabled by default?
It's too easy to forget this, and it's probably preferable to enable it by default.
This can significantly increase test time in projects with many option dependencies, so we probably need to extend the --optional-deps
flag so that only specified dependencies can be considered as feature flags. like --optional-deps=crate1,crate3