dcbor-parse 0.11.1

dCBOR Diagnostic Parser and Composer for Rust
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 = "dcbor-parse"
version = "0.11.1"
authors = ["Blockchain Commons"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "dCBOR Diagnostic Parser and Composer for Rust"
documentation = "https://docs.rs/dcbor-parse"
readme = "README.md"
keywords = [
    "encoding",
    "cbor",
    "binary",
    "format",
    "serialization",
]
categories = [
    "data-structures",
    "encoding",
    "no-std",
]
license = "BSD-2-Clause-Patent"
repository = "https://github.com/BlockchainCommons/bc-dcbor-parse-rust"
resolver = "2"

[features]
simplified-patterns = []

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

[[example]]
name = "date_literals"
path = "examples/date_literals.rs"

[[example]]
name = "duplicate_keys"
path = "examples/duplicate_keys.rs"

[[example]]
name = "test_dates"
path = "examples/test_dates.rs"

[[test]]
name = "test_compose"
path = "tests/test_compose.rs"

[[test]]
name = "test_parse"
path = "tests/test_parse.rs"

[[test]]
name = "test_runtime_functionality"
path = "tests/test_runtime_functionality.rs"

[dependencies.base64]
version = "^0.22.0"

[dependencies.bc-ur]
version = "^0.19.0"

[dependencies.dcbor]
version = "^0.25.0"
features = ["multithreaded"]

[dependencies.hex]
version = "0.4.3"

[dependencies.known-values]
version = "^0.15.0"

[dependencies.logos]
version = "0.15.0"

[dependencies.thiserror]
version = "^2.0"

[dev-dependencies.indoc]
version = "^2.0.0"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("simplified-patterns"))']