Cargo Features
[dependencies]
x509-cert = { version = "0.3.0-pre.0", default-features = false, features = ["std", "builder", "hazmat", "pem", "sct", "fingerprint", "base64", "arbitrary"] }
- default = pem, std
-
These default features are set whenever
x509-cert
is added without
somewhere in the dependency tree.default-features = false - std default arbitrary? builder?
- builder = async-signature, signature, std
-
Enables sha1
Affects
x509-cert::builder
… - hazmat
-
Affects
tls::Subscriber.tls12_options
,tls::Subscriber.enable_data_encipherment
,certificate::Raw
… - pem default
- sct
-
Enables tls_codec
Affects
pkix::sct
… - fingerprint
-
Enables fingerprint of spki
- base64
- arbitrary = std
-
Enables arbitrary of der and spki and arbitrary
optional dependencies
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.