[[bench]]
name = "performance"
path = "benches/performance.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.atomic]
version = "0.6"
[dependencies.crossfire]
version = "2.1.8"
[dependencies.futures-core]
version = "0.3"
[dependencies.tokio]
features = ["time", "rt-multi-thread", "macros"]
version = "1"
[lib]
name = "fast_pool"
path = "src/lib.rs"
[package]
authors = ["ce <zhuxiujia@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["caching"]
description = "The Fast Pool based on channel"
edition = "2021"
homepage = "https://github.com/rbatis/fast_pool"
keywords = ["database", "orm", "pool"]
license = "Apache-2.0"
name = "fast_pool"
readme = "README.md"
repository = "https://github.com/rbatis/fast_pool"
version = "1.0.1"
[[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"