[package] name = "k510-pac" version = "0.0.2" edition = "2021" authors = ["duskmoon (Campbell He) "] description = "Peripheral access API for Canaan K510 SoC generated from unofficial SVD file" categories = ["embedded", "hardware-support", "no-std"] keywords = ["no-std", "riscv", "register", "peripheral"] license = "MIT OR Apache-2.0" repository = "https://github.com/duskmoon314/k510-pac" include = [ "src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md", "device.x", "build.rs", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bare-metal = "1.0.0" riscv = "0.8.0" vcell = "0.1.3" [dependencies.riscv-rt] optional = true version = "0.8.1" [features] rt = ["riscv-rt"]