[package]
name = "reord"
version = "0.2.4"
edition = "2021"
readme = "README.md"
documentation = "https://docs.rs/reord"
description = "Run your tests multi-threaded, but in a reproducible way"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ekleog/reord"
keywords = ["async", "testing", "fuzz", "utility", "test"]
categories = ["asynchronous", "concurrency", "development-tools"]

[features]
test = []

[dependencies]
futures = "0.3.29"
rand = "0.9.0"
tokio = { version = "1.35", features = ["rt", "sync", "time"] }
tracing = { version = "0.1.40", optional = true }

[dev-dependencies]
tokio = { version = "1.35", features = ["macros"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"