# 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 = "esp-at-nal" version = "0.3.0" authors = ["PEGASUS GmbH "] description = "Network layer client for ESP-AT modems" documentation = "https://docs.rs/esp-at-nal" readme = "README.md" keywords = [ "ESP8266", "network", "no_std", "at", ] categories = [ "embedded", "network-programming", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pegasus-aero/rt-esp-at-nal" [dependencies.atat] version = "0.18.0" [dependencies.base16] version = "0.2" default-features = false [dependencies.bbqueue] version = "0.5.0" optional = true [dependencies.embedded-nal] version = "0.8.0" [dependencies.fugit] version = "0.3.6" [dependencies.fugit-timer] version = "0.1.3" [dependencies.heapless] version = "0.7.16" [dependencies.nb] version = "1.0.0" [dependencies.numtoa] version = "0.2" [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.log] version = "0.4" [dev-dependencies.mockall] version = "0.11.2" [features] default = ["examples"] examples = [] log = ["atat/log"] strict = [] thumbv6 = ["bbqueue/thumbv6"]