2020-04-07 20:50:06 -04:00
|
|
|
[package]
|
|
|
|
name = "varcon-codegen"
|
2021-05-13 10:58:09 -04:00
|
|
|
version = "1.2.0"
|
2020-04-07 20:50:06 -04:00
|
|
|
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]
|
2021-05-01 03:01:59 -04:00
|
|
|
codegenrs = "1.0"
|
2020-04-07 20:50:06 -04:00
|
|
|
structopt = "0.3"
|
2020-05-27 21:51:04 -04:00
|
|
|
varcon-core = { version = "1.0", path = "../../varcon-core", features = ["parser"] }
|