scanclient 0.2.0

High-performance, observable HTTP client for Santh security scanners
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"
rust-version = "1.85"
name = "scanclient"
version = "0.2.0"
authors = ["Corum Collective LLC <engineering@corumcollective.com>"]
build = false
exclude = ["target/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance, observable HTTP client for Santh security scanners"
readme = "README.md"
keywords = [
    "http",
    "security",
    "scanner",
    "reqwest",
]
categories = [
    "network-programming",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/santhsecurity/scanclient"

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

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

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

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

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

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

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "net",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.toml]
version = "0.8"

[dependencies.tower]
version = "0.4"
features = [
    "buffer",
    "limit",
    "util",
]

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