# 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 = "bach" version = "0.0.7" authors = ["Cameron Bytheway "] description = "Discrete-event simulation environment for async workflows" license = "MIT" repository = "https://github.com/camshaft/bach" [package.metadata.cargo-udeps.ignore] development = ["tracing-subscriber"] [dependencies.arr_macro] version = "0.2" [dependencies.async-task] version = "4" default-features = false [dependencies.atomic-waker] version = "1" [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.9" [dependencies.metrics] version = "0.24" optional = true [dependencies.pin-project-lite] version = "0.2" [dependencies.rand] version = "0.8" default-features = false [dependencies.rand_xoshiro] version = "0.6" [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.bolero] version = "0.11" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] coop = [] metrics = ["dep:metrics"] net = [] tracing = ["dep:tracing"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0