Cargo Features

[dependencies]
thhp = { version = "0.2.0", default-features = false, features = ["std", "thhp_simd", "arrayvec"] }
default = std

The std feature is set by default whenever thhp is added without default-features = false somewhere in the dependency tree.

std default
thhp_simd

Features from optional dependencies

arrayvec implicit feature

Enables arrayvec ^0.4