shuttle 0.9.2

A library for testing concurrent Rust code
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 = "shuttle"
version = "0.9.2"
build = false
autolib = 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"

[features]
annotation = [
    "shuttle-engine/annotation",
    "shuttle-schedulers/annotation",
    "dep:serde",
    "dep:serde_json",
    "dep:regex",
]
bench-no-vector-clocks = ["shuttle-engine/bench-no-vector-clocks"]
default = []
vector-clocks = ["shuttle-engine/vector-clocks"]

[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 = "create"
path = "benches/create.rs"
harness = false

[[bench]]
name = "lock"
path = "benches/lock.rs"
harness = false

[dependencies.bitvec]
version = "1.0.1"

[dependencies.cfg-if]
version = "1.0"

[dependencies.const-siphasher]
version = "1.0.2"

[dependencies.corosensei]
version = "0.3.1"

[dependencies.hex]
version = "0.4.2"

[dependencies.owo-colors]
version = "4.3.0"

[dependencies.rand]
version = "0.8.6"

[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.shuttle-engine]
version = "0.1.0"

[dependencies.shuttle-schedulers]
version = "0.1.0"

[dependencies.shuttle-std]
version = "0.1.0"

[dependencies.tracing]
version = "0.1.36"
features = ["std"]
default-features = false

[dev-dependencies.criterion]
version = "0.8"
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.proptest-derive]
version = "0.5.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"]

[dev-dependencies.trybuild]
version = "1.0"