[[test]]
name = "test"
path = "test/test.rs"
[dependencies.crossbeam-queue]
version = "0.3.8"
[dependencies.tokio]
features = ["sync"]
version = "1.26.0"
[dev-dependencies.proptest]
version = "1.1.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.26.0"
[package]
categories = ["asynchronous", "concurrency", "Data structures"]
description = "asynchronous resource pool"
edition = "2021"
exclude = ["/.github"]
homepage = "https://github.com/wcygan/tub"
keywords = ["async", "concurrent", "data-structures", "pool", "resource-pool"]
license = "MIT"
name = "tub"
readme = "README.md"
repository = "https://github.com/wcygan/tub"
version = "0.2.0"