Cargo Features

[dependencies]
mls-rs-crypto-hpke = { version = "0.9.0", default-features = false, features = ["std", "test_utils"] }
default = std

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

std default

Enables thiserror, std of zeroize, std of mls-rs-core and mls-rs-crypto-traits

test_utils

Enables test_suite of mls-rs-core

mls-rs-crypto-hpke has 3 features without comments.