# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "nrf52832-hal" version = "0.18.0" authors = [ "James Munns ", "Hanno Braun ", ] description = "HAL for nRF52832 microcontrollers" readme = "README.md" keywords = [ "arm", "cortex-m", "nrf52", "hal", "nrf52832", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/nrf-rs/nrf-hal" resolver = "2" [dependencies.nrf-hal-common] version = "=0.18.0" features = ["52832"] default-features = false [dependencies.nrf52832-pac] version = "0.12.2" [features] default = [ "rt", "xxAB-package", "embedded-hal-02", ] doc = [] embedded-hal-02 = ["nrf-hal-common/embedded-hal-02"] rt = ["nrf52832-pac/rt"] rtic-monotonic = ["nrf-hal-common/rtic-monotonic"] xxAA-package = [] xxAB-package = []