mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-23 01:20:56 -05:00
24 lines
593 B
TOML
24 lines
593 B
TOML
[package]
|
|
name = "typos-dict-verify"
|
|
version = "1.2.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"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[badges]
|
|
azure-devops = { project = "crate-ci", pipeline = "typos" }
|
|
codecov = { repository = "crate-ci/typos" }
|
|
|
|
[dependencies]
|
|
csv = "1.1"
|
|
unicase = "2.5"
|
|
codegenrs = "1.0"
|
|
structopt = "0.3"
|
|
varcon = { version = "^0.4", path = "../../varcon" }
|
|
itertools = "0.10"
|
|
edit-distance = "2.1"
|