[package] name = "toad-cursor" version = "1.0.0-beta.3" edition = "2021" description = "no_std Cursor struct" 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"] alloc = [] test = [] docs = [] [dependencies]