klieo-workflow 3.8.2

Declarative no-code workflow substrate for the klieo agent framework.
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 = "2021"
rust-version = "1.89"
name = "klieo-workflow"
version = "3.8.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Declarative no-code workflow substrate for the klieo agent framework."
homepage = "https://github.com/mohrimic/klieo"
documentation = "https://docs.rs/klieo"
readme = "README.md"
license = "MIT"
repository = "https://github.com/mohrimic/klieo"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
test-support = [
    "dep:klieo-bus-memory",
    "klieo-core/test-utils",
]

[lib]
name = "klieo_workflow"
path = "src/lib.rs"

[[test]]
name = "end_to_end"
path = "tests/end_to_end.rs"

[[test]]
name = "schema_drift"
path = "tests/schema_drift.rs"

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

[dependencies.hex]
version = "0.4"

[dependencies.klieo-bus-memory]
version = "3"
optional = true

[dependencies.klieo-core]
version = "3"

[dependencies.klieo-flows]
version = "3"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.jsonschema]
version = "0.18"
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "macros",
    "rt-multi-thread",
]