Cargo Features
x509cert has no features set by default.
[dependencies]
x509cert = { version = "0.25.2", features = ["ring", "rustcrypto", "ed25519-dalek", "rand", "test"] }
- ring
-
Enables ring
- rustcrypto = ed25519-dalek, rand
- ed25519-dalek rustcrypto? = rand
-
Enables ed25519-dalek
- rand ed25519-dalek? rustcrypto?
-
Enables rand ^0.8.5
- test
x509cert has 5 features without comments.