2019-10-05 09:30:30 -04:00
|
|
|
[package]
|
2020-05-27 21:46:41 -04:00
|
|
|
name = "typos-dict-codegen"
|
2021-05-13 10:58:09 -04:00
|
|
|
version = "1.2.0"
|
2019-10-05 09:30:30 -04:00
|
|
|
authors = ["Ed Page <eopage@gmail.com>"]
|
|
|
|
description = "Source Code Spelling Correction"
|
2019-10-25 11:58:24 -04:00
|
|
|
repository = "https://github.com/crate-ci/typos"
|
2019-10-28 10:19:47 -04:00
|
|
|
readme = "../../../README.md"
|
2019-10-05 09:30:30 -04:00
|
|
|
categories = ["text-processing"]
|
|
|
|
license = "MIT"
|
|
|
|
edition = "2018"
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
[badges]
|
2019-10-25 11:58:24 -04:00
|
|
|
azure-devops = { project = "crate-ci", pipeline = "typos" }
|
|
|
|
codecov = { repository = "crate-ci/typos" }
|
2019-10-05 09:30:30 -04:00
|
|
|
|
|
|
|
[dependencies]
|
2019-10-25 12:24:25 -04:00
|
|
|
phf = { version = "0.8", features = ["unicase"] }
|
|
|
|
phf_codegen = "0.8"
|
2020-12-01 03:19:21 -05:00
|
|
|
csv = "1.1"
|
2021-05-15 20:06:04 -04:00
|
|
|
itertools = "0.10"
|
2019-10-25 12:24:25 -04:00
|
|
|
unicase = "2.5"
|
2021-05-01 03:01:59 -04:00
|
|
|
codegenrs = "1.0"
|
2019-10-05 09:30:30 -04:00
|
|
|
structopt = "0.3"
|