Cargo Features
cargo-deny has no features set by default.
[dependencies]
cargo-deny = { version = "0.16.1", features = ["native-certs"] }
- default
-
These default features are set whenever
cargo-deny
is added without
somewhere in the dependency tree.default-features = false Enables tame-index ^0.13
Index retrieval and querying
and rustls-tls-webpki-roots of reqwest
HTTP client backing gix, we don't use it directly but need it here for configuration due to ...reasons
- native-certs
-
Enables the use of OS native certificate store.
Enables rustls-tls-native-roots of reqwest, native-certs of tame-index ^0.13