emit_batcher 1.4.0

Batch processing infrastructure for emit.
Documentation
[dependencies.emit]
default-features = false
version = "1.4.0"

[dependencies.futures]
optional = true
version = "0.3"

[dependencies.js-sys]
optional = true
version = "0.3"

[dependencies.tokio]
features = ["rt-multi-thread", "sync", "time"]
optional = true
version = "1"

[dependencies.wasm-bindgen]
optional = true
version = "0.2"

[dependencies.wasm-bindgen-futures]
optional = true
version = "0.4"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[features]
web = ["dep:wasm-bindgen", "dep:wasm-bindgen-futures", "dep:js-sys", "dep:futures"]

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

[package]
authors = ["emit contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Batch processing infrastructure for emit."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "emit_batcher"
readme = "README.md"
repository = "https://github.com/emit-rs/emit"
version = "1.4.0"

[package.metadata.docs.rs]
features = ["tokio"]

[target.'cfg(not(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown")))'.dev-dependencies.tokio]
features = ["full"]
version = "1"