[package] edition = "2021" name = "ch58x" version = "0.3.0" authors = ["Andelf ", "ch32-rs Contributors"] description = "Device support crates for CH58X devices" repository = "https://github.com/ch32-rs/ch32-rs" readme = "README.md" keywords = ["wch", "ch32", "svd2rust", "no_std", "embedded"] categories = ["embedded", "no-std", "hardware-support"] license = "MIT/Apache-2.0" [dependencies] critical-section = { version = "1.1", optional = true } riscv = "0.10.1" vcell = "0.1" [package.metadata.docs.rs] features = ['rt', 'ch58x', 'critical-section'] default-target = "riscv32imac-unknown-none-elf" targets = [] [features] default = [] rt = [] ch58x = []