[package]
edition = "2024"
name = "batch-aint-one"
version = "0.11.1"
authors = ["Thom Wright <dev@thomwright.co.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
I got 99 problems, but a batch ain't one
"""
homepage = "https://github.com/ThomWright/batch-aint-one"
documentation = "https://docs.rs/batch-aint-one"
readme = "README.md"
keywords = [
"batching",
"batch",
"async",
"concurrency",
]
categories = ["concurrency"]
license = "MIT"
repository = "https://github.com/ThomWright/batch-aint-one"
resolver = "2"
[lib]
name = "batch_aint_one"
path = "src/lib.rs"
[[test]]
name = "errors"
path = "tests/errors.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"
[dependencies.bon]
version = "3.7.2"
[dependencies.futures]
version = "0.3.29"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1.33"
features = [
"sync",
"time",
"tracing",
"rt",
"macros",
]
[dependencies.tracing]
version = "0.1"
[dev-dependencies.assert_matches]
version = "1.5.0"
[dev-dependencies.doc-comment]
version = "0.3.3"
[dev-dependencies.futures]
version = "0.3.29"
[dev-dependencies.rand]
version = "0.9.2"
[dev-dependencies.rstest]
version = "0.26.1"
[dev-dependencies.tokio]
version = "1.33"
features = [
"rt",
"macros",
"test-util",
]
[dev-dependencies.tokio-test]
version = "0.4.3"
[dev-dependencies.tracing-capture]
version = "0.2.0-beta.1"
[dev-dependencies.tracing-subscriber]
version = "0.3.18"