[dependencies.proc-macro2]
version = "1.0.79"
[dependencies.quote]
version = "1.0.35"
[dependencies.syn]
features = ["derive", "extra-traits", "visit"]
version = "2.0.58"
[dev-dependencies]
[features]
alloc = []
std = ["alloc"]
[lib]
name = "minicbor_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Toralf Wittner <tw@dtex.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding"]
description = "Derive minicbor `Decode` and `Encode` traits."
edition = "2021"
keywords = ["cbor", "minicbor", "serialization", "encoding", "no_std"]
license = "BlueOak-1.0.0"
name = "minicbor-derive"
readme = "README.md"
repository = "https://github.com/twittner/minicbor"
version = "0.15.3"