Cargo Features

[dependencies]
dora-runtime = { version = "0.3.3", default-features = false, features = ["tracing", "telemetry", "metrics", "python"] }
default = metrics, tracing

These default features are set whenever dora-runtime is added without default-features = false somewhere in the dependency tree.

tracing default telemetry? = dora-tracing
telemetry = tracing, tracing-opentelemetry
metrics default = dora-metrics
python = dora-operator-api-python, pyo3, pythonize

Enables pyarrow of arrow ^48.0.0

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

dora-operator-api-python python?
dora-tracing tracing
dora-metrics metrics
pyo3 python?

Enables pyo3 ^0.20.0

pyo3-abi3 flag allow simpler linking. See: https://pyo3.rs/v0.13.2/building_and_distribution.html

tracing-opentelemetry telemetry?

Enables tracing-opentelemetry ^0.18.0

pythonize python?

Enables pythonize ^0.20.0