cbor-macro 0.1.0

Macros for entering CBOR in diagnostic notation (EDN) or pretty printed format
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "cbor-macro"
version = "0.1.0"
description = "Macros for entering CBOR in diagnostic notation (EDN) or pretty printed format"
documentation = "https://docs.rs/cbor-macro"
readme = "README.md"
keywords = ["cbor"]
categories = ["no-std::no-alloc"]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/chrysn/cbor-macro"

[package.metadata.release]
sign-tag = true

[lib]
path = "src/lib.rs"
proc-macro = true

[dependencies.cbor-diag]
version = "0.1.12"

[dependencies.cboritem]
version = "0.1.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.quote]
version = "1.0.35"

[dependencies.regex]
version = "1.10.4"

[dependencies.syn]
version = "2.0.53"