minicbor 0.24.0

A small CBOR codec suitable for no_std environments.
Documentation
[[bin]]
name = "cbor-display"
required-features = ["std", "half"]
[dependencies.half]
default-features = false
optional = true
version = "2.4.0"

[dependencies.minicbor-derive]
optional = true
version = "0.15.0"

[dev-dependencies]

[features]
alloc = ["minicbor-derive?/alloc"]
derive = ["minicbor-derive"]
full = ["std", "derive", "half"]
std = ["alloc", "minicbor-derive?/std"]

[package]
authors = ["Toralf Wittner <tw@dtex.org>"]
build = "build.rs"
categories = ["encoding"]
description = "A small CBOR codec suitable for no_std environments."
documentation = "https://twittner.gitlab.io/minicbor/minicbor/"
edition = "2021"
keywords = ["cbor", "serialization", "encoding", "binary", "no_std"]
license = "BlueOak-1.0.0"
name = "minicbor"
readme = "README.md"
repository = "https://gitlab.com/twittner/minicbor"
version = "0.24.0"
[package.metadata.docs.rs]
features = ["std", "derive", "half"]