[package] version = "0.10.0" authors = [ "Jorge Aparicio ", "Daniel Egger ", ] description = "This crate has been renamed to `nrf51-pac`" documentation = "https://docs.rs/nrf51" keywords = ["no-std", "arm", "cortex-m", "nrf51"] license = "0BSD" name = "nrf51" repository = "https://github.com/nrf-rs/nrf51" edition = "2018" [dependencies] vcell = "0.1.2" cortex-m = ">= 0.5.8, < 0.7" [dependencies.bare-metal] features = ["const-fn"] version = "0.2.5" [dependencies.cortex-m-rt] optional = true version = "0.6.10" [features] rt = ["cortex-m-rt/device"]