cargo-espflash 4.4.0

Cargo subcommand for interacting with Espressif devices
# 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"
rust-version = "1.88"
name = "cargo-espflash"
version = "4.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cargo subcommand for interacting with Espressif devices"
readme = "README.md"
keywords = [
    "cargo",
    "cli",
    "embedded",
    "esp",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "development-tools::cargo-plugins",
    "embedded",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/esp-rs/espflash"
resolver = "2"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "zip"

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

[dependencies.cargo_metadata]
version = "0.23"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "wrap_help",
]

[dependencies.espflash]
version = "4.4"

[dependencies.log]
version = "0.4"

[dependencies.miette]
version = "7.6"
features = ["fancy"]

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

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "1.1.2+spec-1.1.0"