# 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 = "reord" version = "0.2.3" description = "Run your tests multi-threaded, but in a reproducible way" documentation = "https://docs.rs/reord" readme = "README.md" keywords = [ "async", "testing", "fuzz", "utility", "test", ] categories = [ "asynchronous", "concurrency", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Ekleog/reord" [dependencies.futures] version = "0.3.29" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.35" features = [ "rt", "sync", "time", ] [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.tokio] version = "1.35" features = ["macros"] [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] test = []