# 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 = "efm32pg1b-pac" version = "0.3.0" authors = ["Bogdan Olar "] description = "Peripheral access API for Silicon Labs EFM32PG1B microcontrollers" readme = "README.md" keywords = [ "pac", "arm", "cortex-m", "efm32pg1b", "svd2rust", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/BogdanOlar/efm32pg1b-pac" [package.metadata.docs.rs] default-target = "thumbv7m-none-eabi" features = [ "critical-section", "rt", ] targets = [] [dependencies.cortex-m] version = "0.7.7" [dependencies.cortex-m-rt] version = "0.7.3" optional = true [dependencies.critical-section] version = "1.1.2" optional = true [dependencies.defmt] version = "0.3.6" optional = true [dependencies.portable-atomic] version = "1" optional = true default-features = false [dependencies.vcell] version = "0.1.3" [features] atomics = ["dep:portable-atomic"] default = [ "critical-section", "rt", ] rt = ["cortex-m-rt/device"]