culverin 0.1.1

A HTTP load testing tool
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 = "culverin"
version = "0.1.1"
authors = ["Culverin Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A HTTP load testing tool"
documentation = "https://github.com/muhadif/culverin"
readme = "README.md"
keywords = [
    "load-testing",
    "http",
    "benchmark",
    "performance",
    "testing",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/muhadif/culverin"

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

[[bin]]
name = "culverin"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bytes]
version = "1.5"

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

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

[dependencies.crossterm]
version = "0.27"

[dependencies.csv]
version = "1.3"

[dependencies.futures]
version = "0.3"

[dependencies.histogram]
version = "0.7"

[dependencies.humantime]
version = "2.1"

[dependencies.indicatif]
version = "0.17"

[dependencies.num_cpus]
version = "1.16"

[dependencies.opentelemetry]
version = "0.20"
features = [
    "metrics",
    "logs",
]

[dependencies.opentelemetry-appender-tracing]
version = "0.1"

[dependencies.opentelemetry-otlp]
version = "0.13"
features = [
    "metrics",
    "logs",
    "http-proto",
]

[dependencies.opentelemetry-stdout]
version = "0.1"
features = ["logs"]

[dependencies.opentelemetry_sdk]
version = "0.20"
features = [
    "metrics",
    "logs",
    "rt-tokio",
]

[dependencies.plotters]
version = "0.3"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "rustls-tls",
    "stream",
    "gzip",
    "brotli",
    "deflate",
    "cookies",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.tui]
version = "0.24"
features = ["crossterm"]
default-features = false
package = "ratatui"

[dependencies.url]
version = "2.5"
features = ["serde"]