# 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.6.4" authors = ["Tokio Contributors "] build = 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" [lib] name = "turmoil" path = "src/lib.rs" [[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" [dependencies.bytes] version = "1.4" [dependencies.futures] version = "0.3" [dependencies.indexmap] version = "1.9" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rand_distr] version = "0.4.3" [dependencies.regex] version = "1" optional = true [dependencies.scoped-tls] version = "1.0.1" [dependencies.tokio] version = "1.25.0" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-test] version = "0.4.2" [dependencies.tokio-util] version = "0.7.4" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.regex] version = "1" [dev-dependencies.tracing-subscriber] version = "0.3" [features] default = [] regex = ["dep:regex"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tokio_unstable)"]