apiary-runtime 0.1.1

Node runtime, bee pool execution, and swarm coordination for the Apiary distributed data processing framework
Documentation
[package]
name = "apiary-runtime"
version.workspace = true
edition.workspace = true
description = "Node runtime, bee pool execution, and swarm coordination for the Apiary distributed data processing framework"
readme = "README.md"
license.workspace = true

[dependencies]
apiary-core.workspace = true
apiary-storage.workspace = true
apiary-query.workspace = true
arrow.workspace = true
async-trait.workspace = true
chrono.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true

[dev-dependencies]
tempfile = "3"