Cargo Features

[dependencies]
chrf = { version = "1.1.0", default-features = false, features = ["ahash"] }
default = ahash

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

ahash default

Enables ahash

chrF has 2 features without comments.