stealthreq 0.1.0

Trait-driven, human-like request mutation primitives for crawlers and scrapers.
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 = "2021"
name = "stealthreq"
version = "0.1.0"
authors = ["Corum Collective LLC <engineering@corumcollective.com>"]
build = false
exclude = ["target/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trait-driven, human-like request mutation primitives for crawlers and scrapers."
readme = "README.md"
keywords = [
    "crawler",
    "scraper",
    "http",
    "stealth",
    "waf",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/santhsecurity/stealthreq"

[features]
default = []

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

[[example]]
name = "generic_adapter"
path = "examples/generic_adapter.rs"

[[example]]
name = "reqwest"
path = "examples/reqwest.rs"

[dependencies.rand]
version = "0.8"

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

[dependencies.thiserror]
version = "1"

[dependencies.toml]
version = "0.8"

[dev-dependencies.http]
version = "1"

[dev-dependencies.hyper]
version = "1"
features = [
    "http1",
    "http2",
    "client",
]

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "http2",
    "charset",
    "json",
]
default-features = false

[dev-dependencies.tempfile]
version = "3"

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

[dev-dependencies.ureq]
version = "2"