2020-05-27 21:46:41 -04:00
|
|
|
[package]
|
|
|
|
name = "typos-dict-verify"
|
|
|
|
version = "1.0.2"
|
|
|
|
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"
|
|
|
|
edition = "2018"
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
[badges]
|
|
|
|
azure-devops = { project = "crate-ci", pipeline = "typos" }
|
|
|
|
codecov = { repository = "crate-ci/typos" }
|
|
|
|
|
|
|
|
[dependencies]
|
2020-12-01 03:19:21 -05:00
|
|
|
csv = "1.1"
|
2020-05-27 21:46:41 -04:00
|
|
|
unicase = "2.5"
|
|
|
|
codegenrs = "0.1"
|
|
|
|
structopt = "0.3"
|
|
|
|
varcon = { version = "0.2", path = "../../varcon" }
|
2021-01-02 22:40:45 -05:00
|
|
|
itertools = "0.10"
|
2020-05-27 21:46:41 -04:00
|
|
|
edit-distance = "2.1"
|