[package] name = "toad-array" version = "1.0.0-beta.3" edition = "2021" description = "Array trait used by the toad ecosystem to abstract over heap or heapless collections" authors = ["Orion Kindel "] license = "MIT OR Apache-2.0" homepage = "https://github.com/clov-coffee/toad/toad" repository = "https://github.com/clov-coffee/toad/toad" readme = "README.md" keywords = ["coap", "iot", "networking", "no_std", "wasm"] categories = ["network-programming"] [badges] maintenance = { status = "actively-developed" } [features] default = ["std"] std = ["alloc", "toad-len/std"] alloc = ["toad-len/alloc"] test = [] docs = [] [dependencies] tinyvec = {version = "1.5", default_features = false, features = ["rustc_1_55"]} toad-len = {version = "^0.1.2", default_features = false}