ruspiro-mmio-register 0.1.0

Place a brief description of this library here
Documentation
[package]
name = "ruspiro-mmio-register"
authors = ["Andre Borrmann <pspwizard@gmx.de>"]
version = "0.1.0" # remember to update html_root_url in lib.rs
description = """
Place a brief description of this library here
"""
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/RusPiRo/ruspiro-mmio-register/tree/v0.1.0"
documentation = "https://docs.rs/ruspiro-mmio-register/0.1.0"
categories = ["no-std", "embedded"]
keywords = ["ruspiro", "mmio", "register", "raspberrypi"]
edition = "2018"
exclude = [".travis.yml", "Makefile.toml"]

[badges]
travis-ci = { repository = "RusPiRo/ruspiro-mmio-register", branch = "release" }
maintenance = { status = "actively-developed" }
is-it-maintained-open-issues = { repository = "RusPiRo/ruspiro-mmio-register" }

[lib]

[build-dependencies]
# uncomment this if a build.rs script should be run as part of the build process
# cc = "1.0"

[dependencies]
# list other dependencies here
# for every RUSPIRO dependency a corresponding entry
# in the [patch.crates-io] section pointing to the actual master branch
# of this crate is required - example:
# ruspiro-register = "0.4"

[features]
ruspiro_pi3 = [ ]

[patch.crates-io]
# we require an entry for each dependent RUSPIRO crate here
# this increases PR build stability if dependent crates got updated but are not
# published to crates.io yet.
# !This section need to be always the last in the Cargo.toml file!
# ruspiro-register = { git = "https://github.com/RusPiRo/ruspiro-register.git" }