# 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 = "git2mail" version = "0.4.3" authors = ["exti0p"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Pure Rust OSINT tool to find a GitHub user's email" readme = "README.md" keywords = [ "github", "osint", "rust", "leak", ] categories = ["command-line-utilities"] license = "LGPL-3.0-only" repository = "https://github.com/exti0p/git2mail" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "git2mail" path = "src/lib.rs" [[bin]] name = "git2mail" path = "src/main.rs" [dependencies.clap] version = "4.5.9" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.22" [dependencies.openssl] version = "0.10.64" features = ["vendored"] [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.regex] version = "1.10.5" [dependencies.reqwest] version = "0.12.5" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120"