Cargo Features

sentc-crypto has no features set by default.

[dependencies]
sentc-crypto = { version = "0.15.0", features = ["export", "std_keys", "fips_keys", "rec_keys", "server", "server_test", "full_rustls", "full_wasm"] }
export = std_keys

Affects public::import_public_key_from_string_into_export_string, public::import_verify_key_from_string_into_export_string, group::KeyRotationGetOut

std_keys export? = sentc-crypto-std-keys

Affects keys::std

fips_keys = sentc-crypto-fips-keys

Affects keys::fips

rec_keys = sentc-crypto-rec-keys

Affects keys::rec

server

Affects util::server

server_test
full_rustls

Enables crypto_full and rustls of sentc-crypto-utils

Affects fips::FipsPreLoginOut, rec::FipsPreLoginOut, std::StdPreLoginOut, sentc-crypto::util_req_full

full_wasm

Enables crypto_full and wasm of sentc-crypto-utils

Affects fips::FipsPreLoginOut, rec::FipsPreLoginOut, std::StdPreLoginOut, sentc-crypto::util_req_full

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

sentc-crypto-std-keys std_keys?
sentc-crypto-fips-keys fips_keys?
sentc-crypto-rec-keys rec_keys?