[package]
name = "toad-common"
version = "0.15.0"
edition = "2021"
description = "Common structs and abstractions used by toad"
authors = ["Orion Kindel <cakekindel@gmail.com>"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/clov-coffee/toad/toad-common"
repository = "https://github.com/clov-coffee/toad/toad-common"
readme = "README.md"
keywords = ["coap", "iot", "networking", "no_std", "wasm"]
categories = ["network-programming"]
[badges]
maintenance = { status = "actively-developed" }
[features]
default = ["std"]
std = ["alloc"]
alloc = []
test = []
docs = []
[dependencies]
tinyvec = {version = "1.5", default_features = false, features = ["rustc_1_55"]}
blake2 = "0.10"