[dependencies.mea]
version = "0.6.0"
[dependencies.scopeguard]
version = "1.2.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.43.0"
[lib]
name = "fastpool"
path = "src/lib.rs"
[lints.clippy]
dbg_macro = "deny"
[lints.rust]
unknown_lints = "deny"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This crates implements a fast object pool for Async Rust."
edition = "2024"
homepage = "https://github.com/fast/fastpool"
license = "Apache-2.0"
name = "fastpool"
readme = "README.md"
repository = "https://github.com/fast/fastpool"
rust-version = "1.85.0"
version = "1.0.3"
[[test]]
name = "replenish_tests"
path = "tests/replenish_tests.rs"