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