# 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 = "git-dumper" version = "0.1.1" build = false exclude = ["test-data"] autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to dump exposed .git directories" readme = "README.md" keywords = [ "git", "security", "scrapers", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/HoLLy-HaCKeR/git-dumper" [profile.release] lto = true [[bin]] name = "git-dumper" path = "src/main.rs" [dependencies.anyhow] version = "1.0.65" [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.hyper] version = "0.14" features = [ "http1", "http2", "client", "runtime", ] [dependencies.hyper-tls] version = "0.5.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.miniz_oxide] version = "0.7.1" [dependencies.regex] version = "1.6" [dependencies.tokio] version = "1.21" features = [ "net", "sync", "rt", "rt-multi-thread", "macros", ]