ggen-cli-lib 2.7.1

CLI interface for ggen
Documentation
[[bench]]
harness = false
name = "marketplace_benchmark"
path = "benches/marketplace_benchmark.rs"

[[bench]]
name = "marketplace_search_benchmark"
path = "benches/marketplace_search_benchmark.rs"

[[bin]]
name = "ggen"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.clap-noun-verb]
version = "3.4.0"

[dependencies.clap-noun-verb-macros]
version = "3.4.0"

[dependencies.clap_complete]
version = "4.5.58"

[dependencies.colored]
version = "3.0"

[dependencies.dirs]
version = "6.0"

[dependencies.dotenvy]
version = "0.15"

[dependencies.flate2]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.gag]
version = "0.1"

[dependencies.genai]
version = "0.4"

[dependencies.ggen-ai]
version = "2.7.1"

[dependencies.ggen-core]
version = "2.7.1"

[dependencies.ggen-domain]
version = "2.7.1"

[dependencies.ggen-marketplace]
version = "2.7.1"

[dependencies.ggen-utils]
version = "2.7.1"

[dependencies.glob]
version = "0.3"

[dependencies.linkme]
version = "0.3"

[dependencies.log]
version = "0.4.28"

[dependencies.md5]
version = "0.8"

[dependencies.notify]
version = "6.1"

[dependencies.notify-debouncer-full]
version = "0.3"

[dependencies.once_cell]
version = "1.19"

[dependencies.oxigraph]
version = "0.5"

[dependencies.rayon]
version = "1.11"

[dependencies.regex]
version = "1.12"

[dependencies.semver]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.tera]
version = "1.20"

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

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

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

[dependencies.walkdir]
version = "2.5"

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

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

[dev-dependencies.chicago-tdd-tools]
version = "1.3.0"

[dev-dependencies.criterion]
features = ["async_tokio", "html_reports"]
version = "0.5"

[dev-dependencies.fake]
features = ["derive"]
version = "4.4"

[dev-dependencies.mockall]
version = "0.13"

[dev-dependencies.notify]
version = "6.1"

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

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.serde_yaml]
version = "0.9"

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

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

[features]
default = []
live-llm-tests = []

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

[lints.clippy]
multiple_crate_versions = "allow"

[package]
authors = ["Sean Chatman <sean@chatmangpt.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "command-line-utilities"]
description = "CLI interface for ggen"
edition = "2021"
keywords = ["cli", "code-generation", "rdf", "templates"]
license = "MIT"
name = "ggen-cli-lib"
readme = "README.md"
repository = "https://github.com/seanchatmangpt/ggen"
version = "2.7.1"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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