[package] name = "efm32hg350-pac" description = "Peripheral access API for EFM32HG350 MCU (generated using svd2rust)" homepage = "https://github.com/efm32-rs/efm32hg-pacs" version = "0.1.0" authors = [ "Vladimir Petrigo ",] license = "BSD-3-Clause" keywords = [ "no-std", "arm", "cortex-m", "efm32",] categories = [ "embedded", "hardware-support", "no-std",] repository = "https://github.com/efm32-rs/efm32hg-pacs" readme = "README.md" edition = "2021" [dependencies] cortex-m = "~0.7" vcell = "~0.1" [features] rt = [ "cortex-m-rt/device",] [dependencies.cortex-m-rt] version = "~0.7" optional = true