[[bin]]
name = "cbor-display"
required-features = ["std", "half"]
[dependencies.half]
default-features = false
optional = true
version = "1"
[dependencies.minicbor-derive]
optional = true
version = "0.8.0"
[dev-dependencies]
[features]
__test-partial-skip-support = []
alloc = []
derive = ["minicbor-derive", "alloc"]
partial-derive-support = ["minicbor-derive", "partial-skip-support"]
partial-skip-support = []
std = ["alloc"]
[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", "encoding", "binary"]
license = "BlueOak-1.0.0"
name = "minicbor"
repository = "https://gitlab.com/twittner/minicbor"
version = "0.13.2"
[package.metadata.docs.rs]
features = ["std", "derive", "half"]