cli-battery-pack 0.1.0

Battery pack for building CLI applications in Rust
# 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 = "2024"
name = "cli-battery-pack"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Battery pack for building CLI applications in Rust"
readme = false
keywords = [
    "battery-pack",
    "cli",
    "clap",
    "terminal",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nikomatsakis/battery-pack"
resolver = "2"

[package.metadata.battery]
schema_version = 1

[package.metadata.battery.templates.simple]
path = "templates/simple"
description = "Minimal CLI with argument parsing"

[package.metadata.battery.templates.subcmds]
path = "templates/subcmds"
description = "CLI with subcommands"

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

[[bin]]
name = "cli-battery-pack"
path = "src/main.rs"

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

[dependencies.console]
version = "0.15"

[dependencies.dialoguer]
version = "0.11"

[dependencies.error-battery-pack]
version = "0.1.0"

[dependencies.indicatif]
version = "0.17"

[dependencies.logging-battery-pack]
version = "0.1.0"

[build-dependencies.battery-pack]
version = "0.1.0"