[[bin]]
name = "greentic-dev"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.component-runtime]
version = "0.3"
[dependencies.component-store]
version = "0.3"
[dependencies.convert_case]
version = "0.9"
[dependencies.greentic-component]
features = ["prepare", "describe"]
version = "0.3"
[dependencies.greentic-conformance]
optional = true
version = "0.1"
[dependencies.greentic-flow]
version = "0.3"
[dependencies.greentic-interfaces]
default-features = false
features = ["describe-v1"]
version = "0.4"
[dependencies.greentic-mcp]
optional = true
version = "0.3"
[dependencies.greentic-pack]
version = "0.3"
[dependencies.greentic-runner]
version = "0.3"
[dependencies.greentic-types]
features = ["serde"]
version = "0.3"
[dependencies.greentic-types-compat]
features = ["serde"]
package = "greentic-types"
version = "0.1.6"
[dependencies.jsonschema]
version = "0.33"
[dependencies.once_cell]
version = "1.19"
[dependencies.semver]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml_bw]
version = "2"
[dependencies.sha2]
version = "0.10"
[dependencies.tempfile]
version = "3"
[dependencies.time]
features = ["macros", "formatting"]
version = "0.3"
[dependencies.toml]
version = "0.9"
[dependencies.wit-component]
version = "0.240"
[dependencies.wit-parser]
version = "0.240"
[features]
conformance = ["greentic-conformance"]
default = []
mcp = ["greentic-mcp", "greentic-interfaces/runner-host-v1"]
[lib]
name = "greentic_dev"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Developer CLI and local tooling for Greentic flows, packs, and components"
edition = "2024"
include = ["Cargo.toml", "Cargo.lock", "README.md", "LICENSE*", "src/**", "src/templates/**", "ci/**", "docs/**", "examples/**", "fixtures/**", "scripts/**", "tests/**"]
license = "MIT OR Apache-2.0"
name = "greentic-dev"
readme = "README.md"
repository = "https://github.com/agentic/greentic-dev"
version = "0.3.0"
[[test]]
name = "conformance_feature"
path = "tests/conformance_feature.rs"
[[test]]
name = "dev_runner_schema"
path = "tests/dev_runner_schema.rs"
[[test]]
name = "registry_test"
path = "tests/registry_test.rs"