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

Enables digest, p256, p384, pkcs8, rsa, sha1, and sha2

ed25519-dalek rustcrypto? = rand

Enables ed25519-dalek

rand ed25519-dalek? rustcrypto?

Enables rand ^0.8.5

test

x509cert has 5 features without comments.