microsoft / component-detection

Scans your project to determine what components you use
MIT License
398 stars 83 forks source link

Rust: allow specific features to be set for RustCLI detector #1001

Open FernandoRojo opened 5 months ago

FernandoRojo commented 5 months ago

cargo.toml files can have specified features that can change the component set when building, currently the CLI detector assumes all features are enabled but we should implement some support to enable specific features to be set/unset