# 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 = "wchisp" version = "0.2.2" authors = ["Andelf "] include = [ "**/*.rs", "devices/**/*.yaml", "Cargo.toml", "LICENSE", "README.md", ] description = "A command-line implementation of WCHISPTool, for flashing ch32 MCUs" homepage = "https://github.com/ch32-rs/wchisp" documentation = "https://docs.rs/wchisp/" readme = "README.md" keywords = [ "wch", "cli", "ch32", "embedded", ] categories = [ "embedded", "command-line-utilities", "command-line-utilities", ] license = "GPL-2.0" repository = "https://github.com/ch32-rs/wchisp" [dependencies.anyhow] version = "1.0" [dependencies.bitfield] version = "0.14" [dependencies.clap] version = "4" features = ["derive"] [dependencies.hex] version = "0.4" [dependencies.hxdmp] version = "0.2" [dependencies.ihex] version = "3" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4" [dependencies.object] version = "0.30" features = [ "elf", "read_core", "std", ] default-features = false [dependencies.rand] version = "0.8" [dependencies.rusb] version = "0.9.1" [dependencies.scroll] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.simplelog] version = "0.12" [features] default = ["vendored-libusb"] vendored-libusb = ["rusb/vendored"]