# 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 = "shuttle" version = "0.8.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for testing concurrent Rust code" readme = "README.md" keywords = [ "concurrency", "lock", "thread", "async", ] categories = [ "asynchronous", "concurrency", "development-tools::testing", ] license = "Apache-2.0" repository = "https://github.com/awslabs/shuttle" [lib] name = "shuttle" path = "src/lib.rs" bench = false [[test]] name = "mod" path = "tests/mod.rs" [[bench]] name = "buffer" path = "benches/buffer.rs" harness = false [[bench]] name = "counter" path = "benches/counter.rs" harness = false [[bench]] name = "lock" path = "benches/lock.rs" harness = false [dependencies.assoc] version = "0.1.3" [dependencies.bitvec] version = "1.0.1" [dependencies.cfg-if] version = "1.0" [dependencies.generator] version = "0.8.1" [dependencies.hex] version = "0.4.2" [dependencies.owo-colors] version = "3.5.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6.4" [dependencies.rand_pcg] version = "0.3.1" [dependencies.regex] version = "1.10.6" optional = true [dependencies.scoped-tls] version = "1.0.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.smallvec] version = "1.11.2" features = ["const_new"] [dependencies.tracing] version = "0.1.36" features = ["std"] default-features = false [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"] [dev-dependencies.futures] version = "0.3.15" [dev-dependencies.pin-project] version = "1.1.3" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.regex] version = "1.5.5" [dev-dependencies.tempfile] version = "3.2.0" [dev-dependencies.test-log] version = "0.2.8" features = ["trace"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3.9" features = ["env-filter"] [features] annotation = [ "dep:serde", "dep:serde_json", "dep:regex", ] default = []