# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cargo-grammarly" version = "0.1.2" authors = ["Victor Polevoy "] description = "A third-party cargo extension for checking grammar in the documentation and comments." homepage = "https://github.com/vityafx/cargo-grammarly" readme = "README.md" keywords = ["grammar", "english", "api", "request", "language"] categories = ["development-tools", "development-tools::cargo-plugins"] license = "MIT/Apache-2.0" repository = "https://github.com/vityafx/cargo-grammarly" [[bin]] name = "cargo-grammarly" [dependencies.clap] version = "2" [dependencies.dotenv] version = "0.14" [dependencies.grammarly] version = "0.2" [dependencies.proc-macro2] version = "0.4" features = ["span-locations"] [dependencies.syn] version = "0.15" [dependencies.term] version = "0.5" [dependencies.walkdir] version = "2" [badges.travis-ci] repository = "vityafx/cargo-grammarly"