dora-runtime 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-runtime"
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]
default = [
    "tracing",
    "metrics",
]
metrics = ["dora-metrics"]
python = [
    "pyo3",
    "dora-operator-api-python",
    "pythonize",
    "arrow/pyarrow",
]
telemetry = [
    "tracing",
    "tracing-opentelemetry",
]
tracing = ["dora-tracing"]

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

[dependencies.aligned-vec]
version = "0.5.0"

[dependencies.arrow]
version = "54.2.1"
features = ["ffi"]

[dependencies.dora-core]
version = "0.4.1"

[dependencies.dora-download]
version = "0.4.1"

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

[dependencies.dora-metrics]
version = "0.4.1"
optional = true

[dependencies.dora-node-api]
version = "0.4.1"
default-features = false

[dependencies.dora-operator-api-python]
version = "0.4.1"
optional = true

[dependencies.dora-operator-api-types]
version = "0.4.1"

[dependencies.dora-tracing]
version = "0.4.1"
optional = true

[dependencies.eyre]
version = "0.6.8"

[dependencies.flume]
version = "0.10.14"

[dependencies.futures]
version = "0.3.21"

[dependencies.futures-concurrency]
version = "7.1.0"

[dependencies.libloading]
version = "0.7.3"

[dependencies.pyo3]
version = "0.23"
features = [
    "eyre",
    "abi3-py37",
    "multiple-pymethods",
    "eyre",
    "abi3-py37",
]
optional = true

[dependencies.pythonize]
version = "0.23"
optional = true

[dependencies.serde_yaml]
version = "0.9.33"

[dependencies.tokio]
version = "1.24.2"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1.8"

[dependencies.tracing]
version = "0.1.36"

[dependencies.tracing-opentelemetry]
version = "0.32.0"
optional = true