Cargo Features

[dependencies]
mls-rs-identity-x509 = { version = "0.11.0", default-features = false, features = ["std"] }
default = std

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

std default

Enables thiserror, std of mls-rs-core

mls-rs-identity-x509 has 2 features without comments.