phs 0.4.1

Runtime for Phlow Script, PHS
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 = "phs"
version = "0.4.1"
authors = ["Philippe Assis <codephilippe@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime for Phlow Script, PHS"
homepage = "https://github.com/phlowdotdev/phlow"
documentation = "https://docs.rs/phlow"
readme = "README.md"
keywords = [
    "phlow",
    "phs",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/phlowdotdev/phlow"
resolver = "2"

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

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.regex]
version = "1.12.2"

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

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

[dependencies.serde_json]
version = "1.0.145"

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

[dependencies.uuid]
version = "1.18.1"
features = [
    "v4",
    "v3",
    "v5",
    "v6",
    "v7",
]

[dependencies.valu3]
version = "0.9.6"