# 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 = "embedded-nal-coap" version = "0.1.0-alpha.4" authors = ["chrysn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CoAP server and client implementation built on embedded-nal-async" documentation = "https://docs.rs/embedded-nal-coap/" readme = "README.md" keywords = [ "network", "coap", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://codeberg.org/chrysn/embedded-nal-coap" [lib] name = "embedded_nal_coap" path = "src/lib.rs" [dependencies.coap-handler] version = "^0.2.0" [dependencies.coap-message] version = "^0.3.0" [dependencies.coap-message-implementations] version = "0.1.4" [dependencies.coap-numbers] version = "0.2.0" [dependencies.coap-request] version = "^0.2.0-alpha.2" [dependencies.defmt] version = "0.3.8" optional = true [dependencies.embassy-futures] version = "0.1" [dependencies.embassy-sync] version = "0.3" [dependencies.embedded-nal-async] version = "0.8" [dependencies.heapless] version = "^0.7" [dependencies.rand_core] version = "0.6" default-features = false [features] defmt = [ "dep:defmt", "coap-message-implementations/defmt", ] [badges.maintenance] status = "experimental"