# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nrf52-hal-common" version = "0.8.1" authors = ["James Munns ", "Hanno Braun ", "John Scarrott ", "Wez Furlong "] description = "Common HAL for the nRF52 family of microcontrollers. More specific HAL crates also exist." keywords = ["arm", "cortex-m", "nrf52", "hal"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/nrf-rs/nrf52-hal" [dependencies.cast] version = "0.2.2" default-features = false [dependencies.cortex-m] version = ">= 0.5.8, < 0.7" [dependencies.embedded-hal] version = "0.2.1" features = ["unproven"] [dependencies.fpa] version = "0.1.0" [dependencies.nb] version = "0.1.1" [dependencies.nrf52810-pac] version = "0.8.0" optional = true [dependencies.nrf52832-pac] version = "0.8.0" optional = true [dependencies.nrf52840-pac] version = "0.8.0" optional = true [dependencies.rand_core] version = "0.4.0" [dependencies.void] version = "1.0.2" default-features = false [features] 52810 = ["nrf52810-pac"] 52832 = ["nrf52832-pac"] 52840 = ["nrf52840-pac"] default = ["52832"] doc = []