bomb 0.1.4

High-performance HTTP and WebSocket stress testing tool
[[bin]]
name = "bomb"
path = "src/main.rs"

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

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.futures-util]
version = "0.3"

[dependencies.http]
version = "1.3"

[dependencies.once_cell]
version = "1.21"

[dependencies.rand]
version = "0.9"

[dependencies.regex]
version = "1.11"

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

[dependencies.rustls]
default-features = false
features = ["ring"]
version = "0.23"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["full"]
version = "1.42"

[dependencies.tokio-tungstenite]
features = ["rustls-tls-webpki-roots"]
version = "0.27"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[dependencies.url]
version = "2.5"

[dependencies.uuid]
features = ["v4"]
version = "1.18"

[package]
authors = ["overthetop"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "network-programming", "development-tools::testing"]
description = "High-performance HTTP and WebSocket stress testing tool"
documentation = "https://docs.rs/bomb"
edition = "2024"
homepage = "https://github.com/overthetop/bomb"
keywords = ["stress-testing", "websocket", "http", "performance", "load-testing"]
license = "MIT"
name = "bomb"
readme = "README.md"
repository = "https://github.com/overthetop/bomb"
version = "0.1.4"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"