# 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-core" version = "0.3.0" authors = ["shadawck "] description = "Core - 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" [dependencies.ahash] version = "0.8.3" [dependencies.async-trait] version = "0.1.72" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.dashmap] version = "5.5.0" features = ["serde"] default-features = false [dependencies.futures-util] version = "0.3.28" [dependencies.git2] version = "0.17.2" [dependencies.indicatif] version = "0.17.5" features = ["rayon"] [dependencies.log] version = "0.4.19" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.7.0" [dependencies.reqwest] version = "0.11.18" features = [ "json", "rustls-tls", ] default-features = false [dependencies.scraper] version = "0.18.1" [dependencies.serde] version = "1.0.178" features = ["derive"] default-features = false [dependencies.tokio] version = "1.29.1" features = [ "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.37"