# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "autocorrect" version = "2.13.0" authors = ["Jason Lee "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A linter and formatter for help you improve copywriting, to correct spaces, words, punctuations between CJK (Chinese, Japanese, Korean)." homepage = "https://github.com/huacnlee/autocorrect" readme = "README.md" keywords = [ "autocorrect", "lint", "format", ] license = "MIT" repository = "https://github.com/huacnlee/autocorrect" [package.metadata.wasm-pack.profile.release] wasm-opt = false [profile.release] opt-level = "s" lto = true [lib] name = "autocorrect" path = "src/lib.rs" [[test]] name = "format" path = "tests/format.rs" [[bench]] name = "example" path = "benches/example.rs" harness = false [dependencies.autocorrect-derive] version = "0.3.0" [dependencies.diff] version = "0.1.13" [dependencies.ignore] version = "0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.owo-colors] version = "3" [dependencies.pest] version = "2.6.1" [dependencies.pest_derive] version = "2.6.1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.serde_repr] version = "0.1" [dependencies.serde_yaml] version = "0.9.9" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.indoc] version = "1.0" [dev-dependencies.pretty_assertions] version = "1.0.0" [build-dependencies.regex] version = "1" [features] bench = []