2020-04-07 20:50:06 -04:00
|
|
|
[package]
|
|
|
|
name = "varcon-codegen"
|
2021-05-21 21:41:02 -04:00
|
|
|
version = "1.3.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" }
|
|
|
|
|
2021-06-29 16:39:28 -04:00
|
|
|
[package.metadata.release]
|
|
|
|
disable-release = true
|
|
|
|
|
2020-04-07 20:50:06 -04:00
|
|
|
[dependencies]
|
2021-05-01 03:01:59 -04:00
|
|
|
codegenrs = "1.0"
|
2020-04-07 20:50:06 -04:00
|
|
|
structopt = "0.3"
|
2021-05-21 21:39:12 -04:00
|
|
|
varcon-core = { version = "^2.0", path = "../../varcon-core", features = ["parser"] }
|