mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
24 lines
588 B
TOML
24 lines
588 B
TOML
[package]
|
|
name = "typos-codegen"
|
|
version = "1.0.0"
|
|
authors = ["Ed Page <eopage@gmail.com>"]
|
|
description = "Source Code Spelling Correction"
|
|
repository = "https://github.com/crate-ci/imperative"
|
|
documentation = "https://docs.rs/imperative"
|
|
readme = "README.md"
|
|
categories = ["text-processing"]
|
|
license = "MIT"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[badges]
|
|
travis-ci = { repository = "epage/typos" }
|
|
appveyor = { repository = "epage/typos" }
|
|
|
|
[dependencies]
|
|
phf = { version = "0.7", features = ["unicase"] }
|
|
phf_codegen = "0.7"
|
|
csv = "1.0"
|
|
unicase = "1.1"
|
|
codegenrs = "0.1"
|
|
structopt = "0.3"
|