bc-envelope-pattern 0.6.0

Pattern matcher for Gordian Envelope
Documentation
[dependencies.bc-components]
version = "^0.26.0"

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

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

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

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

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

[dependencies.hex]
version = "^0.4.3"

[dependencies.known-values]
version = "^0.9.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.4.1"

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

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

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

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

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

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

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