mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
24 lines
580 B
TOML
24 lines
580 B
TOML
[package]
|
|
name = "misspell-codegen"
|
|
version = "0.1.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]
|
|
phf = { version = "0.8", features = ["unicase"] }
|
|
phf_codegen = "0.8"
|
|
unicase = "2.5"
|
|
itertools = "0.9"
|
|
codegenrs = "0.1"
|
|
structopt = "0.3"
|
|
regex = "1"
|