dora-core 0.4.1

`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.85.0"
name = "dora-core"
version = "0.4.1"
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/"

[features]
build = [
    "dep:git2",
    "dep:url",
]
zenoh = ["dep:zenoh"]

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

[[bin]]
name = "generate_schema"
path = "src/bin/generate_schema.rs"

[dependencies.dora-message]
version = "0.7.0"

[dependencies.dunce]
version = "1.0.5"

[dependencies.eyre]
version = "0.6.8"

[dependencies.fs_extra]
version = "1.3.0"

[dependencies.git2]
version = "0.18.0"
features = ["vendored-openssl"]
optional = true

[dependencies.itertools]
version = "0.14"

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

[dependencies.once_cell]
version = "1.13.0"

[dependencies.schemars]
version = "1.0.4"

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

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

[dependencies.serde_json]
version = "1.0.117"

[dependencies.serde_yaml]
version = "0.9.33"

[dependencies.splitty]
version = "1.0.2"

[dependencies.tokio]
version = "1.24.1"
features = [
    "fs",
    "process",
    "sync",
    "rt",
]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5.4"
optional = true

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

[dependencies.which]
version = "5.0.0"

[dependencies.zenoh]
version = "1.1.1"
optional = true