# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.65" name = "zspell" version = "0.5.5" authors = ["Trevor Gross "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Native Rust library for spellchecking" documentation = "https://docs.rs/zspell" readme = "README.md" keywords = [ "spellcheck", "spelling", "cli", ] categories = [ "algorithms", "text-processing", "command-line-utilities", ] license-file = "LICENSE" repository = "https://github.com/pluots/zspell" [package.metadata.release] allow-branch = [ "main", "release", ] shared-version = true [[package.metadata.release.pre-release-replacements]] file = "../CHANGELOG.md" replace = "{{version}}" search = "Unreleased" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "../CHANGELOG.md" replace = "...{{tag_name}}" search = '\.\.\.HEAD' [[package.metadata.release.pre-release-replacements]] file = "../CHANGELOG.md" replace = "{{date}}" search = "ReleaseDate" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "../CHANGELOG.md" replace = """ ## [Unreleased] - ReleaseDate ### Added ### Changed ### Removed """ search = "" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "../CHANGELOG.md" replace = """ [Unreleased]: https://github.com/pluots/zspell/compare/{{tag_name}}...HEAD""" search = "" [lib] name = "zspell" path = "src/lib.rs" [[test]] name = "suite" path = "tests/suite.rs" [[bench]] name = "datastructure" path = "benches/datastructure.rs" harness = false [[bench]] name = "dict_integration" path = "benches/dict_integration.rs" harness = false [[bench]] name = "slice_contains" path = "benches/slice_contains.rs" harness = false [[bench]] name = "small_map" path = "benches/small_map.rs" harness = false [[bench]] name = "word_splitter" path = "benches/word_splitter.rs" harness = false [dependencies.cfg-if] version = "1.0" [dependencies.dirs] version = "5.0.1" [dependencies.hashbrown] version = "0.14.5" [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1.10" [dependencies.stringmetrics] version = "2.2.2" [dependencies.sys-locale] version = "0.3.1" [dependencies.unicode-segmentation] version = "1.11.0" [dependencies.visibility] version = "0.1.0" [dependencies.xxhash-rust] version = "0.8.10" features = ["xxh32"] [dev-dependencies.criterion] version = "0.5" [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.10" [build-dependencies.autocfg] version = "1.3.0" [build-dependencies.indoc] version = "2.0.5" [features] unstable-bench = [] unstable-suggestions = [] unstable-system = [] zspell-unstable = [ "unstable-suggestions", "unstable-system", ] [badges.maintenance] status = "actively-developed"