# 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" name = "nrf-modem-nal" version = "0.2.0" description = "An embedded-nal implementation for the nrf9160 modem" homepage = "https://github.com/tweedegolf/nrf-modem-nal" readme = "README.md" keywords = [ "no_std", "nal", "nrf9160", "modem", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tweedegolf/nrf-modem-nal" [dependencies.at-commands] version = "0.5.1" [dependencies.embedded-nal] version = "0.6.0" [dependencies.ex-log] version = "0.4" optional = true package = "log" [dependencies.heapless] version = "0.7.10" [dependencies.nrfxlib] version = "0.6.0" [dependencies.nrfxlib-sys] version = "1.5.1" [features] log = ["dep:ex-log"]