Cargo Features
[dependencies]
sbom-cli = { version = "0.10.0-alpha.1", default-features = false, features = ["crypto-cng", "crypto-nettle", "crypto-openssl", "crypto-botan", "crypto-rust", "vendored"] }
- default = crypto-nettle
-
The
crypto-nettle
feature is set by default wheneversbom-cli
is added without
somewhere in the dependency tree.default-features = false - crypto-cng
-
Enables crypto-cng of sbom-walker
- crypto-nettle default
-
Enables crypto-nettle of sbom-walker
- crypto-openssl
-
Enables crypto-openssl of sbom-walker
- crypto-botan
-
Enables crypto-botan of sbom-walker
- crypto-rust
-
Enables crypto-rust of sbom-walker
- vendored
-
just there for the feature
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.