dora-core 1.0.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.95.0"
name = "dora-core"
version = "1.0.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",
    "dep:json5",
]

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

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

[[test]]
name = "descriptor-validation"
path = "tests/descriptor-validation.rs"

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

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

[dependencies.dunce]
version = "1.0.5"

[dependencies.eyre]
version = "0.6.12"

[dependencies.fs_extra]
version = "1.3.0"

[dependencies.git2]
version = "0.21"
features = [
    "vendored-openssl",
    "https",
    "ssh",
]
optional = true

[dependencies.itertools]
version = "0.15"

[dependencies.json5]
version = "0.4"
optional = true

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

[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.splitty]
version = "1.0.2"

[dependencies.tokio]
version = "1.52"
features = [
    "fs",
    "io-util",
    "macros",
    "process",
    "sync",
    "rt",
]
default-features = false

[dependencies.tokio-stream]
version = "0.1.18"
features = ["io-util"]

[dependencies.tracing]
version = "0.1.44"

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

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

[dependencies.which]
version = "8"

[dependencies.zenoh]
version = "~1.9"
features = [
    "shared-memory",
    "unstable",
    "transport_tcp",
    "transport_udp",
    "transport_unixsock-stream",
]
optional = true
default-features = false

[dev-dependencies.arrow-buffer]
version = "59"

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

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

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