[package]
edition = "2024"
rust-version = "1.90"
name = "greentic-flow"
version = "0.4.36"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic YGTC flow schema/loader/IR for self-describing component nodes."
readme = "README.md"
license = "MIT"
repository = "https://github.com/greentic-ai/greentic-flow"
[features]
default = []
toml = ["dep:toml"]
[lib]
name = "greentic_flow"
path = "src/lib.rs"
[[bin]]
name = "greentic-flow"
path = "src/bin/greentic-flow.rs"
[[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 = "answers_cli_ops"
path = "tests/answers_cli_ops.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"
[dependencies.anyhow]
version = "1"
[dependencies.blake3]
version = "1"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.greentic-distributor-client]
version = "0.4"
features = ["dist-client"]
default-features = false
[dependencies.greentic-interfaces]
version = "0.4"
[dependencies.greentic-types]
version = "0.4"
features = [
"telemetry-autoinit",
"schema",
]
[dependencies.handlebars]
version = "6"
[dependencies.indexmap]
version = "2"
features = ["serde"]
[dependencies.jsonschema]
version = "0.40"
[dependencies.lazy_static]
version = "1"
[dependencies.pathdiff]
version = "0.2"
[dependencies.regex]
version = "1"
[dependencies.semver]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.serde_yaml_bw]
version = "2"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"macros",
]
[dependencies.toml]
version = "0.9"
optional = true
[dependencies.tracing]
version = "0.1"
[dependencies.url]
version = "2"
[dev-dependencies.assert_cmd]
version = "2"
[dev-dependencies.insta]
version = "1"
[dev-dependencies.predicates]
version = "3"
[dev-dependencies.pretty_assertions]
version = "1"
[dev-dependencies.tempfile]
version = "3"