Cargo Features

[dependencies]
jh-x86_64 = { version = "0.2.2", default-features = false, features = ["std", "avx2", "packed_simd"] }
default = simd, std

These default features are set whenever jh-x86_64 is added without default-features = false somewhere in the dependency tree.

std default = lazy_static
avx2 = simd
packed_simd = packed_simd_crate

Enables packed_simd of crypto-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.

lazy_static std
packed_simd_crate packed_simd?

Enables packed_simd

simd default avx2?

Enables ppv-lite86 ^0.1