[dependencies.anyhow]
default-features = false
version = "^1.0.0"
[dependencies.chrono]
default-features = true
version = "^0.4.28"
[dependencies.half]
default-features = false
version = "=2.2.1"
[dependencies.hashbrown]
optional = true
version = "^0.14.3"
[dependencies.hex]
default-features = true
version = "^0.4.3"
[dependencies.thiserror]
optional = true
version = "^1.0.58"
[dependencies.thiserror-no-std]
optional = true
version = "^2.0.2"
[dev-dependencies.hex-literal]
version = "^0.4.1"
[dev-dependencies.indoc]
version = "^2.0.0"
[dev-dependencies.version-sync]
version = "^0.9.0"
[features]
default = ["std"]
multithreaded = []
no_std = ["hashbrown", "thiserror-no-std"]
std = ["half/std", "chrono/std", "hex/std", "anyhow/std", "thiserror"]
[package]
authors = ["Blockchain Commons"]
categories = ["data-structures", "encoding", "no-std"]
description = "Deterministic CBOR (\"dCBOR\") for Rust."
documentation = "https://docs.rs/dcbor"
edition = "2021"
keywords = ["encoding", "cbor", "binary", "format", "serialization"]
license = "BSD-2-Clause-Patent"
name = "dcbor"
readme = "README.md"
repository = "https://github.com/BlockchainCommons/bc-dcbor-rust"
version = "0.15.0"