Cargo Features

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

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

simple default select2?

Affects indicium::simple

select2 = serde, simple

Affects indicium::select2

fuzzy = eddie

Deprecated feature. Redirects to eddie feature.

ahash default

Enables ahash

eddie fuzzy?

Enables eddie

Affects internal::fuzzy_top_scores

gxhash

Enables gxhash

strsim default

Enables strsim

Affects internal::fuzzy_top_scores

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.

serde select2?