CycloneDX / cyclonedx-rust-cargo

Creates CycloneDX Software Bill of Materials (SBOM) from Rust (Cargo) projects
https://cyclonedx.org/
Apache License 2.0
106 stars 44 forks source link

Rename `--only-normal-deps` to `--no-build-deps` #747

Closed Shnatsel closed 3 months ago

Shnatsel commented 4 months ago

This should be more clear, since dev-dependencies are never listed, and there isn't a good term for "normal" or "regular" dependencies.

@thillux what do you think?

Shnatsel commented 4 months ago

Putting this on hold since I had to revert the base PR for it, #736