tauri-utils 1.6.1

Utilities for Tauri
Documentation
Build #1334952 2024-08-23T18:40:50.791374+00:00
# rustc version
rustc 1.82.0-nightly (eff09483c 2024-08-22)# docs.rs version
docsrs 0.6.0 (a6155e2c 2024-08-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/tauri-utils-1.6.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/tauri-utils-1.6.1/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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240822-1.82.0-nightly-eff09483c\", \"--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: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] fdbecc0f56f807a27ec46fb468ec333f55e7026c257dc476666f6945af4434c7
[INFO] running `Command { std: "docker" "start" "-a" "fdbecc0f56f807a27ec46fb468ec333f55e7026c257dc476666f6945af4434c7", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting tauri-utils v1.6.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/config.rs:253:15
[INFO] [stderr]     |
[INFO] [stderr] 253 | /// See more: https://tauri.app/v1/api/config#appimageconfig
[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] 253 | /// See more: <https://tauri.app/v1/api/config#appimageconfig>
[INFO] [stderr]     |               +                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/config.rs:264:1
[INFO] [stderr]     |
[INFO] [stderr] 264 | / /// Configuration for Debian (.deb) bundles.
[INFO] [stderr] 265 | | ///
[INFO] [stderr] 266 | | /// See more: https://tauri.app/v1/api/config#debconfig
[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] 264 ~ </// Configuration for Debian (.deb) bundles.
[INFO] [stderr] 265 | ///
[INFO] [stderr] 266 ~ /// See more: https://tauri.app/v1/api/config#debconfig>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/config.rs:287:3
[INFO] [stderr]     |
[INFO] [stderr] 287 |   /// Define the section in Debian Control file. See : https://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections
[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] 287 |   </// Define the section in Debian Control file. See : https://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections>
[INFO] [stderr]     |   +                                                                                                                           +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/config.rs:292:3
[INFO] [stderr]     |
[INFO] [stderr] 292 | /   /// Path of the uncompressed Changelog file, to be stored at /usr/share/doc/package-name/changelog.gz. See
[INFO] [stderr] 293 | |   /// https://www.debian.org/doc/debian-policy/ch-docs.html#changelog-files-and-release-notes
[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] 292 ~   </// Path of the uncompressed Changelog file, to be stored at /usr/share/doc/package-name/changelog.gz. See
[INFO] [stderr] 293 ~   /// https://www.debian.org/doc/debian-policy/ch-docs.html#changelog-files-and-release-notes>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/config.rs:373:1
[INFO] [stderr]     |
[INFO] [stderr] 373 | / /// Configuration for Apple Disk Image (.dmg) bundles.
[INFO] [stderr] 374 | | ///
[INFO] [stderr] 375 | | /// See more: https://tauri.app/v1/api/config#dmgconfig
[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] 373 ~ </// Configuration for Apple Disk Image (.dmg) bundles.
[INFO] [stderr] 374 | ///
[INFO] [stderr] 375 ~ /// See more: https://tauri.app/v1/api/config#dmgconfig>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/config.rs:437:1
[INFO] [stderr]     |
[INFO] [stderr] 437 | / /// Configuration for the macOS bundles.
[INFO] [stderr] 438 | | ///
[INFO] [stderr] 439 | | /// See more: https://tauri.app/v1/api/config#macconfig
[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] 437 ~ </// Configuration for the macOS bundles.
[INFO] [stderr] 438 | ///
[INFO] [stderr] 439 ~ /// See more: https://tauri.app/v1/api/config#macconfig>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/config.rs:503:15
[INFO] [stderr]     |
[INFO] [stderr] 503 | /// See more: https://tauri.app/v1/api/config#wixlanguageconfig
[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] 503 | /// See more: <https://tauri.app/v1/api/config#wixlanguageconfig>
[INFO] [stderr]     |               +                                                 +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/config.rs:534:15
[INFO] [stderr]     |
[INFO] [stderr] 534 | /// See more: https://tauri.app/v1/api/config#wixconfig
[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] 534 | /// See more: <https://tauri.app/v1/api/config#wixconfig>
[INFO] [stderr]     |               +                                         +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/config.rs:734:15
[INFO] [stderr]     |
[INFO] [stderr] 734 | /// See more: https://tauri.app/v1/api/config#windowsconfig
[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] 734 | /// See more: <https://tauri.app/v1/api/config#windowsconfig>
[INFO] [stderr]     |               +                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/config.rs:833:1
[INFO] [stderr]     |
[INFO] [stderr] 833 | / /// Configuration for tauri-bundler.
[INFO] [stderr] 834 | | ///
[INFO] [stderr] 835 | | /// See more: https://tauri.app/v1/api/config#bundleconfig
[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] 833 ~ </// Configuration for tauri-bundler.
[INFO] [stderr] 834 | ///
[INFO] [stderr] 835 ~ /// See more: https://tauri.app/v1/api/config#bundleconfig>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:1038:1
[INFO] [stderr]      |
[INFO] [stderr] 1038 | / /// describes a CLI configuration
[INFO] [stderr] 1039 | | ///
[INFO] [stderr] 1040 | | /// See more: https://tauri.app/v1/api/config#cliconfig
[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] 1038 ~ </// describes a CLI configuration
[INFO] [stderr] 1039 | ///
[INFO] [stderr] 1040 ~ /// See more: https://tauri.app/v1/api/config#cliconfig>
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:1103:1
[INFO] [stderr]      |
[INFO] [stderr] 1103 | / /// The window configuration object.
[INFO] [stderr] 1104 | | ///
[INFO] [stderr] 1105 | | /// See more: https://tauri.app/v1/api/config#windowconfig
[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] 1103 ~ </// The window configuration object.
[INFO] [stderr] 1104 | ///
[INFO] [stderr] 1105 ~ /// See more: https://tauri.app/v1/api/config#windowconfig>
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:1455:1
[INFO] [stderr]      |
[INFO] [stderr] 1455 | / /// Security configuration.
[INFO] [stderr] 1456 | | ///
[INFO] [stderr] 1457 | | /// See more: https://tauri.app/v1/api/config#securityconfig
[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] 1455 ~ </// Security configuration.
[INFO] [stderr] 1456 | ///
[INFO] [stderr] 1457 ~ /// See more: https://tauri.app/v1/api/config#securityconfig>
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:1592:15
[INFO] [stderr]      |
[INFO] [stderr] 1592 | /// See more: https://tauri.app/v1/api/config#fsallowlistconfig
[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] 1592 | /// See more: <https://tauri.app/v1/api/config#fsallowlistconfig>
[INFO] [stderr]      |               +                                                 +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:1673:15
[INFO] [stderr]      |
[INFO] [stderr] 1673 | /// See more: https://tauri.app/v1/api/config#windowallowlistconfig
[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] 1673 | /// See more: <https://tauri.app/v1/api/config#windowallowlistconfig>
[INFO] [stderr]      |               +                                                     +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:2036:15
[INFO] [stderr]      |
[INFO] [stderr] 2036 | /// See more: https://tauri.app/v1/api/config#shellallowlistconfig
[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] 2036 | /// See more: <https://tauri.app/v1/api/config#shellallowlistconfig>
[INFO] [stderr]      |               +                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:2094:15
[INFO] [stderr]      |
[INFO] [stderr] 2094 | /// See more: https://tauri.app/v1/api/config#dialogallowlistconfig
[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] 2094 | /// See more: <https://tauri.app/v1/api/config#dialogallowlistconfig>
[INFO] [stderr]      |               +                                                     +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:2166:15
[INFO] [stderr]      |
[INFO] [stderr] 2166 | /// See more: https://tauri.app/v1/api/config#httpallowlistconfig
[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] 2166 | /// See more: <https://tauri.app/v1/api/config#httpallowlistconfig>
[INFO] [stderr]      |               +                                                   +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:2207:15
[INFO] [stderr]      |
[INFO] [stderr] 2207 | /// See more: https://tauri.app/v1/api/config#notificationallowlistconfig
[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] 2207 | /// See more: <https://tauri.app/v1/api/config#notificationallowlistconfig>
[INFO] [stderr]      |               +                                                           +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:2236:15
[INFO] [stderr]      |
[INFO] [stderr] 2236 | /// See more: https://tauri.app/v1/api/config#globalshortcutallowlistconfig
[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] 2236 | /// See more: <https://tauri.app/v1/api/config#globalshortcutallowlistconfig>
[INFO] [stderr]      |               +                                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:2265:15
[INFO] [stderr]      |
[INFO] [stderr] 2265 | /// See more: https://tauri.app/v1/api/config#osallowlistconfig
[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] 2265 | /// See more: <https://tauri.app/v1/api/config#osallowlistconfig>
[INFO] [stderr]      |               +                                                 +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:2294:15
[INFO] [stderr]      |
[INFO] [stderr] 2294 | /// See more: https://tauri.app/v1/api/config#pathallowlistconfig
[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] 2294 | /// See more: <https://tauri.app/v1/api/config#pathallowlistconfig>
[INFO] [stderr]      |               +                                                   +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:2323:15
[INFO] [stderr]      |
[INFO] [stderr] 2323 | /// See more: https://tauri.app/v1/api/config#protocolallowlistconfig
[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] 2323 | /// See more: <https://tauri.app/v1/api/config#protocolallowlistconfig>
[INFO] [stderr]      |               +                                                       +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:2364:15
[INFO] [stderr]      |
[INFO] [stderr] 2364 | /// See more: https://tauri.app/v1/api/config#processallowlistconfig
[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] 2364 | /// See more: <https://tauri.app/v1/api/config#processallowlistconfig>
[INFO] [stderr]      |               +                                                      +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:2423:15
[INFO] [stderr]      |
[INFO] [stderr] 2423 | /// See more: https://tauri.app/v1/api/config#clipboardallowlistconfig
[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] 2423 | /// See more: <https://tauri.app/v1/api/config#clipboardallowlistconfig>
[INFO] [stderr]      |               +                                                        +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:2465:15
[INFO] [stderr]      |
[INFO] [stderr] 2465 | /// See more: https://tauri.app/v1/api/config#appallowlistconfig
[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] 2465 | /// See more: <https://tauri.app/v1/api/config#appallowlistconfig>
[INFO] [stderr]      |               +                                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:2626:1
[INFO] [stderr]      |
[INFO] [stderr] 2626 | / /// The Tauri configuration object.
[INFO] [stderr] 2627 | | ///
[INFO] [stderr] 2628 | | /// See more: https://tauri.app/v1/api/config#tauriconfig
[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] 2626 ~ </// The Tauri configuration object.
[INFO] [stderr] 2627 | ///
[INFO] [stderr] 2628 ~ /// See more: https://tauri.app/v1/api/config#tauriconfig>
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:2816:1
[INFO] [stderr]      |
[INFO] [stderr] 2816 | / /// The updater configuration for Windows.
[INFO] [stderr] 2817 | | ///
[INFO] [stderr] 2818 | | /// See more: https://tauri.app/v1/api/config#updaterwindowsconfig
[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] 2816 ~ </// The updater configuration for Windows.
[INFO] [stderr] 2817 | ///
[INFO] [stderr] 2818 ~ /// See more: https://tauri.app/v1/api/config#updaterwindowsconfig>
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:2832:1
[INFO] [stderr]      |
[INFO] [stderr] 2832 | / /// The Updater configuration object.
[INFO] [stderr] 2833 | | ///
[INFO] [stderr] 2834 | | /// See more: https://tauri.app/v1/api/config#updaterconfig
[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] 2832 ~ </// The Updater configuration object.
[INFO] [stderr] 2833 | ///
[INFO] [stderr] 2834 ~ /// See more: https://tauri.app/v1/api/config#updaterconfig>
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:2913:1
[INFO] [stderr]      |
[INFO] [stderr] 2913 | / /// Configuration for application system tray icon.
[INFO] [stderr] 2914 | | ///
[INFO] [stderr] 2915 | | /// See more: https://tauri.app/v1/api/config#systemtrayconfig
[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] 2913 ~ </// Configuration for application system tray icon.
[INFO] [stderr] 2914 | ///
[INFO] [stderr] 2915 ~ /// See more: https://tauri.app/v1/api/config#systemtrayconfig>
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:2990:1
[INFO] [stderr]      |
[INFO] [stderr] 2990 | / /// The Build configuration object.
[INFO] [stderr] 2991 | | ///
[INFO] [stderr] 2992 | | /// See more: https://tauri.app/v1/api/config#buildconfig
[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] 2990 ~ </// The Build configuration object.
[INFO] [stderr] 2991 | ///
[INFO] [stderr] 2992 ~ /// See more: https://tauri.app/v1/api/config#buildconfig>
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:3127:15
[INFO] [stderr]      |
[INFO] [stderr] 3127 | /// See more: https://tauri.app/v1/api/config#packageconfig
[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] 3127 | /// See more: <https://tauri.app/v1/api/config#packageconfig>
[INFO] [stderr]      |               +                                             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/config.rs:3260:15
[INFO] [stderr]      |
[INFO] [stderr] 3260 | /// See more: https://tauri.app/v1/api/config#pluginconfig
[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] 3260 | /// See more: <https://tauri.app/v1/api/config#pluginconfig>
[INFO] [stderr]      |               +                                            +
[INFO] [stderr] 
[INFO] [stderr] warning: `tauri-utils` (lib doc) generated 33 warnings (run `cargo fix --lib -p tauri-utils` to apply 33 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/tauri_utils/index.html
[INFO] running `Command { std: "docker" "inspect" "fdbecc0f56f807a27ec46fb468ec333f55e7026c257dc476666f6945af4434c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fdbecc0f56f807a27ec46fb468ec333f55e7026c257dc476666f6945af4434c7", kill_on_drop: false }`
[INFO] [stdout] fdbecc0f56f807a27ec46fb468ec333f55e7026c257dc476666f6945af4434c7