Cargo Features

[dependencies]
mls-rs-crypto-openssl = { version = "0.9.0", default-features = false, features = ["x509"] }
default = x509

The x509 feature is set by default whenever mls-rs-crypto-openssl is added without default-features = false somewhere in the dependency tree.

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.

mls-rs-identity-x509 x509