turmoil 0.7.0

Simulation testing framework for distributed systems
Documentation
[dependencies.bytes]
version = "1.4"

[dependencies.indexmap]
version = "2"

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

[dependencies.rand_distr]
version = "0.4.3"

[dependencies.regex]
optional = true
version = "1"

[dependencies.scoped-tls]
version = "1.0.1"

[dependencies.tokio]
features = ["full", "test-util"]
version = "1.25.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.doc-comment]
version = "0.3.3"

[dev-dependencies.regex]
version = "1"

[dev-dependencies.tokio-test]
version = "0.4.2"

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

[features]
default = []
regex = ["dep:regex"]

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tokio_unstable)"]
level = "warn"
priority = 0

[package]
authors = ["Tokio Contributors <team@tokio.rs>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "simulation"]
description = "Simulation testing framework for distributed systems"
edition = "2021"
homepage = "https://github.com/tokio-rs/turmoil"
keywords = ["Deterministic", "Simulation", "Testing"]
license = "MIT"
name = "turmoil"
readme = "README.md"
repository = "https://github.com/tokio-rs/turmoil"
version = "0.7.0"

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

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

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

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

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