# 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 = "sherlock" version = "3.0.0" authors = ["Johannes Naylor "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "🔍 Hunt down social media accounts by username across social networks" homepage = "https://sherlockproject.xyz/" readme = "README.md" keywords = [ "osint", "reconnaissance", "information", "gathering", ] license = "MIT" repository = "https://github.com/jonaylor89/sherlock-rs" [lib] name = "sherlock" path = "src/lib.rs" [[bin]] name = "sherlock" path = "src/main.rs" [[test]] name = "status_code_test" path = "tests/status_code_test.rs" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.colored] version = "2.1.0" [dependencies.fancy-regex] version = "0.13.0" [dependencies.futures] version = "0.3.30" [dependencies.open] version = "5.3.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.6" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.rust_xlsxwriter] version = "0.73.0" optional = true [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0.125" [dependencies.serde_path_to_error] version = "0.1.16" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-macros] version = "2.4.0" [dependencies.tokio-stream] version = "0.1.15" [features] xlsx = ["dep:rust_xlsxwriter"]