dora-message 1.0.0

`dora` goal is to be a low latency, composable, and distributed data flow.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[[test]]
name = "node_exit_status"
path = "tests/node_exit_status.rs"

[[test]]
name = "uhlc_wire_format"
path = "tests/uhlc_wire_format.rs"

[[bench]]
name = "message_serde"
path = "benches/message_serde.rs"
harness = false

[dependencies.aligned-vec]
version = "0.6.4"
features = ["serde"]

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dirs]
version = "6"

[dependencies.eyre]
version = "0.6.12"

[dependencies.getrandom]
version = "0.4"

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

[dependencies.postcard]
version = "1.1.3"
features = ["use-std"]
default-features = false

[dependencies.schemars]
version = "1.2.1"

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

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

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.tokio]
version = "1.52"
features = ["sync"]
default-features = false

[dependencies.uhlc]
version = "0.9.0"

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

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1.11"

[dev-dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.uuid]
version = "1.23"
features = [
    "serde",
    "v7",
    "v4",
]

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]