# 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 = "nrf5340-net-hal" version = "0.18.0" description = "HAL for nRF5340 net SoC" readme = "README.md" keywords = [ "arm", "cortex-m", "nrf53", "hal", "nrf5340", ] 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 = ["5340-net"] default-features = false [dependencies.nrf5340-net-pac] version = "0.12.2" [features] default = [ "rt", "embedded-hal-02", ] doc = [] embedded-hal-02 = ["nrf-hal-common/embedded-hal-02"] rt = ["nrf5340-net-pac/rt"] rtic-monotonic = ["nrf-hal-common/rtic-monotonic"]