# 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 = "glit-cli" version = "0.2.0" authors = ["shadawck "] description = "Cli - Retrieve all mail related to a git repository, user, or organization" homepage = "https://github.com/shadawck/glit" readme = "README.md" keywords = [ "osint", "security", "mail", "git", ] categories = [ "command-line-utilities", "email", ] license = "MIT OR Apache-2.0" repository = "https://github.com/shadawck/glit" [[bin]] name = "glit" path = "src/main.rs" [dependencies.clap] version = "4.3" features = ["cargo"] [dependencies.colored] version = "2.0.4" [dependencies.env_logger] version = "0.10.0" [dependencies.glit-core] version = "0.2.0" [dependencies.indicatif] version = "0.17.5" [dependencies.log] version = "0.4.19" [dependencies.reqwest] version = "0.11.18" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde_json] version = "1.0.104" [dependencies.tokio] version = "1.21.2" features = [ "macros", "rt-multi-thread", ]