rload 0.2.2

A Rust HTTP/1.1 load generator with Nginx access-log and JSONL replay
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 = "rload"
version = "0.2.2"
authors = ["zhaowenhao@mhlife.vip"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "rload"
description = "A Rust HTTP/1.1 load generator with Nginx access-log and JSONL replay"
homepage = "https://github.com/wenhaozhao/rload"
documentation = "https://docs.rs/rload"
readme = "README.md"
keywords = [
    "benchmark",
    "http",
    "load-testing",
    "nginx",
]
categories = [
    "command-line-utilities",
    "development-tools::profiling",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wenhaozhao/rload"

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

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

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

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

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

[dependencies.chrono]
version = "0.4.42"
features = ["std"]
default-features = false

[dependencies.hdrhistogram]
version = "7.5.4"
default-features = false

[dependencies.mio]
version = "1.2.0"
features = [
    "net",
    "os-poll",
]

[dependencies.rustls]
version = "0.23.40"
features = [
    "ring",
    "std",
    "tls12",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.webpki-roots]
version = "1.0.8"

[dev-dependencies.rcgen]
version = "0.14.8"
features = [
    "crypto",
    "ring",
]
default-features = false