cargo-bp 0.5.0

CLI for creating and managing battery packs (cargo bp)
# 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 = "cargo-bp"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for creating and managing battery packs (cargo bp)"
readme = "README.md"
keywords = [
    "battery-pack",
    "cli",
    "cargo",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/battery-pack-rs/battery-pack"
resolver = "2"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/cargo-bp-v{ version }/cargo-bp-{ target }-v{ version }{ archive-suffix }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

[package.metadata.binstall.overrides.aarch64-pc-windows-msvc]
pkg-fmt = "zip"

[[bin]]
name = "cargo-bp"
path = "src/main.rs"

[[test]]
name = "new_suffix"
path = "tests/new_suffix.rs"

[[test]]
name = "with_template"
path = "tests/with_template.rs"

[dependencies.anyhow]
version = "1"

[dependencies.bphelper-cli]
version = "0.7"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.toml]
version = "0.8"