futures-buffered 0.2.13

future concurrency primitives with emphasis on performance and low memory usage
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.75.0"
name = "futures-buffered"
version = "0.2.13"
authors = ["Conrad Ludgate <conradludgate@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "future concurrency primitives with emphasis on performance and low memory usage"
readme = "README.md"
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/conradludgate/futures-buffered"

[features]
default = []
tokio-coop = ["dep:tokio"]

[lib]
name = "futures_buffered"
path = "src/lib.rs"
bench = false

[[test]]
name = "alloc"
path = "tests/alloc.rs"

[[test]]
name = "http"
path = "tests/http.rs"

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

[dependencies.cordyceps]
version = "0.3"

[dependencies.diatomic-waker]
version = "0.2"

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

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

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

[dependencies.tokio]
version = "1.47.0"
features = ["rt"]
optional = true

[dev-dependencies.divan]
version = "0.1.21"

[dev-dependencies.futures]
version = "0.3.31"

[dev-dependencies.futures-test]
version = "0.3.31"

[dev-dependencies.hyper]
version = "1"
features = [
    "client",
    "http2",
]

[dev-dependencies.hyper-util]
version = "0.1.3"
features = ["tokio"]

[dev-dependencies.rand]
version = "0.9.0"

[dev-dependencies.reqwest]
version = "0.12.4"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "macros",
    "test-util",
]