1 | [package] |
2 | authors = [ |
3 | "Jorge Aparicio <japaricious@gmail.com>" , |
4 | "Jonathan 'theJPster' Pallant <github@thejpster.org.uk>" |
5 | ] |
6 | description = "Volatile access to memory mapped hardware registers" |
7 | documentation = "https://docs.rs/volatile-register" |
8 | keywords = ["no-std" , "volatile" , "register" ] |
9 | license = "MIT OR Apache-2.0" |
10 | name = "volatile-register" |
11 | repository = "https://github.com/rust-embedded/volatile-register" |
12 | version = "0.2.2" |
13 | |
14 | [dependencies] |
15 | vcell = "0.1.0" |
16 | |
17 | [package.metadata.docs.rs] |
18 | targets = [ |
19 | "x86_64-unknown-linux-gnu" , |
20 | "x86_64-apple-darwin" , |
21 | "x86_64-pc-windows-msvc" , |
22 | "i686-unknown-linux-gnu" , |
23 | "i686-pc-windows-msvc" , |
24 | "thumbv8m.main-none-eabihf" , |
25 | "thumbv6m-none-eabi" , |
26 | "thumbv7em-none-eabi" , |
27 | "thumbv7em-none-eabihf" , |
28 | "thumbv7m-none-eabi" , |
29 | "thumbv8m.base-none-eabi" , |
30 | "thumbv8m.main-none-eabi" , |
31 | ] |
32 | |