fastpool 1.1.0

This crates implements a fast object pool for Async Rust.
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 = "2024"
rust-version = "1.85.0"
name = "fastpool"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This crates implements a fast object pool for Async Rust."
homepage = "https://github.com/fast/fastpool"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/fast/fastpool"

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

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

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

[dependencies.mea]
version = "0.6.0"

[dependencies.scopeguard]
version = "1.2.0"

[dev-dependencies.tokio]
version = "1.43.0"
features = ["full"]

[lints.clippy]
dbg_macro = "deny"

[lints.rust]
unknown_lints = "deny"