# 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 = "wlink" version = "0.0.8" authors = ["Andelf "] 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/Apache-2.0" repository = "https://github.com/ch32-rs/wlink" [dependencies.anyhow] version = "1" [dependencies.bitfield] version = "0.14.0" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.ihex] version = "3.0.0" [dependencies.indicatif] version = "0.17.7" [dependencies.libloading] version = "0.8.1" [dependencies.log] version = "0.4.20" [dependencies.nu-pretty-hex] version = "0.91.0" [dependencies.object] version = "0.34.0" features = [ "elf", "read_core", "std", ] default-features = false [dependencies.rusb] version = "0.9.1" [dependencies.serialport] version = "4.3.0" [dependencies.simplelog] version = "0.12.0" [dependencies.thiserror] version = "1.0.38" [features] default = []