[[bin]]
name = "crucible"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.colored]
version = "2.0"
[dependencies.crucible-core]
version = "0.1.0"
[package]
authors = ["Crucible Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "command-line-utilities"]
description = "Architecture-first development framework for AI-native applications"
documentation = "https://github.com/anvanster/crucible/blob/main/README.md"
edition = "2021"
homepage = "https://github.com/anvanster/crucible"
keywords = ["architecture", "validation", "ai", "claude-code", "software-design"]
license = "Apache-2.0"
name = "crucible-cli"
readme = "README.md"
repository = "https://github.com/anvanster/crucible"
version = "0.1.0"
[package.metadata.binstall]
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }{ archive-suffix }"