git2mail 0.4.6

Pure Rust OSINT tool to find a GitHub user's email
Documentation
# 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 = "2024"
name = "git2mail"
version = "0.4.6"
authors = ["extiop"]
build = false
autolib = 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/extiop/git2mail"

[lib]
name = "git2mail"
path = "src/lib.rs"

[[bin]]
name = "git2mail"
path = "src/main.rs"

[dependencies.clap]
version = "4.5"
features = [
    "wrap_help",
    "derive",
    "std",
]
default-features = false

[dependencies.itertools]
version = "0.14"

[dependencies.log]
version = "0.4"

[dependencies.pretty_env_logger]
version = "0.5"

[dependencies.regex]
version = "1.12"

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "json",
    "rustls",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]
default-features = false

[dependencies.serde_json]
version = "1.0"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true