ricecoder-execution 0.1.71

Execution engine for workflows and agent tasks
Documentation
[dependencies.async-trait]
version = "0.1"

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

[dependencies.futures]
version = "0.3"

[dependencies.ricecoder-files]
version = "0"

[dependencies.ricecoder-storage]
version = "0"

[dependencies.ricecoder-workflows]
version = "0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.0"

[dev-dependencies.proptest]
version = "1.4"

[dev-dependencies.tempfile]
version = "3.8"

[dev-dependencies.tokio-test]
version = "0.4"

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

[package]
authors = ["RiceCoder Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Execution engine for workflows and agent tasks"
documentation = "https://github.com/moabualruz/ricecoder/wiki"
edition = "2021"
homepage = "https://github.com/moabualruz/ricecoder"
license = "MIT"
name = "ricecoder-execution"
readme = "README.md"
repository = "https://github.com/moabualruz/ricecoder"
version = "0.1.71"

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

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

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

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

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