[package]
edition = "2021"
name = "zackstrap"
version = "1.9.0"
authors = ["Zack Kitzmiller"]
build = false
exclude = [
"tests/",
"docs/",
"design-guide/",
".claude/",
".agents/",
".whetstone/",
".serena/",
".rtk/",
".github/",
"target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DEPRECATED: This crate has been renamed to initium-cli. Install with: cargo install initium-cli"
readme = "README.md"
keywords = [
"cli",
"bootstrap",
"configuration",
"deprecated",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/z19r/initium"
[badges.maintenance]
status = "deprecated"
[[bin]]
name = "zackstrap"
path = "src/main.rs"
[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"