[package] name = "zerosp-ch56x-pac" version = "0.1.0" edition = "2018" authors = ["ZRY (https://git.swzry.com/zry/)"] repository = "https://git.swzry.com/zry/zerosp-ch56x-pac" categories = ["embedded", "hardware-support", "no-std"] description = "Non-official Peripheral access API for WCH CH56x. Belonging to ZEROSP Plan." keywords = ["riscv", "ch56x", "register", "peripheral", "zerosp", "non-official"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bare-metal = "0.2.4" riscv = "0.6.0" vcell = "0.1.2" [dependencies.riscv-rt] optional = true version = "0.4.0" [features] rt = ["riscv-rt"]