tokio-resource-pool 0.2.0

A generic resource pool for the Tokio ecosystem.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "tokio-resource-pool"
version = "0.2.0"
authors = ["Simon GĂ©nier <1782845+animalsiknow@users.noreply.github.com>"]
description = "A generic resource pool for the Tokio ecosystem."
documentation = "https://docs.rs/tokio-resource-pool"
keywords = ["tokio", "pool"]
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/animalsiknow/tokio-resource-pool"
[dependencies.crossbeam-queue]
version = "0.1.2"

[dependencies.futures]
version = "0.1.27"

[dependencies.tokio-sync]
version = "0.1.5"
[dev-dependencies.redis]
version = "0.10.0"

[dev-dependencies.tokio]
version = "0.1.20"

[dev-dependencies.tokio-threadpool]
version = "0.1.14"