suit_cbor 0.1.1

Lightweight no_std utilities for lazy CBOR decoding
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"
name = "suit_cbor"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight no_std utilities for lazy CBOR decoding"
documentation = "https://docs.rs/suit_cbor"
readme = "README.md"
keywords = [
    "cbor",
    "no_std",
    "embedded",
    "suit",
    "cose",
]
categories = [
    "encoding",
    "no-std",
    "embedded",
]
license = "MIT"
repository = "https://github.com/leduclean/suit-rs"
resolver = "2"

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

[dependencies.minicbor]
version = "2.1.1"
features = ["derive"]
default-features = false

[dependencies.thiserror]
version = "2.0.17"
default-features = false

[dev-dependencies.cbor-macro]
version = "0.1.0"
default-features = false

[dev-dependencies.cboritem]
version = "0.1.3"
default-features = false