dcbor 0.1.0

Deterministic CBOR ("dCBOR") for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.chrono]
version = "0.4.23"
[dev-dependencies.indoc]
version = "2.0.0"

[package]
categories = ["data-structures", "encoding"]
description = "Deterministic CBOR (\"dCBOR\") for Rust."
edition = "2021"
keywords = ["encoding", "cbor", "binary", "format", "serialization"]
license-file = "LICENSE.md"
name = "dcbor"
readme = "README.md"
repository = "https://github.com/BlockchainCommons/bc-dcbor-rust"
version = "0.1.0"