# 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 = "ch569-hal" version = "0.0.1" authors = ["Matt Thompson "] description = "HAL for CH569 microcontrollers" readme = "README.md" keywords = [ "embedded", "embedded-hal", "wch", "ch569", "no-std", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/boondockenergy/ch569-hal.git" [dependencies.ch569-pac] version = "0.1" features = ["critical-section"] [dependencies.critical-section] version = "1.1.1" features = ["restore-state-bool"] [dependencies.embedded-hal] version = "0.2.7" [dependencies.riscv] version = "0.9.0" [dependencies.riscv-rt] version = "0.9.0"