Cargo Features
[dependencies]
xwt-cert-utils = { version = "0.1.0", default-features = false, features = ["digest-all", "digest-sha256", "fingerprint-all", "fingerprint-rfc7469", "fingerprint-sha256", "rcgen"] }
- default = digest-all, fingerprint-all, rcgen
-
These default features are set whenever
xwt-cert-utils
is added without
somewhere in the dependency tree.default-features = false - digest-all default = digest-sha256
- digest-sha256 digest-all fingerprint-rfc7469? fingerprint-sha256?
-
Enables ring
Affects
digest::sha256
… - fingerprint-all default = fingerprint-rfc7469, fingerprint-sha256
- fingerprint-rfc7469 fingerprint-all = digest-sha256
-
Enables base64 ^0.21
Affects
fingerprint::rfc7469
… - fingerprint-sha256 fingerprint-all = digest-sha256
-
Affects
fingerprint::sha256
…
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.
- rcgen default
-
Enables rcgen ^0.12
Affects
pem::from_rcgen
…