Cargo Features
[dependencies]
tink-hybrid = { version = "0.3.0", default-features = false, features = ["aead", "daead"] }
- default = aead, daead
-
Need at least one of aead/daead for this crate to be functional
- aead default = tink-aead
-
Affects
hybrid_key_templates::ecies_hkdf_aes128_gcm_key_template
,hybrid_key_templates::ecies_hkdf_aes128_ctr_hmac_sha256_key_template
… - daead default = tink-daead
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.