greentic-flow 0.4.21

Generic YGTC flow schema/loader/IR for self-describing component nodes.
Documentation
[[bin]]
name = "greentic-flow"
path = "src/bin/greentic-flow.rs"

[dependencies.anyhow]
version = "1"

[dependencies.blake3]
version = "1"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.greentic-distributor-client]
default-features = false
features = ["dist-client"]
version = "0.4"

[dependencies.greentic-interfaces]
version = "0.4"

[dependencies.greentic-types]
features = ["telemetry-autoinit", "schema"]
version = "0.4"

[dependencies.indexmap]
features = ["serde"]
version = "2"

[dependencies.jsonschema]
version = "0.38"

[dependencies.lazy_static]
version = "1"

[dependencies.pathdiff]
version = "0.2"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_bw]
version = "2"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

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

[dependencies.toml]
optional = true
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.insta]
version = "1"

[dev-dependencies.pretty_assertions]
version = "1"

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

[features]
default = []
toml = ["dep:toml"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Generic YGTC flow schema/loader/IR for self-describing component nodes."
edition = "2024"
license = "MIT"
name = "greentic-flow"
readme = "README.md"
repository = "https://github.com/greentic-ai/greentic-flow"
rust-version = "1.89"
version = "0.4.21"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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