Cargo Features
[dependencies]
s2n_quic_mtls = { version = "0.1.1", default-features = false, features = ["CHACHA20_POLY1305_SHA256", "AES_128_GCM_SHA256", "X25519", "NIST_P256"] }
- default = CHACHA20_POLY1305_SHA256, X25519
-
These default features are set whenever
s2n_quic_mtls
is added without
somewhere in the dependency tree.default-features = false - CHACHA20_POLY1305_SHA256 default
- AES_256_GCM_SHA384 AES_128_GCM_SHA256
- X25519 default
- NIST_P384 NIST_P256
s2n_quic_mtls has 5 features without comments.