bphelper-cli 0.4.1

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.cargo-generate]
version = "0.22"

[dependencies.cargo_metadata]
version = "0.23"

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

[dependencies.console]
version = "0.15"

[dependencies.crossterm]
version = "0.28"

[dependencies.dialoguer]
version = "0.11"

[dependencies.flate2]
version = "1"

[dependencies.open]
version = "5"

[dependencies.ratatui]
version = "0.29"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]

[dependencies.semver]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.syn]
version = "2"
features = ["full"]

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.urlencoding]
version = "2"

[dev-dependencies.expect-test]
version = "1"

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