deadpool-sync 0.1.5

Dead simple async pool utilities for sync managers
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"
name = "deadpool-sync"
version = "0.1.5"
authors = ["Michael P. Jung <michael.jung@terreon.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dead simple async pool utilities for sync managers"
readme = "README.md"
keywords = [
    "async",
    "database",
    "pool",
    "sync",
    "utils",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/deadpool-rs/deadpool"

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

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

[dependencies.deadpool-runtime]
version = "0.2.0"

[dependencies.tracing]
version = "0.1.2"
optional = true

[dev-dependencies.deadpool]
version = "0.12"
features = ["rt_tokio_1"]

[dev-dependencies.tokio]
version = "1.38.0"
features = [
    "macros",
    "rt-multi-thread",
]