1[package]
2authors = ["Jorge Aparicio <jorge@japaric.io>"]
3categories = ["embedded", "hardware-support", "no-std"]
4description = "Abstractions common to bare metal systems"
5documentation = "https://docs.rs/bare-metal"
6keywords = ["bare-metal", "register", "peripheral", "interrupt"]
7license = "MIT OR Apache-2.0"
8name = "bare-metal"
9repository = "https://github.com/japaric/bare-metal"
10version = "0.2.5"
11
12[build-dependencies]
13rustc_version = "0.2.3"
14
15[features]
16const-fn = [] # Unused, but kept for backwards compatibility
17