rusmes-loadtest 0.1.1

Multi-protocol load testing tool for RusMES — concurrent SMTP, IMAP, and JMAP load generation with HDR histogram latency reporting and interactive TUI dashboard
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.75"
name = "rusmes-loadtest"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-protocol load testing tool for RusMES — concurrent SMTP, IMAP, and JMAP load generation with HDR histogram latency reporting and interactive TUI dashboard"
homepage = "https://github.com/cool-japan/rusmes"
documentation = "https://docs.rs/rusmes-loadtest"
readme = "README.md"
keywords = [
    "email",
    "load-testing",
    "smtp",
    "imap",
    "benchmarking",
]
categories = [
    "email",
    "network-programming",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/rusmes"

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

[[bin]]
name = "rusmes-loadtest"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bytes]
version = "1.11"

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

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "env",
]

[dependencies.crossterm]
version = "0.29"

[dependencies.hdrhistogram]
version = "7.5"

[dependencies.rand]
version = "0.10"

[dependencies.ratatui]
version = "0.30"

[dependencies.rusmes-imap]
version = "0.1.1"

[dependencies.rusmes-jmap]
version = "0.1.1"

[dependencies.rusmes-proto]
version = "0.1.1"

[dependencies.rusmes-smtp]
version = "0.1.1"

[dependencies.rustls]
version = "0.23"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-rustls]
version = "0.26"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.uuid]
version = "1.22"
features = [
    "v4",
    "serde",
]

[dev-dependencies.mockall]
version = "0.14"

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