# 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 = "jh71xx-pac" version = "0.9.0" authors = ["JH71xx PAC developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Peripheral access crate for the JH71xx SoCs" readme = "README.md" keywords = [ "riscv", "jh7110", "pac", "soc", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "GPL-3.0-only" repository = "https://codeberg.org/weathered-steel/jh71xx-pac" [lib] name = "jh71xx_pac" path = "src/lib.rs" [dependencies.critical-section] version = "1.1.2" optional = true [dependencies.riscv] version = "0.11.1" [dependencies.riscv-rt] version = "0.12" optional = true [dependencies.vcell] version = "0.1.3" [features] all = [ "critical-section", "rts", ] critical-section = ["dep:critical-section"] default = ["critical-section"] rt = ["riscv-rt"] rts = [ "rt", "riscv-rt/s-mode", ]