Cargo Features

[dependencies]
mls-rs-crypto-awslc = { version = "0.12.1", default-features = false, features = ["fips", "non-fips"] }
default = non-fips

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

fips

Enables aws-lc-fips-sys and fips of aws-lc-rs

aws-lc-rs:

require FIPS

non-fips default

Enables aws-lc-sys, aws-lc-sys of aws-lc-rs

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