tap-msg 0.4.0

Core message processing library for the Transaction Authorization Protocol
Documentation
[[bench]]
harness = false
name = "message_benchmark"
path = "benches/message_benchmark.rs"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.console_error_panic_hook]
optional = true
version = "0.1"

[dependencies.getrandom]
features = ["js"]
optional = true
version = "0.2"

[dependencies.hex]
version = "0.4"

[dependencies.js-sys]
optional = true
version = "0.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tap-caip]
version = "0.4.0"

[dependencies.tap-msg-derive]
version = "0.4.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1.37"

[dependencies.uuid]
features = ["v4", "serde", "fast-rng", "js"]
version = "1.16.0"

[dependencies.wasm-bindgen]
optional = true
version = "0.2"

[dependencies.web-sys]
features = ["console"]
optional = true
version = "0.3"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.once_cell]
version = "1.8"

[dev-dependencies.proptest]
version = "1.2"

[dev-dependencies.tokio]
default-features = false
features = ["sync", "macros", "io-util", "rt", "time"]
version = "1.32.0"

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

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

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

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

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

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

[features]
default = []
examples = []
wasm = ["wasm-bindgen", "js-sys", "web-sys", "getrandom/js", "console_error_panic_hook"]

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

[package]
authors = ["Pelle Braendgaard <pelle@notabene.id>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core message processing library for the Transaction Authorization Protocol"
edition = "2021"
license = "MIT"
name = "tap-msg"
readme = "README.md"
repository = "https://github.com/TransactionAuthorizationProtocol/tap-rs"
version = "0.4.0"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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