[[bench]]
harness = false
name = "scuffle-batching-batcher"
path = "benchmarks/batcher.rs"
[[bench]]
harness = false
name = "scuffle-batching-dataloader"
path = "benchmarks/dataloader.rs"
[dependencies.document-features]
optional = true
version = "0.2"
[dependencies.scuffle-changelog]
optional = true
version = "0.1.0"
[dependencies.scuffle-workspace-hack]
version = "0.1.0"
[dependencies.tokio]
default-features = false
features = ["rt", "sync", "time"]
version = "1"
[dependencies.tokio-util]
version = "0.7"
[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0.6"
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.tokio]
features = ["macros"]
version = "1"
[dev-dependencies.tokio-test]
version = "0.4.4"
[features]
docs = ["dep:scuffle-changelog", "dep:document-features"]
[lib]
name = "scuffle_batching"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage_nightly)", "cfg(valgrind)"]
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 = "2024"
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.5"
[package.metadata.cargo-sync-rdme.badge]
style = "flat-square"
[package.metadata.cargo-sync-rdme.badge.badges]
codecov = true
crates-io = true
docs-rs = true
license = true
[package.metadata.cargo-sync-rdme.badge.badges.github-actions]
workflows = "ci.yaml"
[package.metadata.cargo-sync-rdme.rustdoc.mappings]
changelog = "./CHANGELOG.md"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs", "--sort-modules-by-appearance", "--generate-link-to-definition"]
[package.metadata.xtask.powerset]
additive-features = ["docs"]