# 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 = "find-typos" version = "0.1.8" description = "Find typos in your project" readme = "README.md" license = "MIT" [[bin]] name = "find-typos" path = "src/main.rs" [dependencies.august] version = "2.4.0" [dependencies.case_converter] version = "0.1.1" [dependencies.colored] version = "2.0.0" [dependencies.glob] version = "0.3.1" [dependencies.hyperpolyglot] version = "0.1.7" [dependencies.include_dir] version = "0.7.3" features = ["glob"] [dependencies.is-url] version = "1.0.4" [dependencies.lingua] version = "1.4.0" features = [ "english", "portuguese", "spanish", ] default-features = false [dependencies.markdown_to_text] version = "1.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.7.1" [dependencies.reqwest] version = "0.11.14" features = ["blocking"]