[package] name = "xmc4400" version = "0.14.0" description = "XMC peripheral library for XMC4400 generated from SVD" readme = "README.md" authors = ["Lucas Brendel "] repository = "https://github.com/xmc-rs/xmc4400" license = "MIT" keywords = ["cortex-m", "svd2rust", "embedded", "xmc4x", "no_std"] documentation = "https://docs.rs/xmc4400/" categories = ["embedded", "no-std"] edition = "2021" [dependencies] cortex-m = "0.7.7" cortex-m-rt = { version = "0.7.3", optional = true } critical-section = { version = "1.1.2", optional = true } vcell = "0.1.3" [features] default = ["critical-section", "rt"] rt = ["cortex-m-rt/device"] [package.metadata.docs.rs] features = ['default']