Cargo Features
cryptography has no features set by default.
[dependencies]
cryptography = { version = "0.5.0", features = ["std"] }
- std
-
Enables std of aead ^0.3, cipher ^0.2, digest ^0.9, elliptic-curve ^0.6, crypto-mac ^0.10, signature ^1.2.0, and universal-hash ^0.4
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.
- aead std?
-
Enables aead ^0.3
- cipher std?
-
Enables cipher ^0.2
- digest std?
-
Enables digest ^0.9
- elliptic-curve std?
-
Enables elliptic-curve ^0.6
- mac std?
-
Enables crypto-mac ^0.10
- signature std?
-
Enables signature ^1.2.0
- universal-hash std?
-
Enables universal-hash ^0.4