wlink 0.1.2

WCH-Link flash tool for WCH's RISC-V MCUs(CH32V, CH56X, CH57X, CH58X, CH59X, CH32L103, CH32X035, CH641, CH643)
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 = "wlink"
version = "0.1.2"
authors = ["Andelf <andelf@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WCH-Link flash tool for WCH's RISC-V MCUs(CH32V, CH56X, CH57X, CH58X, CH59X, CH32L103, CH32X035, CH641, CH643)"
homepage = "https://github.com/ch32-rs/wlink"
documentation = "https://docs.rs/wlink"
readme = "README.md"
keywords = [
    "embedded",
    "WCH",
    "CH32V",
    "WCH-Link",
]
categories = [
    "embedded",
    "hardware-support",
    "development-tools::debugging",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ch32-rs/wlink"

[features]
default = []

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

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

[dependencies.anyhow]
version = "1"

[dependencies.bitfield]
version = "0.19"

[dependencies.chrono]
version = "0.4"

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

[dependencies.clap-verbosity-flag]
version = "3"

[dependencies.hex]
version = "0.4.3"

[dependencies.ihex]
version = "3.0.0"

[dependencies.indicatif]
version = "0.18"

[dependencies.libloading]
version = "0.9"

[dependencies.log]
version = "0.4"

[dependencies.nu-pretty-hex]
version = "0.109"

[dependencies.nusb]
version = "0.2"

[dependencies.object]
version = "0.38"
features = [
    "elf",
    "read_core",
    "std",
]
default-features = false

[dependencies.serialport]
version = "4.7"

[dependencies.simplelog]
version = "0.12.0"

[dependencies.thiserror]
version = "2"