# 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 = "2018" name = "gash" version = "0.10.1" authors = ["Callum Oz "] build = "build.rs" description = "Brute force your git hash!" homepage = "https://github.com/acheronfail/gash" readme = "README.md" license = "Unlicense OR MIT OR Apache-2.0" repository = "https://github.com/acheronfail/gash" [[test]] name = "integration" path = "tests_integration/mod.rs" [dependencies.anyhow] version = "1.0.56" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.1.8" features = ["cargo", "derive"] [dependencies.hex] version = "0.4.3" [dependencies.pathdiff] version = "0.2.1" [dependencies.rayon] version = "1.5.1" [dependencies.regex] version = "1.5.5" [dependencies.sha-1] version = "0.10.0" [dependencies.tempfile] version = "3.3.0" [dependencies.termcolor] version = "1.1.3" [dev-dependencies.os_pipe] version = "1.0.1" [dev-dependencies.pretty_assertions] version = "1.2.1" [build-dependencies.anyhow] version = "1.0.56" [build-dependencies.clap] version = "3.1.8" features = ["cargo", "derive"] [build-dependencies.clap_complete] version = "3.1.1"