toad-msg 0.19.0

Low-level CoAP message parsing & serialization
Documentation
[[bench]]
harness = false
name = "some_vs_once"

[[bench]]
harness = false
name = "to_bytes"

[[bench]]
harness = false
name = "from_bytes"

[[bench]]
harness = false
name = "profile"

[[bench]]
harness = false
name = "collections"

[[example]]
name = "server"
required-features = ["std"]
[badges.maintenance]
status = "actively-developed"
[dependencies.blake2]
version = "0.10"

[dependencies.tinyvec]
default_features = false
features = ["rustc_1_55"]
version = "1.5"

[dependencies.toad-array]
default_features = false
version = "0.8.0"

[dependencies.toad-cursor]
default_features = false
version = "0.2.0"

[dependencies.toad-hash]
default_features = false
version = "0.3.0"

[dependencies.toad-len]
default_features = false
version = "0.1.3"

[dependencies.toad-macros]
version = "0.2.0"

[dependencies.toad-map]
default_features = false
version = "0.2.3"
[dev-dependencies.arrayvec]
default_features = false
version = "0.7"

[dev-dependencies.coap-lite]
version = "0.7"

[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.heapless]
default_features = false
version = "0.7"

[dev-dependencies.itertools]
version = "0.10"

[features]
alloc = ["toad-cursor/alloc", "toad-hash/alloc", "toad-array/alloc", "toad-len/alloc", "toad-map/alloc"]
default = ["std"]
docs = []
std = ["alloc", "toad-hash/std", "toad-cursor/std", "toad-array/std", "toad-len/std", "toad-map/std"]
test = []

[package]
authors = ["Orion Kindel <cakekindel@gmail.com>"]
categories = ["network-programming"]
description = "Low-level CoAP message parsing & serialization"
edition = "2021"
homepage = "https://github.com/clov-coffee/toad/toad-msg"
keywords = ["coap", "iot", "networking", "no_std", "wasm"]
license = "MIT OR Apache-2.0"
name = "toad-msg"
readme = "README.md"
repository = "https://github.com/clov-coffee/toad/toad-msg"
resolver = "1"
version = "0.19.0"