Cargo Features

[dependencies]
indicium = { version = "0.6.3", default-features = false, features = ["simple", "select2", "fuzzy", "strsim", "eddie", "ahash", "gxhash"] }
default = simple

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

simple default select2? = ahash, strsim

Affects indicium::simple

select2 = simple

Enables serde

Affects indicium::select2

fuzzy

Enables strsim

strsim simple

Enables strsim

Affects internal::fuzzy_top_scores

eddie

Enables eddie

Affects internal::fuzzy_top_scores

ahash simple

Enables ahash

gxhash

Enables gxhash