You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
961 B

2 years ago
[package]
name = "wlink"
version = "0.0.8"
2 years ago
edition = "2021"
authors = ["Andelf <andelf@gmail.com>"]
repository = "https://github.com/ch32-rs/wlink"
documentation = "https://docs.rs/wlink"
homepage = "https://github.com/ch32-rs/wlink"
categories = ["embedded", "hardware-support", "development-tools::debugging"]
description = "WCH-Link flash tool for WCH's RISC-V MCUs(CH32V, CH56X, CH57X, CH58X, CH59X, CH32L103, CH32X035, CH641, CH643)"
keywords = ["embedded", "WCH", "CH32V", "WCH-Link"]
2 years ago
readme = "README.md"
license = "MIT/Apache-2.0"
[features]
default = []
2 years ago
[dependencies]
10 months ago
anyhow = "1"
bitfield = "0.14.0"
clap = { version = "4", features = ["derive"] }
2 years ago
hex = "0.4.3"
ihex = "3.0.0"
10 months ago
log = "0.4.20"
nu-pretty-hex = "0.88.1"
2 years ago
rusb = "0.9.1"
simplelog = "0.12.0"
thiserror = "1.0.38"
object = { version = "0.32", default-features = false, features = [
"elf",
"read_core",
"std",
] }
indicatif = "0.17.7"
10 months ago
serialport = "4.3.0"
libloading = "0.8.1"