tap-msg 0.7.0

Core message processing library for the Transaction Authorization Protocol
Documentation

Build #3230559 2026-05-05 04:42:26

# rustc version rustc 1.97.0-nightly (cb40c25f6 2026-05-04)

# docs.rs version docsrs 0.0.0 (ad302d961e54d5d2c273ab5bb3d4139759c933ad 2026-05-03 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/tap-msg-0.7.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/tap-msg-0.7.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "14-19" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 167a1c9487941ec40014402bcf49d2e8862c1118f57d5e74d910b621c858f6f4 [INFO] running `Command { std: "docker" "start" "167a1c9487941ec40014402bcf49d2e8862c1118f57d5e74d910b621c858f6f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "167a1c9487941ec40014402bcf49d2e8862c1118f57d5e74d910b621c858f6f4" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260504-1.97.0-nightly-cb40c25f6\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: derive_macro_demo, enhanced_derive_demo, policy_demo, test_connect_serialize, test_transaction_id_serialization, trust_ping_demo [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting tap-msg v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `TAIP3` [INFO] [stderr] --> src/message/cancel.rs:19:33 [INFO] [stderr] | [INFO] [stderr] 19 | /// (In case of a Transfer [TAIP3] `originator` or `beneficiary`) [INFO] [stderr] | ^^^^^ no item named `TAIP3` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/didcomm.rs:6:18 [INFO] [stderr] | [INFO] [stderr] 6 | /// Adapted from https://github.com/sicpa-dlab/didcomm-rust/blob/main/src/message/message.rs [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 6 | /// Adapted from <https://github.com/sicpa-dlab/didcomm-rust/blob/main/src/message/message.rs> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/message/basic_message/mod.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | //! https://didcomm.org/basicmessage/2.0/ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 4 | //! <https://didcomm.org/basicmessage/2.0/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/message/party.rs:24:20 [INFO] [stderr] | [INFO] [stderr] 24 | /// Example: {"https://schema.org/addressCountry": "de", "lei": "..."} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 24 | /// Example: {"<https://schema.org/addressCountry>": "de", "lei": "..."} [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/message/trust_ping/mod.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | //! https://identity.foundation/didcomm-messaging/spec/#trust-ping-protocol-20 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 4 | //! <https://identity.foundation/didcomm-messaging/spec/#trust-ping-protocol-20> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: `tap-msg` (lib doc) generated 5 warnings (run `cargo fix --lib -p tap-msg` to apply 4 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/tap_msg/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "167a1c9487941ec40014402bcf49d2e8862c1118f57d5e74d910b621c858f6f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "167a1c9487941ec40014402bcf49d2e8862c1118f57d5e74d910b621c858f6f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "167a1c9487941ec40014402bcf49d2e8862c1118f57d5e74d910b621c858f6f4", kill_on_drop: false }` [INFO] [stdout] 167a1c9487941ec40014402bcf49d2e8862c1118f57d5e74d910b621c858f6f4