dcbor-parse 0.2.0

dCBOR Diagnostic Parser and Composer for Rust
Documentation
[dependencies.base64]
version = "^0.22.0"

[dependencies.bc-ur]
version = "^0.10.0"

[dependencies.dcbor]
features = ["anyhow", "multithreaded"]
version = "^0.20.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.known-values]
version = "^0.5.0"

[dependencies.logos]
version = "0.15.0"

[dependencies.thiserror]
version = "^1.0.48"

[dev-dependencies.indoc]
version = "^2.0.0"

[lib]
name = "dcbor_parse"
path = "src/lib.rs"

[package]
authors = ["Blockchain Commons"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "encoding", "no-std"]
description = "dCBOR Diagnostic Parser and Composer for Rust"
documentation = "https://docs.rs/dcbor-parse"
edition = "2024"
keywords = ["encoding", "cbor", "binary", "format", "serialization"]
license = "BSD-2-Clause-Patent"
name = "dcbor-parse"
readme = "README.md"
repository = "https://github.com/BlockchainCommons/bc-dcbor-parse-rust"
resolver = "2"
version = "0.2.0"

[[test]]
name = "test_compose"
path = "tests/test_compose.rs"

[[test]]
name = "test_parse"
path = "tests/test_parse.rs"