Cargo Features
[dependencies]
mls-rs-crypto-openssl = { version = "0.10.0", default-features = false, features = ["x509"] }
- default = x509
-
The
x509
feature is set by default whenevermls-rs-crypto-openssl
is added without
somewhere in the dependency tree.default-features = false - x509 default = mls-rs-identity-x509
-
Affects
mls-rs-crypto-openssl::x509
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.