balter 0.8.2

A load/stress testing framework.
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"
name = "balter"
version = "0.8.2"
authors = ["Byron Wasti <github@byronwasti.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A load/stress testing framework."
homepage = "https://github.com/byronwasti/balter"
readme = "README.md"
keywords = [
    "testing",
    "distributed",
    "load-testing",
]
categories = [
    "development-tools",
    "concurrency",
]
license = "MIT"
repository = "https://github.com/byronwasti/balter"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.arc-swap]
version = "1.6.0"

[dependencies.balter-core]
version = "0.5.1"

[dependencies.balter-macros]
version = "0.3.0"

[dependencies.balter-runtime]
version = "0.3.1"
optional = true

[dependencies.governor]
version = "0.6.0"

[dependencies.humantime]
version = "2.1.0"

[dependencies.metrics]
version = "0.23"
optional = true

[dependencies.metrics-util]
version = "0.16.3"

[dependencies.pdatastructs]
version = "0.7.0"

[dependencies.pin-project]
version = "1.1.2"

[dependencies.statistical]
version = "1.0"

[dependencies.thiserror]
version = "1.0.56"

[dependencies.tokio]
version = "1.29.1"
features = [
    "rt",
    "time",
]

[dependencies.tracing]
version = "0.1.37"

[dev-dependencies.linkme]
version = "0.3"

[dev-dependencies.ntest]
version = "0.9.0"

[dev-dependencies.rand]
version = "0.8.5"
features = ["small_rng"]

[dev-dependencies.rand_distr]
version = "0.4.3"

[dev-dependencies.tracing-test]
version = "0.2.4"

[features]
default = ["metrics"]
metrics = ["dep:metrics"]
rt = [
    "dep:balter-runtime",
    "balter-core/rt",
]