batched 0.2.11

rust macro util for batching expensive operations
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"
name = "batched"
version = "0.2.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rust macro util for batching expensive operations"
readme = "README.md"
keywords = [
    "batch",
    "performance",
    "efficient",
]
license = "MIT"
repository = "https://github.com/hackermondev/batched"
resolver = "2"

[features]
default = []
tracing_opentelemetry = [
    "opentelemetry",
    "tracing-opentelemetry",
]
tracing_span = ["batched_derive/tracing_span"]

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.batched_derive]
version = "0.2.11"

[dependencies.opentelemetry]
version = "0.30.0"
optional = true

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-opentelemetry]
version = "0.31.0"
optional = true