# 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 = "efm32lg-pac" version = "0.1.4" authors = ["Vladimir Petrigo "] description = "Peripheral access API for EFM32LG MCU (generated using svd2rust)" homepage = "https://github.com/efm32-rs/efm32lg-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/efm32lg-pacs" [package.metadata.docs.rs] features = [ "rt", "efm32lg230", "efm32lg995", ] default-target = "thumbv7m-none-eabi" 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"] efm32lg230 = [] efm32lg232 = [] efm32lg280 = [] efm32lg290 = [] efm32lg295 = [] efm32lg330 = [] efm32lg332 = [] efm32lg360 = [] efm32lg380 = [] efm32lg390 = [] efm32lg395 = [] efm32lg840 = [] efm32lg842 = [] efm32lg880 = [] efm32lg890 = [] efm32lg895 = [] efm32lg900 = [] efm32lg940 = [] efm32lg942 = [] efm32lg980 = [] efm32lg990 = [] efm32lg995 = [] rt = ["cortex-m-rt/device"]