[package] name = "coap-request-implementations" version = "0.1.0-alpha.4" authors = ["chrysn "] edition = "2021" rust-version = "1.75" description = "Implementations of basic CoAP requests" documentation = "https://docs.rs/coap-request-implementations" repository = "https://codeberg.org/chrysn/coap-request-implementations" keywords = ["coap", "iot"] categories = [ "no-std::no-alloc" ] license = "MIT OR Apache-2.0" [badges] maintenance = { status = "experimental" } [dependencies] coap-message = "0.3.0-alpha.2" coap-numbers = "0.2.3" coap-request = "0.2.0-alpha.2" coap-message-utils = "0.3.0"