deadpool-runtime 0.2.0

Dead simple async pool utilities for async runtimes
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-runtime"
version = "0.2.0"
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 async runtimes"
readme = "README.md"
keywords = [
    "async",
    "database",
    "pool",
    "sync",
    "utils",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/deadpool-rs/deadpool"

[features]
async-std_1 = ["dep:async-std_1"]
smol_2 = [
    "dep:smol_2_async-io",
    "dep:smol_2_blocking",
    "dep:smol_2_futures-lite",
]
tokio_1 = ["dep:tokio_1"]

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

[dependencies.async-std_1]
version = "1.0"
features = ["unstable"]
optional = true
package = "async-std"

[dependencies.smol_2_async-io]
version = "2.0"
features = []
optional = true
package = "async-io"

[dependencies.smol_2_blocking]
version = "1.6"
features = []
optional = true
package = "blocking"

[dependencies.smol_2_futures-lite]
version = "2.6"
features = []
optional = true
package = "futures-lite"

[dependencies.tokio_1]
version = "1.0"
features = [
    "time",
    "rt",
]
optional = true
package = "tokio"

[dev-dependencies.tokio_1]
version = "1.0"
features = [
    "rt",
    "macros",
]
package = "tokio"