hpm_isp 0.5.0

ISP tool for HPMicro MCUs.
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 = "2021"
name = "hpm_isp"
version = "0.5.0"
authors = ["tfx2001 <tfx2001@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ISP tool for HPMicro MCUs."
readme = "README.md"
license = "MIT"
repository = "https://github.com/tfx2001/hpm_isp"

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

[[bin]]
name = "hpm_isp"
path = "src/main.rs"

[dependencies.clap]
version = "3.1"
features = [
    "color",
    "derive",
]

[dependencies.dialoguer]
version = "0.10"

[dependencies.hidapi]
version = "2.4"

[dependencies.hpm-rt]
version = "0.1"

[dependencies.indicatif]
version = "0.17"

[dependencies.num_enum]
version = "0.7"

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

[dependencies.strum]
version = "0.25"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "1.1"

[dependencies.zerocopy]
version = "0.7"
features = ["derive"]