Cargo Features
[dependencies]
mls-rs-identity-x509 = { version = "0.13.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 ^1.0.40, std of mls-rs-core
mls-rs-identity-x509 has 2 features without comments.