# 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.70" name = "zspell-cli" version = "0.5.5" build = "build.rs" publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Command line interface for the ZSpell spellchecking library" 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 = "Cargo.toml" replace = "zspell = { path = \"../zspell\", version = \"{{version}}\", features = [\"zspell-unstable\"] }" search = 'zspell = \{ path = "../zspell", version = "[\d\.]*", features = \["zspell-unstable"\] \}' [[bin]] name = "zspell" path = "src/main.rs" [[test]] name = "cli_dict" path = "tests/cli_dict.rs" [[test]] name = "cli_lev" path = "tests/cli_lev.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.cfg-if] version = "1.0" [dependencies.clap] version = "4.4.18" features = [ "derive", "wrap_help", ] [dependencies.hex] version = "0.4" [dependencies.indicatif] version = "0.17" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.sha1] version = "0.10.6" [dependencies.stringmetrics] version = "2.2" [dependencies.termcolor] version = "1.4.1" [dependencies.ureq] version = "2.9.7" features = ["json"] [dependencies.zspell] version = "0.5.5" features = ["zspell-unstable"] [dependencies.zspell-index] version = "0.5.0" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.httpmock] version = "0.7" [dev-dependencies.predicates] version = "3.1" [dev-dependencies.tempfile] version = "3.10" [build-dependencies.clap] version = "4.4" features = [ "derive", "wrap_help", ] [build-dependencies.clap_complete] version = "4.4" [build-dependencies.clap_mangen] version = "0.2"