[package] name = "find-typos" version = "0.1.8" edition = "2021" description="Find typos in your project" license="MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] august = "2.4.0" case_converter = "0.1.1" colored = "2.0.0" glob = "0.3.1" hyperpolyglot = "0.1.7" include_dir = { version = "0.7.3", features = ["glob"] } is-url = "1.0.4" lingua = { version = "1.4.0", default-features = false, features = ["english", "portuguese", "spanish"] } markdown_to_text = "1.0" rand = "0.8.5" regex = "1.7.1" reqwest = { version = "0.11.14", features = ["blocking"] } [[bin]] name = "find-typos" path = "src/main.rs"