Cargo Features

[dependencies]
aws-lc-sys = { version = "0.41.0", default-features = false, features = ["asan", "ssl", "bindgen", "prebuilt-nasm", "all-bindings", "fips"] }
asan
ssl = all-bindings, bindgen
bindgen build ssl?

Generate the bindings on the targeted platform as a fallback mechanism.

Enables bindgen

default = all-bindings

The all-bindings feature is set by default whenever aws-lc-sys is added without default-features = false somewhere in the dependency tree.

disable-prebuilt-nasm prebuilt-nasm
all-bindings default ssl?

Affects aws-lc-sys::BIO_get_mem_data

fips build

Enables bindgen