bc-envelope-pattern 0.13.0

Pattern matcher for Gordian Envelope
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 = "bc-envelope-pattern"
version = "0.13.0"
authors = ["Blockchain Commons"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pattern matcher for Gordian Envelope"
documentation = "https://docs.rs/bc-envelope-pattern"
readme = "README.md"
keywords = [
    "encoding",
    "cbor",
    "binary",
    "format",
    "serialization",
]
categories = [
    "data-structures",
    "encoding",
]
license = "BSD-2-Clause-Patent"
repository = "https://github.com/BlockchainCommons/bc-envelope-pattern-rust"
resolver = "2"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.bc-components]
version = "^0.31.0"

[dependencies.bc-envelope]
version = "^0.42.0"

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

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

[dependencies.dcbor-parse]
version = "^0.11.0"

[dependencies.dcbor-pattern]
version = "^0.11.0"

[dependencies.hex]
version = "^0.4.3"

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

[dependencies.logos]
version = "0.15.0"

[dependencies.regex]
version = "^1.11.1"

[dependencies.thiserror]
version = "^2.0"

[dev-dependencies.anyhow]
version = "^1.0.0"

[dev-dependencies.bc-rand]
version = "^0.5.0"

[dev-dependencies.bc-tags]
version = "^0.12.0"

[dev-dependencies.hex-literal]
version = "^1.1.0"

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