# 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 = "the_heck" version = "0.1.5" description = "A command line corrector inspired by thefuck" readme = "README.md" license = "MIT" repository = "https://github.com/elizabeth-oda/the-heck" [[bin]] name = "heck" path = "src/main.rs" [dependencies.dialoguer] version = "0.10.3" [dependencies.fst] version = "0.4" features = ["levenshtein"] [dependencies.home] version = "0.5.4" [dependencies.rev_buf_reader] version = "0.3.0"