zackstrap 1.9.0

DEPRECATED: This crate has been renamed to initium-cli. Install with: cargo install initium-cli
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"