phlow-sdk 0.4.0

SDK for Phlow, a fast, modular runtime for building backends with YAML flows, Rust modules, and native OpenTelemetry observability.
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.90.0"
name = "phlow-sdk"
version = "0.4.0"
authors = ["Philippe Assis <codephilippe@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SDK for Phlow, a fast, modular runtime for building backends with YAML flows, Rust modules, and native OpenTelemetry observability."
homepage = "https://github.com/phlowdotdev/phlow"
documentation = "https://docs.rs/phlow"
readme = "README.md"
keywords = [
    "phlow",
    "sdk",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/phlowdotdev/phlow"
resolver = "2"

[lib]
name = "phlow_sdk"
path = "src/lib.rs"
doctest = false

[dependencies.crossbeam]
version = "0.8"

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4.29"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.opentelemetry]
version = "0.31.0"

[dependencies.opentelemetry-otlp]
version = "0.31.0"
features = ["grpc-tonic"]

[dependencies.opentelemetry-semantic-conventions]
version = "0.31.0"
features = ["semconv_experimental"]

[dependencies.opentelemetry-stdout]
version = "0.31.0"

[dependencies.opentelemetry_sdk]
version = "0.31.0"

[dependencies.phs]
version = "0"

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

[dependencies.tokio]
version = "1.48.0"
features = [
    "full",
    "tracing",
]

[dependencies.tracing]
version = "=0.1.43"

[dependencies.tracing-core]
version = "0.1.34"

[dependencies.tracing-log]
version = "0.2.0"

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

[dependencies.tracing-subscriber]
version = "0.3.20"

[dependencies.valu3]
version = "0.9.6"