[dependencies]
[dev-dependencies.tokio]
features = ["net", "sync", "rt"]
version = "1.9.0"
[package]
authors = ["Sergei S. <div@altertech.com>"]
description = "Simple async pool for any kind of resources"
edition = "2018"
keywords = ["pool", "async", "resource"]
license = "MIT"
name = "simple-pool"
readme = "README.md"
repository = "https://github.com/alttch/simple-pool"
version = "0.0.7"