sherlock 5.0.8

🔍 Hunt down social media accounts by username across social networks
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 = "sherlock"
version = "5.0.8"
authors = ["Johannes Naylor <me@jonaylor.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "🔍 Hunt down social media accounts by username across social networks"
homepage = "https://www.jonaylor.com/blog/make-an-exe-file"
readme = "README.md"
keywords = [
    "osint",
    "reconnaissance",
    "information",
    "gathering",
]
license = "MIT"
repository = "https://github.com/jonaylor89/sherlock-rs"
resolver = "2"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

[package.metadata.binstall.overrides.aarch64-pc-windows-msvc]
pkg-fmt = "zip"

[features]
xlsx = ["dep:rust_xlsxwriter"]

[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.59"
features = ["derive"]

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.colored]
version = "2.2.0"

[dependencies.fancy-regex]
version = "0.13.0"

[dependencies.futures]
version = "0.3.32"

[dependencies.open]
version = "5.3.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.12.28"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rust_xlsxwriter]
version = "0.73.0"
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_path_to_error]
version = "0.1.20"

[dependencies.thiserror]
version = "1.0.69"

[dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.tokio-macros]
version = "2.6.0"

[dependencies.tokio-stream]
version = "0.1.18"

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.wiremock]
version = "0.6"