# 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 = "2021" rust-version = "1.64" name = "nrf-modem" version = "0.5.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Async modem api for the nRF91xx" homepage = "https://github.com/diondokter/nrf-modem" readme = "README.md" keywords = [ "nRF91", "LTE", "GPS", "NB-IoT", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/diondokter/nrf-modem" [package.metadata.docs.rs] features = ["nrf9160"] [lib] name = "nrf_modem" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7" default-features = false [dependencies.at-commands] version = "0.5.2" [dependencies.cortex-m] version = "0.7" [dependencies.critical-section] version = "1.1" [dependencies.defmt] version = "0.3" optional = true [dependencies.embassy-sync] version = "0.6.0" [dependencies.futures] version = "0.3.24" features = ["async-await"] default-features = false [dependencies.grounded] version = "0.2.0" [dependencies.linked_list_allocator] version = "0.10.1" features = ["use_spin"] default-features = false [dependencies.no-std-net] version = "0.6.0" [dependencies.nrf9120-pac] version = "0.12.2" optional = true [dependencies.nrf9160-pac] version = "0.12.2" optional = true [dependencies.nrfxlib-sys] version = "=2.7.1" [dependencies.num_enum] version = "0.7.0" default-features = false [features] default = [] defmt = [ "dep:defmt", "at-commands/defmt", ] nrf9120 = [ "nrfxlib-sys/nrf9120", "dep:nrf9120-pac", ] nrf9151 = ["nrf9120"] nrf9160 = [ "nrfxlib-sys/nrf9160", "dep:nrf9160-pac", ] nrf9161 = ["nrf9120"]