Cargo Features

[dependencies]
sbom-cli = { version = "0.7.0", 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 whenever sbom-cli is added without default-features = false somewhere in the dependency tree.

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

Enables vendored of openssl

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.

openssl vendored?