cbor-core 0.2.0

CBOR::Core deterministic encoder/decoder with owned data structures
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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]