coap-handler-implementations 0.4.2

Simple implementations of CoAP handlers
Documentation
[badges.gitlab]
repository = "chrysn/coap-handler-implementations"
[dependencies.ciborium-io]
default-features = false
version = "0.2"

[dependencies.coap-handler]
version = "0.1.5"

[dependencies.coap-message]
version = "0.2.2"

[dependencies.coap-numbers]
default-features = false
version = "^0.2.2"

[dependencies.crc]
default-features = false
version = "^3"

[dependencies.embedded-io]
version = "0.4"

[dependencies.minicbor]
default-features = false
version = "0.19"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "^1.0.69"

[dependencies.serde_cbor]
default-features = false
version = "0.11"

[dependencies.windowed-infinity]
features = ["with_serde_cbor", "with_minicbor_0_19", "with_ciborium", "with_embedded_io_0_4"]
version = "^0.1.4"

[features]
leaky_names = []
nontrivial_option_processing = []
serde-std = ["serde_cbor/std", "serde/std"]

[package]
authors = ["chrysn <chrysn@fsfe.org>"]
categories = ["no-std::no-alloc"]
description = "Simple implementations of CoAP handlers"
documentation = "https://docs.rs/coap-handler-implementations/"
edition = "2021"
keywords = ["coap", "iot"]
license = "MIT OR Apache-2.0"
name = "coap-handler-implementations"
readme = "README.md"
repository = "https://gitlab.com/chrysn/coap-handler-implementations"
rust-version = "1.65"
version = "0.4.2"