[package] name = "xmc4300" version = "0.13.0" description = "XMC peripheral library for XMC4300 generated from SVD" authors = ["Lucas Brendel "] readme = "README.md" repository = "https://github.com/xmc-rs/xmc4300" license = "MIT" keywords = ["cortex-m", "xmc4x", "embedded", "svd2rust", "no_std"] documentation = "https://docs.rs/xmc4300/" 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']