Cargo Features
[dependencies]
csaf-walker = { version = "0.10.0-alpha.2", default-features = false, features = ["crypto-cng", "crypto-nettle", "crypto-openssl", "crypto-botan", "crypto-rust", "csaf-validator-lib", "csaf"] }
- default = crypto-nettle, csaf
-
These default features are set whenever
csaf-walker
is added without
somewhere in the dependency tree.default-features = false - crypto-cng
-
Enables crypto-cng of sequoia-openpgp
- crypto-nettle default
-
Enables crypto-nettle of sequoia-openpgp
sequoia-openpgp:
TODO(#333): Allow for/implement more backends
- crypto-openssl
-
Enables crypto-openssl of sequoia-openpgp
- crypto-botan
-
Enables crypto-botan of sequoia-openpgp
- crypto-rust
-
Enables crypto-rust of sequoia-openpgp
- csaf-validator-lib = deno_core
-
Affects
check::csaf_validator_lib
…
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.
- csaf default
-
Affects
csaf-walker::verification
… - deno_core csaf-validator-lib?
-
Enables deno_core ^0.318.0
for csaf-validator-lib