[dependencies.crossbeam]
version = "0.8"
[dependencies.once_cell]
version = "1.21.3"
[dependencies.opentelemetry]
version = "0.29.1"
[dependencies.opentelemetry-otlp]
features = ["grpc-tonic"]
version = "=0.29.0"
[dependencies.opentelemetry-prometheus]
version = "0.29.1"
[dependencies.opentelemetry-semantic-conventions]
features = ["semconv_experimental"]
version = "=0.29.0"
[dependencies.opentelemetry-stdout]
version = "=0.29.0"
[dependencies.opentelemetry_sdk]
version = "=0.29.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.tokio]
features = ["full", "tracing"]
version = "1.44.2"
[dependencies.tracing]
version = "=0.1.41"
[dependencies.tracing-core]
version = "=0.1.33"
[dependencies.tracing-opentelemetry]
version = "=0.30.0"
[dependencies.tracing-subscriber]
version = "=0.3.19"
[dependencies.valu3]
version = "0.8"
[lib]
name = "phlow_sdk"
path = "src/lib.rs"
[package]
authors = ["Philippe Assis <codephilippe@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "SDK for Phlow, a fast, modular runtime for building backends with YAML flows, Rust modules, and native OpenTelemetry observability."
documentation = "https://docs.rs/phlow"
edition = "2021"
homepage = "https://github.com/lowcarboncode/phlow"
keywords = ["phlow", "sdk"]
license = "MIT"
name = "phlow-sdk"
readme = "README.md"
repository = "https://github.com/lowcarboncode/phlow"
rust-version = "1.83.0"
version = "0.0.2"