Cargo Features
chacha20-poly1305-stream has no features set by default.
[dependencies]
chacha20-poly1305-stream = { version = "0.1.1", features = ["simd", "simd_opt", "simd_asm", "bench", "clippy"] }
- simd simd_opt?
-
Affects
simd_opt::u32x4
… - simd_opt simd_asm? = simd
-
Affects
u32x4::rotate_left_const
… - simd_asm = simd_opt
- bench
Features from optional dependencies
- clippy implicit feature
-
Enables clippy ^0.0.37
clippy:
A bunch of helpful lints to avoid common pitfalls in Rust