Cargo Features
[dependencies]
c2-chacha = { version = "0.3.3", default-features = false, features = ["std", "rustcrypto_api", "no_simd", "simd"] }
- default = rustcrypto_api, std
-
These default features are set whenever
c2-chacha
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ppv-lite86
- rustcrypto_api default = cipher
- no_simd
-
Enables no_simd of ppv-lite86
- simd
-
deprecated
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.
- cipher rustcrypto_api
-
Enables cipher ^0.2