# 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 = "nrf9160-hal" version = "0.18.0" authors = ["Jonathan Pallant (42 Technology) "] description = "HAL for nRF9160 system-in-package" readme = "README.md" keywords = [ "arm", "cortex-m", "nrf91", "hal", "nrf9160", ] 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 = ["9160"] default-features = false [dependencies.nrf9160-pac] version = "0.12.2" [features] default = [ "rt", "embedded-hal-02", ] doc = [] embedded-hal-02 = ["nrf-hal-common/embedded-hal-02"] rt = ["nrf9160-pac/rt"] rtic-monotonic = ["nrf-hal-common/rtic-monotonic"]