typos/crates/typos-dict/verify/Cargo.toml

25 lines
587 B
TOML
Raw Normal View History

[package]
name = "typos-dict-verify"
2021-05-21 21:41:02 -04:00
version = "1.3.0"
authors = ["Ed Page <eopage@gmail.com>"]
description = "Source Code Spelling Correction"
repository = "https://github.com/crate-ci/typos"
readme = "../../../README.md"
categories = ["text-processing"]
license = "MIT"
2022-06-01 07:53:10 -04:00
edition = "2021"
2022-06-01 07:50:26 -04:00
rust-version = "1.59.0" # MSRV
publish = false
2021-06-29 16:39:28 -04:00
[package.metadata.release]
2021-11-16 08:44:08 -05:00
release = false
2021-06-29 16:39:28 -04:00
[dependencies]
csv = "1.1"
unicase = "2.5"
2022-02-01 11:34:12 -05:00
codegenrs = "2.0"
clap = { version = "3.1", features = ["derive"] }
2021-11-16 08:46:33 -05:00
varcon = { version = "^0.6", path = "../../varcon" }
itertools = "0.10"
edit-distance = "2.1"