# 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 = "async-bulkhead" version = "0.1.0" description = "An async semaphore-based bulkhead implementation\n" documentation = "https://docs.rs/async-bulkhead" readme = "README.md" keywords = ["bulkhead", "resiliency", "patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/nnazo/async-bulkhead" resolver = "2" [dependencies.async-lock] version = "2" [dependencies.async-std] version = "1" optional = true [dependencies.cfg-if] version = "1" [dependencies.futures-lite] version = "1" [dependencies.smol-timeout] version = "0.6" optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" optional = true default-features = false [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.tokio] version = "1" features = ["macros", "rt", "rt-multi-thread", "time"] default-features = false [features] default = ["rt-tokio"] rt-async-std = ["async-std/futures-lite"] rt-smol = ["smol-timeout"] rt-tokio = ["tokio/sync", "tokio/time"]