[package]
name = "dcbor-parse"
version = "0.2.0"
edition = "2024"
description = "dCBOR Diagnostic Parser and Composer for Rust"
authors = ["Blockchain Commons"]
repository = "https://github.com/BlockchainCommons/bc-dcbor-parse-rust"
readme = "README.md"
license = "BSD-2-Clause-Patent"
documentation = "https://docs.rs/dcbor-parse"
keywords = [
"encoding",
"cbor",
"binary",
"format",
"serialization",
]
categories = [
"data-structures",
"encoding",
"no-std",
]
[dependencies]
dcbor = { version = "^0.20.0", features = ["anyhow", "multithreaded"] }
bc-ur = "^0.10.0"
known-values = "^0.5.0"
thiserror = "^1.0.48"
base64 = "^0.22.0"
hex = "0.4.3"
logos = "0.15.0"
[dev-dependencies]
indoc = "^2.0.0"