minipool 0.1.3

Lightweight, generic tokio-based pool implementation for 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 = "2021"
name = "minipool"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight, generic tokio-based pool implementation for Rust."
homepage = "https://elbforge.org/m4rc3l/minipool#readme"
readme = "README.md"
keywords = [
    "pool",
    "tokio",
    "async",
    "generic",
]
license = "Apache-2.0 OR MIT"
repository = "https://elbforge.org/m4rc3l/minipool.git"

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

[dependencies.tokio]
version = "1.45"
features = ["sync"]
default-features = false

[dev-dependencies.tokio]
version = "1.45"
features = [
    "macros",
    "rt",
]
default-features = false