spellbook 0.4.0

A spellchecking library compatible with Hunspell dictionaries
Documentation
[[bench]]
name = "check"
path = "benches/check.rs"

[[bench]]
name = "compilation"
path = "benches/compilation.rs"

[[bench]]
name = "slice-contains"
path = "benches/slice-contains.rs"

[dependencies.foldhash]
default-features = false
optional = true
version = ">=0.1"

[dependencies.hashbrown]
default-features = false
version = ">=0.15"

[dev-dependencies.chardetng]
version = "0.1"

[dev-dependencies.encoding_rs]
version = "0.8"

[dev-dependencies.once_cell]
version = "1.19"

[[example]]
name = "check"
path = "examples/check.rs"

[[example]]
name = "load-dictionary"
path = "examples/load-dictionary.rs"

[[example]]
name = "prose"
path = "examples/prose.rs"

[[example]]
name = "suggest"
path = "examples/suggest.rs"

[features]
default = ["default-hasher"]
default-hasher = ["dep:foldhash"]

[lib]
name = "spellbook"
path = "src/lib.rs"

[package]
authors = ["Michael Davis <mcarsondavis@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A spellchecking library compatible with Hunspell dictionaries"
edition = "2021"
keywords = ["spellcheck", "no_std"]
license = "MPL-2.0"
name = "spellbook"
readme = "README.md"
repository = "https://github.com/helix-editor/spellbook"
rust-version = "1.70"
version = "0.4.0"

[[test]]
name = "legacy"
path = "tests/legacy.rs"