Cargo Features
[dependencies]
x509-cert = { version = "0.2.4", default-features = false, features = ["std", "builder", "hazmat", "pem", "arbitrary", "sha1"] }
- 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 = signature, std
-
Affects
x509-cert::builder
… - hazmat
-
Affects
certificate::Raw
… - pem default
- arbitrary = std
-
Enables arbitrary of der and spki and arbitrary
arbitrary:
optional dependencies
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features.