# 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 = "ch32v103-hal" version = "0.0.4" authors = ["kznr "] exclude = ["gitignore"] description = "WCH CH32v103 MCU HAL" readme = "README.md" categories = [ "embedded", "no-std", "ch32", "embedded-hal", ] license = "MIT" repository = "https://github.com/kznr02/ch32v103-hal" [dependencies.ch32v1] version = "0.1.6" features = [ "critical-section", "ch32v103", ] [dependencies.embedded-hal] version = "0.2.7" features = ["unproven"] [dependencies.nb] version = "1.1.0" [dependencies.paste] version = "1.0.14" [dependencies.riscv] version = "0.10.1"