code0-flow 0.0.24

Crate for managing the code0-flows inside of the Flow Queue & FlowStore
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"
name = "code0-flow"
version = "0.0.24"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate for managing the code0-flows inside of the Flow Queue & FlowStore"
homepage = "https://code0.tech"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/code0-tech/code0-flow"

[features]
all = [
    "flow_definition",
    "flow_config",
    "flow_health",
    "flow_validator",
    "flow_service",
]
default = ["all"]
flow_config = []
flow_definition = []
flow_health = []
flow_service = ["flow_definition"]
flow_validator = []

[lib]
name = "code0_flow"
path = "src/lib.rs"
doctest = true

[dependencies.async-nats]
version = "0.46.0"

[dependencies.async-trait]
version = "0.1.85"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.futures-core]
version = "0.3.31"

[dependencies.log]
version = "0.4.24"

[dependencies.regex]
version = "1.11.2"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.143"

[dependencies.tonic]
version = "0.14.1"

[dependencies.tonic-health]
version = "0.14.1"

[dependencies.tucana]
version = "0.0.52"
features = ["aquila"]

[dependencies.walkdir]
version = "2.5.0"