[package]
name = "coap-handler"
version = "0.2.0"
authors = ["chrysn <chrysn@fsfe.org>"]
edition = "2021"
description = "Interface to CoAP handlers"
documentation = "https://docs.rs/coap-handler/"
repository = "https://gitlab.com/chrysn/coap-handler"
keywords = ["coap", "iot"]
categories = ["no-std", "no-std::no-alloc"]
license = "MIT OR Apache-2.0"
rust-version = "1.65"
[dependencies]
coap-message = "0.3.0"
coap-numbers = "^0.2.0"
[badges]
gitlab = { repository = "chrysn/coap-handler" }
maintenance = { status = "actively-developed" }
[workspace.metadata.release]
sign-tag = true