rsb 0.3.5

a http server benchmark tool, written in rust.
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 = "rsb"
version = "0.3.5"
authors = ["MichaelFu <michael.fudenglong@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a http server benchmark tool, written in rust."
homepage = "https://github.com/gamelife1314/rsb"
readme = "README.md"
keywords = [
    "rsb",
    "benchmark",
    "http",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/gamelife1314/rsb"

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

[[bin]]
name = "rsb"
path = "src/bin/rsb.rs"

[dependencies.anyhow]
version = "1.0.102"
features = [
    "backtrace",
    "std",
]

[dependencies.async-process]
version = "1.7.0"

[dependencies.async-trait]
version = "0.1.72"

[dependencies.bytes]
version = "1.4.0"

[dependencies.clap]
version = "4.5.60"
features = [
    "derive",
    "cargo",
    "help",
    "string",
]

[dependencies.clap_complete]
version = "4.3.1"

[dependencies.colored]
version = "2.0.4"

[dependencies.concolor-clap]
version = "0.1.0"

[dependencies.env_logger]
version = "0.10.0"

[dependencies.governor]
version = "0.6.3"

[dependencies.indicatif]
version = "0.17.7"
features = ["tokio"]

[dependencies.log]
version = "0.4.19"

[dependencies.mime_guess]
version = "2.0.4"

[dependencies.num]
version = "0.4.0"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.reqwest]
version = "0.11.27"
features = [
    "default-tls",
    "native-tls",
    "stream",
    "json",
    "multipart",
    "socks",
]

[dependencies.rlimit]
version = "0.10.1"

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

[dependencies.serde_json]
version = "1.0.103"

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

[dependencies.tokio-util]
version = "0.7.8"
features = ["codec"]

[target."cfg(unix)".dependencies.openssl]
version = "0.10.57"
features = ["vendored"]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin_include)"]

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true