battery-pack 0.4.13

Curated crate bundles with docs, templates, and agentic skills
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 = "battery-pack"
version = "0.4.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Curated crate bundles with docs, templates, and agentic skills"
readme = "README.md"
keywords = [
    "battery-pack",
    "curation",
    "templates",
    "cargo",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/battery-pack-rs/battery-pack"
resolver = "2"

[package.metadata.battery]
schema_version = 1

[package.metadata.battery.templates.default]
path = "templates/default"
description = "Starter template for authoring a battery pack"

[package.metadata.battery.templates.with_template]
path = "templates/with_template"
description = "Starter template with an example project template"

[features]
build = ["bphelper-build"]
cli = ["bphelper-cli"]
default = []

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

[dependencies.anyhow]
version = "1"

[dependencies.bphelper-build]
version = "0.4.5"
optional = true

[dependencies.bphelper-cli]
version = "0.7.4"
optional = true

[dependencies.bphelper-manifest]
version = "0.5.4"

[dev-dependencies]