Cargo Features
[dependencies]
crypto-simd = { version = "0.1.1", default-features = false, features = ["std", "simd", "packed_simd"] }
- default = simd, std
-
These default features are set whenever
crypto-simd
is added without
somewhere in the dependency tree.default-features = false - std default
- simd default
- packed_simd = packed_simd_crate
-
Affects
crypto-simd::packed_simd
…
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.
- packed_simd_crate packed_simd?
-
Enables packed_simd