xmc4300 0.4.0

XMC peripheral library for XMC4300 generated from SVD
Documentation
[package]
name = "xmc4300"
version = "0.4.0"
description = "XMC peripheral library for XMC4300 generated from SVD"
authors = ["Lucas Brendel <lucasbrendel@gmail.com>"]
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"]

[dependencies]
cortex-m = "0.6.3"
bare-metal = "0.2.5"
vcell = "0.1.2"

[dependencies.cortex-m-rt]
optional = true
version = "0.6.12"

[features]
rt = ["cortex-m-rt/device"]

[package.metadata.docs.rs]
features = ["rt"]