Cargo Features

[dependencies]
unsynn = { version = "0.1.0", default-features = false, features = ["hash_keywords", "docgen"] }
default = docgen, hash_keywords

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

hash_keywords default

Enables fxhash

docgen default

Unsynn has 3 features without comments.