# 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.75.0" name = "futures-concurrency" version = "7.6.2" authors = ["Yoshua Wuyts "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Structured concurrency operations for async Rust" documentation = "https://docs.rs/futures-concurrency" readme = "README.md" keywords = [ "async", "concurrency", ] categories = [ "asynchronous", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yoshuawuyts/futures-concurrency" [profile.bench] debug = 2 [lib] name = "futures_concurrency" path = "src/lib.rs" bench = false [[example]] name = "happy_eyeballs" path = "examples/happy_eyeballs.rs" [[test]] name = "no_std" path = "tests/no_std.rs" [[test]] name = "regression-155" path = "tests/regression-155.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [[bench]] name = "compare" path = "benches/compare.rs" harness = false [dependencies.fixedbitset] version = "0.5.7" optional = true default-features = false [dependencies.futures-buffered] version = "0.2.9" [dependencies.futures-core] version = "0.3" default-features = false [dependencies.futures-lite] version = "1.12.0" default-features = false [dependencies.pin-project] version = "1.0.8" [dependencies.slab] version = "0.4.8" optional = true [dependencies.smallvec] version = "1.11.0" optional = true [dev-dependencies.async-io] version = "2.3.2" [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.criterion] version = "0.3" features = [ "async", "async_futures", "html_reports", ] [dev-dependencies.futures] version = "0.3.25" [dev-dependencies.futures-time] version = "3.0.0" [dev-dependencies.itertools] version = "0.12.1" [dev-dependencies.lending-stream] version = "1.0.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.32.0" features = [ "macros", "time", "rt-multi-thread", ] [features] alloc = [ "dep:fixedbitset", "dep:slab", "dep:smallvec", "futures-lite/alloc", ] default = ["std"] std = [ "alloc", "futures-lite/std", ]