# 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" rust-version = "1.81.0" name = "cargo-languagetool" version = "0.4.2" authors = ["Ranadeep Biswas "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A third-party cargo extension for checking grammar in the documentation and comments." homepage = "https://github.com/rnbguy/cargo-languagetool" readme = "README.md" keywords = [ "grammar", "spellcheck", "documentation", "languagetool", ] categories = [ "development-tools", "development-tools::cargo-plugins", ] license = "MIT" repository = "https://github.com/rnbguy/cargo-languagetool" [lib] name = "cargo_languagetool" path = "src/lib.rs" [[bin]] name = "cargo-languagetool" path = "src/main.rs" [dependencies.annotate-snippets] version = "0.11" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.color-eyre] version = "0.6" [dependencies.directories] version = "5" [dependencies.dotenv] version = "0.15" [dependencies.env_logger] version = "0.11" [dependencies.languagetool-rust] version = "2.1" features = ["native-tls-vendored"] default-features = false [dependencies.log] version = "0.4" [dependencies.proc-macro2] version = "1" features = ["span-locations"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.sled] version = "0.34" [dependencies.syn] version = "2" [dependencies.tokio] version = "1" features = ["rt"] default-features = false [dependencies.walkdir] version = "2" [lints.clippy] allow_attributes_without_reason = "warn" module_name_repetitions = "allow" multiple_crate_versions = "allow" std_instead_of_core = "warn" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] unused_imports = "warn"