# 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.65" name = "coap-zero" version = "0.3.0" authors = ["Fraunhofer IML Embedded Rust Group "] description = "CoAP protocol implementation for no_std without alloc" readme = "README.md" keywords = [ "coap", "no_std", "embedded", "communication", "lwm2m", ] categories = [ "embedded", "no-std", "no-std::no-alloc", ] license = "OLFL-1.3" repository = "https://git.openlogisticsfoundation.org/silicon-economy/libraries/serum/coap-zero" [package.metadata.cargo-udeps.ignore] normal = ["log"] [dependencies.bondrewd] version = "0.1" features = ["derive"] default-features = false [dependencies.byteorder] version = "1.4" [dependencies.embedded-hal] version = "0.2" features = ["unproven"] [dependencies.embedded-nal] version = "0.6" [dependencies.embedded-timers] version = "0.2.0" [dependencies.heapless] version = "0.7" [dependencies.iri-string] version = "0.7" default-features = false [dependencies.log] version = "0.4" [dependencies.nb] version = "1.0" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.mockall] version = "0.11.0" [dev-dependencies.simple_logger] version = "4.0" [dev-dependencies.std-embedded-nal] version = "0.1" [dev-dependencies.try-ascii] version = "1.0.0"