Cargo Features
[dependencies]
mls-rs-crypto-awslc = { version = "0.13.0", default-features = false, features = ["fips", "non-fips"] }
- default = non-fips
-
The
non-fips
feature is set by default whenevermls-rs-crypto-awslc
is added without
somewhere in the dependency tree.default-features = false - fips
-
Enables aws-lc-fips-sys and fips of aws-lc-rs =1.10.0
aws-lc-rs:
require FIPS
- non-fips default
-
Enables aws-lc-sys ^0.22.0, aws-lc-sys of aws-lc-rs =1.10.0
mls-rs-crypto-awslc has 3 features without comments.