1[package]
2authors = [
3 "Jorge Aparicio <japaricious@gmail.com>",
4 "Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"
5]
6description = "Volatile access to memory mapped hardware registers"
7documentation = "https://docs.rs/volatile-register"
8keywords = ["no-std", "volatile", "register"]
9license = "MIT OR Apache-2.0"
10name = "volatile-register"
11repository = "https://github.com/rust-embedded/volatile-register"
12version = "0.2.2"
13
14[dependencies]
15vcell = "0.1.0"
16
17[package.metadata.docs.rs]
18targets = [
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