Cargo Features
[dependencies]
mls-rs-identity-x509 = { version = "0.12.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default whenevermls-rs-identity-x509
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables thiserror, std of mls-rs-core
mls-rs-identity-x509 has 2 features without comments.