bach 0.1.2

Discrete-event simulation environment for async workflows
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"
rust-version = "1.83"
name = "bach"
version = "0.1.2"
authors = ["Cameron Bytheway <bytheway.cameron@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Discrete-event simulation environment for async workflows"
readme = "README.md"
license = "MIT"
repository = "https://github.com/camshaft/bach"

[features]
coop = []
default = ["net"]
full = [
    "coop",
    "metrics",
    "net",
    "net-monitor",
    "tracing",
]
metrics = ["dep:metrics"]
net = [
    "dep:bytes",
    "dep:s2n-quic-core",
    "dep:siphasher",
]
net-monitor = []
tokio-compat = ["tokio/time"]
tracing = ["dep:tracing"]

[lib]
name = "bach"
path = "src/lib.rs"

[dependencies.arr_macro]
version = "0.2"

[dependencies.atomic-waker]
version = "1"

[dependencies.bolero-generator]
version = "0.13"
features = ["any"]

[dependencies.bytes]
version = "1"
optional = true

[dependencies.event-listener-strategy]
version = "0.5.2"
default-features = false

[dependencies.futures-core]
version = "0.3"
default-features = false

[dependencies.intrusive-collections]
version = "0.10"

[dependencies.metrics]
version = "0.24"
optional = true

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.rand]
version = "0.10"
default-features = false

[dependencies.rand_core_compat]
version = "0.9"
default-features = false
package = "rand_core"

[dependencies.rand_xoshiro]
version = "0.8"

[dependencies.s2n-quic-core]
version = "0.78"
optional = true
default-features = false

[dependencies.siphasher]
version = "1"
optional = true
default-features = false

[dependencies.slotmap]
version = "1"

[dependencies.tokio]
version = "1"
features = ["sync"]
default-features = false

[dependencies.tracing]
version = "0.1"
optional = true

[dev-dependencies.bolero]
version = "0.13"

[dev-dependencies.bytes]
version = "1"

[dev-dependencies.pcap-parser]
version = "0.17"

[dev-dependencies.tokio]
version = "1"
features = ["sync"]
default-features = false

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(always_disabled)",
    "cfg(kani)",
]