[package]
edition = "2024"
rust-version = "1.85"
name = "cbor-core"
version = "0.2.0"
build = false
exclude = [".*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CBOR::Core deterministic encoder/decoder with owned data structures"
documentation = "https://docs.rs/cbor-core"
readme = "README.md"
keywords = [
"cbor",
"encoding",
"decoding",
"serialization",
"deterministic",
]
categories = [
"encoding",
"data-structures",
]
license = "MIT"
repository = "https://github.com/mrothNET/cbor-core"
[lib]
name = "cbor_core"
path = "src/lib.rs"
[dependencies]