cli-battery-pack 0.4.2

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

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

[package.metadata.battery-pack]
hidden = ["battery-pack"]

[features]
default = [
    "anyhow",
    "clap",
    "dialoguer",
]
indicators = [
    "indicatif",
    "console",
]
search = [
    "regex",
    "ignore",
]

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

[dependencies.anyhow]
version = "1"
optional = true

[dependencies.battery-pack]
version = "0.4"

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

[dependencies.console]
version = "0.15"
optional = true

[dependencies.dialoguer]
version = "0.11"
optional = true

[dependencies.ignore]
version = "0.4"
optional = true

[dependencies.indicatif]
version = "0.17"
optional = true

[dependencies.regex]
version = "1"
optional = true

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