# 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 = "efm32gg12b-pac" version = "0.1.4" authors = ["Vladimir Petrigo "] description = "Peripheral access API for EFM32GG12B MCU (generated using svd2rust)" homepage = "https://github.com/efm32-rs/efm32gg-pacs" readme = "README.md" keywords = [ "no-std", "arm", "cortex-m", "efm32", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "BSD-3-Clause" repository = "https://github.com/efm32-rs/efm32gg-pacs" [package.metadata.docs.rs] features = [ "rt", "efm32gg12b110", "efm32gg12b830", ] default-target = "thumbv7em-none-eabihf" targets = [] [dependencies.cortex-m] version = "~0.7" [dependencies.cortex-m-rt] version = "~0.7" optional = true [dependencies.critical-section] version = "~1" optional = true [dependencies.portable-atomic] version = "~1" default-features = false [dependencies.vcell] version = "~0.1" [features] critical-section = ["dep:critical-section"] default = ["rt"] efm32gg12b110 = [] efm32gg12b130 = [] efm32gg12b310 = [] efm32gg12b330 = [] efm32gg12b390 = [] efm32gg12b410 = [] efm32gg12b430 = [] efm32gg12b510 = [] efm32gg12b530 = [] efm32gg12b810 = [] efm32gg12b830 = [] rt = ["cortex-m-rt/device"]