fast_pool 1.0.3

The Fast Pool based on channel
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"
name = "fast_pool"
version = "1.0.3"
authors = ["ce <zhuxiujia@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Fast Pool based on channel"
homepage = "https://github.com/rbatis/fast_pool"
readme = "README.md"
keywords = [
    "database",
    "orm",
    "pool",
]
categories = ["caching"]
license = "Apache-2.0"
repository = "https://github.com/rbatis/fast_pool"

[lib]
name = "fast_pool"
path = "src/lib.rs"

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

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

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

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

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

[[bench]]
name = "performance"
path = "benches/performance.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.atomic]
version = "0.6"

[dependencies.crossfire]
version = "3.0"
features = ["compat"]

[dependencies.futures-core]
version = "0.3"

[dependencies.tokio]
version = "1"
features = [
    "time",
    "rt-multi-thread",
    "macros",
]