dora-message 0.4.1

`dora` goal is to be a low latency, composable, and distributed data flow.
Documentation
[dependencies.aligned-vec]
features = ["serde"]
version = "0.5.0"

[dependencies.arrow-data]
version = "53"

[dependencies.arrow-schema]
features = ["serde"]
version = "53"

[dependencies.eyre]
version = "0.6.8"

[dependencies.log]
features = ["serde"]
version = "0.4.21"

[dependencies.once_cell]
version = "1.13.0"

[dependencies.schemars]
version = "0.8.19"

[dependencies.semver]
features = ["serde"]
version = "1.0.23"

[dependencies.serde]
features = ["derive"]
version = "1.0.136"

[dependencies.serde-with-expand-env]
version = "1.1.0"

[dependencies.serde_yaml]
version = "0.9.11"

[dependencies.tokio]
features = ["sync"]
version = "1.39.2"

[dependencies.uhlc]
version = "0.5.1"

[dependencies.uuid]
features = ["serde", "v7"]
version = "1.7"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "`dora` goal is to be a low latency, composable, and distributed data flow."
documentation = "https://dora.carsmos.ai"
edition = "2021"
license = "Apache-2.0"
name = "dora-message"
readme = false
repository = "https://github.com/dora-rs/dora/"
version = "0.4.1"