# 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 = "didyoumean" version = "1.1.4" authors = ["Hisbaan Noorani"] description = "A CLI spelling corrector" homepage = "https://github.com/hisbaan/didyoumean" documentation = "https://github.com/hisbaan/didyoumean" readme = "docs/README.md" keywords = [ "levenshtein", "damerau", "edit-distance", "spelling", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/hisbaan/didyoumean" resolver = "2" [[bin]] name = "dym" path = "src/main.rs" [[bench]] name = "edit_distance" harness = false [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.2.5" features = ["derive"] [dependencies.cli-clipboard] version = "0.2.1" [dependencies.colored] version = "2.0.0" [dependencies.dialoguer] version = "0.10.1" [dependencies.dirs] version = "4.0.0" [dependencies.futures-util] version = "0.3.21" [dependencies.indicatif] version = "0.16.2" [dependencies.phf] version = "0.10.1" features = ["macros"] [dependencies.reqwest] version = "0.11.11" features = ["stream"] [dependencies.tokio] version = "1.19.2" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.criterion] version = "0.3.5" [build-dependencies.clap] version = "3.2.5" features = ["derive"] [build-dependencies.clap_complete] version = "3.2.1" [build-dependencies.clap_mangen] version = "0.1.8" [target."cfg(unix)".dependencies.nix] version = "0.24.1"