[package]
name = "coap-handler"
version = "0.1.4"
authors = ["chrysn <chrysn@fsfe.org>"]
edition = "2018"
description = "Interface to (and simple implementations) of CoAP handlers"
documentation = "https://docs.rs/coap-handler/"
repository = "https://gitlab.com/chrysn/coap-handler"
readme = "README.md"
keywords = ["coap", "iot"]
license = "MIT OR Apache-2.0"
rust-version = "1.65"
[dependencies]
coap-message = ">= 0.2.2"
byteorder = { version = "1", default-features = false }
serde_cbor = { version = "0.11", default-features = false }
serde = { version = "1", default-features = false, features = ["derive"] }
windowed-infinity = { version = "^0.1.1", features = ["with_serde_cbor"] }
crc = { version = "^1", default-features = false }
coap-numbers = { version = "^0.2.0", default-features = false }
[badges]
gitlab = { repository = "chrysn/coap-handler" }