webauthn-rs 0.3.0-alpha.6

Webauthn Framework for Rust Web Servers
Documentation
Build #365541 2021-03-23T06:05:01.376212+00:00
# rustc version
rustc 1.53.0-nightly (5d04957a4 2021-03-22)
# docs.rs version
docsrs 0.6.0 (eb8ed3d 2021-03-22)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/webauthn-rs-0.3.0-alpha.6/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/webauthn-rs-0.3.0-alpha.6/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-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" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:4f92631de1aa59f8320307485d3b3c869a5c90ab1d76ce2cffab9807b8c9a1fb" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs\"" "-j2" "--" "-Z" "unstable-options" "--resource-suffix" "-20210322-1.53.0-nightly-5d04957a4" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 01c7702d6098e11ffcfca2659634b9df6d02da01c8f03d8936b9f8d1c8674bb9
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "01c7702d6098e11ffcfca2659634b9df6d02da01c8f03d8936b9f8d1c8674bb9", kill_on_drop: false }`
[INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]    Compiling libc v0.2.86
[INFO] [stderr]    Compiling serde_derive v1.0.123
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling cc v1.0.67
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]    Compiling serde v1.0.123
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling value-bag v1.0.0-alpha.6
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling openssl v0.10.32
[INFO] [stderr]    Compiling serde_json v1.0.62
[INFO] [stderr]     Checking sval v1.0.0-alpha.5
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking half v1.7.1
[INFO] [stderr]    Compiling webauthn-rs v0.3.0-alpha.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking base64 v0.13.0
[INFO] [stderr]    Compiling openssl-sys v0.9.60
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]    Compiling ctor v0.1.19
[INFO] [stderr]    Compiling thiserror-impl v1.0.24
[INFO] [stderr]     Checking thiserror v1.0.24
[INFO] [stderr]     Checking serde_bytes v0.11.5
[INFO] [stderr]     Checking serde_cbor v0.11.1
[INFO] [stderr]  Documenting webauthn-rs v0.3.0-alpha.6 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `FIDOMetadataService`
[INFO] [stderr]    --> src/core.rs:899:18
[INFO] [stderr]     |
[INFO] [stderr] 899 |     /// Service [FIDOMetadataService] provides one way to obtain such information, using the
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^^^^ no item named `FIDOMetadataService` in scope
[INFO] [stderr]     |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:16:9
[INFO] [stderr]     |
[INFO] [stderr] 16  | #![deny(warnings)]
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` implied by `#[warn(warnings)]`
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/core.rs:639:21
[INFO] [stderr]     |
[INFO] [stderr] 639 |     /// as noted at https://github.com/w3c/webauthn/issues/1510. What can occur is that
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/w3c/webauthn/issues/1510.>`
[INFO] [stderr]     |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]    --> src/lib.rs:16:9
[INFO] [stderr]     |
[INFO] [stderr] 16  | #![deny(warnings)]
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     = note: `#[warn(rustdoc::non_autolinks)]` implied by `#[warn(warnings)]`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/core.rs:810:56
[INFO] [stderr]     |
[INFO] [stderr] 810 |     /// Examples of names could be "My Awesome Site", "https://my-awesome-site.com.au"
[INFO] [stderr]     |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://my-awesome-site.com.au>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/core.rs:819:43
[INFO] [stderr]     |
[INFO] [stderr] 819 |     /// Examples of this value could be. "https://my-site.com.au", "https://my-site.com.au:8443"
[INFO] [stderr]     |                                           ^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://my-site.com.au>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/core.rs:819:69
[INFO] [stderr]     |
[INFO] [stderr] 819 |     /// Examples of this value could be. "https://my-site.com.au", "https://my-site.com.au:8443"
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://my-site.com.au:8443>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/core.rs:829:46
[INFO] [stderr]     |
[INFO] [stderr] 829 |     /// Examples of this value for the site "https://my-site.com.au/auth" is "my-site.com.au"
[INFO] [stderr]     |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://my-site.com.au/auth>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/core.rs:875:19
[INFO] [stderr]     |
[INFO] [stderr] 875 |     /// See also: https://www.w3.org/TR/webauthn/#resident-credential
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#resident-credential>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/core.rs:886:9
[INFO] [stderr]     |
[INFO] [stderr] 886 |     /// https://github.com/Firstyear/webauthn-rs/issues/8
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/Firstyear/webauthn-rs/issues/8>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/core.rs:887:9
[INFO] [stderr]     |
[INFO] [stderr] 887 |     /// https://w3c.github.io/webauthn/#extensions
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://w3c.github.io/webauthn/#extensions>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/proto.rs:22:5
[INFO] [stderr]    |
[INFO] [stderr] 22 | /// https://www.w3.org/TR/webauthn/#aaguid
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#aaguid>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:259:5
[INFO] [stderr]     |
[INFO] [stderr] 259 | /// https://w3c.github.io/webauthn/#enumdef-userverificationrequirement, and each
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://w3c.github.io/webauthn/#enumdef-userverificationrequirement>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:337:9
[INFO] [stderr]     |
[INFO] [stderr] 337 |     /// https://www.w3.org/TR/webauthn/#transport
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#transport>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:343:5
[INFO] [stderr]     |
[INFO] [stderr] 343 | /// https://w3c.github.io/webauthn/#dictionary-makecredentialoptions
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://w3c.github.io/webauthn/#dictionary-makecredentialoptions>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:377:5
[INFO] [stderr]     |
[INFO] [stderr] 377 | /// https://www.w3.org/TR/webauthn/#dictdef-authenticatorselectioncriteria
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#dictdef-authenticatorselectioncriteria>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:383:9
[INFO] [stderr]     |
[INFO] [stderr] 383 |     /// https://www.w3.org/TR/webauthn/#attachment
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#attachment>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:389:9
[INFO] [stderr]     |
[INFO] [stderr] 389 |     /// https://www.w3.org/TR/webauthn/#resident-credential
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#resident-credential>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:401:5
[INFO] [stderr]     |
[INFO] [stderr] 401 | /// https://www.w3.org/TR/webauthn/#attachment
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#attachment>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:405:9
[INFO] [stderr]     |
[INFO] [stderr] 405 |     /// https://www.w3.org/TR/webauthn/#attachment
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#attachment>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:409:9
[INFO] [stderr]     |
[INFO] [stderr] 409 |     /// https://www.w3.org/TR/webauthn/#attachment
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#attachment>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:414:5
[INFO] [stderr]     |
[INFO] [stderr] 414 | /// https://www.w3.org/TR/webauthn/#enumdef-attestationconveyancepreference
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#enumdef-attestationconveyancepreference>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:419:9
[INFO] [stderr]     |
[INFO] [stderr] 419 |     /// https://www.w3.org/TR/webauthn/#dom-attestationconveyancepreference-none
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#dom-attestationconveyancepreference-none>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:423:9
[INFO] [stderr]     |
[INFO] [stderr] 423 |     /// https://www.w3.org/TR/webauthn/#dom-attestationconveyancepreference-indirect
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#dom-attestationconveyancepreference-indirect>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:427:9
[INFO] [stderr]     |
[INFO] [stderr] 427 |     /// https://www.w3.org/TR/webauthn/#dom-attestationconveyancepreference-direct
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#dom-attestationconveyancepreference-direct>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:431:5
[INFO] [stderr]     |
[INFO] [stderr] 431 | /// https://www.w3.org/TR/webauthn/#dictdef-publickeycredentialdescriptor
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#dictdef-publickeycredentialdescriptor>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:455:5
[INFO] [stderr]     |
[INFO] [stderr] 455 | /// https://www.w3.org/TR/webauthn/#enumdef-authenticatortransport
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#enumdef-authenticatortransport>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:460:9
[INFO] [stderr]     |
[INFO] [stderr] 460 |     /// https://www.w3.org/TR/webauthn/#dom-authenticatortransport-usb
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#dom-authenticatortransport-usb>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:462:9
[INFO] [stderr]     |
[INFO] [stderr] 462 |     /// https://www.w3.org/TR/webauthn/#dom-authenticatortransport-nfc
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#dom-authenticatortransport-nfc>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:464:9
[INFO] [stderr]     |
[INFO] [stderr] 464 |     /// https://www.w3.org/TR/webauthn/#dom-authenticatortransport-ble
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#dom-authenticatortransport-ble>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:466:9
[INFO] [stderr]     |
[INFO] [stderr] 466 |     /// https://www.w3.org/TR/webauthn/#dom-authenticatortransport-internal
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.w3.org/TR/webauthn/#dom-authenticatortransport-internal>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:642:5
[INFO] [stderr]     |
[INFO] [stderr] 642 | /// https://w3c.github.io/webauthn/#sctn-attestation
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://w3c.github.io/webauthn/#sctn-attestation>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:760:9
[INFO] [stderr]     |
[INFO] [stderr] 760 |     /// https://w3c.github.io/webauthn/#generating-an-attestation-object
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://w3c.github.io/webauthn/#generating-an-attestation-object>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:784:5
[INFO] [stderr]     |
[INFO] [stderr] 784 | /// https://w3c.github.io/webauthn/#authenticatorattestationresponse
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://w3c.github.io/webauthn/#authenticatorattestationresponse>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:787:9
[INFO] [stderr]     |
[INFO] [stderr] 787 |     /// https://w3c.github.io/webauthn/#dom-authenticatorattestationresponse-attestationobject
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://w3c.github.io/webauthn/#dom-authenticatorattestationresponse-attestationobject>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:791:9
[INFO] [stderr]     |
[INFO] [stderr] 791 |     /// https://w3c.github.io/webauthn/#dom-authenticatorresponse-clientdatajson
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://w3c.github.io/webauthn/#dom-authenticatorresponse-clientdatajson>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:823:5
[INFO] [stderr]     |
[INFO] [stderr] 823 | /// https://w3c.github.io/webauthn/#iface-pkcredential
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://w3c.github.io/webauthn/#iface-pkcredential>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:833:9
[INFO] [stderr]     |
[INFO] [stderr] 833 |     /// https://w3c.github.io/webauthn/#dom-publickeycredential-response
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://w3c.github.io/webauthn/#dom-publickeycredential-response>`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/proto.rs:904:5
[INFO] [stderr]     |
[INFO] [stderr] 904 | /// https://w3c.github.io/webauthn/#authenticatorassertionresponse
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://w3c.github.io/webauthn/#authenticatorassertionresponse>`
[INFO] [stderr] 
[INFO] [stderr] warning: 37 warnings emitted
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 37.98s
[INFO] running `Command { std: "docker" "inspect" "01c7702d6098e11ffcfca2659634b9df6d02da01c8f03d8936b9f8d1c8674bb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01c7702d6098e11ffcfca2659634b9df6d02da01c8f03d8936b9f8d1c8674bb9", kill_on_drop: false }`
[INFO] [stdout] 01c7702d6098e11ffcfca2659634b9df6d02da01c8f03d8936b9f8d1c8674bb9