[badges.maintenance]
status = "passively-maintained"
[[bench]]
harness = false
name = "all_bench"
path = "benches/all_bench.rs"
[[bench]]
harness = false
name = "search_bench"
path = "benches/search_bench.rs"
[dependencies.ahash]
optional = true
version = "0.8"
[dependencies.beef]
version = "0.5"
[dependencies.eddie]
optional = true
version = "0.4"
[dependencies.gxhash]
optional = true
version = "3.5"
[dependencies.icu_normalizer]
optional = true
version = "2.1"
[dependencies.kstring]
version = "2.0"
[dependencies.rapidfuzz]
optional = true
version = "0.5"
[dependencies.rustc-hash]
optional = true
version = "2.1"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dependencies.strsim]
optional = true
version = "0.11"
[dependencies.tracing]
version = "0.1"
[dependencies.unicode-normalization]
optional = true
version = "0.1"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[dev-dependencies.gabble]
version = "0.1"
[dev-dependencies.pretty_assertions]
version = "1"
[dev-dependencies.rand]
version = "0.8.*"
[features]
ahash = ["dep:ahash"]
default = ["simple", "rapidfuzz", "rustc-hash", "icu_normalizer"]
eddie = ["dep:eddie"]
fuzzy = ["rapidfuzz"]
gxhash = ["dep:gxhash"]
icu_normalizer = ["dep:icu_normalizer"]
rapidfuzz = ["dep:rapidfuzz"]
rustc-hash = ["dep:rustc-hash"]
select2 = ["simple", "dep:serde"]
simple = []
strsim = ["dep:strsim"]
unicode-normalization = ["dep:unicode-normalization"]
[lib]
name = "indicium"
path = "src/lib.rs"
[package]
authors = ["Dylan Bowker <dylan.bowker@arkiteq.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database-implementations"]
description = "Simple in-memory search for collections and key-value stores."
documentation = "https://docs.rs/indicium"
edition = "2021"
keywords = ["search", "autocomplete", "struct", "vec", "hashmap"]
license = "MIT OR Apache-2.0"
name = "indicium"
publish = true
readme = "README.md"
repository = "https://github.com/leontoeides/indicium"
rust-version = "1.82.0"
version = "0.6.8"