# 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 = "efm32wg-pac" version = "0.1.4" authors = ["Vladimir Petrigo "] description = "Peripheral access API for EFM32WG MCU (generated using svd2rust)" homepage = "https://github.com/efm32-rs/efm32wg-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/efm32wg-pacs" [package.metadata.docs.rs] features = [ "rt", "efm32wg230", "efm32wg995", ] 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"] efm32wg230 = [] efm32wg232 = [] efm32wg280 = [] efm32wg290 = [] efm32wg295 = [] efm32wg330 = [] efm32wg332 = [] efm32wg360 = [] efm32wg380 = [] efm32wg390 = [] efm32wg395 = [] efm32wg840 = [] efm32wg842 = [] efm32wg880 = [] efm32wg890 = [] efm32wg895 = [] efm32wg900 = [] efm32wg940 = [] efm32wg942 = [] efm32wg980 = [] efm32wg990 = [] efm32wg995 = [] rt = ["cortex-m-rt/device"]