[badges.maintenance]
status = "actively-developed"
[dependencies.coap-message]
version = "0.3.0"
[dependencies.coap-numbers]
version = "^0.2.0"
[lib]
name = "coap_handler"
path = "src/lib.rs"
[package]
authors = ["chrysn <chrysn@fsfe.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "no-std::no-alloc"]
description = "Interface to CoAP handlers"
documentation = "https://docs.rs/coap-handler/"
edition = "2021"
keywords = ["coap", "iot"]
license = "MIT OR Apache-2.0"
name = "coap-handler"
readme = "README.md"
repository = "https://codeberg.org/chrysn/coap-handler"
rust-version = "1.65"
version = "0.2.1"