turmoil 0.7.1

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

[package.metadata.cargo_check_external_types]
allowed_external_types = [
    "bytes::*",
    "tokio::*",
]

[features]
default = []
regex = ["dep:regex"]
unstable-barriers = ["dep:uuid"]
unstable-fs = []

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

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

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

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

[[test]]
name = "fs"
path = "tests/fs/main.rs"

[[test]]
name = "net"
path = "tests/net/main.rs"

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

[dependencies.bytes]
version = "1.4"

[dependencies.indexmap]
version = "2"

[dependencies.rand]
version = "0.9"

[dependencies.rand_distr]
version = "0.5"

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

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

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]
optional = true

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

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

[dev-dependencies.test-case]
version = "3"

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

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

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