lpc82x 0.1.2

Register mappings for the NXP LPC82x series of ARM Cortex-M0+ microcontrollers
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "lpc82x"
version = "0.1.2"
authors = ["Hanno Braun <hanno@braun-robotics.com>"]
description = "Register mappings for the NXP LPC82x series of ARM Cortex-M0+ microcontrollers"
documentation = "https://docs.rs/inotify/lpc82x"
readme = "README.md"
keywords = ["arm", "cortex-m", "nxp", "lpc", "svd2rust"]
categories = ["embedded", "hardware-support", "no-std"]
license = "0BSD"
repository = "https://github.com/braun-robotics/rust-lpc82x"
[package.metadata.release]
dev-version-ext = "dev"
pre-release-commit-message = "chore: Release version {{version}}"
pro-release-commit-message = "chore: Bump version to {{version}}"
tag-message = "Version {{version}}"
tag-prefix = "v"
[dependencies.cortex-m-rt]
version = "0.3"
optional = true

[dependencies.bare-metal]
version = "0.1"

[dependencies.vcell]
version = "0.1"

[dependencies.cortex-m]
version = "0.3"

[features]
rt = ["cortex-m-rt"]
[badges.travis-ci]
repository = "braun-robotics/rust-lpc82x"

[badges.maintenance]
status = "actively-developed"