miden-client-cli 0.14.7

The official command line client for interacting with the Miden network
Documentation
Build #3240605 2026-05-06 17:45:29

# rustc version rustc 1.97.0-nightly (e95e73209 2026-05-05)

# 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/miden-client-cli-0.14.7/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/miden-client-cli-0.14.7/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] c0843e7cf5bd437967c9be63d0811936c28c042576c846f491795180fe5f73eb [INFO] running `Command { std: "docker" "start" "c0843e7cf5bd437967c9be63d0811936c28c042576c846f491795180fe5f73eb", 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" "c0843e7cf5bd437967c9be63d0811936c28c042576c846f491795180fe5f73eb" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260505-1.97.0-nightly-e95e73209\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting miden-client-cli v0.14.7 (/opt/rustwide/workdir) [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/config.rs:193:32 [INFO] [stderr] | [INFO] [stderr] 193 | /// Returns a [`CliError`](crate::errors::CliError): [INFO] [stderr] | ---------- ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 193 - /// Returns a [`CliError`](crate::errors::CliError): [INFO] [stderr] 193 + /// Returns a [`CliError`]: [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/config.rs:194:40 [INFO] [stderr] | [INFO] [stderr] 194 | /// - [`CliError::ConfigNotFound`](crate::errors::CliError::ConfigNotFound) if the config file [INFO] [stderr] | -------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 194 - /// - [`CliError::ConfigNotFound`](crate::errors::CliError::ConfigNotFound) if the config file [INFO] [stderr] 194 + /// - [`CliError::ConfigNotFound`] if the config file [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/config.rs:196:32 [INFO] [stderr] | [INFO] [stderr] 196 | /// - [`CliError::Config`](crate::errors::CliError::Config) if configuration file parsing fails [INFO] [stderr] | ------------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 196 - /// - [`CliError::Config`](crate::errors::CliError::Config) if configuration file parsing fails [INFO] [stderr] 196 + /// - [`CliError::Config`] if configuration file parsing fails [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/config.rs:263:32 [INFO] [stderr] | [INFO] [stderr] 263 | /// Returns a [`CliError`](crate::errors::CliError) if: [INFO] [stderr] | ---------- ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 263 - /// Returns a [`CliError`](crate::errors::CliError) if: [INFO] [stderr] 263 + /// Returns a [`CliError`] if: [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/config.rs:305:32 [INFO] [stderr] | [INFO] [stderr] 305 | /// Returns a [`CliError`](crate::errors::CliError) if: [INFO] [stderr] | ---------- ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 305 - /// Returns a [`CliError`](crate::errors::CliError) if: [INFO] [stderr] 305 + /// Returns a [`CliError`] if: [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/config.rs:343:32 [INFO] [stderr] | [INFO] [stderr] 343 | /// Returns a [`CliError`](crate::errors::CliError): [INFO] [stderr] | ---------- ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 343 - /// Returns a [`CliError`](crate::errors::CliError): [INFO] [stderr] 343 + /// Returns a [`CliError`]: [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/config.rs:344:40 [INFO] [stderr] | [INFO] [stderr] 344 | /// - [`CliError::ConfigNotFound`](crate::errors::CliError::ConfigNotFound) if neither local nor [INFO] [stderr] | -------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 344 - /// - [`CliError::ConfigNotFound`](crate::errors::CliError::ConfigNotFound) if neither local nor [INFO] [stderr] 344 + /// - [`CliError::ConfigNotFound`] if neither local nor [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/config.rs:346:32 [INFO] [stderr] | [INFO] [stderr] 346 | /// - [`CliError::Config`](crate::errors::CliError::Config) if configuration file parsing fails [INFO] [stderr] | ------------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 346 - /// - [`CliError::Config`](crate::errors::CliError::Config) if configuration file parsing fails [INFO] [stderr] 346 + /// - [`CliError::Config`] if configuration file parsing fails [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `miden-client-cli` (lib doc) generated 8 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/miden_client_cli/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "c0843e7cf5bd437967c9be63d0811936c28c042576c846f491795180fe5f73eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c0843e7cf5bd437967c9be63d0811936c28c042576c846f491795180fe5f73eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0843e7cf5bd437967c9be63d0811936c28c042576c846f491795180fe5f73eb", kill_on_drop: false }` [INFO] [stdout] c0843e7cf5bd437967c9be63d0811936c28c042576c846f491795180fe5f73eb