phlow-engine 0.4.0

Engine 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-engine"
version = "0.4.0"
authors = ["Philippe Assis <codephilippe@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Engine 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",
    "engine",
    "lib",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/phlowdotdev/phlow"
resolver = "2"

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

[dependencies.once_cell]
version = "1.21.3"

[dependencies.phlow-sdk]
version = "0"

[dependencies.phs]
version = "0"

[dependencies.regex]
version = "1.12.2"

[dependencies.rhai]
version = "1.23.6"
features = [
    "serde",
    "sync",
]

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

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

[dependencies.uuid]
version = "1.12.1"
features = ["v4"]

[dependencies.valu3]
version = "0.9.6"