mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
28 lines
797 B
TOML
28 lines
797 B
TOML
[package]
|
|
name = "typos-vars-codegen"
|
|
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"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[package.metadata.release]
|
|
release = false
|
|
|
|
[dependencies]
|
|
varcon = { version = "^0.6", path = "../../varcon", features = ["flags"] }
|
|
varcon-core = { version = "^2.0", path = "../../varcon-core", features = ["flags"] }
|
|
typos = { version = "^0.8", path = "../../typos" }
|
|
unicase = "2.5"
|
|
codegenrs = "1.0"
|
|
structopt = "0.3"
|
|
clap = "2"
|
|
log = "0.4"
|
|
env_logger = "0.9"
|
|
clap-verbosity-flag = "0.3"
|
|
itertools = "0.10"
|
|
dictgen = { version = "^0.2", path = "../../dictgen", features = ["codegen"] }
|