xmc4500 0.14.0

XMC peripheral library for XMC4500 generated from SVD
Documentation
# 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 = "xmc4500"
version = "0.14.0"
authors = ["Lucas Brendel <lucasbrendel@gmail.com>"]
build = "build.rs"
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "XMC peripheral library for XMC4500 generated from SVD"
documentation = "https://docs.rs/xmc4500"
readme = "README.md"
keywords = [
    "cortex-m",
    "svd2rust",
    "embedded",
    "xmc4x",
    "no_std",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT"
repository = "https://github.com/xmc-rs/xmc4500"

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

[lib]
name = "xmc4500"
path = "src/lib.rs"

[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.vcell]
version = "0.1.3"

[features]
default = [
    "critical-section",
    "rt",
]
rt = ["cortex-m-rt/device"]