[[bench]]
harness = false
name = "scuffle-batching-batcher"
path = "benchmarks/batcher.rs"
[[bench]]
harness = false
name = "scuffle-batching-dataloader"
path = "benchmarks/dataloader.rs"
[dependencies.scuffle-workspace-hack]
version = "0.1.0"
[dependencies.tokio]
default-features = false
features = ["time", "sync", "rt"]
version = "1"
[dependencies.tokio-util]
version = "0.7"
[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0.5.1"
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.tokio-test]
version = "0.4.4"
[lib]
name = "scuffle_batching"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage_nightly)"]
level = "warn"
priority = 0
[package]
authors = ["Scuffle <opensource@scuffle.cloud>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Optimized batching and dataloading for external services."
documentation = "https://docs.rs/scuffle-batching"
edition = "2021"
keywords = ["batching", "dataloading", "external", "services", "async"]
license = "MIT OR Apache-2.0"
name = "scuffle-batching"
readme = "README.md"
repository = "https://github.com/scufflecloud/scuffle"
version = "0.1.0"