From ade534d1ce5c794b7f430edaf4812cf938dc9596 Mon Sep 17 00:00:00 2001 From: iven Date: Wed, 8 Apr 2026 13:39:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0MCP=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E5=B9=B6=E4=BC=98=E5=8C=96=E6=B5=81=E5=BC=8F?= =?UTF-8?q?=E8=B6=85=E6=97=B6=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refactor(relay): 将Provider Key管理路由移至model_config模块 fix(saas): 修复demo_keys与provider_keys的匹配逻辑 perf(runtime): 将流式响应超时从60秒延长至180秒以适配思考型模型 docs: 新增模块化审计和上线前功能测试方案文档 chore: 添加tauri-plugin-mcp依赖及相关配置 --- .mcp.json | 15 + Cargo.lock | 411 +++++- crates/zclaw-runtime/src/loop_runner.rs | 6 +- crates/zclaw-saas/src/db.rs | 5 +- crates/zclaw-saas/src/model_config/mod.rs | 6 +- crates/zclaw-saas/src/model_config/service.rs | 2 +- crates/zclaw-saas/src/model_config/types.rs | 2 +- crates/zclaw-saas/src/relay/mod.rs | 9 +- crates/zclaw-saas/src/relay/service.rs | 9 +- deerflow-ui-screenshot.png | Bin 0 -> 410088 bytes desktop/src-tauri/Cargo.toml | 3 + desktop/src-tauri/src/lib.rs | 16 +- .../specs/2026-04-04-module-audit-design.md | 279 +++++ ...4-05-pre-launch-functional-audit-design.md | 363 ++++++ registry_fixed.rs | 0 target/.rustc_info.json | 2 +- target/flycheck0/stderr | 444 +++++-- target/flycheck0/stdout | 1106 +++++++++-------- 18 files changed, 2051 insertions(+), 627 deletions(-) create mode 100644 .mcp.json create mode 100644 deerflow-ui-screenshot.png create mode 100644 docs/superpowers/specs/2026-04-04-module-audit-design.md create mode 100644 docs/superpowers/specs/2026-04-05-pre-launch-functional-audit-design.md create mode 100644 registry_fixed.rs diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..b42a742 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,15 @@ +{ + "mcpServers": { + "tauri-mcp": { + "command": "node", + "args": [ + "C:/Users/szend/AppData/Roaming/npm/node_modules/tauri-plugin-mcp-server/build/index.js" + ], + "env": { + "TAURI_MCP_CONNECTION_TYPE": "tcp", + "TAURI_MCP_TCP_HOST": "127.0.0.1", + "TAURI_MCP_TCP_PORT": "4000" + } + } + } +} diff --git a/Cargo.lock b/Cargo.lock index ad510f5..e43076e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -498,6 +498,12 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" +[[package]] +name = "bit_field" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6" + [[package]] name = "bitflags" version = "1.3.2" @@ -900,6 +906,12 @@ dependencies = [ "thiserror 2.0.18", ] +[[package]] +name = "color_quant" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" + [[package]] name = "combine" version = "4.6.7" @@ -964,6 +976,16 @@ dependencies = [ "version_check", ] +[[package]] +name = "core-foundation" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" +dependencies = [ + "core-foundation-sys", + "libc", +] + [[package]] name = "core-foundation" version = "0.10.1" @@ -980,6 +1002,32 @@ version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" +[[package]] +name = "core-graphics" +version = "0.22.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" +dependencies = [ + "bitflags 1.3.2", + "core-foundation 0.9.4", + "core-graphics-types 0.1.3", + "foreign-types 0.3.2", + "libc", +] + +[[package]] +name = "core-graphics" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" +dependencies = [ + "bitflags 1.3.2", + "core-foundation 0.9.4", + "core-graphics-types 0.1.3", + "foreign-types 0.5.0", + "libc", +] + [[package]] name = "core-graphics" version = "0.25.0" @@ -987,12 +1035,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "064badf302c3194842cf2c5d61f56cc88e54a759313879cdf03abdd27d0c3b97" dependencies = [ "bitflags 2.11.0", - "core-foundation", - "core-graphics-types", + "core-foundation 0.10.1", + "core-graphics-types 0.2.0", "foreign-types 0.5.0", "libc", ] +[[package]] +name = "core-graphics-types" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" +dependencies = [ + "bitflags 1.3.2", + "core-foundation 0.9.4", + "libc", +] + [[package]] name = "core-graphics-types" version = "0.2.0" @@ -1000,7 +1059,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" dependencies = [ "bitflags 2.11.0", - "core-foundation", + "core-foundation 0.10.1", "libc", ] @@ -1388,6 +1447,17 @@ version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" +[[package]] +name = "dbus" +version = "0.9.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21b3aa68d7e7abee336255bd7248ea965cc393f3e70411135a6f6a4b651345d4" +dependencies = [ + "libc", + "libdbus-sys", + "windows-sys 0.59.0", +] + [[package]] name = "der" version = "0.7.10" @@ -1480,6 +1550,7 @@ dependencies = [ "sqlx 0.7.4", "tauri", "tauri-build", + "tauri-plugin-mcp", "tauri-plugin-opener", "thiserror 2.0.18", "tokio", @@ -1583,6 +1654,12 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "doctest-file" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2db04e74f0a9a93103b50e90b96024c9b2bdca8bce6a632ec71b88736d3d359" + [[package]] name = "dom_query" version = "0.27.0" @@ -1852,6 +1929,21 @@ dependencies = [ "pin-project-lite", ] +[[package]] +name = "exr" +version = "1.74.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be" +dependencies = [ + "bit_field", + "half", + "lebe", + "miniz_oxide", + "rayon-core", + "smallvec", + "zune-inflate", +] + [[package]] name = "fantoccini" version = "0.21.5" @@ -2332,6 +2424,16 @@ dependencies = [ "polyval", ] +[[package]] +name = "gif" +version = "0.13.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b" +dependencies = [ + "color_quant", + "weezl", +] + [[package]] name = "gimli" version = "0.33.0" @@ -2941,6 +3043,24 @@ dependencies = [ "icu_properties", ] +[[package]] +name = "image" +version = "0.24.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" +dependencies = [ + "bytemuck", + "byteorder", + "color_quant", + "exr", + "gif", + "jpeg-decoder", + "num-traits", + "png", + "qoi", + "tiff", +] + [[package]] name = "indexmap" version = "1.9.3" @@ -2982,6 +3102,21 @@ dependencies = [ "generic-array", ] +[[package]] +name = "interprocess" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6be5e5c847dbdb44564bd85294740d031f4f8aeb3464e5375ef7141f7538db69" +dependencies = [ + "doctest-file", + "futures-core", + "libc", + "recvmsg", + "tokio", + "widestring", + "windows-sys 0.52.0", +] + [[package]] name = "io-extras" version = "0.18.4" @@ -3141,6 +3276,15 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "jpeg-decoder" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07" +dependencies = [ + "rayon", +] + [[package]] name = "js-sys" version = "0.3.91" @@ -3242,6 +3386,12 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" +[[package]] +name = "lebe" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8" + [[package]] name = "libappindicator" version = "0.9.0" @@ -3272,6 +3422,16 @@ version = "0.2.183" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" +[[package]] +name = "libdbus-sys" +version = "0.2.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "328c4789d42200f1eeec05bd86c9c13c7f091d2ba9a6ea35acdf51f31bc0f043" +dependencies = [ + "cc", + "pkg-config", +] + [[package]] name = "libloading" version = "0.7.4" @@ -3632,6 +3792,15 @@ dependencies = [ "minimal-lexical", ] +[[package]] +name = "ntapi" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae" +dependencies = [ + "winapi", +] + [[package]] name = "nu-ansi-term" version = "0.50.3" @@ -4341,7 +4510,7 @@ checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07" dependencies = [ "base64 0.22.1", "indexmap 2.13.0", - "quick-xml", + "quick-xml 0.38.4", "serde", "time 0.3.47", ] @@ -4577,6 +4746,24 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "qoi" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" +dependencies = [ + "bytemuck", +] + +[[package]] +name = "quick-xml" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956" +dependencies = [ + "memchr", +] + [[package]] name = "quick-xml" version = "0.38.4" @@ -4798,6 +4985,12 @@ dependencies = [ "crossbeam-utils", ] +[[package]] +name = "recvmsg" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3edd4d5d42c92f0a659926464d4cce56b562761267ecf0f469d85b7de384175" + [[package]] name = "redox_syscall" version = "0.5.18" @@ -5221,7 +5414,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" dependencies = [ "bitflags 2.11.0", - "core-foundation", + "core-foundation 0.10.1", "core-foundation-sys", "libc", "security-framework-sys", @@ -6244,6 +6437,21 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "sysinfo" +version = "0.30.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3" +dependencies = [ + "cfg-if", + "core-foundation-sys", + "libc", + "ntapi", + "once_cell", + "rayon", + "windows 0.52.0", +] + [[package]] name = "system-deps" version = "6.2.2" @@ -6281,8 +6489,8 @@ checksum = "9103edf55f2da3c82aea4c7fab7c4241032bfeea0e71fa557d98e00e7ce7cc20" dependencies = [ "bitflags 2.11.0", "block2", - "core-foundation", - "core-graphics", + "core-foundation 0.10.1", + "core-graphics 0.25.0", "crossbeam-channel", "dispatch2", "dlopen2", @@ -6305,7 +6513,7 @@ dependencies = [ "tao-macros", "unicode-segmentation", "url", - "windows", + "windows 0.61.3", "windows-core 0.61.2", "windows-version", "x11-dl", @@ -6382,7 +6590,7 @@ dependencies = [ "webkit2gtk", "webview2-com", "window-vibrancy", - "windows", + "windows 0.61.3", ] [[package]] @@ -6465,6 +6673,31 @@ dependencies = [ "walkdir", ] +[[package]] +name = "tauri-plugin-mcp" +version = "0.1.0" +source = "git+https://github.com/P3GLEG/tauri-plugin-mcp#ac709a71d30ac2f167dd79c4f803500a236262f6" +dependencies = [ + "anyhow", + "base64 0.22.1", + "core-foundation 0.9.4", + "core-graphics 0.22.3", + "foreign-types-shared 0.1.1", + "image", + "interprocess", + "log", + "serde", + "serde_json", + "subtle", + "tauri", + "tauri-plugin", + "thiserror 2.0.18", + "tokio", + "uuid", + "win-screenshot", + "xcap", +] + [[package]] name = "tauri-plugin-opener" version = "2.5.3" @@ -6483,7 +6716,7 @@ dependencies = [ "tauri-plugin", "thiserror 2.0.18", "url", - "windows", + "windows 0.61.3", "zbus", ] @@ -6509,7 +6742,7 @@ dependencies = [ "url", "webkit2gtk", "webview2-com", - "windows", + "windows 0.61.3", ] [[package]] @@ -6534,7 +6767,7 @@ dependencies = [ "url", "webkit2gtk", "webview2-com", - "windows", + "windows 0.61.3", "wry", ] @@ -6679,6 +6912,17 @@ dependencies = [ "cfg-if", ] +[[package]] +name = "tiff" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" +dependencies = [ + "flate2", + "jpeg-decoder", + "weezl", +] + [[package]] name = "time" version = "0.2.27" @@ -7984,7 +8228,7 @@ checksum = "7130243a7a5b33c54a444e54842e6a9e133de08b5ad7b5861cd8ed9a6a5bc96a" dependencies = [ "webview2-com-macros", "webview2-com-sys", - "windows", + "windows 0.61.3", "windows-core 0.61.2", "windows-implement", "windows-interface", @@ -8008,10 +8252,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "381336cfffd772377d291702245447a5251a2ffa5bad679c99e61bc48bacbf9c" dependencies = [ "thiserror 2.0.18", - "windows", + "windows 0.61.3", "windows-core 0.61.2", ] +[[package]] +name = "weezl" +version = "0.1.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" + [[package]] name = "whoami" version = "1.6.1" @@ -8022,6 +8272,12 @@ dependencies = [ "wasite", ] +[[package]] +name = "widestring" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" + [[package]] name = "wiggle" version = "43.0.0" @@ -8062,6 +8318,15 @@ dependencies = [ "wiggle-generate", ] +[[package]] +name = "win-screenshot" +version = "4.0.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e46fb2d7cb00430b7c433b05cc37a0f2f03a5305a975b1886a6ce5e1d8977d4b" +dependencies = [ + "windows 0.62.2", +] + [[package]] name = "winapi" version = "0.3.9" @@ -8127,17 +8392,39 @@ dependencies = [ "windows-version", ] +[[package]] +name = "windows" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" +dependencies = [ + "windows-core 0.52.0", + "windows-targets 0.52.6", +] + [[package]] name = "windows" version = "0.61.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" dependencies = [ - "windows-collections", + "windows-collections 0.2.0", "windows-core 0.61.2", - "windows-future", + "windows-future 0.2.1", "windows-link 0.1.3", - "windows-numerics", + "windows-numerics 0.2.0", +] + +[[package]] +name = "windows" +version = "0.62.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" +dependencies = [ + "windows-collections 0.3.2", + "windows-core 0.62.2", + "windows-future 0.3.2", + "windows-numerics 0.3.1", ] [[package]] @@ -8149,6 +8436,24 @@ dependencies = [ "windows-core 0.61.2", ] +[[package]] +name = "windows-collections" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" +dependencies = [ + "windows-core 0.62.2", +] + +[[package]] +name = "windows-core" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +dependencies = [ + "windows-targets 0.52.6", +] + [[package]] name = "windows-core" version = "0.61.2" @@ -8183,7 +8488,18 @@ checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" dependencies = [ "windows-core 0.61.2", "windows-link 0.1.3", - "windows-threading", + "windows-threading 0.1.0", +] + +[[package]] +name = "windows-future" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" +dependencies = [ + "windows-core 0.62.2", + "windows-link 0.2.1", + "windows-threading 0.2.1", ] [[package]] @@ -8230,6 +8546,16 @@ dependencies = [ "windows-link 0.1.3", ] +[[package]] +name = "windows-numerics" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" +dependencies = [ + "windows-core 0.62.2", + "windows-link 0.2.1", +] + [[package]] name = "windows-result" version = "0.3.4" @@ -8392,6 +8718,15 @@ dependencies = [ "windows-link 0.1.3", ] +[[package]] +name = "windows-threading" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" +dependencies = [ + "windows-link 0.2.1", +] + [[package]] name = "windows-version" version = "0.1.7" @@ -8791,7 +9126,7 @@ dependencies = [ "webkit2gtk", "webkit2gtk-sys", "webview2-com", - "windows", + "windows 0.61.3", "windows-core 0.61.2", "windows-version", "x11-dl", @@ -8818,6 +9153,35 @@ dependencies = [ "pkg-config", ] +[[package]] +name = "xcap" +version = "0.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6776c1b371ea7c73bc98a40ae5c6a69c648669ff2e6d8a03fc8b80ddc58a0498" +dependencies = [ + "core-foundation 0.9.4", + "core-graphics 0.23.2", + "dbus", + "image", + "log", + "percent-encoding", + "sysinfo", + "thiserror 1.0.69", + "windows 0.52.0", + "xcb", +] + +[[package]] +name = "xcb" +version = "1.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee4c580d8205abb0a5cf4eb7e927bd664e425b6c3263f9c5310583da96970cf6" +dependencies = [ + "bitflags 1.3.2", + "libc", + "quick-xml 0.30.0", +] + [[package]] name = "yoke" version = "0.8.1" @@ -9251,6 +9615,15 @@ dependencies = [ "simd-adler32", ] +[[package]] +name = "zune-inflate" +version = "0.2.54" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" +dependencies = [ + "simd-adler32", +] + [[package]] name = "zvariant" version = "5.10.0" diff --git a/crates/zclaw-runtime/src/loop_runner.rs b/crates/zclaw-runtime/src/loop_runner.rs index ef31b7f..09817de 100644 --- a/crates/zclaw-runtime/src/loop_runner.rs +++ b/crates/zclaw-runtime/src/loop_runner.rs @@ -713,7 +713,11 @@ impl AgentLoop { let mut text_delta_count: usize = 0; let mut thinking_delta_count: usize = 0; let mut stream_errored = false; - let chunk_timeout = std::time::Duration::from_secs(60); + // 180s per-chunk timeout — thinking models (Kimi, DeepSeek R1) can have + // long gaps between reasoning_content and content phases (observed: ~60s). + // The SaaS relay sends SSE heartbeat comments during idle periods, but these + // are filtered out by the OpenAI driver and don't yield StreamChunks. + let chunk_timeout = std::time::Duration::from_secs(180); loop { match tokio::time::timeout(chunk_timeout, stream.next()).await { diff --git a/crates/zclaw-saas/src/db.rs b/crates/zclaw-saas/src/db.rs index 0d9396b..07224c7 100644 --- a/crates/zclaw-saas/src/db.rs +++ b/crates/zclaw-saas/src/db.rs @@ -896,7 +896,10 @@ async fn fix_seed_data(pool: &PgPool) -> SaasResult<()> { (format!("demo-akey-3-{}", &admin_id[..8]), "DeepSeek API Key", "sk-demo-deepseek-key-1-xxxxx", "[\"relay:use\"]"), ]; for (idx, (id, label, key_val, perms)) in demo_keys.iter().enumerate() { - let provider_id = provider_keys.get(idx).map(|(_, pid)| pid.as_str()).unwrap_or("demo-openai"); + let provider_id = match provider_keys.get(idx).map(|(_, pid)| pid.as_str()) { + Some(pid) => pid, + None => continue, // skip if no matching provider exists + }; sqlx::query( "INSERT INTO account_api_keys (id, account_id, provider_id, key_value, key_label, permissions, enabled, created_at, updated_at) VALUES ($1, $2, $3, $4, $5, $6, true, $7, $7) ON CONFLICT (id) DO NOTHING" diff --git a/crates/zclaw-saas/src/model_config/mod.rs b/crates/zclaw-saas/src/model_config/mod.rs index ee47e05..583f967 100644 --- a/crates/zclaw-saas/src/model_config/mod.rs +++ b/crates/zclaw-saas/src/model_config/mod.rs @@ -4,7 +4,7 @@ pub mod types; pub mod service; pub mod handlers; -use axum::routing::{delete, get, post}; +use axum::routing::{delete, get, post, put}; use crate::state::AppState; /// 模型配置路由 (需要认证) @@ -14,6 +14,10 @@ pub fn routes() -> axum::Router { .route("/api/v1/providers", get(handlers::list_providers).post(handlers::create_provider)) .route("/api/v1/providers/:id", get(handlers::get_provider).patch(handlers::update_provider).delete(handlers::delete_provider)) .route("/api/v1/providers/:id/models", get(handlers::list_provider_models)) + // Provider Key Pool (admin only, moved from relay to avoid quota middleware) + .route("/api/v1/providers/:provider_id/keys", get(crate::relay::handlers::list_provider_keys).post(crate::relay::handlers::add_provider_key)) + .route("/api/v1/providers/:provider_id/keys/:key_id/toggle", put(crate::relay::handlers::toggle_provider_key)) + .route("/api/v1/providers/:provider_id/keys/:key_id", delete(crate::relay::handlers::delete_provider_key)) // Models .route("/api/v1/models", get(handlers::list_models).post(handlers::create_model)) .route("/api/v1/models/:id", get(handlers::get_model).patch(handlers::update_model).delete(handlers::delete_model)) diff --git a/crates/zclaw-saas/src/model_config/service.rs b/crates/zclaw-saas/src/model_config/service.rs index 25cc293..94b64fd 100644 --- a/crates/zclaw-saas/src/model_config/service.rs +++ b/crates/zclaw-saas/src/model_config/service.rs @@ -230,7 +230,7 @@ pub async fn create_model(db: &PgPool, req: &CreateModelRequest) -> SaasResult, pub context_window: Option, pub max_output_tokens: Option, pub supports_streaming: Option, diff --git a/crates/zclaw-saas/src/relay/mod.rs b/crates/zclaw-saas/src/relay/mod.rs index 5ab6a12..f1cdab4 100644 --- a/crates/zclaw-saas/src/relay/mod.rs +++ b/crates/zclaw-saas/src/relay/mod.rs @@ -5,10 +5,10 @@ pub mod service; pub mod handlers; pub mod key_pool; -use axum::routing::{delete, get, post, put}; +use axum::routing::{get, post}; use crate::state::AppState; -/// 中转服务路由 (需要认证) +/// 中转服务路由 (需要认证 + quota 中间件) pub fn routes() -> axum::Router { axum::Router::new() // Relay 核心端点 @@ -17,9 +17,4 @@ pub fn routes() -> axum::Router { .route("/api/v1/relay/tasks/:id", get(handlers::get_task)) .route("/api/v1/relay/tasks/:id/retry", post(handlers::retry_task)) .route("/api/v1/relay/models", get(handlers::list_available_models)) - // Key Pool 管理 (admin only) - .route("/api/v1/providers/:provider_id/keys", get(handlers::list_provider_keys)) - .route("/api/v1/providers/:provider_id/keys", post(handlers::add_provider_key)) - .route("/api/v1/providers/:provider_id/keys/:key_id/toggle", put(handlers::toggle_provider_key)) - .route("/api/v1/providers/:provider_id/keys/:key_id", delete(handlers::delete_provider_key)) } diff --git a/crates/zclaw-saas/src/relay/service.rs b/crates/zclaw-saas/src/relay/service.rs index c2e51bb..79a7c7f 100644 --- a/crates/zclaw-saas/src/relay/service.rs +++ b/crates/zclaw-saas/src/relay/service.rs @@ -15,8 +15,9 @@ use super::types::*; /// 上游无数据时,发送 SSE 心跳注释行的间隔 const STREAMBRIDGE_HEARTBEAT_INTERVAL: Duration = Duration::from_secs(15); -/// 上游无数据时,丢弃连接的超时阈值(90s = 6 个心跳,给 thinking 模型更多时间) -const STREAMBRIDGE_TIMEOUT: Duration = Duration::from_secs(90); +/// 上游无数据时,丢弃连接的超时阈值(180s = 12 个心跳) +/// 实测 Kimi for Coding 的 thinking→content 间隔可达 60s+,需要更宽容的超时。 +const STREAMBRIDGE_TIMEOUT: Duration = Duration::from_secs(180); /// 流结束后延迟清理的时间窗口 const STREAMBRIDGE_CLEANUP_DELAY: Duration = Duration::from_secs(60); @@ -767,9 +768,9 @@ fn build_stream_bridge( idle_heartbeats as u64 * STREAMBRIDGE_HEARTBEAT_INTERVAL.as_secs(), ); - // After 6 consecutive heartbeats without real data (90s), + // After 12 consecutive heartbeats without real data (180s), // terminate the stream to prevent connection leaks. - if idle_heartbeats >= 6 { + if idle_heartbeats >= 12 { tracing::warn!( "[StreamBridge] Timeout ({:?}) no real data, closing stream for task {}", STREAMBRIDGE_TIMEOUT, diff --git a/deerflow-ui-screenshot.png b/deerflow-ui-screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..1e08af0367b3b536621187b22c5ab387446d814e GIT binary patch literal 410088 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 |kJjxB+~+sV47c1DatR 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

7xFT$yb_)_2!&aGx? zF@w6%=5>Irl~A$;Y|b?5n@O^*yd1}&N3{v}_}72#Z;;_Sf4V=@0${dJ#)Fy($YUQN92yDXw?KQ8#O9QcJhgFqZK7O-C|FDTkT3Jy_6ZSqZY$ z&ZszsUW^QWuv>P=ovLx zyq@4i|EkzndSSB{kAOi=cGfFLdKyg`X$%nRpO>74fNcox@@L2WFFv}|)i;z2AjjRSma$ z`53WC$9$i0n(NPYUWt@)vrsb8Y-@-p( nt68tb;p4{`ooR72|7$;QmjL}sb>7jK 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 Qf0mgXvG~34x3ky&A17W=3;+NC literal 0 HcmV?d00001 diff --git a/desktop/src-tauri/Cargo.toml b/desktop/src-tauri/Cargo.toml index 0e0d87f..7485168 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -37,6 +37,9 @@ zclaw-protocols = { workspace = true } tauri = { version = "2", features = [] } tauri-plugin-opener = "2" +# MCP debug plugin (dev-only, allows AI agents to interact with the app) +tauri-plugin-mcp = { git = "https://github.com/P3GLEG/tauri-plugin-mcp" } + # Async runtime tokio = { workspace = true } futures = { workspace = true } diff --git a/desktop/src-tauri/src/lib.rs b/desktop/src-tauri/src/lib.rs index db53797..828ecf8 100644 --- a/desktop/src-tauri/src/lib.rs +++ b/desktop/src-tauri/src/lib.rs @@ -107,8 +107,20 @@ pub fn run() { let classroom_chat_state = classroom_commands::chat::create_chat_state(); let classroom_gen_tasks = classroom_commands::create_generation_tasks(); - tauri::Builder::default() - .plugin(tauri_plugin_opener::init()) + let mut builder = tauri::Builder::default() + .plugin(tauri_plugin_opener::init()); + + // MCP debug plugin — only in debug builds, allows AI agents to interact with the app + #[cfg(debug_assertions)] + { + builder = builder.plugin(tauri_plugin_mcp::init_with_config( + tauri_plugin_mcp::PluginConfig::new("ZCLAW".to_string()) + .start_socket_server(true) + .tcp_localhost(4000), + )); + } + + builder .manage(browser_state) .manage(memory_state) .manage(heartbeat_state) diff --git a/docs/superpowers/specs/2026-04-04-module-audit-design.md b/docs/superpowers/specs/2026-04-04-module-audit-design.md new file mode 100644 index 0000000..d003176 --- /dev/null +++ b/docs/superpowers/specs/2026-04-04-module-audit-design.md @@ -0,0 +1,279 @@ + # ZCLAW 模块化端到端深度功能验证审计方案 + +> **版本**: v1.1 (review fix) +> **日期**: 2026-04-04 +> **状态**: 设计完成,待执行 +> **审计目标**: 端到端功能验证——系统性找出每个模块从 UI 到后端的断链 + +--- + +## 1. 背景与动机 + +ZCLAW 项目已有 14 次审计历史(V1-V11 共 11 轮版本化审计 + 3 轮专项审计),前几轮以"技术层横向扫描"为主:检查 Tauri 命令调用率、SaaS API 前端消费、死代码清理等。这些审计修复了大量问题,但存在三个结构性盲区: + +1. **缺乏功能视角** — 已知 24 个 Tauri 命令无前端调用,但不知属于哪些用户故事 +2. **缺乏边界验证** — 只查"调了没有",没查"调错了怎么表现"、"空数据怎么表现" +3. **缺乏累积性** — 每轮从头扫,无模块级基线 + +本方案以**功能领域为主轴**组织审计,以标准化的**五维检查清单**确保不遗漏,以**三波并行策略**高效执行。 + +--- + +## 2. 审计模块划分 + +### 模块清单 + +| 模块 | 功能领域 | 核心链路 | 涉及关键文件 | +|------|---------|---------|-------------| +| **M1** | 智能对话 | 用户输入 → ChatArea → chatStore → Kernel → LLM Driver → 流式回传 | `components/ai/*`, `store/chat/*`, `lib/kernel-chat.ts`, `kernel_commands/chat.rs`, `zclaw-runtime/src/driver/*` | +| **M2** | Agent 分身 | 创建/切换/配置 Agent → agentStore → Kernel → SQLite | `agentStore.ts`, `lib/kernel-agent.ts`, `kernel_commands/agent.rs`, `zclaw-memory/src/agent_store.rs` | +| **M3** | Hands 自主能力 | 触发 Hand → handStore → Kernel → Hand 执行 → 事件回调 | `handStore.ts`, `lib/kernel-hands.ts`, `crates/zclaw-hands/src/hands/*`, `hands/*.HAND.toml` | +| **M4** | 智能层 | 记忆/身份/反思/心跳/自主授权/压缩 各链路 | `intelligence-client/*`, `store/memoryGraphStore.ts`, `intelligence/*.rs` | +| **M5** | 技能生态 | 技能浏览/搜索/执行 → Skills 语义路由 → SKILL.md | `lib/kernel-skills.ts`, `crates/zclaw-skills/src/*`, `skills/*.md` | +| **M6** | Pipeline 工作流 | 创建/编辑/执行 Pipeline → workflowStore → DSL Engine | `components/pipeline/*`, `workflowStore.ts`, `crates/zclaw-pipeline/src/*` | +| **M7** | SaaS 平台(Desktop) | 登录/配置/支付 → saasStore → saas-client → SaaS API | `components/SaaS/*`, `saasStore.ts`, `lib/saas-client.ts`, `crates/zclaw-saas/src/*` | +| **M8** | Admin V2 | 14 页面 CRUD → 18 services → SaaS API → PostgreSQL | `admin-v2/src/pages/*`, `admin-v2/src/services/*` | +| **M9** | 通信与安全 | 连接管理/认证/TOTP/加密/限流/MCP 协议 | `connectionStore.ts`, `securityStore.ts`, `gateway-client.ts`, `lib/mcp-client.ts`, `crates/zclaw-saas/src/auth/*`, `crates/zclaw-protocols/src/mcp/*` | +| **M10** | 横切关注点 | 错误一致性、类型一致性、并发安全(汇总分析) | 全局横切 | +| **M11** | Classroom 课堂 | 课堂场景播放/聊天/笔记/白板/TTS | `store/classroomStore.ts`, `components/classroom_player/*`, `lib/classroom-adapter.ts` | + +--- + +## 3. 五维检查模板 + +每个模块必须完成以下五个维度的检查: + +### 维度 1: 链路完整性 + +- 画出该模块的完整调用链(UI → Store → Client → IPC/API → Rust → DB/网络) +- 标注每个节点的文件路径 +- 检查每条边的连通性("写了没接"检查) + +### 维度 2: 参数/类型一致性 + +| 检查点 | 方法 | +|--------|------| +| 前端调用参数 vs Rust 命令签名 | 逐字段比对名称、类型、Optionality | +| 返回值类型链路 | Rust struct → Tauri IPC → TS type → Store state | +| 枚举值/常量两端同步 | 比对 Rust enum 与 TS union type | +| 数据库字段与 API 字段对齐 | SQL 列 vs handler struct field | + +### 维度 3: 边界与错误处理 + +| 场景 | 检查内容 | +|------|---------| +| 空状态 | 数据库无数据时 UI 表现;空字符串/空数组/null 参数传递 | +| 错误状态 | 网络 5xx / 4xx / 超时 / 序列化失败 → 是否有用户可见反馈 | +| 并发 | 快速双击;多操作并行;Token 刷新并发 | +| 性能降级 | 大数据量(1000+ 消息);FTS 全表扫描;连接池满 | +| 输入边界 | 超长文本、特殊字符、非 UTF-8、负数、零值 | + +### 维度 4: 状态管理 + +- Store 状态机完整性(loading / success / error / reset) +- 组件是否正确订阅 Store 变化 +- 持久化/恢复路径是否完整 +- 竞态条件风险(stale closure、过期 setState) + +### 维度 5: 安全与资源 + +- 敏感数据加密/脱敏 +- 资源泄漏(事件监听器未清理、定时器未清除、连接未释放) +- 权限检查完整性 +- 日志是否包含敏感信息 + +--- + +## 4. 断链检测方法 + +### 步骤 1: Tauri 命令调用矩阵 + +``` +对模块涉及的所有 Tauri 命令: + 1. 从 kernel_commands/mod.rs 提取 #[tauri::command] 注册名 + 2. grep desktop/src/ 找 invoke('commandName') 调用 + 3. 对比 → 标注 connected / reserved / broken +``` + +### 步骤 2: 参数签名级比对 + +``` +对每个 connected 命令: + 1. 提取 Rust 端参数类型定义 (struct/derive) + 2. 提取 TS 端调用参数 + 3. 逐字段比对名称/类型/Optionality + 4. 不匹配 → 记为 P1 断链 +``` + +### 步骤 3: 事件链路追踪 + +``` + 1. grep desktop/src-tauri/src/ 找 .emit("event-name") 发射点 + 2. grep desktop/src/ 找 .listen("event-name") 监听点 + 3. 交叉比对 → 找出 emit 但无 listen 的断裂 +``` + +### 步骤 4: 数据库-API-UI 三端对齐 + +``` + 1. grep crates/zclaw-saas/src/ 找 SELECT/INSERT 语句 + 2. 对比 API handler 暴露的端点 + 3. 对比前端 service 层调用 + 4. 找出"有表无 API" 或 "有 API 前端未调" +``` + +--- + +## 5. 边界验证方法 + +采用三层验证策略: + +### 第一层: 静态分析(工具辅助,60% 工作量) + +| 检查 | 命令 | +|------|------| +| TypeScript 类型安全 | `tsc --noEmit` | +| Rust 编译检查 | `cargo check` | +| 潜在 panic | `grep -rn "unwrap()" crates/` | +| 静默忽略 | `grep -rn "let _ =" crates/` | +| 类型逃逸 | `grep -rn "as any" desktop/src/` | +| 技术债标记 | `grep -rn "TODO\|FIXME\|HACK"` | + +### 第二层: 代码推理(人工审查,30% 工作量) + +对每条链路的每个"edge",推理: +- 上游返回 null/undefined/Err 时,下游如何处理? +- 上游超时 30s 无响应,UI 如何表现? +- 用户在 loading 期间切换页面,状态如何恢复? + +### 第三层: 实机验证(P0/P1 必须,高频模块加强) + +**标准模块(M2/M4-M11)**: 10% 工作量,仅 P0/P1 级发现做实机验证。 + +**高频模块(M1/M3)**: 20-30% 工作量,除 P0/P1 外还需验证: +- 并发场景:快速连续发送消息、快速连续触发 Hand +- 流式中断:中途断网、切换模型、切换 Agent +- 大数据场景:1000+ 消息加载、长时间会话压缩 + +实机验证启动命令:`pnpm start:dev` +- 空数据场景:清空相关表,验证 UI 不崩溃 +- 错误场景:关闭后端服务,验证前端降级提示 +- 并发场景:快速连续触发同一操作 + +--- + +## 6. 优先级分级标准 + +| 级别 | 定义 | 示例 | 修复时限 | +|------|------|------|---------| +| **P0** | 必然崩溃或数据丢失,用户无法绕过 | skill_execute 空参数导致 serde panic | 立即 | +| **P1** | 功能失效但不崩溃;核心功能断链 | API 路径 404、参数不匹配静默失败 | 24h | +| **P2** | 功能部分可用但不完整;可能演变为 P1 | 静默忽略错误、fire-and-forget spawn | 1 周 | +| **P3** | 不影响功能但影响可维护性 | 类型命名不一致、文档数字偏差 | 下个迭代 | +| **P4** | 信息级建议改进 | 配置参数预留未消费、feature-gated 未启用 | backlog | + +### 判断流程 + +``` +用户是否看到异常? → 是 → P0/P1 +数据是否丢失/损坏? → 是 → P0 +核心路径是否受阻? → 是 → P1 +是否可能引发 P1? → 是 → P2 +是否仅影响开发者体验? → 是 → P3/P4 +``` + +--- + +## 7. 执行策略 + +### 执行假设与节奏 + +- **执行者假设**: 单人执行(AI Agent 辅助 + 人工决策) +- **模块粒度**: 每模块约 1 个工作日(含五维检查 + 报告编写) +- **总工期**: 11 个工作日(11 模块 x 1 天/模块),跨约 2.5 周 + +### 波次安排 + +| 波次 | 模块 | 耗时 | 说明 | +|------|------|------|------| +| **第一波** | M1(对话) + M2(Agent) + M3(Hands) | 3 天 | 核心路径,历史断链最密集区 | +| **第二波** | M4(智能层) + M5(技能) + M6(Pipeline) | 3 天 | 智能与编排 | +| **第三波** | M7(SaaS) + M8(Admin) + M11(Classroom) | 3 天 | 平台层 | +| **第四波** | M9(通信安全) + M10(横切汇总) | 2 天 | 基础设施+全量汇总 | + +每波内模块顺序执行(单 Agent 每日 1 模块),避免 context 窗口溢出。 + +### 模块内部执行顺序 + +五维检查串行执行:链路图 → 参数比对 → 边界验证 → 状态管理 → 安全检查 + +--- + +## 8. 报告格式 + +每个模块独立输出一份审计报告,格式如下: + +```markdown +# 模块 [Mx] [模块名] 审计报告 + +## 1. 模块概况 +- 功能描述 +- 涉及文件清单(按层分类) +- 调用链路图 +- 前次审计已知问题继承 + +## 2. 五维检查结果 + +### 2.1 链路完整性 +| 链路 | 起点 | 终点 | 状态 | 断裂点 | + +### 2.2 参数/类型一致性 +| 接口 | 前端类型 | 后端类型 | 一致性 | 不匹配字段 | + +### 2.3 边界与错误处理 +| 场景 | 输入 | 预期行为 | 实际行为 | 级别 | + +### 2.4 状态管理 +| Store | 状态机完整性 | 持久化 | 竞态风险 | + +### 2.5 安全与资源 +| 检查项 | 状态 | 说明 | + +## 3. 问题清单 +| ID | 描述 | 文件:行号 | 级别 | 修复建议 | 验证方法 | + +## 4. 改进建议 +- 短期修复项(按优先级排序) +- 长期架构建议 +``` + +最终汇总为 `docs/features/MODULE_AUDIT_SUMMARY.md`,包含: +- 各模块问题统计表 +- P0/P1 问题优先修复清单 +- 整体健康度评分 +- 对 TRUTH.md 数字更新的建议 + +--- + +## 9. 与已有审计的衔接 + +- **继承 AUDIT_TRACKER.md**:每个模块开头从已有追踪表继承已知问题 +- **更新 TRUTH.md**:审计中发现的数字偏差回写真相源 +- **延续版本线**:本审计为 V12(第 15 次),报告编号继续递增 +- **新 P0 处理流程**:审计中发现的 P0 级问题立即中断当前模块审计,优先修复并验证,再继续审计 +- **避免重复**:已标记为"已修复"的问题仅做验证性检查,不重新审计 + +--- + +## 10. 前几轮审计盲区(本次重点关注) + +| 盲区 | 说明 | 本次覆盖维度 | +|------|------|-------------| +| Store 状态机完整性 | 前几轮几乎未检查 loading/error/reset | 维度 4 | +| 错误传播链路 | 后端 Err 是否能传到 UI | 维度 3 | +| 事件监听对称性 | emit 但无 listen 的断裂 | 维度 1 | +| 并发安全 | 约 15 处 fire-and-forget spawn 未审计 | 维度 5 | +| 空数据降级 | Desktop 端空数据表现未验证 | 维度 3 | +| Desktop 前端零测试 | 边界验证只能靠代码推理+实机 | 维度 3,M1/M3 加强实机验证 | +| Classroom 课堂 | 27 个 Tauri 命令中 7 个无前端调用,未审计 | 新增 M11 | +| MCP 协议链路 | MCP 服务发现→工具列举→执行 链路未验证 | M9 增加检查项 | diff --git a/docs/superpowers/specs/2026-04-05-pre-launch-functional-audit-design.md b/docs/superpowers/specs/2026-04-05-pre-launch-functional-audit-design.md new file mode 100644 index 0000000..02b2916 --- /dev/null +++ b/docs/superpowers/specs/2026-04-05-pre-launch-functional-audit-design.md @@ -0,0 +1,363 @@ +# ZCLAW 上线前功能审计方案 + +> **目标**: 对 ZCLAW 全部功能模块进行系统性的端到端验证,确保每个功能按设计文档正常工作,发现并修复所有 P0/P1 缺陷。 +> **方法**: 基于 V12 模块化审计框架,12 模块逐个测试 + 端到端用户场景集成验证。 +> **状态**: 设计完成,待执行。 + +--- + +## 1. 背景 + +### 1.1 当前状态 + +ZCLAW 已完成稳定化阶段(2026-04-03),V12 模块化审计给出了 76/100 的整体健康度。各模块健康度差异显著(58-91/100),低分模块存在未发现的功能缺陷风险。上线前需要一次系统性的全量功能验证。 + +### 1.2 已有基础设施 + +- **V12 审计**: V12 审计覆盖了 11 个功能模块(M1-M9, M11;M10 编号跳过无对应报告),含健康度评分和已知问题清单。本测试方案重组为 12 个测试模块(T1-T12),其中 T11(SaaS 后端 API)无独立 V12 审计报告,T12 为跨模块集成测试。 +- **自动化测试**: Vitest (desktop + admin) + Playwright E2E (~278 tests) + cargo test (~595 tests, 含 386 同步 + 209 异步) +- **测试工具**: tauri-mcp(Tauri 端)、Playwright(Web E2E)、cargo test(Rust)、HTTP 脚本(SaaS API) +- **环境**: Tauri 桌面端 + SaaS 后端 + Admin V2 + LLM API Key 全部可用 + +### 1.3 设计决策 + +| 决策 | 选择 | 理由 | +|------|------|------| +| 测试方案 | 模块化系统测试 + 端到端用户场景 | 与 V12 审计对齐,效率最高 | +| Tauri 端测试工具 | tauri-mcp | 用户指定 | +| SaaS API 测试工具 | cargo test + HTTP | 已有 86+ 单元测试基础 | +| Admin V2 测试工具 | Playwright + vitest | 已有 ~71 单元测试 + Playwright 配置 | +| 测试范围 | 全量覆盖(12 模块) | 上线前无死角验证 | + +--- + +## 2. 测试模块矩阵 + +### 2.1 模块清单(按风险排序) + +| 序号 | 模块 | V12 健康度 | 风险等级 | 主要测试工具 | 关键验证点 | +|------|------|-----------|---------|------------|-----------| +| T1 | Hands 自主能力 | 58/100 | HIGH | tauri-mcp + cargo test | 9 Hands 触发/执行/审批闭环 | +| T2 | 智能层(记忆/反思/心跳/自主) | 61/100 | HIGH | tauri-mcp + cargo test | 记忆提取/注入、反思触发、心跳周期 | +| T3 | Agent 分身 | 67/100 | HIGH | tauri-mcp | Agent CRUD、身份切换、SOUL.md | +| T4 | 课堂系统 | 70/100 | HIGH | tauri-mcp | 场景播放、TTS、白板、笔记(含 3 个 P1 问题) | +| T5 | Pipeline 工作流 | 72/100 | MEDIUM | tauri-mcp + cargo test | DSL 解析、7 种 Action 执行、导出 | +| T6 | SaaS 桌面集成 | 85/100 | MEDIUM | tauri-mcp + HTTP | 登录/订阅/Relay/配置同步 | +| T7 | 技能生态 | 85/100 | LOW | tauri-mcp + cargo test | 75 Skills 加载/路由/执行(采样策略:5 个/执行模式 + 全量解析验证;重点验证 M5-01 tags-triggers 映射问题) | +| T8 | 智能对话 | 91/100 | LOW | tauri-mcp | 8 Provider 流式响应/Markdown/多模型切换 | +| T9 | Admin V2 后台 | 82/100 | MEDIUM | Playwright + vitest | 15 页面 CRUD、认证、数据流(10 页有测试,5 页缺失:Billing/ConfigSync/Knowledge/Roles/ScheduledTasks) | +| T10 | 通信与安全 | 86/100 | LOW | cargo test + HTTP | JWT/TOTP/Ed25519/CSP/限流 | +| T11 | SaaS 后端 API | N/A | MEDIUM | cargo test + HTTP | 131 API 端点、34 表、7 Worker | +| T12 | 端到端用户场景 | N/A | HIGH | tauri-mcp | 跨模块真实用户流程 | + +### 2.1.1 T-M 映射表 + +本测试方案按风险重排了模块顺序。V12 审计编号 M10 跳过(无对应报告),T11 无 V12 审计基线。 + +| 测试模块 | V12 审计模块 | 说明 | +|---------|------------|------| +| T1 Hands 自主能力 | M3 | 健康度最低 (58/100) | +| T2 智能层 | M4 | 含 2 个 P0 问题 | +| T3 Agent 分身 | M2 | 14 个已知问题 | +| T4 课堂系统 | M11 | 3 个 P1 问题 | +| T5 Pipeline 工作流 | M6 | 2 个 P1 问题 | +| T6 SaaS 桌面集成 | M7 | SaaS 前端集成 | +| T7 技能生态 | M5 | 重点验证 M5-01 | +| T8 智能对话 | M1 | 健康度最高 (91/100) | +| T9 Admin V2 后台 | M8 | 15 页面,5 页缺测试 | +| T10 通信与安全 | M9 | 安全基线验证 | +| T11 SaaS 后端 API | 无 | 无 V12 审计,使用功能文档 + 集成测试作为基线 | +| T12 端到端用户场景 | 多模块 | 跨模块集成验证 | + +### 2.2 测试工具分配 + +| 端 | 测试工具 | 用途 | +|----|---------|------| +| Tauri 桌面端 | tauri-mcp | UI 交互、组件状态、Tauri 命令调用、实时截图 | +| Rust 后端 | cargo test | 单元测试、集成测试(~595 已有 + 补充) | +| SaaS API | cargo test + HTTP | API 端点验证、权限检查、并发测试 | +| Admin V2 | Playwright + vitest | 页面交互、数据流(~71 已有测试,5 页需新增) | +| E2E 集成 | tauri-mcp | 跨模块端到端用户场景(桌面端真实交互) | + +--- + +## 3. 测试用例设计 + +### 3.1 用例模板 + +``` +TC-{模块编号}-{序号} | {用例名称} +前置条件: ... +测试步骤: ... +预期结果: ... +优先级: P0/P1/P2 +场景类型: 正常(Normal) / 边界(Boundary) / 异常(Exception) +验证方法: tauri-mcp query_page + screenshot / cargo test / HTTP +``` + +### 3.2 三类场景定义 + +| 场景类型 | 定义 | 示例 | +|---------|------|------| +| **正常** | 核心功能的 Happy Path | 发送消息 -> 收到流式响应 -> 消息正确显示 | +| **边界** | 极限输入和状态转换 | 10000 字消息、同时触发 5 个 Hands、模型列表为空 | +| **异常** | 错误处理和降级 | API Key 无效错误提示、网络断开离线模式、LLM 超时重试 | + +### 3.3 每模块用例数量 + +风险分级规则:HIGH = 健康度 < 75 或 P1 问题 >= 3;MEDIUM = 健康度 75-89;LOW = 健康度 >= 90 或安全模块。 + +| 风险等级 | 正常 | 边界 | 异常 | 合计 | 适用模块 | +|---------|------|------|------|------|---------| +| HIGH | 8-12 | 4-6 | 4-6 | 16-24 | T1, T2, T3, T4 | +| MEDIUM | 6-8 | 3-4 | 3-4 | 12-16 | T5, T6, T9, T11 | +| LOW | 4-6 | 2-3 | 2-3 | 8-12 | T7, T8, T10 | +| 集成 | 8-10 | 2-3 | 2-3 | 12-16 | T12 | + +**预估总用例数: ~170-230 个** + +### 3.4 缺陷分级标准 + +| 级别 | 定义 | 示例 | 修复时限 | +|------|------|------|---------| +| **P0 阻塞** | 核心功能完全不可用 | 聊天无法发送、App 崩溃 | 立即修复 | +| **P1 严重** | 主要功能异常但有 workaround | Hand 触发失败但手动可恢复 | 当天修复 | +| **P2 一般** | 次要功能异常或体验问题 | 设置页布局错位 | 本周修复 | +| **P3 轻微** | 视觉/文案/优化建议 | 按钮间距不一致 | 下个迭代 | +| **P4 建议** | 改进建议 | 交互体验优化 | 记录不修 | + +--- + +## 4. 测试执行流程 + +### 4.1 四阶段执行计划 + +``` +阶段 1: 环境准备 (预计 0.5-1 天) + 1.1 启动所有服务 (Tauri + SaaS + Admin + PostgreSQL) + 1.2 验证 tauri-mcp 连接 + 1.3 确认至少 1 个 LLM Provider API Key 可用 + 1.4 执行现有自动化测试基线 + - cargo test --workspace + - cd desktop && pnpm vitest run + - cd admin-v2 && pnpm vitest run + 1.5 记录基线结果 + +阶段 2: 高风险模块 (T1-T4) (预计 3-5 天) + T1 Hands 自主能力 (58/100) -- 最优先 + T2 智能层 (61/100) + T3 Agent 分身 (67/100) + T4 课堂系统 (70/100) + 目标: P0/P1 缺陷清零 + 注: 测试与修复并行,每发现 P0/P1 立即修复并回归验证 + +阶段 3: 中低风险模块 (T5-T11) (预计 3-5 天) + T5 Pipeline -> T6 SaaS 集成 -> T7 技能 -> T8 对话 + T9 Admin V2 -> T10 安全 -> T11 SaaS API + 每模块完成后立即修复发现的问题 + 注: T11 无 V12 审计报告,以功能文档 (docs/features/08-saas-platform/) + 和现有集成测试 (crates/zclaw-saas/tests/) 为基线 + +阶段 4: 端到端集成验证 (T12) (预计 2-3 天) + 8-10 个跨模块用户场景 + 回归验证阶段 2-3 修复的问题 + 生成最终测试报告 + +总计预估: 8-14 天 +``` + +### 4.2 每模块执行流程 + +``` +Step 1: 读取该模块的 V12 审计报告 (docs/features/audit-v12/M{n}-{name}.md) + 确认已知问题清单 + 注: T11 (SaaS 后端 API) 无 V12 审计报告,跳过此步, + 以 docs/features/08-saas-platform/ 和 crates/zclaw-saas/tests/ 为基线 + +Step 2: 读取功能设计文档 (docs/features/{module-dir}/{doc}.md) + 理解预期行为和设计规范 + 具体路径参见 Section 8 文件索引 + +Step 3: 执行该模块的现有自动化测试 + cargo test / vitest run -- 相关文件 + 记录基线通过率 + +Step 4: 用 tauri-mcp 执行手动测试用例 + - query_page(mode='map') 获取页面结构 + - 执行用户交互 (click, type_text, navigate) + - take_screenshot 截图记录 + - 验证 Store 状态 (execute_js 检查 Zustand) + +Step 5: 发现问题 -> 立即修复 -> 回归验证 + 修复后重新执行相关用例 + +Step 6: 模块完成 -> 生成测试报告 + 更新 docs/features/audit-v12/ 中的模块报告 +``` + +### 4.3 tauri-mcp 测试工作流 + +Tauri 端测试的标准化流程: + +``` +1. 窗口管理 + manage_window(action='list') -> 获取窗口列表 + manage_window(action='focus') -> 聚焦目标窗口 + +2. 页面状态检查 + query_page(mode='state') -> URL/title/scroll 状态 + query_page(mode='map') -> DOM 元素结构 + query_page(mode='find_element') -> 精确定位交互目标 + +3. 用户交互 + click(selector_type='ref', selector_value='{ref}') -> 点击 + type_text(text='{text}') -> 输入 + mouse_action(action='scroll', direction='down') -> 滚动 + navigate(action='goto', url='{url}') -> 导航 + +4. 状态验证 + take_screenshot() -> 截图记录 + wait_for(text=['{expected}']) -> 等待预期结果 + Store 状态验证优先级: + a) DOM 元素内容检查 (query_page mode='map' 验证渲染结果) + b) execute_js 检查 React 组件渲染状态 (document.querySelector) + c) 如需直接访问 Store,通过 query_page(mode='map') 的 interactive_only=true + 检查受控组件值间接推断 Store 状态 + +5. 结果记录 + 截图保存到 docs/test-results/{module}/ + 测试结果记录到测试报告 +``` + +--- + +## 5. 端到端用户场景 (T12) + +### 5.1 核心用户场景 + +| # | 场景名称 | 涉及模块 | 关键步骤 | +|---|---------|---------|---------| +| E2E-01 | 新用户首次对话 | T8, T3, T7 | 打开应用 -> 首次引导 -> 选择模型 -> 发送消息 -> 收到回复 | +| E2E-02 | Agent 创建与使用 | T3, T8, T2 | 创建新 Agent -> 配置个性/技能 -> 切换到新 Agent -> 发送消息验证身份 | +| E2E-03 | Hand 触发与审批 | T1, T2, T8 | 对话中触发 Hand -> 查看执行状态 -> 审批确认 -> 查看结果 | +| E2E-04 | SaaS 登录与订阅 | T6, T10 | 登录 SaaS -> 查看订阅状态 -> 配置同步 -> 验证本地状态 | +| E2E-05 | Pipeline 创建与执行 | T5, T1 | 创建 Pipeline -> 配置 Action -> 执行 -> 查看结果 -> 导出 | +| E2E-06 | 记忆与反思闭环 | T2, T3, T8 | 多轮对话 -> 触发记忆提取 -> 验证记忆存储 -> 反思触发 -> 身份演化 | +| E2E-07 | Admin 管理全流程 | T9, T11 | 登录 Admin -> 管理账户 -> 配置模型 -> 查看日志 -> 管理 Prompt | +| E2E-08 | 离线与重连 | T1, T2, T6, T8 | 断开网络(tauri-mcp: 关闭 SaaS 后端模拟服务端不可达)-> 离线模式验证(聊天降级、Hand 事件队列、心跳检测)-> 恢复网络 -> 自动重连 -> 消息同步 | +| E2E-09 | 课堂场景播放 | T4, T1 | 进入课堂 -> 播放场景 -> TTS 朗读 -> 白板互动 -> 笔记记录 | +| E2E-10 | 技能发现与执行 | T7, T8 | 浏览技能市场 -> 安装技能 -> 对话中触发技能 -> 验证执行结果 | + +--- + +## 6. 上线达标标准 + +### 6.1 强制达标项(全部必须通过) + +| # | 达标项 | 标准 | +|---|--------|------| +| 1 | P0 缺陷 | 0 个 | +| 2 | P1 缺陷 | <= 2 个(且有明确修复计划) | +| 3 | 核心流程 | 聊天、Agent CRUD、Hand 触发、SaaS 登录 4 条主路径 100% 通过 | +| 4 | 自动化测试 | `cargo test --workspace` + `cd desktop && pnpm vitest run` + `cd admin-v2 && pnpm vitest run` + `cargo check --workspace` 全部通过 | +| 5 | 安全 | 无 HIGH 级别安全缺陷(复用渗透测试 V1 标准) | + +### 6.2 建议达标项 + +| # | 达标项 | 目标 | +|---|--------|------| +| 1 | 整体通过率 | >= 95% | +| 2 | 模块最低健康度 | >= 65/100(所有模块),争取 >= 70/100。健康度重评采用与 V12 相同的 5 维度框架(功能完整性、代码质量、测试覆盖、文档完备、集成连通性),由测试执行者在每模块完成后打分 | +| 3 | 平均健康度 | >= 85/100 | +| 4 | E2E 用户场景通过率 | >= 90% | + +--- + +## 7. 测试报告格式 + +### 7.1 模块测试报告模板 + +```markdown +## T{n} {模块名} 测试报告 + +### 摘要 +- 执行用例数: X/Y +- 通过率: Z% +- 发现缺陷: P0: a, P1: b, P2: c, P3: d + +### V12 已知问题验证 +| V12 Issue ID | 描述 | V12 严重度 | 验证结果 | 备注 | +|-------------|------|-----------|---------|------| + +### 新发现问题 +| TC-ID | 描述 | 场景类型 | 优先级 | 状态 | 截图 | +|-------|------|---------|--------|------|------| + +### 健康度评估 +- V12 基线: XX/100 +- 本次评估: YY/100 +- 变化: +/-ZZ +- 关键改善: ... +- 残留风险: ... +``` + +### 7.2 最终交付物 + +| # | 交付物 | 路径 | +|---|--------|------| +| 1 | 测试计划文档 | `docs/test-results/TEST_PLAN.md` | +| 2 | 模块测试报告 | `docs/test-results/T{n}-{module}/REPORT.md` | +| 3 | 缺陷清单 | `docs/test-results/DEFECT_LIST.md` | +| 4 | 截图证据 | `docs/test-results/T{n}-{module}/screenshots/` | +| 5 | 上线评估 | `docs/test-results/RELEASE_READINESS.md` | +| 6 | 自动化脚本 | 新增的测试脚本(如有) | + +--- + +## 8. 关键文件索引 + +### 8.1 功能设计文档 + +| 模块 | 文档路径 | +|------|---------| +| 通信层 | `docs/features/00-architecture/01-communication-layer.md` | +| 状态管理 | `docs/features/00-architecture/02-state-management.md` | +| 安全认证 | `docs/features/00-architecture/03-security-auth.md` | +| 聊天界面 | `docs/features/01-core-features/00-chat-interface.md` | +| Agent 分身 | `docs/features/01-core-features/01-agent-clones.md` | +| Hands 系统 | `docs/features/01-core-features/02-hands-system.md` + `docs/features/05-hands-system/` | +| 智能层 | `docs/features/02-intelligence-layer/` (8 files) | +| 技能生态 | `docs/features/04-skills-ecosystem/` | +| Pipeline | `docs/features/07-pipeline-dsl/` | +| SaaS 平台 | `docs/features/08-saas-platform/` | +| Tauri 后端 | `docs/features/06-tauri-backend/` | + +### 8.2 V12 审计报告 + +| 模块 | 报告路径 | +|------|---------| +| M1 智能对话 | `docs/features/audit-v12/M1-intelligent-chat.md` | +| M2 Agent 分身 | `docs/features/audit-v12/M2-agent-clones.md` | +| M3 Hands | `docs/features/audit-v12/M3-hands-system.md` | +| M4 智能层 | `docs/features/audit-v12/M4-intelligence-layer.md` | +| M5 技能生态 | `docs/features/audit-v12/M5-skill-ecosystem.md` | +| M6 Pipeline | `docs/features/audit-v12/M6-pipeline-workflow.md` | +| M7 SaaS 桌面 | `docs/features/audit-v12/M7-saas-desktop.md` | +| M8 Admin V2 | `docs/features/audit-v12/M8-admin-v2.md` | +| M9 安全 | `docs/features/audit-v12/M9-communication-security.md` | +| M11 课堂 | `docs/features/audit-v12/M11-classroom.md` | + +### 8.3 测试基础设施 + +| 类型 | 路径 | +|------|------| +| Desktop Vitest 配置 | `desktop/vitest.config.ts` | +| Desktop 测试文件 | `desktop/tests/` | +| E2E Playwright 配置 | `desktop/tests/e2e/playwright.config.ts` | +| E2E 测试文件 | `desktop/tests/e2e/specs/` | +| E2E 测试工具 | `desktop/tests/e2e/fixtures/` + `utils/` | +| Admin Vitest 配置 | `admin-v2/vitest.config.ts` | +| Admin 测试文件 | `admin-v2/tests/` | +| Root 测试文件 | `tests/` | +| Root Mock Server | `tests/fixtures/zclaw-mock-server.ts` | +| SaaS 集成测试 | `crates/zclaw-saas/tests/` | diff --git a/registry_fixed.rs b/registry_fixed.rs new file mode 100644 index 0000000..e69de29 diff --git a/target/.rustc_info.json b/target/.rustc_info.json index 62a267e..6f72164 100644 --- a/target/.rustc_info.json +++ b/target/.rustc_info.json @@ -1 +1 @@ -{"rustc_fingerprint":5915500824126575890,"outputs":{"7971740275564407648":{"success":true,"status":"","code":0,"stdout":"___.exe\nlib___.rlib\n___.dll\n___.dll\n___.lib\n___.dll\nC:\\Users\\szend\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\npacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"msvc\"\ntarget_family=\"windows\"\ntarget_feature=\"cmpxchg16b\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_feature=\"sse3\"\ntarget_has_atomic=\"128\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"windows\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"pc\"\nwindows\n","stderr":""},"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.93.1 (01f6ddf75 2026-02-11)\nbinary: rustc\ncommit-hash: 01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf\ncommit-date: 2026-02-11\nhost: x86_64-pc-windows-msvc\nrelease: 1.93.1\nLLVM version: 21.1.8\n","stderr":""}},"successes":{}} \ No newline at end of file +{"rustc_fingerprint":5915500824126575890,"outputs":{"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.93.1 (01f6ddf75 2026-02-11)\nbinary: rustc\ncommit-hash: 01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf\ncommit-date: 2026-02-11\nhost: x86_64-pc-windows-msvc\nrelease: 1.93.1\nLLVM version: 21.1.8\n","stderr":""},"7971740275564407648":{"success":true,"status":"","code":0,"stdout":"___.exe\nlib___.rlib\n___.dll\n___.dll\n___.lib\n___.dll\nC:\\Users\\szend\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\npacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"msvc\"\ntarget_family=\"windows\"\ntarget_feature=\"cmpxchg16b\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_feature=\"sse3\"\ntarget_has_atomic=\"128\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"windows\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"pc\"\nwindows\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/target/flycheck0/stderr b/target/flycheck0/stderr index bbbd194..27aa89c 100644 --- a/target/flycheck0/stderr +++ b/target/flycheck0/stderr @@ -1,65 +1,6 @@ - 0.761181200s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop_lib"}: cargo::core::compiler::fingerprint: dependency on `zclaw_types` is newer than we are 13419612711.569322800s > 13419567873.616809800s "G:\\ZClaw_openfang\\crates\\zclaw-growth" - 0.761922300s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop_lib"}: cargo::core::compiler::fingerprint: dependency on `zclaw_types` is newer than we are 13419612711.569322800s > 13419567873.616809800s "G:\\ZClaw_openfang\\crates\\zclaw-memory" - 0.762291500s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop_lib"}: cargo::core::compiler::fingerprint: dependency on `zclaw_types` is newer than we are 13419612711.569322800s > 13419567880.887460500s "G:\\ZClaw_openfang\\crates\\zclaw-protocols" - 0.762378200s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop_lib"}: cargo::core::compiler::fingerprint: dependency on `zclaw_types` is newer than we are 13419612711.569322800s > 13419567880.381728900s "G:\\ZClaw_openfang\\crates\\zclaw-skills" - 0.765819100s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop_lib"}: cargo::core::compiler::fingerprint: fingerprint dirty for desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri)/Check { test: false }/TargetInner { ..: lib_target("desktop_lib", ["staticlib", "cdylib", "rlib"], "G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs", Edition2021) } - 0.765877200s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop_lib"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_runtime" }) - 0.973255700s INFO prepare_target{force=false package_id=zclaw-growth v0.1.0 (G:\ZClaw_openfang\crates\zclaw-growth) target="zclaw_growth"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-growth v0.1.0 (G:\ZClaw_openfang\crates\zclaw-growth)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("zclaw_growth", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-growth\\src\\lib.rs", Edition2021) } - 0.973331200s INFO prepare_target{force=false package_id=zclaw-growth v0.1.0 (G:\ZClaw_openfang\crates\zclaw-growth) target="zclaw_growth"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDependency { name: "zclaw_types", dep_mtime: FileTime { seconds: 13419612711, nanos: 569322800 }, max_mtime: FileTime { seconds: 13419567873, nanos: 616809800 } }) - 0.976265200s INFO prepare_target{force=false package_id=zclaw-hands v0.1.0 (G:\ZClaw_openfang\crates\zclaw-hands) target="zclaw_hands"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-hands v0.1.0 (G:\ZClaw_openfang\crates\zclaw-hands)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("zclaw_hands", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-hands\\src\\lib.rs", Edition2021) } - 0.976323200s INFO prepare_target{force=false package_id=zclaw-hands v0.1.0 (G:\ZClaw_openfang\crates\zclaw-hands) target="zclaw_hands"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_runtime" }) - 0.980483500s INFO prepare_target{force=false package_id=zclaw-runtime v0.1.0 (G:\ZClaw_openfang\crates\zclaw-runtime) target="zclaw_runtime"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-runtime v0.1.0 (G:\ZClaw_openfang\crates\zclaw-runtime)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("zclaw_runtime", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-runtime\\src\\lib.rs", Edition2021) } - 0.980553900s INFO prepare_target{force=false package_id=zclaw-runtime v0.1.0 (G:\ZClaw_openfang\crates\zclaw-runtime) target="zclaw_runtime"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_memory" }) - 0.986151800s INFO prepare_target{force=false package_id=zclaw-memory v0.1.0 (G:\ZClaw_openfang\crates\zclaw-memory) target="zclaw_memory"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-memory v0.1.0 (G:\ZClaw_openfang\crates\zclaw-memory)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("zclaw_memory", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-memory\\src\\lib.rs", Edition2021) } - 0.986220700s INFO prepare_target{force=false package_id=zclaw-memory v0.1.0 (G:\ZClaw_openfang\crates\zclaw-memory) target="zclaw_memory"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDependency { name: "zclaw_types", dep_mtime: FileTime { seconds: 13419612711, nanos: 569322800 }, max_mtime: FileTime { seconds: 13419567873, nanos: 616809800 } }) - 0.989812100s INFO prepare_target{force=false package_id=zclaw-kernel v0.1.0 (G:\ZClaw_openfang\crates\zclaw-kernel) target="zclaw_kernel"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-kernel v0.1.0 (G:\ZClaw_openfang\crates\zclaw-kernel)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("zclaw_kernel", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-kernel\\src\\lib.rs", Edition2021) } - 0.989872300s INFO prepare_target{force=false package_id=zclaw-kernel v0.1.0 (G:\ZClaw_openfang\crates\zclaw-kernel) target="zclaw_kernel"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_runtime" }) - 0.993520200s INFO prepare_target{force=false package_id=zclaw-protocols v0.1.0 (G:\ZClaw_openfang\crates\zclaw-protocols) target="zclaw_protocols"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-protocols v0.1.0 (G:\ZClaw_openfang\crates\zclaw-protocols)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("zclaw_protocols", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-protocols\\src\\lib.rs", Edition2021) } - 0.993571400s INFO prepare_target{force=false package_id=zclaw-protocols v0.1.0 (G:\ZClaw_openfang\crates\zclaw-protocols) target="zclaw_protocols"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDependency { name: "zclaw_types", dep_mtime: FileTime { seconds: 13419612711, nanos: 569322800 }, max_mtime: FileTime { seconds: 13419567880, nanos: 887460500 } }) - 0.995967100s INFO prepare_target{force=false package_id=zclaw-skills v0.1.0 (G:\ZClaw_openfang\crates\zclaw-skills) target="zclaw_skills"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-skills v0.1.0 (G:\ZClaw_openfang\crates\zclaw-skills)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("zclaw_skills", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-skills\\src\\lib.rs", Edition2021) } - 0.996014100s INFO prepare_target{force=false package_id=zclaw-skills v0.1.0 (G:\ZClaw_openfang\crates\zclaw-skills) target="zclaw_skills"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDependency { name: "zclaw_types", dep_mtime: FileTime { seconds: 13419612711, nanos: 569322800 }, max_mtime: FileTime { seconds: 13419567880, nanos: 381728900 } }) - 1.000585200s INFO prepare_target{force=false package_id=zclaw-pipeline v0.1.0 (G:\ZClaw_openfang\crates\zclaw-pipeline) target="zclaw_pipeline"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-pipeline v0.1.0 (G:\ZClaw_openfang\crates\zclaw-pipeline)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("zclaw_pipeline", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-pipeline\\src\\lib.rs", Edition2021) } - 1.000665500s INFO prepare_target{force=false package_id=zclaw-pipeline v0.1.0 (G:\ZClaw_openfang\crates\zclaw-pipeline) target="zclaw_pipeline"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_runtime" }) - 1.005478500s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop_lib"}: cargo::core::compiler::fingerprint: fingerprint dirty for desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri)/Check { test: true }/TargetInner { ..: lib_target("desktop_lib", ["staticlib", "cdylib", "rlib"], "G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs", Edition2021) } - 1.005518700s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop_lib"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_runtime" }) - 1.010495900s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop"}: cargo::core::compiler::fingerprint: fingerprint dirty for desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri)/Check { test: false }/TargetInner { name: "desktop", doc: true, ..: with_path("G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\main.rs", Edition2021) } - 1.010562100s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_runtime" }) - 1.014940800s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop"}: cargo::core::compiler::fingerprint: fingerprint dirty for desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri)/Check { test: true }/TargetInner { name: "desktop", doc: true, ..: with_path("G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\main.rs", Edition2021) } - 1.014980500s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_runtime" }) - 1.019079400s INFO prepare_target{force=false package_id=zclaw-growth v0.1.0 (G:\ZClaw_openfang\crates\zclaw-growth) target="zclaw_growth"}: cargo::core::compiler::fingerprint: dependency on `zclaw_types` is newer than we are 13419612711.569322800s > 13419567881.668522500s "G:\\ZClaw_openfang\\crates\\zclaw-growth" - 1.019693000s INFO prepare_target{force=false package_id=zclaw-growth v0.1.0 (G:\ZClaw_openfang\crates\zclaw-growth) target="zclaw_growth"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-growth v0.1.0 (G:\ZClaw_openfang\crates\zclaw-growth)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("zclaw_growth", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-growth\\src\\lib.rs", Edition2021) } - 1.019734700s INFO prepare_target{force=false package_id=zclaw-growth v0.1.0 (G:\ZClaw_openfang\crates\zclaw-growth) target="zclaw_growth"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDependency { name: "zclaw_types", dep_mtime: FileTime { seconds: 13419612711, nanos: 569322800 }, max_mtime: FileTime { seconds: 13419567881, nanos: 668522500 } }) - 1.021993900s INFO prepare_target{force=false package_id=zclaw-growth v0.1.0 (G:\ZClaw_openfang\crates\zclaw-growth) target="integration_test"}: cargo::core::compiler::fingerprint: dependency on `zclaw_types` is newer than we are 13419612711.569322800s > 13419567881.430780800s "G:\\ZClaw_openfang\\crates\\zclaw-growth" - 1.022553300s INFO prepare_target{force=false package_id=zclaw-growth v0.1.0 (G:\ZClaw_openfang\crates\zclaw-growth) target="integration_test"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-growth v0.1.0 (G:\ZClaw_openfang\crates\zclaw-growth)/Check { test: true }/TargetInner { kind: "test", name: "integration_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-growth\\tests\\integration_test.rs", Edition2021) } - 1.022580400s INFO prepare_target{force=false package_id=zclaw-growth v0.1.0 (G:\ZClaw_openfang\crates\zclaw-growth) target="integration_test"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDependency { name: "zclaw_types", dep_mtime: FileTime { seconds: 13419612711, nanos: 569322800 }, max_mtime: FileTime { seconds: 13419567881, nanos: 430780800 } }) - 1.025557200s INFO prepare_target{force=false package_id=zclaw-hands v0.1.0 (G:\ZClaw_openfang\crates\zclaw-hands) target="zclaw_hands"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-hands v0.1.0 (G:\ZClaw_openfang\crates\zclaw-hands)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("zclaw_hands", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-hands\\src\\lib.rs", Edition2021) } - 1.025629200s INFO prepare_target{force=false package_id=zclaw-hands v0.1.0 (G:\ZClaw_openfang\crates\zclaw-hands) target="zclaw_hands"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_runtime" }) - 1.029904200s INFO prepare_target{force=false package_id=zclaw-kernel v0.1.0 (G:\ZClaw_openfang\crates\zclaw-kernel) target="zclaw_kernel"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-kernel v0.1.0 (G:\ZClaw_openfang\crates\zclaw-kernel)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("zclaw_kernel", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-kernel\\src\\lib.rs", Edition2021) } - 1.029960500s INFO prepare_target{force=false package_id=zclaw-kernel v0.1.0 (G:\ZClaw_openfang\crates\zclaw-kernel) target="zclaw_kernel"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_runtime" }) - 1.032635700s INFO prepare_target{force=false package_id=zclaw-memory v0.1.0 (G:\ZClaw_openfang\crates\zclaw-memory) target="zclaw_memory"}: cargo::core::compiler::fingerprint: dependency on `zclaw_types` is newer than we are 13419612711.569322800s > 13419567910.424279900s "G:\\ZClaw_openfang\\crates\\zclaw-memory" - 1.033209000s INFO prepare_target{force=false package_id=zclaw-memory v0.1.0 (G:\ZClaw_openfang\crates\zclaw-memory) target="zclaw_memory"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-memory v0.1.0 (G:\ZClaw_openfang\crates\zclaw-memory)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("zclaw_memory", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-memory\\src\\lib.rs", Edition2021) } - 1.033238900s INFO prepare_target{force=false package_id=zclaw-memory v0.1.0 (G:\ZClaw_openfang\crates\zclaw-memory) target="zclaw_memory"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDependency { name: "zclaw_types", dep_mtime: FileTime { seconds: 13419612711, nanos: 569322800 }, max_mtime: FileTime { seconds: 13419567910, nanos: 424279900 } }) - 1.035486400s INFO prepare_target{force=false package_id=zclaw-pipeline v0.1.0 (G:\ZClaw_openfang\crates\zclaw-pipeline) target="zclaw_pipeline"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-pipeline v0.1.0 (G:\ZClaw_openfang\crates\zclaw-pipeline)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("zclaw_pipeline", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-pipeline\\src\\lib.rs", Edition2021) } - 1.035520700s INFO prepare_target{force=false package_id=zclaw-pipeline v0.1.0 (G:\ZClaw_openfang\crates\zclaw-pipeline) target="zclaw_pipeline"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_runtime" }) - 1.037793000s INFO prepare_target{force=false package_id=zclaw-protocols v0.1.0 (G:\ZClaw_openfang\crates\zclaw-protocols) target="zclaw_protocols"}: cargo::core::compiler::fingerprint: dependency on `zclaw_types` is newer than we are 13419612711.569322800s > 13419567909.911161100s "G:\\ZClaw_openfang\\crates\\zclaw-protocols" - 1.038224300s INFO prepare_target{force=false package_id=zclaw-protocols v0.1.0 (G:\ZClaw_openfang\crates\zclaw-protocols) target="zclaw_protocols"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-protocols v0.1.0 (G:\ZClaw_openfang\crates\zclaw-protocols)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("zclaw_protocols", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-protocols\\src\\lib.rs", Edition2021) } - 1.038246100s INFO prepare_target{force=false package_id=zclaw-protocols v0.1.0 (G:\ZClaw_openfang\crates\zclaw-protocols) target="zclaw_protocols"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDependency { name: "zclaw_types", dep_mtime: FileTime { seconds: 13419612711, nanos: 569322800 }, max_mtime: FileTime { seconds: 13419567909, nanos: 911161100 } }) - 1.043467400s INFO prepare_target{force=false package_id=zclaw-runtime v0.1.0 (G:\ZClaw_openfang\crates\zclaw-runtime) target="zclaw_runtime"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-runtime v0.1.0 (G:\ZClaw_openfang\crates\zclaw-runtime)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("zclaw_runtime", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-runtime\\src\\lib.rs", Edition2021) } - 1.043562100s INFO prepare_target{force=false package_id=zclaw-runtime v0.1.0 (G:\ZClaw_openfang\crates\zclaw-runtime) target="zclaw_runtime"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_memory" }) - 1.065776300s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw_saas"}: cargo::core::compiler::fingerprint: dependency on `zclaw_types` is newer than we are 13419612711.569322800s > 13419563288.054079500s "G:\\ZClaw_openfang\\crates\\zclaw-saas" - 1.066624400s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw_saas"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("zclaw_saas", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs", Edition2021) } - 1.066680400s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw_saas"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDependency { name: "zclaw_types", dep_mtime: FileTime { seconds: 13419612711, nanos: 569322800 }, max_mtime: FileTime { seconds: 13419563288, nanos: 54079500 } }) - 1.091692800s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw_saas"}: cargo::core::compiler::fingerprint: dependency on `zclaw_types` is newer than we are 13419612711.569322800s > 13419563319.648178200s "G:\\ZClaw_openfang\\crates\\zclaw-saas" - 1.092045500s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw_saas"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("zclaw_saas", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs", Edition2021) } - 1.092074000s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw_saas"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDependency { name: "zclaw_types", dep_mtime: FileTime { seconds: 13419612711, nanos: 569322800 }, max_mtime: FileTime { seconds: 13419563319, nanos: 648178200 } }) - 1.095548300s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw-saas"}: cargo::core::compiler::fingerprint: dependency on `zclaw_types` is newer than we are 13419612711.569322800s > 13419563292.618327300s "G:\\ZClaw_openfang\\crates\\zclaw-saas" - 1.095878800s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw-saas"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: false }/TargetInner { name: "zclaw-saas", doc: true, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\main.rs", Edition2021) } - 1.095908100s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw-saas"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDependency { name: "zclaw_types", dep_mtime: FileTime { seconds: 13419612711, nanos: 569322800 }, max_mtime: FileTime { seconds: 13419563292, nanos: 618327300 } }) - 1.099259500s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw-saas"}: cargo::core::compiler::fingerprint: dependency on `zclaw_types` is newer than we are 13419612711.569322800s > 13419563317.514688300s "G:\\ZClaw_openfang\\crates\\zclaw-saas" - 1.099703300s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw-saas"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { name: "zclaw-saas", doc: true, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\main.rs", Edition2021) } - 1.099735400s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw-saas"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDependency { name: "zclaw_types", dep_mtime: FileTime { seconds: 13419612711, nanos: 569322800 }, max_mtime: FileTime { seconds: 13419563317, nanos: 514688300 } }) - 1.103082400s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="account_test"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "account_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\account_test.rs", Edition2021) } - 1.103127900s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="account_test"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-saas-a9269a9ffd32d2df\test-integration-test-account_test` + Blocking waiting for file lock on build directory + 176.768543900s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop_lib"}: cargo::core::compiler::fingerprint: fingerprint error for desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri)/Check { test: false }/TargetInner { ..: lib_target("desktop_lib", ["staticlib", "cdylib", "rlib"], "G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs", Edition2021) } + 176.769862900s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop_lib"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\desktop-6e8501c1619b0281\lib-desktop_lib` Caused by: 系统找不到指定的文件。 (os error 2) @@ -86,8 +27,184 @@ Stack backtrace: 18: git_midx_writer_dump 19: BaseThreadInitThunk 20: RtlUserThreadStart - 1.146405300s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="agent_template_test"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "agent_template_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\agent_template_test.rs", Edition2021) } - 1.146458300s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="agent_template_test"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-saas-8c58be8f51866c7a\test-integration-test-agent_template_test` + 177.066556900s INFO prepare_target{force=false package_id=tauri-plugin-mcp v0.1.0 (https://github.com/P3GLEG/tauri-plugin-mcp#ac709a71) target="tauri_plugin_mcp"}: cargo::core::compiler::fingerprint: fingerprint error for tauri-plugin-mcp v0.1.0 (https://github.com/P3GLEG/tauri-plugin-mcp#ac709a71)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("tauri_plugin_mcp", ["lib"], "C:\\Users\\szend\\.cargo\\git\\checkouts\\tauri-plugin-mcp-2fd5dc058bb53a96\\ac709a7\\src\\lib.rs", Edition2024) } + 177.066892400s INFO prepare_target{force=false package_id=tauri-plugin-mcp v0.1.0 (https://github.com/P3GLEG/tauri-plugin-mcp#ac709a71) target="tauri_plugin_mcp"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\tauri-plugin-mcp-ee0b93d062615ff8\lib-tauri_plugin_mcp` + +Caused by: + 系统找不到指定的文件。 (os error 2) + +Stack backtrace: + 0: git_midx_writer_dump + 1: git_midx_writer_dump + 2: git_midx_writer_dump + 3: git_midx_writer_dump + 4: git_filter_source_repo + 5: git_filter_source_repo + 6: git_filter_source_repo + 7: git_filter_source_repo + 8: git_filter_source_repo + 9: git_filter_source_repo + 10: git_filter_source_repo + 11: git_filter_source_repo + 12: git_libgit2_prerelease + 13: + 14: + 15: + 16: + 17: git_midx_writer_dump + 18: git_filter_source_repo + 19: git_midx_writer_dump + 20: BaseThreadInitThunk + 21: RtlUserThreadStart + 177.086614900s INFO prepare_target{force=false package_id=zclaw-hands v0.1.0 (G:\ZClaw_openfang\crates\zclaw-hands) target="zclaw_hands"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-hands v0.1.0 (G:\ZClaw_openfang\crates\zclaw-hands)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("zclaw_hands", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-hands\\src\\lib.rs", Edition2021) } + 177.086653300s INFO prepare_target{force=false package_id=zclaw-hands v0.1.0 (G:\ZClaw_openfang\crates\zclaw-hands) target="zclaw_hands"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-hands-f4c480b5de073169\lib-zclaw_hands` + +Caused by: + 系统找不到指定的文件。 (os error 2) + +Stack backtrace: + 0: git_midx_writer_dump + 1: git_midx_writer_dump + 2: git_midx_writer_dump + 3: git_midx_writer_dump + 4: git_filter_source_repo + 5: git_filter_source_repo + 6: git_filter_source_repo + 7: git_filter_source_repo + 8: git_filter_source_repo + 9: git_filter_source_repo + 10: git_filter_source_repo + 11: git_filter_source_repo + 12: git_libgit2_prerelease + 13: + 14: + 15: + 16: + 17: git_midx_writer_dump + 18: git_filter_source_repo + 19: git_midx_writer_dump + 20: BaseThreadInitThunk + 21: RtlUserThreadStart + 177.088542800s INFO prepare_target{force=false package_id=zclaw-runtime v0.1.0 (G:\ZClaw_openfang\crates\zclaw-runtime) target="zclaw_runtime"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-runtime v0.1.0 (G:\ZClaw_openfang\crates\zclaw-runtime)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("zclaw_runtime", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-runtime\\src\\lib.rs", Edition2021) } + 177.088574000s INFO prepare_target{force=false package_id=zclaw-runtime v0.1.0 (G:\ZClaw_openfang\crates\zclaw-runtime) target="zclaw_runtime"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-runtime-7f4477c3695961ef\lib-zclaw_runtime` + +Caused by: + 系统找不到指定的文件。 (os error 2) + +Stack backtrace: + 0: git_midx_writer_dump + 1: git_midx_writer_dump + 2: git_midx_writer_dump + 3: git_midx_writer_dump + 4: git_filter_source_repo + 5: git_filter_source_repo + 6: git_filter_source_repo + 7: git_filter_source_repo + 8: git_filter_source_repo + 9: git_filter_source_repo + 10: git_filter_source_repo + 11: git_filter_source_repo + 12: git_filter_source_repo + 13: git_libgit2_prerelease + 14: + 15: + 16: + 17: + 18: git_midx_writer_dump + 19: git_filter_source_repo + 20: git_midx_writer_dump + 21: BaseThreadInitThunk + 22: RtlUserThreadStart + 177.100820300s INFO prepare_target{force=false package_id=zclaw-kernel v0.1.0 (G:\ZClaw_openfang\crates\zclaw-kernel) target="zclaw_kernel"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-kernel v0.1.0 (G:\ZClaw_openfang\crates\zclaw-kernel)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("zclaw_kernel", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-kernel\\src\\lib.rs", Edition2021) } + 177.100862200s INFO prepare_target{force=false package_id=zclaw-kernel v0.1.0 (G:\ZClaw_openfang\crates\zclaw-kernel) target="zclaw_kernel"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-kernel-1cabd63edddfb297\lib-zclaw_kernel` + +Caused by: + 系统找不到指定的文件。 (os error 2) + +Stack backtrace: + 0: git_midx_writer_dump + 1: git_midx_writer_dump + 2: git_midx_writer_dump + 3: git_midx_writer_dump + 4: git_filter_source_repo + 5: git_filter_source_repo + 6: git_filter_source_repo + 7: git_filter_source_repo + 8: git_filter_source_repo + 9: git_filter_source_repo + 10: git_filter_source_repo + 11: git_filter_source_repo + 12: git_libgit2_prerelease + 13: + 14: + 15: + 16: + 17: git_midx_writer_dump + 18: git_filter_source_repo + 19: git_midx_writer_dump + 20: BaseThreadInitThunk + 21: RtlUserThreadStart + 177.102460700s INFO prepare_target{force=false package_id=zclaw-protocols v0.1.0 (G:\ZClaw_openfang\crates\zclaw-protocols) target="zclaw_protocols"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-protocols v0.1.0 (G:\ZClaw_openfang\crates\zclaw-protocols)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("zclaw_protocols", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-protocols\\src\\lib.rs", Edition2021) } + 177.102482500s INFO prepare_target{force=false package_id=zclaw-protocols v0.1.0 (G:\ZClaw_openfang\crates\zclaw-protocols) target="zclaw_protocols"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-protocols-1f555b2e70e7ac27\lib-zclaw_protocols` + +Caused by: + 系统找不到指定的文件。 (os error 2) + +Stack backtrace: + 0: git_midx_writer_dump + 1: git_midx_writer_dump + 2: git_midx_writer_dump + 3: git_midx_writer_dump + 4: git_filter_source_repo + 5: git_filter_source_repo + 6: git_filter_source_repo + 7: git_filter_source_repo + 8: git_filter_source_repo + 9: git_filter_source_repo + 10: git_filter_source_repo + 11: git_filter_source_repo + 12: git_filter_source_repo + 13: git_libgit2_prerelease + 14: + 15: + 16: + 17: + 18: git_midx_writer_dump + 19: git_filter_source_repo + 20: git_midx_writer_dump + 21: BaseThreadInitThunk + 22: RtlUserThreadStart + 177.105473800s INFO prepare_target{force=false package_id=zclaw-pipeline v0.1.0 (G:\ZClaw_openfang\crates\zclaw-pipeline) target="zclaw_pipeline"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-pipeline v0.1.0 (G:\ZClaw_openfang\crates\zclaw-pipeline)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("zclaw_pipeline", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-pipeline\\src\\lib.rs", Edition2021) } + 177.105513900s INFO prepare_target{force=false package_id=zclaw-pipeline v0.1.0 (G:\ZClaw_openfang\crates\zclaw-pipeline) target="zclaw_pipeline"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-pipeline-bbe3cb327ae98249\lib-zclaw_pipeline` + +Caused by: + 系统找不到指定的文件。 (os error 2) + +Stack backtrace: + 0: git_midx_writer_dump + 1: git_midx_writer_dump + 2: git_midx_writer_dump + 3: git_midx_writer_dump + 4: git_filter_source_repo + 5: git_filter_source_repo + 6: git_filter_source_repo + 7: git_filter_source_repo + 8: git_filter_source_repo + 9: git_filter_source_repo + 10: git_filter_source_repo + 11: git_filter_source_repo + 12: git_libgit2_prerelease + 13: + 14: + 15: + 16: + 17: git_midx_writer_dump + 18: git_filter_source_repo + 19: git_midx_writer_dump + 20: BaseThreadInitThunk + 21: RtlUserThreadStart + 177.110560300s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop_lib"}: cargo::core::compiler::fingerprint: fingerprint error for desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri)/Check { test: true }/TargetInner { ..: lib_target("desktop_lib", ["staticlib", "cdylib", "rlib"], "G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs", Edition2021) } + 177.110603100s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop_lib"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\desktop-eb9c019f02725457\test-lib-desktop_lib` Caused by: 系统找不到指定的文件。 (os error 2) @@ -114,8 +231,8 @@ Stack backtrace: 18: git_midx_writer_dump 19: BaseThreadInitThunk 20: RtlUserThreadStart - 1.149047900s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="auth_test"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "auth_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\auth_test.rs", Edition2021) } - 1.149089300s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="auth_test"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-saas-7b698637d97dcd96\test-integration-test-auth_test` + 177.114281800s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop"}: cargo::core::compiler::fingerprint: fingerprint error for desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri)/Check { test: false }/TargetInner { name: "desktop", doc: true, ..: with_path("G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\main.rs", Edition2021) } + 177.114317800s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\desktop-e81c53ba3047e90c\bin-desktop` Caused by: 系统找不到指定的文件。 (os error 2) @@ -142,8 +259,8 @@ Stack backtrace: 18: git_midx_writer_dump 19: BaseThreadInitThunk 20: RtlUserThreadStart - 1.152412500s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="migration_test"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "migration_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\migration_test.rs", Edition2021) } - 1.152451000s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="migration_test"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-saas-245216b4fc36fe76\test-integration-test-migration_test` + 177.116827500s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop"}: cargo::core::compiler::fingerprint: fingerprint error for desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri)/Check { test: true }/TargetInner { name: "desktop", doc: true, ..: with_path("G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\main.rs", Edition2021) } + 177.116853400s INFO prepare_target{force=false package_id=desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) target="desktop"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\desktop-999130f0694f9525\test-bin-desktop` Caused by: 系统找不到指定的文件。 (os error 2) @@ -170,8 +287,8 @@ Stack backtrace: 18: git_midx_writer_dump 19: BaseThreadInitThunk 20: RtlUserThreadStart - 1.155511600s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="model_config_test"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "model_config_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\model_config_test.rs", Edition2021) } - 1.155575100s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="model_config_test"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-saas-61cf145d5b843730\test-integration-test-model_config_test` + 177.136913000s INFO prepare_target{force=false package_id=zclaw-growth v0.1.0 (G:\ZClaw_openfang\crates\zclaw-growth) target="extractor_e2e_test"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-growth v0.1.0 (G:\ZClaw_openfang\crates\zclaw-growth)/Check { test: true }/TargetInner { kind: "test", name: "extractor_e2e_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-growth\\tests\\extractor_e2e_test.rs", Edition2021) } + 177.136946400s INFO prepare_target{force=false package_id=zclaw-growth v0.1.0 (G:\ZClaw_openfang\crates\zclaw-growth) target="extractor_e2e_test"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-growth-e1a9bef36b0ee6ef\test-integration-test-extractor_e2e_test` Caused by: 系统找不到指定的文件。 (os error 2) @@ -198,8 +315,8 @@ Stack backtrace: 18: git_midx_writer_dump 19: BaseThreadInitThunk 20: RtlUserThreadStart - 1.158974600s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="prompt_test"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "prompt_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\prompt_test.rs", Edition2021) } - 1.159016500s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="prompt_test"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-saas-fa9fc1b4b095cc65\test-integration-test-prompt_test` + 177.141408200s INFO prepare_target{force=false package_id=zclaw-hands v0.1.0 (G:\ZClaw_openfang\crates\zclaw-hands) target="zclaw_hands"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-hands v0.1.0 (G:\ZClaw_openfang\crates\zclaw-hands)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("zclaw_hands", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-hands\\src\\lib.rs", Edition2021) } + 177.141462500s INFO prepare_target{force=false package_id=zclaw-hands v0.1.0 (G:\ZClaw_openfang\crates\zclaw-hands) target="zclaw_hands"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-hands-dd78a0107ee05f8c\test-lib-zclaw_hands` Caused by: 系统找不到指定的文件。 (os error 2) @@ -226,8 +343,8 @@ Stack backtrace: 18: git_midx_writer_dump 19: BaseThreadInitThunk 20: RtlUserThreadStart - 1.162175400s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="relay_test"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "relay_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\relay_test.rs", Edition2021) } - 1.162218300s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="relay_test"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-saas-2c13c07841280228\test-integration-test-relay_test` + 177.144299400s INFO prepare_target{force=false package_id=zclaw-kernel v0.1.0 (G:\ZClaw_openfang\crates\zclaw-kernel) target="zclaw_kernel"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-kernel v0.1.0 (G:\ZClaw_openfang\crates\zclaw-kernel)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("zclaw_kernel", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-kernel\\src\\lib.rs", Edition2021) } + 177.144327700s INFO prepare_target{force=false package_id=zclaw-kernel v0.1.0 (G:\ZClaw_openfang\crates\zclaw-kernel) target="zclaw_kernel"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-kernel-e9941c0d9a419586\test-lib-zclaw_kernel` Caused by: 系统找不到指定的文件。 (os error 2) @@ -254,8 +371,8 @@ Stack backtrace: 18: git_midx_writer_dump 19: BaseThreadInitThunk 20: RtlUserThreadStart - 1.165054400s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="role_test"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "role_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\role_test.rs", Edition2021) } - 1.165093500s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="role_test"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-saas-b646bc755230c7d7\test-integration-test-role_test` + 177.147510900s INFO prepare_target{force=false package_id=zclaw-pipeline v0.1.0 (G:\ZClaw_openfang\crates\zclaw-pipeline) target="zclaw_pipeline"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-pipeline v0.1.0 (G:\ZClaw_openfang\crates\zclaw-pipeline)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("zclaw_pipeline", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-pipeline\\src\\lib.rs", Edition2021) } + 177.147550700s INFO prepare_target{force=false package_id=zclaw-pipeline v0.1.0 (G:\ZClaw_openfang\crates\zclaw-pipeline) target="zclaw_pipeline"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-pipeline-f4305cf6012db6e3\test-lib-zclaw_pipeline` Caused by: 系统找不到指定的文件。 (os error 2) @@ -282,8 +399,8 @@ Stack backtrace: 18: git_midx_writer_dump 19: BaseThreadInitThunk 20: RtlUserThreadStart - 1.168497100s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="telemetry_test"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "telemetry_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\telemetry_test.rs", Edition2021) } - 1.168540800s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="telemetry_test"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-saas-029800a48d822c1a\test-integration-test-telemetry_test` + 177.149693000s INFO prepare_target{force=false package_id=zclaw-protocols v0.1.0 (G:\ZClaw_openfang\crates\zclaw-protocols) target="zclaw_protocols"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-protocols v0.1.0 (G:\ZClaw_openfang\crates\zclaw-protocols)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("zclaw_protocols", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-protocols\\src\\lib.rs", Edition2021) } + 177.149719100s INFO prepare_target{force=false package_id=zclaw-protocols v0.1.0 (G:\ZClaw_openfang\crates\zclaw-protocols) target="zclaw_protocols"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-protocols-98f5cea71f9f293c\test-lib-zclaw_protocols` Caused by: 系统找不到指定的文件。 (os error 2) @@ -310,32 +427,159 @@ Stack backtrace: 18: git_midx_writer_dump 19: BaseThreadInitThunk 20: RtlUserThreadStart - 1.173226900s INFO prepare_target{force=false package_id=zclaw-skills v0.1.0 (G:\ZClaw_openfang\crates\zclaw-skills) target="zclaw_skills"}: cargo::core::compiler::fingerprint: dependency on `zclaw_types` is newer than we are 13419612711.569322800s > 13419567909.469676500s "G:\\ZClaw_openfang\\crates\\zclaw-skills" - 1.174130700s INFO prepare_target{force=false package_id=zclaw-skills v0.1.0 (G:\ZClaw_openfang\crates\zclaw-skills) target="zclaw_skills"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-skills v0.1.0 (G:\ZClaw_openfang\crates\zclaw-skills)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("zclaw_skills", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-skills\\src\\lib.rs", Edition2021) } - 1.174193300s INFO prepare_target{force=false package_id=zclaw-skills v0.1.0 (G:\ZClaw_openfang\crates\zclaw-skills) target="zclaw_skills"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDependency { name: "zclaw_types", dep_mtime: FileTime { seconds: 13419612711, nanos: 569322800 }, max_mtime: FileTime { seconds: 13419567909, nanos: 469676500 } }) - 1.175740300s INFO prepare_target{force=false package_id=zclaw-types v0.1.0 (G:\ZClaw_openfang\crates\zclaw-types) target="zclaw_types"}: cargo::core::compiler::fingerprint: stale: changed "G:\\ZClaw_openfang\\crates\\zclaw-types\\src\\capability.rs" - 1.175766400s INFO prepare_target{force=false package_id=zclaw-types v0.1.0 (G:\ZClaw_openfang\crates\zclaw-types) target="zclaw_types"}: cargo::core::compiler::fingerprint: (vs) "G:\\ZClaw_openfang\\target\\debug\\.fingerprint\\zclaw-types-207c8f412c64ef2b\\dep-test-lib-zclaw_types" - 1.175773400s INFO prepare_target{force=false package_id=zclaw-types v0.1.0 (G:\ZClaw_openfang\crates\zclaw-types) target="zclaw_types"}: cargo::core::compiler::fingerprint: FileTime { seconds: 13419567910, nanos: 842970900 } < FileTime { seconds: 13419612005, nanos: 190136000 } - 1.176296900s INFO prepare_target{force=false package_id=zclaw-types v0.1.0 (G:\ZClaw_openfang\crates\zclaw-types) target="zclaw_types"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-types v0.1.0 (G:\ZClaw_openfang\crates\zclaw-types)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("zclaw_types", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-types\\src\\lib.rs", Edition2021) } - 1.176327500s INFO prepare_target{force=false package_id=zclaw-types v0.1.0 (G:\ZClaw_openfang\crates\zclaw-types) target="zclaw_types"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleItem(ChangedFile { reference: "G:\\ZClaw_openfang\\target\\debug\\.fingerprint\\zclaw-types-207c8f412c64ef2b\\dep-test-lib-zclaw_types", reference_mtime: FileTime { seconds: 13419567910, nanos: 842970900 }, stale: "G:\\ZClaw_openfang\\crates\\zclaw-types\\src\\capability.rs", stale_mtime: FileTime { seconds: 13419612005, nanos: 190136000 } })) - Checking zclaw-growth v0.1.0 (G:\ZClaw_openfang\crates\zclaw-growth) - Checking zclaw-memory v0.1.0 (G:\ZClaw_openfang\crates\zclaw-memory) + 177.151484800s INFO prepare_target{force=false package_id=zclaw-runtime v0.1.0 (G:\ZClaw_openfang\crates\zclaw-runtime) target="zclaw_runtime"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-runtime v0.1.0 (G:\ZClaw_openfang\crates\zclaw-runtime)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("zclaw_runtime", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-runtime\\src\\lib.rs", Edition2021) } + 177.151509600s INFO prepare_target{force=false package_id=zclaw-runtime v0.1.0 (G:\ZClaw_openfang\crates\zclaw-runtime) target="zclaw_runtime"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-runtime-3bf53d5d4652bdbb\test-lib-zclaw_runtime` + +Caused by: + 系统找不到指定的文件。 (os error 2) + +Stack backtrace: + 0: git_midx_writer_dump + 1: git_midx_writer_dump + 2: git_midx_writer_dump + 3: git_midx_writer_dump + 4: git_filter_source_repo + 5: git_filter_source_repo + 6: git_filter_source_repo + 7: git_filter_source_repo + 8: git_filter_source_repo + 9: git_filter_source_repo + 10: git_filter_source_repo + 11: git_libgit2_prerelease + 12: + 13: + 14: + 15: + 16: git_midx_writer_dump + 17: git_filter_source_repo + 18: git_midx_writer_dump + 19: BaseThreadInitThunk + 20: RtlUserThreadStart + 177.210432400s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw_saas"}: cargo::core::compiler::fingerprint: stale: changed "G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\billing\\payment.rs" + 177.210469500s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw_saas"}: cargo::core::compiler::fingerprint: (vs) "G:\\ZClaw_openfang\\target\\debug\\.fingerprint\\zclaw-saas-616e665ea1f84b08\\dep-lib-zclaw_saas" + 177.210477800s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw_saas"}: cargo::core::compiler::fingerprint: FileTime { seconds: 13419968410, nanos: 307242000 } < FileTime { seconds: 13420006010, nanos: 250356400 } + 177.217118800s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw_saas"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: false }/TargetInner { name_inferred: true, ..: lib_target("zclaw_saas", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs", Edition2021) } + 177.217162900s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw_saas"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleItem(ChangedFile { reference: "G:\\ZClaw_openfang\\target\\debug\\.fingerprint\\zclaw-saas-616e665ea1f84b08\\dep-lib-zclaw_saas", reference_mtime: FileTime { seconds: 13419968410, nanos: 307242000 }, stale: "G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\billing\\payment.rs", stale_mtime: FileTime { seconds: 13420006010, nanos: 250356400 } })) + 177.254954300s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw_saas"}: cargo::core::compiler::fingerprint: stale: changed "G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\tasks\\mod.rs" + 177.254985200s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw_saas"}: cargo::core::compiler::fingerprint: (vs) "G:\\ZClaw_openfang\\target\\debug\\.fingerprint\\zclaw-saas-20e14acc146bdec5\\dep-test-lib-zclaw_saas" + 177.254992500s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw_saas"}: cargo::core::compiler::fingerprint: FileTime { seconds: 13419968432, nanos: 618535000 } < FileTime { seconds: 13420006265, nanos: 364589400 } + 177.263123600s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw_saas"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { name_inferred: true, ..: lib_target("zclaw_saas", ["lib"], "G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs", Edition2021) } + 177.263179600s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw_saas"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleItem(ChangedFile { reference: "G:\\ZClaw_openfang\\target\\debug\\.fingerprint\\zclaw-saas-20e14acc146bdec5\\dep-test-lib-zclaw_saas", reference_mtime: FileTime { seconds: 13419968432, nanos: 618535000 }, stale: "G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\tasks\\mod.rs", stale_mtime: FileTime { seconds: 13420006265, nanos: 364589400 } })) + 177.287900200s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw-saas"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: false }/TargetInner { name: "zclaw-saas", doc: true, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\main.rs", Edition2021) } + 177.287966000s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw-saas"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_saas" }) + 177.297350800s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw-saas"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { name: "zclaw-saas", doc: true, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\main.rs", Edition2021) } + 177.297395000s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="zclaw-saas"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_saas" }) + 177.313622900s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="account_test"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "account_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\account_test.rs", Edition2021) } + 177.313678900s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="account_test"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_saas" }) + 177.326434600s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="agent_template_test"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "agent_template_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\agent_template_test.rs", Edition2021) } + 177.326486500s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="agent_template_test"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_saas" }) + 177.350558400s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="auth_test"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "auth_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\auth_test.rs", Edition2021) } + 177.350602700s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="auth_test"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_saas" }) + 177.353565300s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="billing_test"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "billing_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\billing_test.rs", Edition2021) } + 177.353589400s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="billing_test"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-saas-989426a3b0a1bcbc\test-integration-test-billing_test` + +Caused by: + 系统找不到指定的文件。 (os error 2) + +Stack backtrace: + 0: git_midx_writer_dump + 1: git_midx_writer_dump + 2: git_midx_writer_dump + 3: git_midx_writer_dump + 4: git_filter_source_repo + 5: git_filter_source_repo + 6: git_filter_source_repo + 7: git_filter_source_repo + 8: git_filter_source_repo + 9: git_filter_source_repo + 10: git_filter_source_repo + 11: git_libgit2_prerelease + 12: + 13: + 14: + 15: + 16: git_midx_writer_dump + 17: git_filter_source_repo + 18: git_midx_writer_dump + 19: BaseThreadInitThunk + 20: RtlUserThreadStart + 177.356339400s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="knowledge_test"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "knowledge_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\knowledge_test.rs", Edition2021) } + 177.356376300s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="knowledge_test"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-saas-8332dec159e4717e\test-integration-test-knowledge_test` + +Caused by: + 系统找不到指定的文件。 (os error 2) + +Stack backtrace: + 0: git_midx_writer_dump + 1: git_midx_writer_dump + 2: git_midx_writer_dump + 3: git_midx_writer_dump + 4: git_filter_source_repo + 5: git_filter_source_repo + 6: git_filter_source_repo + 7: git_filter_source_repo + 8: git_filter_source_repo + 9: git_filter_source_repo + 10: git_filter_source_repo + 11: git_libgit2_prerelease + 12: + 13: + 14: + 15: + 16: git_midx_writer_dump + 17: git_filter_source_repo + 18: git_midx_writer_dump + 19: BaseThreadInitThunk + 20: RtlUserThreadStart + 177.379547100s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="migration_test"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "migration_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\migration_test.rs", Edition2021) } + 177.379592100s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="migration_test"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_saas" }) + 177.390475100s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="model_config_test"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "model_config_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\model_config_test.rs", Edition2021) } + 177.390520600s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="model_config_test"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_saas" }) + 177.443065600s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="prompt_test"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "prompt_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\prompt_test.rs", Edition2021) } + 177.443113300s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="prompt_test"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_saas" }) + 177.485665400s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="relay_test"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "relay_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\relay_test.rs", Edition2021) } + 177.485728700s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="relay_test"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_saas" }) + 177.494455700s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="role_test"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "role_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\role_test.rs", Edition2021) } + 177.494494300s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="role_test"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_saas" }) + 177.497743400s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="scheduled_task_test"}: cargo::core::compiler::fingerprint: fingerprint error for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "scheduled_task_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\scheduled_task_test.rs", Edition2021) } + 177.497766200s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="scheduled_task_test"}: cargo::core::compiler::fingerprint: err: failed to read `G:\ZClaw_openfang\target\debug\.fingerprint\zclaw-saas-8522ac5844378ccc\test-integration-test-scheduled_task_test` + +Caused by: + 系统找不到指定的文件。 (os error 2) + +Stack backtrace: + 0: git_midx_writer_dump + 1: git_midx_writer_dump + 2: git_midx_writer_dump + 3: git_midx_writer_dump + 4: git_filter_source_repo + 5: git_filter_source_repo + 6: git_filter_source_repo + 7: git_filter_source_repo + 8: git_filter_source_repo + 9: git_filter_source_repo + 10: git_filter_source_repo + 11: git_libgit2_prerelease + 12: + 13: + 14: + 15: + 16: git_midx_writer_dump + 17: git_filter_source_repo + 18: git_midx_writer_dump + 19: BaseThreadInitThunk + 20: RtlUserThreadStart + 177.506553800s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="telemetry_test"}: cargo::core::compiler::fingerprint: fingerprint dirty for zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas)/Check { test: true }/TargetInner { kind: "test", name: "telemetry_test", benched: false, ..: with_path("G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\telemetry_test.rs", Edition2021) } + 177.506611300s INFO prepare_target{force=false package_id=zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) target="telemetry_test"}: cargo::core::compiler::fingerprint: dirty: FsStatusOutdated(StaleDepFingerprint { name: "zclaw_saas" }) Checking zclaw-saas v0.1.0 (G:\ZClaw_openfang\crates\zclaw-saas) Checking zclaw-runtime v0.1.0 (G:\ZClaw_openfang\crates\zclaw-runtime) Checking zclaw-hands v0.1.0 (G:\ZClaw_openfang\crates\zclaw-hands) - Checking zclaw-skills v0.1.0 (G:\ZClaw_openfang\crates\zclaw-skills) Checking zclaw-protocols v0.1.0 (G:\ZClaw_openfang\crates\zclaw-protocols) + Checking tauri-plugin-mcp v0.1.0 (https://github.com/P3GLEG/tauri-plugin-mcp#ac709a71) Checking zclaw-kernel v0.1.0 (G:\ZClaw_openfang\crates\zclaw-kernel) Checking zclaw-pipeline v0.1.0 (G:\ZClaw_openfang\crates\zclaw-pipeline) Checking desktop v0.1.0 (G:\ZClaw_openfang\desktop\src-tauri) -error: could not compile `zclaw-saas` (test "account_test") due to 3 previous errors -warning: build failed, waiting for other jobs to finish... -error: could not compile `zclaw-saas` (test "telemetry_test") due to 3 previous errors -error: could not compile `zclaw-saas` (test "role_test") due to 3 previous errors -error: could not compile `zclaw-saas` (test "agent_template_test") due to 3 previous errors -error: could not compile `zclaw-saas` (test "model_config_test") due to 3 previous errors -error: could not compile `zclaw-saas` (test "prompt_test") due to 3 previous errors -error: could not compile `zclaw-saas` (test "auth_test") due to 3 previous errors; 2 warnings emitted -error: could not compile `zclaw-saas` (test "relay_test") due to 3 previous errors; 1 warning emitted -error: could not compile `zclaw-saas` (test "migration_test") due to 3 previous errors - Checking zclaw-types v0.1.0 (G:\ZClaw_openfang\crates\zclaw-types) + Checking zclaw-growth v0.1.0 (G:\ZClaw_openfang\crates\zclaw-growth) + Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 12s +warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-postgres v0.7.4 +note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` diff --git a/target/flycheck0/stdout b/target/flycheck0/stdout index 9f40e66..bb33358 100644 --- a/target/flycheck0/stdout +++ b/target/flycheck0/stdout @@ -16,843 +16,971 @@ {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_core-1.0.228\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_core-1.0.228\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","rc","result","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_core-5f197b4a36a14023.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cfg-if-1.0.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfg_if","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cfg-if-1.0.4\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcfg_if-a78d688d0b5ce531.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcfg_if-a78d688d0b5ce531.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde-1.0.228\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde-1.0.228\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","derive","rc","serde_derive","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde-1d4baf12308dbe47.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\synstructure-0.13.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"synstructure","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\synstructure-0.13.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","proc-macro"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsynstructure-d2e749510c83eb78.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsynstructure-d2e749510c83eb78.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.47","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-0.8.47\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-0.8.47\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\zerocopy-b6cd2160febb6b9c\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\zerocopy-b6cd2160febb6b9c\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerofrom-derive-0.1.6\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zerofrom_derive","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerofrom-derive-0.1.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\zerofrom_derive-de5e88634f1a32b3.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\zerofrom_derive-de5e88634f1a32b3.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\zerofrom_derive-de5e88634f1a32b3.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\zerofrom_derive-de5e88634f1a32b3.pdb"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.47","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\zerocopy-c3bf789cf30b6239\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.8.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\yoke-derive-0.8.1\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"yoke_derive","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\yoke-derive-0.8.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\yoke_derive-3428de91bef6a27b.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\yoke_derive-3428de91bef6a27b.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\yoke_derive-3428de91bef6a27b.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\yoke_derive-3428de91bef6a27b.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-link-0.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_link","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-link-0.2.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_link-a2622e52308cdcaa.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#synstructure@0.13.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\synstructure-0.13.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"synstructure","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\synstructure-0.13.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","proc-macro"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsynstructure-d2e749510c83eb78.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsynstructure-d2e749510c83eb78.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\parking_lot_core-0.9.12\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\parking_lot_core-0.9.12\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\parking_lot_core-9f9d6a8c2245025f\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\parking_lot_core-9f9d6a8c2245025f\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerofrom-derive-0.1.6\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zerofrom_derive","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerofrom-derive-0.1.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\zerofrom_derive-de5e88634f1a32b3.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\zerofrom_derive-de5e88634f1a32b3.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\zerofrom_derive-de5e88634f1a32b3.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\zerofrom_derive-de5e88634f1a32b3.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.8.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\yoke-derive-0.8.1\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"yoke_derive","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\yoke-derive-0.8.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\yoke_derive-3428de91bef6a27b.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\yoke_derive-3428de91bef6a27b.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\yoke_derive-3428de91bef6a27b.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\yoke_derive-3428de91bef6a27b.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\autocfg-1.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"autocfg","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\autocfg-1.5.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libautocfg-0d9fab24a14ca87a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libautocfg-0d9fab24a14ca87a.rmeta"],"executable":null,"fresh":true} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\parking_lot_core-7be78fd9d7cb8cf7\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerovec-derive-0.11.2\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zerovec_derive","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerovec-derive-0.11.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\zerovec_derive-db31bbe8ed7ec097.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\zerovec_derive-db31bbe8ed7ec097.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\zerovec_derive-db31bbe8ed7ec097.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\zerovec_derive-db31bbe8ed7ec097.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#displaydoc@0.2.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\displaydoc-0.2.5\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"displaydoc","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\displaydoc-0.2.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\displaydoc-4ab172f1e86fe946.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\displaydoc-4ab172f1e86fe946.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\displaydoc-4ab172f1e86fe946.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\displaydoc-4ab172f1e86fe946.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zmij-1.0.21\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zmij-1.0.21\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\zmij-1eccd671b92d37aa\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\zmij-1eccd671b92d37aa\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\zmij-8c3b467cd6d7dfae\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\autocfg-1.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"autocfg","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\autocfg-1.5.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libautocfg-0d9fab24a14ca87a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libautocfg-0d9fab24a14ca87a.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typenum-1.19.0\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typenum-1.19.0\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\typenum-5943df3e0a4b0a7d\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\typenum-5943df3e0a4b0a7d\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\itoa-1.0.18\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"itoa","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\itoa-1.0.18\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libitoa-120546458fa616c5.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\typenum-8f704f1d7247707d\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\generic-array-0.14.7\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\generic-array-0.14.7\\build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["more_lengths"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\generic-array-0e03c6f3ce2252d0\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\generic-array-0e03c6f3ce2252d0\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_core-1.0.228\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_core-1.0.228\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","rc","result","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\serde_core-3fa380c495911e7a\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\serde_core-3fa380c495911e7a\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","linked_libs":[],"linked_paths":[],"cfgs":["relaxed_coherence"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\generic-array-6abe7ad366aeb67b\\out"} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\serde_core-1d27a9e6e32d83b6\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.47","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-0.8.47\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerocopy","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-0.8.47\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzerocopy-2942d482d8fca938.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libzerocopy-2942d482d8fca938.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\smallvec-1.15.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"smallvec","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\smallvec-1.15.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["const_generics","const_new","serde"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsmallvec-fca4a456eddb15e6.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\memchr-2.8.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"memchr","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\memchr-2.8.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmemchr-716ac2addfc12d2e.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\zmij-8c3b467cd6d7dfae\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.47","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-0.8.47\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-0.8.47\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\zerocopy-b6cd2160febb6b9c\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\zerocopy-b6cd2160febb6b9c\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\itoa-1.0.18\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"itoa","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\itoa-1.0.18\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libitoa-120546458fa616c5.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.47","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\zerocopy-a9123ecf457bc650\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\smallvec-1.15.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"smallvec","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\smallvec-1.15.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["const_generics","const_new","serde"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsmallvec-fca4a456eddb15e6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_core-1.0.228\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_core-1.0.228\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","rc","result","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\serde_core-3fa380c495911e7a\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\serde_core-3fa380c495911e7a\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typenum-1.19.0\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typenum-1.19.0\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\typenum-5943df3e0a4b0a7d\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\typenum-5943df3e0a4b0a7d\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\serde_core-1d27a9e6e32d83b6\\out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\typenum-8f704f1d7247707d\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.47","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-0.8.47\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerocopy","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-0.8.47\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzerocopy-a8031ebd2c3f3bd2.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libzerocopy-a8031ebd2c3f3bd2.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.228","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_core-1.0.228\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_core-1.0.228\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","rc","result","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_core-ae26219bdac07cd3.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_core-ae26219bdac07cd3.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties_data-2.1.2\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties_data-2.1.2\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\icu_properties_data-63a161b8f319de4d\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\icu_properties_data-63a161b8f319de4d\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer_data-2.1.1\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer_data-2.1.1\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\icu_normalizer_data-cca3bb706176ac7a\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\icu_normalizer_data-cca3bb706176ac7a\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.2","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\icu_properties_data-c4b5c393a11743f1\\out"} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\icu_normalizer_data-de0cf2248e5d7630\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.61.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.61.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["Wdk","Wdk_Foundation","Wdk_Storage","Wdk_Storage_FileSystem","Wdk_System","Wdk_System_IO","Win32","Win32_Foundation","Win32_Globalization","Win32_Graphics","Win32_Graphics_Gdi","Win32_Networking","Win32_Networking_WinSock","Win32_Security","Win32_Security_Authentication","Win32_Security_Authentication_Identity","Win32_Security_Credentials","Win32_Security_Cryptography","Win32_Storage","Win32_Storage_FileSystem","Win32_System","Win32_System_Com","Win32_System_Console","Win32_System_IO","Win32_System_LibraryLoader","Win32_System_Memory","Win32_System_Pipes","Win32_System_SystemInformation","Win32_System_SystemServices","Win32_System_Threading","Win32_System_WindowsProgramming","Win32_UI","Win32_UI_Shell","Win32_UI_WindowsAndMessaging","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_sys-877703357b19239d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\generic-array-0.14.7\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\generic-array-0.14.7\\build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["more_lengths"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\generic-array-0e03c6f3ce2252d0\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\generic-array-0e03c6f3ce2252d0\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer_data-2.1.1\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer_data-2.1.1\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\icu_normalizer_data-cca3bb706176ac7a\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\icu_normalizer_data-cca3bb706176ac7a\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties_data-2.1.2\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties_data-2.1.2\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\icu_properties_data-63a161b8f319de4d\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\icu_properties_data-63a161b8f319de4d\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\icu_normalizer_data-de0cf2248e5d7630\\out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.2","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\icu_properties_data-c4b5c393a11743f1\\out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","linked_libs":[],"linked_paths":[],"cfgs":["relaxed_coherence"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\generic-array-6abe7ad366aeb67b\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ppv-lite86-0.2.21\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ppv_lite86","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ppv-lite86-0.2.21\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libppv_lite86-082a140d6bab9a1e.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libppv_lite86-082a140d6bab9a1e.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\scopeguard-1.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"scopeguard","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\scopeguard-1.2.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libscopeguard-d9a53cd0a4d41fe6.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ppv-lite86-0.2.21\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ppv_lite86","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ppv-lite86-0.2.21\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libppv_lite86-eb0f2bdf3924db8d.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libppv_lite86-eb0f2bdf3924db8d.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\lock_api-0.4.14\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lock_api","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\lock_api-0.4.14\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["atomic_usize","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblock_api-4c25f8f182bc99cb.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.2.17\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.2.17\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libgetrandom-1b45214ccff731e4.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pin-project-lite-0.2.17\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pin_project_lite","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pin-project-lite-0.2.17\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpin_project_lite-8e269f70c50e6f50.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bytes-1.11.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bytes","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bytes-1.11.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbytes-d1b03353c603f31d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pin-project-lite-0.2.17\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pin_project_lite","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pin-project-lite-0.2.17\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpin_project_lite-8e269f70c50e6f50.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.2.17\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.2.17\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libgetrandom-1b45214ccff731e4.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\once_cell-1.21.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"once_cell","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\once_cell-1.21.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","race","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libonce_cell-41fd858d4fca1fb4.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thiserror-2.0.18\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thiserror-2.0.18\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\thiserror-d91cac4054dfb877\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\thiserror-d91cac4054dfb877\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\thiserror-ee51ed8556e59dc9\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thiserror-impl-2.0.18\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"thiserror_impl","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thiserror-impl-2.0.18\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\thiserror_impl-1e7c0b66ad664442.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\thiserror_impl-1e7c0b66ad664442.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\thiserror_impl-1e7c0b66ad664442.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\thiserror_impl-1e7c0b66ad664442.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-link-0.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_link","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-link-0.2.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_link-6369c7b992860a42.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_link-6369c7b992860a42.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.2.17\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.2.17\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libgetrandom-08c6b8b82dfb1846.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libgetrandom-08c6b8b82dfb1846.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_core-0.6.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_core-0.6.4\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","getrandom","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand_core-83bcf7d71cba9ac8.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\librand_core-83bcf7d71cba9ac8.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\shlex-1.3.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"shlex","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\shlex-1.3.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libshlex-d72cb1e9a55c65a7.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libshlex-d72cb1e9a55c65a7.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\find-msvc-tools-0.1.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"find_msvc_tools","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\find-msvc-tools-0.1.9\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfind_msvc_tools-f5a9545e3976137a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfind_msvc_tools-f5a9545e3976137a.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.29","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\log-0.4.29\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"log","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\log-0.4.29\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblog-71b2ce0970cd1bb1.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.57","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cc-1.2.57\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cc","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cc-1.2.57\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcc-3c71c57f35de0f9a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcc-3c71c57f35de0f9a.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_chacha-0.3.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_chacha","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_chacha-0.3.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand_chacha-75afa3740210d5f6.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\librand_chacha-75afa3740210d5f6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_core-0.6.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_core-0.6.4\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","getrandom","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand_core-83bcf7d71cba9ac8.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\librand_core-83bcf7d71cba9ac8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_chacha-0.3.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_chacha","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_chacha-0.3.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand_chacha-642abf5dde415e43.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\librand_chacha-642abf5dde415e43.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\shlex-1.3.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"shlex","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\shlex-1.3.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libshlex-d72cb1e9a55c65a7.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libshlex-d72cb1e9a55c65a7.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\stable_deref_trait-1.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"stable_deref_trait","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\stable_deref_trait-1.2.1\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libstable_deref_trait-2109d0463108247c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libstable_deref_trait-2109d0463108247c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\find-msvc-tools-0.1.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"find_msvc_tools","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\find-msvc-tools-0.1.9\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfind_msvc_tools-f5a9545e3976137a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfind_msvc_tools-f5a9545e3976137a.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.4.2\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.4.2\\build.rs","edition":"2024","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\getrandom-6c3e784948b3c6a4\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\getrandom-6c3e784948b3c6a4\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.57","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cc-1.2.57\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cc","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cc-1.2.57\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcc-3c71c57f35de0f9a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcc-3c71c57f35de0f9a.rmeta"],"executable":null,"fresh":true} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.2","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\getrandom-18eba346e5190c39\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand-0.8.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand-0.8.5\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","getrandom","libc","rand_chacha","small_rng","std","std_rng"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand-2b784a4ee5849e9b.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\librand-2b784a4ee5849e9b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand-0.8.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand-0.8.5\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","getrandom","libc","rand_chacha","small_rng","std","std_rng"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand-5cde9e97f463ae55.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\librand-5cde9e97f463ae55.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\parking_lot_core-0.9.12\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking_lot_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\parking_lot_core-0.9.12\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libparking_lot_core-09666c1ed6b026a9.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.31","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-attributes-0.1.31\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"tracing_attributes","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-attributes-0.1.31\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\tracing_attributes-405bf9af72fc22b8.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\tracing_attributes-405bf9af72fc22b8.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\tracing_attributes-405bf9af72fc22b8.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\tracing_attributes-405bf9af72fc22b8.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-core-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-core-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_core-cc2616aefd3bf110.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\parking_lot-0.12.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking_lot","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\parking_lot-0.12.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libparking_lot-04a0d0f9dc63f45d.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_core-0.6.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_core-0.6.4\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","getrandom","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand_core-06288a1e4792692b.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerofrom-0.1.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerofrom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerofrom-0.1.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzerofrom-c62065546cd0bb51.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libzerofrom-c62065546cd0bb51.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.31","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-attributes-0.1.31\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"tracing_attributes","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-attributes-0.1.31\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\tracing_attributes-405bf9af72fc22b8.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\tracing_attributes-405bf9af72fc22b8.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\tracing_attributes-405bf9af72fc22b8.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\tracing_attributes-405bf9af72fc22b8.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.15.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\smallvec-1.15.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"smallvec","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\smallvec-1.15.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["const_generics"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsmallvec-20fd4b2edc314446.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsmallvec-20fd4b2edc314446.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\yoke-0.8.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"yoke","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\yoke-0.8.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","zerofrom"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libyoke-5960e3ed5cdedc17.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libyoke-5960e3ed5cdedc17.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\parking_lot-0.12.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking_lot","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\parking_lot-0.12.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libparking_lot-04a0d0f9dc63f45d.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde-1.0.228\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde-1.0.228\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","derive","rc","serde_derive","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde-18aa1fcbe5b70f67.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libserde-18aa1fcbe5b70f67.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typenum-1.19.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"typenum","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typenum-1.19.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtypenum-13e2c33599e9c267.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerofrom-0.1.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerofrom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerofrom-0.1.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzerofrom-4c9409d97582a14d.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\stable_deref_trait-1.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"stable_deref_trait","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\stable_deref_trait-1.2.1\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libstable_deref_trait-7e3da126ecc8b10f.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\yoke-0.8.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"yoke","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\yoke-0.8.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","zerofrom"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libyoke-4fe19bb87aba294e.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\generic-array-0.14.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"generic_array","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\generic-array-0.14.7\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["more_lengths"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libgeneric_array-7746e4139f214114.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\subtle-2.6.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"subtle","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\subtle-2.6.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsubtle-2d97cd8746d75ca6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libm-0.2.16\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libm-0.2.16\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["arch","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\libm-bd7418a92bc760c4\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\libm-bd7418a92bc760c4\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-traits-0.2.19\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-traits-0.2.19\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","i128","libm","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\num-traits-1361174c51cf2be9\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\num-traits-1361174c51cf2be9\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16","linked_libs":[],"linked_paths":[],"cfgs":["arch_enabled"],"env":[["CFG_CARGO_FEATURES","[\"arch\", \"default\"]"],["CFG_OPT_LEVEL","0"],["CFG_TARGET_FEATURES","[\"cmpxchg16b\", \"fxsr\", \"sse\", \"sse2\", \"sse3\"]"]],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\libm-4d59f2c463ac0d06\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thiserror-1.0.69\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thiserror-1.0.69\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\thiserror-473b00ea605eeb23\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\thiserror-473b00ea605eeb23\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\memchr-2.8.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"memchr","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\memchr-2.8.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmemchr-a9dab70b81448764.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libmemchr-a9dab70b81448764.rmeta"],"executable":null,"fresh":true} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\thiserror-1d4aa1d4aa501a19\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libm-0.2.16\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libm","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libm-0.2.16\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["arch","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblibm-02e13daec431dc48.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","linked_libs":[],"linked_paths":[],"cfgs":["has_total_cmp"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\num-traits-b6bdd094a4cfb9d0\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerovec-0.11.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerovec","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerovec-0.11.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","yoke"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzerovec-cb5afaadf699c807.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libzerovec-cb5afaadf699c807.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.61.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.61.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["Wdk","Wdk_Foundation","Wdk_Storage","Wdk_Storage_FileSystem","Wdk_System","Wdk_System_IO","Win32","Win32_Foundation","Win32_Globalization","Win32_Networking","Win32_Networking_WinSock","Win32_Security","Win32_Storage","Win32_Storage_FileSystem","Win32_System","Win32_System_Com","Win32_System_Console","Win32_System_IO","Win32_System_Pipes","Win32_System_SystemInformation","Win32_System_SystemServices","Win32_System_Threading","Win32_System_WindowsProgramming","Win32_UI","Win32_UI_Shell","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_sys-a735ddb9133f88b8.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_sys-a735ddb9133f88b8.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-core-0.1.36\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tracing_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-core-0.1.36\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","once_cell","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtracing_core-6f4a7fadd7c7b29b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_core-0.6.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_core-0.6.4\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","getrandom","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand_core-06288a1e4792692b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerofrom-0.1.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerofrom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerofrom-0.1.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzerofrom-4c9409d97582a14d.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.69","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thiserror-impl-1.0.69\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"thiserror_impl","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thiserror-impl-1.0.69\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\thiserror_impl-4bbe08ad9fc61b61.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\thiserror_impl-4bbe08ad9fc61b61.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\thiserror_impl-4bbe08ad9fc61b61.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\thiserror_impl-4bbe08ad9fc61b61.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerovec-0.11.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerovec","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerovec-0.11.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","yoke"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzerovec-f611bed8a0c510bb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\syn-1.0.109\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\syn-1.0.109\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["clone-impls","default","derive","extra-traits","fold","full","parsing","printing","proc-macro","quote"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\syn-f372d0c4d1e7d498\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\syn-f372d0c4d1e7d498\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\stable_deref_trait-1.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"stable_deref_trait","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\stable_deref_trait-1.2.1\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libstable_deref_trait-7e3da126ecc8b10f.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","linked_libs":[],"linked_paths":[],"cfgs":["syn_disable_nightly_tests"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\syn-26a7b2b40b62e5c2\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\yoke-0.8.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"yoke","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\yoke-0.8.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","zerofrom"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libyoke-4fe19bb87aba294e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-traits-0.2.19\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_traits","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-traits-0.2.19\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","i128","libm","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnum_traits-52afde461b3169dd.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typenum-1.19.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"typenum","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typenum-1.19.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtypenum-13e2c33599e9c267.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zmij-1.0.21\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zmij","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zmij-1.0.21\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzmij-c70c0b499ff2eb91.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\percent-encoding-2.3.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"percent_encoding","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\percent-encoding-2.3.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpercent_encoding-7a609891a6b909f6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\subtle-2.6.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"subtle","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\subtle-2.6.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","i128","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsubtle-4107bd13072048d2.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_json-1.0.149\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_json-1.0.149\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","raw_value","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\serde_json-abf804a479e896cf\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\serde_json-abf804a479e896cf\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149","linked_libs":[],"linked_paths":[],"cfgs":["fast_arithmetic=\"64\""],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\serde_json-e3cb22b9d1fc047a\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-0.1.44\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tracing","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-0.1.44\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["attributes","default","log","std","tracing-attributes"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtracing-e7ce9a4ab4666356.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crypto-common-0.1.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crypto_common","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crypto-common-0.1.7\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["getrandom","rand_core","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrypto_common-d1e5304f10e32652.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-sink-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_sink","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-sink-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_sink-5ba79746f4d7cfeb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\generic-array-0.14.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"generic_array","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\generic-array-0.14.7\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["more_lengths"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libgeneric_array-7746e4139f214114.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\syn-1.0.109\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"syn","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\syn-1.0.109\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["clone-impls","default","derive","extra-traits","fold","full","parsing","printing","proc-macro","quote"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsyn-20572db5a3451155.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsyn-20572db5a3451155.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-core-0.1.36\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tracing_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-core-0.1.36\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","once_cell","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtracing_core-6f4a7fadd7c7b29b.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_json-1.0.149\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_json","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_json-1.0.149\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","raw_value","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_json-47f62ad05e7dd614.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerovec-0.11.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerovec","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerovec-0.11.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","yoke"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzerovec-f611bed8a0c510bb.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tinystr-0.8.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tinystr","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tinystr-0.8.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtinystr-f3f8991d8c863749.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtinystr-f3f8991d8c863749.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\writeable-0.6.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"writeable","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\writeable-0.6.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwriteable-8eaa23a8fc72fe33.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwriteable-8eaa23a8fc72fe33.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\scopeguard-1.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"scopeguard","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\scopeguard-1.2.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libscopeguard-c12be09574878fbf.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libscopeguard-c12be09574878fbf.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\litemap-0.8.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"litemap","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\litemap-0.8.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblitemap-03ea5ae0c34ef598.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liblitemap-03ea5ae0c34ef598.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\scopeguard-1.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"scopeguard","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\scopeguard-1.2.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libscopeguard-c12be09574878fbf.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libscopeguard-c12be09574878fbf.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\itoa-1.0.18\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"itoa","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\itoa-1.0.18\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libitoa-7c3663b5fe7fa61d.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libitoa-7c3663b5fe7fa61d.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_locale_core-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_locale_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_locale_core-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_locale_core-c82e81785057bc74.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_locale_core-c82e81785057bc74.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\percent-encoding-2.3.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"percent_encoding","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\percent-encoding-2.3.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpercent_encoding-7a609891a6b909f6.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\lock_api-0.4.14\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lock_api","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\lock_api-0.4.14\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["atomic_usize","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblock_api-f9a8c3851c007193.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liblock_api-f9a8c3851c007193.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tinystr-0.8.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tinystr","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tinystr-0.8.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtinystr-cc220c1f1d9ac4cf.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_locale_core-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_locale_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_locale_core-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_locale_core-c82e81785057bc74.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_locale_core-c82e81785057bc74.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-0.1.44\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tracing","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-0.1.44\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["attributes","default","log","std","tracing-attributes"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtracing-e7ce9a4ab4666356.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\potential_utf-0.1.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"potential_utf","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\potential_utf-0.1.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpotential_utf-c4534e162ef6a716.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libpotential_utf-c4534e162ef6a716.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerotrie-0.2.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerotrie","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerotrie-0.2.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["yoke","zerofrom"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzerotrie-bd7695fb88d23fa9.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libzerotrie-bd7695fb88d23fa9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-utils-0.8.21\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-utils-0.8.21\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\crossbeam-utils-c3bf4311ccab4b5b\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\crossbeam-utils-c3bf4311ccab4b5b\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\crossbeam-utils-ac7789a279f6cd76\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_provider-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_provider","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_provider-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["baked"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_provider-22507d25805f343a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_provider-22507d25805f343a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_collections-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_collections","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_collections-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_collections-f01d33f578b9b9f6.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_collections-f01d33f578b9b9f6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crypto-common-0.1.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crypto_common","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crypto-common-0.1.7\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["getrandom","rand_core","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrypto_common-d1e5304f10e32652.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\socket2-0.6.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"socket2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\socket2-0.6.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["all"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsocket2-cea3d48613f5d292.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#mio@1.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"mio","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["net","os-ext","os-poll"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmio-735276fa78cf9a5d.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.6.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-macros-2.6.1\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"tokio_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-macros-2.6.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\tokio_macros-507636ed77144730.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\tokio_macros-507636ed77144730.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\tokio_macros-507636ed77144730.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\tokio_macros-507636ed77144730.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-sink-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_sink","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-sink-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_sink-5ba79746f4d7cfeb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-1.50.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-1.50.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["bytes","default","fs","full","io-std","io-util","libc","macros","mio","net","parking_lot","process","rt","rt-multi-thread","signal","signal-hook-registry","socket2","sync","test-util","time","tokio-macros","windows-sys"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtokio-80bbad526ac32790.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-utils-0.8.21\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam_utils","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-utils-0.8.21\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrossbeam_utils-8b9e001a42276d7a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tinystr-0.8.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tinystr","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tinystr-0.8.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtinystr-cc220c1f1d9ac4cf.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\parking_lot_core-0.9.12\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking_lot_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\parking_lot_core-0.9.12\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libparking_lot_core-886424ce29764976.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libparking_lot_core-886424ce29764976.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties_data-2.1.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_properties_data","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties_data-2.1.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_properties_data-c890edd7c93be33f.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_properties_data-c890edd7c93be33f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer_data-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_normalizer_data","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer_data-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_normalizer_data-4b81d725c8bbd1f8.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_normalizer_data-4b81d725c8bbd1f8.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\writeable-0.6.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"writeable","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\writeable-0.6.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwriteable-36f48f6992b66b63.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\litemap-0.8.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"litemap","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\litemap-0.8.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblitemap-d32bb148fde5a830.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_locale_core-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_locale_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_locale_core-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_locale_core-928fbf4f8a4b286c.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-1.50.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-1.50.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["bytes","default","fs","full","io-std","io-util","libc","macros","mio","net","parking_lot","process","rt","rt-multi-thread","signal","signal-hook-registry","socket2","sync","test-util","time","tokio-macros","windows-sys"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtokio-80bbad526ac32790.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_provider-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_provider","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_provider-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["baked"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_provider-22507d25805f343a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_provider-22507d25805f343a.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_collections-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_collections","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_collections-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_collections-f01d33f578b9b9f6.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_collections-f01d33f578b9b9f6.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-channel-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_channel","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-channel-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","futures-sink","sink","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_channel-9e6c7c36ae01bf11.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\potential_utf-0.1.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"potential_utf","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\potential_utf-0.1.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpotential_utf-8059931c249caf5b.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerotrie-0.2.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerotrie","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerotrie-0.2.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["yoke","zerofrom"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzerotrie-b4d407c80c80f1a4.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libm-0.2.16\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libm-0.2.16\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["arch","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\libm-bd7418a92bc760c4\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\libm-bd7418a92bc760c4\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_provider-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_provider","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_provider-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["baked"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_provider-490883674567f439.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16","linked_libs":[],"linked_paths":[],"cfgs":["arch_enabled"],"env":[["CFG_CARGO_FEATURES","[\"arch\", \"default\"]"],["CFG_OPT_LEVEL","0"],["CFG_TARGET_FEATURES","[\"cmpxchg16b\", \"fxsr\", \"sse\", \"sse2\", \"sse3\"]"]],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\libm-4d59f2c463ac0d06\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_collections-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_collections","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_collections-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_collections-8c7265b921ca17b8.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\parking_lot_core-0.9.12\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking_lot_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\parking_lot_core-0.9.12\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libparking_lot_core-886424ce29764976.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libparking_lot_core-886424ce29764976.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer_data-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_normalizer_data","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer_data-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_normalizer_data-4b81d725c8bbd1f8.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_normalizer_data-4b81d725c8bbd1f8.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties_data-2.1.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_properties_data","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties_data-2.1.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_properties_data-c890edd7c93be33f.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_properties_data-c890edd7c93be33f.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-traits-0.2.19\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-traits-0.2.19\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","i128","libm","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\num-traits-1361174c51cf2be9\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\num-traits-1361174c51cf2be9\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-macro-0.3.32\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"futures_macro","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-macro-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\futures_macro-fa65642e3e2dde51.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\futures_macro-fa65642e3e2dde51.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\futures_macro-fa65642e3e2dde51.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\futures_macro-fa65642e3e2dde51.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\syn-1.0.109\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\syn-1.0.109\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["clone-impls","default","derive","extra-traits","fold","full","parsing","printing","proc-macro","quote"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\syn-f372d0c4d1e7d498\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\syn-f372d0c4d1e7d498\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_json-1.0.149\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_json-1.0.149\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","raw_value","std","unbounded_depth"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\serde_json-ee274d25546ab47a\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\serde_json-ee274d25546ab47a\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\slab-0.4.12\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"slab","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\slab-0.4.12\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libslab-40afb97792032206.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\byteorder-1.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"byteorder","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\byteorder-1.5.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbyteorder-bc3205c56f03d767.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libbyteorder-bc3205c56f03d767.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-task-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_task","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-task-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_task-54e4c6e17aaa5be6.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-io-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_io","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-io-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_io-569c6dd923c90dc4.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#const-oid@0.9.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\const-oid-0.9.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"const_oid","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\const-oid-0.9.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libconst_oid-8b405b383114b1c9.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-util-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_util","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-util-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","async-await","async-await-macro","channel","futures-channel","futures-io","futures-macro","futures-sink","io","memchr","sink","slab","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_util-9810da2e8d7c17bb.rmeta"],"executable":null,"fresh":true} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149","linked_libs":[],"linked_paths":[],"cfgs":["fast_arithmetic=\"64\""],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\serde_json-32cb60774799ab58\\out"} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","linked_libs":[],"linked_paths":[],"cfgs":["syn_disable_nightly_tests"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\syn-26a7b2b40b62e5c2\\out"} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","linked_libs":[],"linked_paths":[],"cfgs":["has_total_cmp"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\num-traits-b6bdd094a4cfb9d0\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_locale_core-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_locale_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_locale_core-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_locale_core-928fbf4f8a4b286c.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.1.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties-2.1.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_properties","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties-2.1.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compiled_data"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_properties-d82639bf89d3f598.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_properties-d82639bf89d3f598.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_normalizer","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compiled_data"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_normalizer-c145d636544cc85a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_normalizer-c145d636544cc85a.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\parking_lot-0.12.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking_lot","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\parking_lot-0.12.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libparking_lot-595bc88981048327.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libparking_lot-595bc88981048327.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libm@0.2.16","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libm-0.2.16\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libm","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libm-0.2.16\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["arch","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblibm-02e13daec431dc48.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\form_urlencoded-1.2.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"form_urlencoded","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\form_urlencoded-1.2.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libform_urlencoded-6dd31da5f8bbdb15.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer_data-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_normalizer_data","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer_data-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_normalizer_data-4eeb9ea125b6d4bb.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties_data-2.1.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_properties_data","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties_data-2.1.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_properties_data-545490d9700a6d61.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\potential_utf-0.1.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"potential_utf","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\potential_utf-0.1.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["zerovec"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpotential_utf-8059931c249caf5b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerotrie-0.2.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerotrie","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerotrie-0.2.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["yoke","zerofrom"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzerotrie-b4d407c80c80f1a4.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zmij@1.0.21","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zmij-1.0.21\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zmij","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zmij-1.0.21\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzmij-6e44144048078e1d.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libzmij-6e44144048078e1d.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.29","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\log-0.4.29\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"log","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\log-0.4.29\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblog-4064cf46d3e29ea5.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liblog-4064cf46d3e29ea5.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.149","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_json-1.0.149\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_json","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_json-1.0.149\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","raw_value","std","unbounded_depth"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_json-d8deb0be5ebc62f8.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_json-d8deb0be5ebc62f8.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.1.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties-2.1.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_properties","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties-2.1.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compiled_data"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_properties-4ca24f59aa4a16f9.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_normalizer","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compiled_data"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_normalizer-b70516df1c93b9b3.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-traits-0.2.19\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_traits","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-traits-0.2.19\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","i128","libm","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnum_traits-52afde461b3169dd.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_provider-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_provider","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_provider-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["baked"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_provider-490883674567f439.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_collections-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_collections","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_collections-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_collections-8c7265b921ca17b8.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\idna_adapter-1.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"idna_adapter","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\idna_adapter-1.2.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compiled_data"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libidna_adapter-8bfc44579dc6c5ed.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libidna_adapter-8bfc44579dc6c5ed.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\syn-1.0.109\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"syn","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\syn-1.0.109\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["clone-impls","default","derive","extra-traits","fold","full","parsing","printing","proc-macro","quote"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsyn-20572db5a3451155.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsyn-20572db5a3451155.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\percent-encoding-2.3.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"percent_encoding","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\percent-encoding-2.3.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpercent_encoding-6a0f3cac05df0305.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libpercent_encoding-6a0f3cac05df0305.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-channel-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_channel","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-channel-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","futures-sink","sink","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_channel-9e6c7c36ae01bf11.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\utf8_iter-1.0.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"utf8_iter","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\utf8_iter-1.0.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libutf8_iter-21bbaa24b305edee.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libutf8_iter-21bbaa24b305edee.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\idna-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"idna","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\idna-1.1.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","compiled_data","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libidna-6f8824775951d60f.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libidna-6f8824775951d60f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\percent-encoding-2.3.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"percent_encoding","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\percent-encoding-2.3.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpercent_encoding-6a0f3cac05df0305.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libpercent_encoding-6a0f3cac05df0305.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\form_urlencoded-1.2.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"form_urlencoded","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\form_urlencoded-1.2.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libform_urlencoded-4bca1fa669ee7bb8.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libform_urlencoded-4bca1fa669ee7bb8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\idna-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"idna","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\idna-1.1.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","compiled_data","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libidna-6f8824775951d60f.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libidna-6f8824775951d60f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\form_urlencoded-1.2.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"form_urlencoded","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\form_urlencoded-1.2.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libform_urlencoded-6dd31da5f8bbdb15.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.1.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties_data-2.1.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_properties_data","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties_data-2.1.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_properties_data-545490d9700a6d61.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer_data-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_normalizer_data","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer_data-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_normalizer_data-4eeb9ea125b6d4bb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-macro-0.3.32\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"futures_macro","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-macro-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\futures_macro-fa65642e3e2dde51.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\futures_macro-fa65642e3e2dde51.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\futures_macro-fa65642e3e2dde51.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\futures_macro-fa65642e3e2dde51.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-task-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_task","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-task-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_task-54e4c6e17aaa5be6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\slab-0.4.12\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"slab","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\slab-0.4.12\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libslab-40afb97792032206.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.47","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-0.8.47\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-0.8.47\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","simd","zerocopy-derive"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\zerocopy-5507f422d41653d0\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\zerocopy-5507f422d41653d0\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-io-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_io","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-io-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_io-569c6dd923c90dc4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bytes-1.11.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bytes","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bytes-1.11.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbytes-73c903222caad142.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libbytes-73c903222caad142.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#const-oid@0.9.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\const-oid-0.9.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"const_oid","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\const-oid-0.9.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libconst_oid-8b405b383114b1c9.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.47","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\zerocopy-ea5313a02bcd0f95\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-util-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_util","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-util-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","async-await","async-await-macro","channel","futures-channel","futures-io","futures-macro","futures-sink","io","memchr","sink","slab","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_util-9810da2e8d7c17bb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_normalizer","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer-2.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compiled_data"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_normalizer-b70516df1c93b9b3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.1.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties-2.1.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_properties","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties-2.1.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compiled_data"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libicu_properties-4ca24f59aa4a16f9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#url@2.5.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\url-2.5.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"url","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\url-2.5.8\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liburl-f6ea4980e7289dc7.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liburl-f6ea4980e7289dc7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.4.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.4.2\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libgetrandom-4d985aed286acac6.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libgetrandom-4d985aed286acac6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy-derive@0.8.47","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-derive-0.8.47\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zerocopy_derive","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-derive-0.8.47\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\zerocopy_derive-edf45ef1c87bbe17.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\zerocopy_derive-edf45ef1c87bbe17.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\zerocopy_derive-edf45ef1c87bbe17.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\zerocopy_derive-edf45ef1c87bbe17.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\equivalent-1.0.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"equivalent","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\equivalent-1.0.2\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libequivalent-7dd4e691ab3179e6.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libequivalent-7dd4e691ab3179e6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.16.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.16.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhashbrown-beaa947221958ecb.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libhashbrown-beaa947221958ecb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.47","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-0.8.47\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerocopy","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-0.8.47\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["derive","simd","zerocopy-derive"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzerocopy-857f9e6782ee5f27.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\indexmap-2.13.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"indexmap","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\indexmap-2.13.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libindexmap-f5532a84b15092e9.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libindexmap-f5532a84b15092e9.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\idna_adapter-1.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"idna_adapter","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\idna_adapter-1.2.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compiled_data"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libidna_adapter-56cf108900dde64b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thiserror-1.0.69\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"thiserror","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thiserror-1.0.69\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libthiserror-d6fca69794b67b6e.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libthiserror-d6fca69794b67b6e.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thiserror-2.0.18\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"thiserror","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thiserror-2.0.18\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libthiserror-0db4091b786f4eb3.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\utf8_iter-1.0.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"utf8_iter","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\utf8_iter-1.0.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libutf8_iter-c62651a4c86416e5.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bytes@1.11.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bytes-1.11.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bytes","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bytes-1.11.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbytes-73c903222caad142.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libbytes-73c903222caad142.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\idna-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"idna","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\idna-1.1.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","compiled_data","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libidna-ec067b5682e31026.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#url@2.5.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\url-2.5.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"url","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\url-2.5.8\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liburl-f6ea4980e7289dc7.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liburl-f6ea4980e7289dc7.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\block-buffer-0.10.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"block_buffer","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\block-buffer-0.10.4\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libblock_buffer-c25654bd356de7d4.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.4.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.4.2\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libgetrandom-4d985aed286acac6.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libgetrandom-4d985aed286acac6.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libc-0.2.183\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libc-0.2.183\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\libc-b74b05cf8234ab27\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\libc-b74b05cf8234ab27\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\equivalent-1.0.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"equivalent","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\equivalent-1.0.2\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libequivalent-7dd4e691ab3179e6.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libequivalent-7dd4e691ab3179e6.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.3.4\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.3.4\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\getrandom-b1849ce219f50d7b\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\getrandom-b1849ce219f50d7b\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.16.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.16.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhashbrown-beaa947221958ecb.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libhashbrown-beaa947221958ecb.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\indexmap-2.13.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"indexmap","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\indexmap-2.13.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libindexmap-f5532a84b15092e9.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libindexmap-f5532a84b15092e9.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\getrandom-20b8fa8559b0154e\\out"} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183","linked_libs":[],"linked_paths":[],"cfgs":["freebsd12"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\libc-76d440bfb2b20a17\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\digest-0.10.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"digest","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\digest-0.10.7\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","block-buffer","const-oid","core-api","default","mac","oid","std","subtle"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdigest-f193634ac40f26b6.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#url@2.5.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\url-2.5.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"url","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\url-2.5.8\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liburl-4671266d32bf17b5.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thiserror-1.0.69\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"thiserror","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thiserror-1.0.69\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libthiserror-d6fca69794b67b6e.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libthiserror-d6fca69794b67b6e.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-utils-0.8.21\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-utils-0.8.21\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\crossbeam-utils-c3bf4311ccab4b5b\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\crossbeam-utils-c3bf4311ccab4b5b\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#http@1.4.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\http-1.4.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"http","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\http-1.4.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhttp-30f6587e9251a429.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\crossbeam-utils-ac7789a279f6cd76\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cpufeatures-0.2.17\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cpufeatures","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cpufeatures-0.2.17\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcpufeatures-e17531c39eceb0d8.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\anyhow-1.0.102\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\anyhow-1.0.102\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\anyhow-a6fb742dbf592df4\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\anyhow-a6fb742dbf592df4\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-utils-0.8.21\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam_utils","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-utils-0.8.21\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrossbeam_utils-8b9e001a42276d7a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\idna-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"idna","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\idna-1.1.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","compiled_data","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libidna-ec067b5682e31026.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.3.4\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.3.4\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\getrandom-b1849ce219f50d7b\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\getrandom-b1849ce219f50d7b\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#url@2.5.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\url-2.5.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"url","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\url-2.5.8\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liburl-4671266d32bf17b5.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\getrandom-20b8fa8559b0154e\\out"} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\anyhow-ff7d2e6a15a69f2e\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\block-buffer-0.10.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"block_buffer","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\block-buffer-0.10.4\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libblock_buffer-c25654bd356de7d4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libc-0.2.183\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libc-0.2.183\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\libc-b74b05cf8234ab27\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\libc-b74b05cf8234ab27\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\digest-0.10.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"digest","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\digest-0.10.7\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","block-buffer","const-oid","core-api","default","mac","oid","std","subtle"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdigest-736d3b502e10f8a6.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183","linked_libs":[],"linked_paths":[],"cfgs":["freebsd12"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\libc-76d440bfb2b20a17\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\byteorder-1.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"byteorder","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\byteorder-1.5.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbyteorder-4ee58ac63abd2ff9.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.19.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typenum-1.19.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"typenum","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typenum-1.19.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtypenum-60f5e0e097a244da.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtypenum-60f5e0e097a244da.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cpufeatures-0.2.17\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cpufeatures","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cpufeatures-0.2.17\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcpufeatures-e17531c39eceb0d8.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\generic-array-0.14.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"generic_array","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\generic-array-0.14.7\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["more_lengths"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libgeneric_array-5e6faae52e20f394.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libgeneric_array-5e6faae52e20f394.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#http@1.4.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\http-1.4.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"http","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\http-1.4.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhttp-30f6587e9251a429.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aho-corasick-1.1.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"aho_corasick","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aho-corasick-1.1.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["perf-literal","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libaho_corasick-33010bb26b753d34.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bitflags-2.11.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bitflags-2.11.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde","serde_core"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbitflags-f66f4a40e098ccb7.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ahash-0.8.12\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ahash-0.8.12\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","getrandom","runtime-rng","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\ahash-048c2f2608995a02\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\ahash-048c2f2608995a02\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.48.5\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.48.5\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\windows_x86_64_msvc-f0fcf1c5694cd464\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\windows_x86_64_msvc-f0fcf1c5694cd464\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-syntax-0.8.10\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex_syntax","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-syntax-0.8.10\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libregex_syntax-f8e8c0494cc57f6f.rmeta"],"executable":null,"fresh":true} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12","linked_libs":[],"linked_paths":[],"cfgs":["folded_multiply"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\ahash-98bf40876c50dd15\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-automata-0.4.14\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex_automata","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-automata-0.4.14\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","dfa-build","dfa-onepass","dfa-search","hybrid","meta","nfa-backtrack","nfa-pikevm","nfa-thompson","perf-inline","perf-literal","perf-literal-multisubstring","perf-literal-substring","std","syntax","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment","unicode-word-boundary"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libregex_automata-7ad2d595207571b4.rmeta"],"executable":null,"fresh":true} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5","linked_libs":[],"linked_paths":["native=C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.48.5\\lib"],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\windows_x86_64_msvc-a5db599b4cef12d4\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.47","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-0.8.47\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerocopy","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-0.8.47\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzerocopy-850cea7551b9b54b.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bitflags-2.11.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bitflags-2.11.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde","serde_core"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbitflags-f66f4a40e098ccb7.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\equivalent-1.0.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"equivalent","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\equivalent-1.0.2\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libequivalent-e113575d355eefe7.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\block-buffer-0.10.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"block_buffer","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\block-buffer-0.10.4\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libblock_buffer-3e4d5ed17a08b747.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libblock_buffer-3e4d5ed17a08b747.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crypto-common-0.1.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crypto_common","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crypto-common-0.1.7\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrypto_common-bb887537227bb88d.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcrypto_common-bb887537227bb88d.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.4.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.4.2\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libgetrandom-20d0450b24c6a2e6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#either@1.15.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\either-1.15.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"either","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\either-1.15.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","std","use_std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libeither-bca8be841577ede1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\equivalent-1.0.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"equivalent","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\equivalent-1.0.2\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libequivalent-e113575d355eefe7.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#subtle@2.6.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\subtle-2.6.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"subtle","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\subtle-2.6.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsubtle-fcde06295716dc74.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsubtle-fcde06295716dc74.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\digest-0.10.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"digest","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\digest-0.10.7\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","block-buffer","core-api","default","mac","std","subtle"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdigest-c74ca95da9fa7575.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libdigest-c74ca95da9fa7575.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sha1_smol@1.0.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sha1_smol-1.0.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sha1_smol","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sha1_smol-1.0.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsha1_smol-34fdccfeb7cc3483.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.16.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.16.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhashbrown-a810bcad5b441f5a.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\byteorder-1.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"byteorder","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\byteorder-1.5.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbyteorder-4ee58ac63abd2ff9.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\indexmap-2.13.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"indexmap","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\indexmap-2.13.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libindexmap-132c00e4ad411ea7.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#uuid@1.22.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\uuid-1.22.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"uuid","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\uuid-1.22.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","rng","serde","sha1","std","v4","v5"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libuuid-c5efee1ef0ea396d.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#allocator-api2@0.2.21","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\allocator-api2-0.2.21\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"allocator_api2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\allocator-api2-0.2.21\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liballocator_api2-4595206d1c10a8a2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.16.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.16.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.16.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhashbrown-a810bcad5b441f5a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-hack@0.5.20+deprecated","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\proc-macro-hack-0.5.20+deprecated\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\proc-macro-hack-0.5.20+deprecated\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\proc-macro-hack-cbd312777f663418\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\proc-macro-hack-cbd312777f663418\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\indexmap-2.13.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"indexmap","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\indexmap-2.13.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libindexmap-132c00e4ad411ea7.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-hack@0.5.20+deprecated","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\proc-macro-hack-7bd31827dd681ea7\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\chrono-0.4.44\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"chrono","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\chrono-0.4.44\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","clock","default","iana-time-zone","js-sys","now","oldtime","serde","std","wasm-bindgen","wasmbind","winapi","windows-link"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libchrono-3179654f50172d14.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.69","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thiserror-1.0.69\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"thiserror","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thiserror-1.0.69\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libthiserror-c611a9792a19f287.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#allocator-api2@0.2.21","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\allocator-api2-0.2.21\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"allocator_api2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\allocator-api2-0.2.21\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liballocator_api2-4595206d1c10a8a2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-hack@0.5.20+deprecated","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\proc-macro-hack-0.5.20+deprecated\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"proc_macro_hack","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\proc-macro-hack-0.5.20+deprecated\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\proc_macro_hack-51d70a37c357b76f.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\proc_macro_hack-51d70a37c357b76f.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\proc_macro_hack-51d70a37c357b76f.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\proc_macro_hack-51d70a37c357b76f.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\once_cell-1.21.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"once_cell","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\once_cell-1.21.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","race","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libonce_cell-fd55d22732208bc8.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libonce_cell-fd55d22732208bc8.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pkg-config-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pkg_config","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pkg-config-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpkg_config-1b0ac254d63a29e4.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libpkg_config-1b0ac254d63a29e4.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zeroize-1.8.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zeroize","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zeroize-1.8.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzeroize-54daabafd6b605e0.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-core-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-core-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_core-2461fe7071cff216.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_core-2461fe7071cff216.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#vcpkg@0.2.15","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\vcpkg-0.2.15\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"vcpkg","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\vcpkg-0.2.15\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libvcpkg-c78c6010059a977b.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libvcpkg-c78c6010059a977b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-core-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-core-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_core-2461fe7071cff216.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_core-2461fe7071cff216.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pkg-config-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pkg_config","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pkg-config-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpkg_config-1b0ac254d63a29e4.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libpkg_config-1b0ac254d63a29e4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cpufeatures-0.2.17\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cpufeatures","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cpufeatures-0.2.17\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcpufeatures-82d036f4eb718261.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcpufeatures-82d036f4eb718261.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sha2-0.10.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sha2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sha2-0.10.9\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsha2-7b6b7f8ae2425f32.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsha2-7b6b7f8ae2425f32.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.3.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.3.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libgetrandom-7b5389115036a22f.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base64-0.22.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"base64","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base64-0.22.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbase64-3a49147d849773fa.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\paste-1.0.15\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\paste-1.0.15\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\paste-2e9018f20b34b5ee\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\paste-2e9018f20b34b5ee\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.17","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cpufeatures-0.2.17\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cpufeatures","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cpufeatures-0.2.17\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcpufeatures-82d036f4eb718261.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcpufeatures-82d036f4eb718261.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pin-project-lite-0.2.17\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pin_project_lite","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pin-project-lite-0.2.17\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpin_project_lite-4abfcf01ecc7125f.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libpin_project_lite-4abfcf01ecc7125f.rmeta"],"executable":null,"fresh":true} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\paste-f68e7235a28593f8\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sha2-0.10.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sha2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sha2-0.10.9\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsha2-7b6b7f8ae2425f32.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsha2-7b6b7f8ae2425f32.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sha2-0.10.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sha2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sha2-0.10.9\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","oid","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsha2-3fb3df041a1de679.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.3.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.3.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libgetrandom-7b5389115036a22f.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\chrono-0.4.44\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"chrono","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\chrono-0.4.44\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","clock","default","iana-time-zone","js-sys","now","oldtime","serde","std","wasm-bindgen","wasmbind","winapi","windows-link"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libchrono-3179654f50172d14.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sha2-0.10.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sha2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sha2-0.10.9\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","oid","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsha2-108b7729a578fdd6.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#spin@0.9.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\spin-0.9.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"spin","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\spin-0.9.8\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["barrier","default","lazy","lock_api","lock_api_crate","mutex","once","rwlock","spin_mutex"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libspin-aa2e7615df01419b.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-traits-0.2.19\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-traits-0.2.19\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\num-traits-d234b92ff06b065f\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\num-traits-d234b92ff06b065f\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zeroize-1.8.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zeroize","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zeroize-1.8.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzeroize-54daabafd6b605e0.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-sink-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_sink","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-sink-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_sink-30a4dad1e5f30cba.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_sink-30a4dad1e5f30cba.rmeta"],"executable":null,"fresh":true} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","linked_libs":[],"linked_paths":[],"cfgs":["has_total_cmp"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\num-traits-55b63f532a4ec5df\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\paste-1.0.15\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"paste","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\paste-1.0.15\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\paste-62461bab86b99aa9.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\paste-62461bab86b99aa9.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\paste-62461bab86b99aa9.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\paste-62461bab86b99aa9.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ppv-lite86-0.2.21\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ppv_lite86","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ppv-lite86-0.2.21\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libppv_lite86-b04bcc498f067edd.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\http-body-1.0.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"http_body","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\http-body-1.0.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhttp_body-050e0735e9155daf.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.3.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.3.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libgetrandom-815ddd118a13d406.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libgetrandom-815ddd118a13d406.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-utils-0.8.21\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-utils-0.8.21\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\crossbeam-utils-3ce9954fa01125cf\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\crossbeam-utils-3ce9954fa01125cf\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.21","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ppv-lite86-0.2.21\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ppv_lite86","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ppv-lite86-0.2.21\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libppv_lite86-8f77d7568b8e9a87.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc-catalog@2.4.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc-catalog-2.4.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crc_catalog","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc-catalog-2.4.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrc_catalog-54f1ddbef010114c.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-service-0.3.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tower_service","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-service-0.3.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtower_service-621ee16da2f32728.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc@3.4.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc-3.4.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crc","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc-3.4.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrc-3d56cc00898e447f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc32fast-1.5.0\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc32fast-1.5.0\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\crc32fast-c437355b07a76b54\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\crc32fast-c437355b07a76b54\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\windows_x86_64_msvc-38540bf3181b7a31\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\windows_x86_64_msvc-38540bf3181b7a31\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-utils-0.8.21\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-utils-0.8.21\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\crossbeam-utils-3ce9954fa01125cf\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\crossbeam-utils-3ce9954fa01125cf\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6","linked_libs":[],"linked_paths":["native=C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib"],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\windows_x86_64_msvc-3b036064a14243f2\\out"} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\crossbeam-utils-5f4784aeb1422676\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ahash-0.8.12\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ahash","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ahash-0.8.12\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","getrandom","runtime-rng","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libahash-780ba3c60130e52e.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libahash-780ba3c60130e52e.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_chacha-0.3.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_chacha","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_chacha-0.3.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand_chacha-f0f445ca29fa7c9e.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0","linked_libs":[],"linked_paths":[],"cfgs":["stable_arm_crc32_intrinsics"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\crc32fast-c08acdca17d20e73\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc@3.4.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc-3.4.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crc","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc-3.4.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrc-3d56cc00898e447f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_chacha-0.3.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_chacha","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_chacha-0.3.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand_chacha-e51eadbf93e7b756.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ahash-0.8.12\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ahash","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ahash-0.8.12\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","getrandom","runtime-rng","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libahash-a7bd557d81a32705.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libahash-a7bd557d81a32705.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-traits-0.2.19\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_traits","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-traits-0.2.19\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnum_traits-29f58a8d611a4908.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libnum_traits-29f58a8d611a4908.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-1.12.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-1.12.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","perf","perf-backtrack","perf-cache","perf-dfa","perf-inline","perf-literal","perf-onepass","std","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libregex-c2471f31985d99ee.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.48.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_x86_64_msvc","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.48.5\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_x86_64_msvc-873f80146b073c71.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-queue@0.3.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-queue-0.3.12\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam_queue","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-queue-0.3.12\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrossbeam_queue-b03aabc95302b55c.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libc-0.2.183\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libc","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libc-0.2.183\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblibc-f8f36b5150904b2e.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#mio@1.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"mio","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["net","os-ext","os-poll"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmio-55ffa2ab0951b0de.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libmio-55ffa2ab0951b0de.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\socket2-0.6.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"socket2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\socket2-0.6.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["all"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsocket2-79c2a8179ccbeb4c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsocket2-79c2a8179ccbeb4c.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-intrusive@0.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-intrusive-0.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_intrusive","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-intrusive-0.5.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","parking_lot","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_intrusive-a4eec1c2e67d6d83.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#either@1.15.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\either-1.15.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"either","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\either-1.15.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libeither-543bdfc8680a19ec.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\windows_x86_64_msvc-38540bf3181b7a31\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\windows_x86_64_msvc-38540bf3181b7a31\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-task-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_task","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-task-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_task-4387072233c2a84a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_task-4387072233c2a84a.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#allocator-api2@0.2.21","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\allocator-api2-0.2.21\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"allocator_api2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\allocator-api2-0.2.21\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liballocator_api2-852dffaba079e65d.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liballocator_api2-852dffaba079e65d.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\httparse-1.10.1\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\httparse-1.10.1\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\httparse-31c28c3969c0f982\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\httparse-31c28c3969c0f982\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-io-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_io","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-io-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_io-9eb4880a6e68fd23.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_io-9eb4880a6e68fd23.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#minimal-lexical@0.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\minimal-lexical-0.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"minimal_lexical","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\minimal-lexical-0.2.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libminimal_lexical-d09e18b32cecaf87.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libminimal_lexical-d09e18b32cecaf87.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tinyvec_macros-0.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tinyvec_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tinyvec_macros-0.1.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtinyvec_macros-720664ddcc02125c.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\slab-0.4.12\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"slab","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\slab-0.4.12\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libslab-3db3855b191467ea.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libslab-3db3855b191467ea.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nom@7.1.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\nom-7.1.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\nom-7.1.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnom-00432591819eba03.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libnom-00432591819eba03.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-io-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_io","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-io-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_io-9eb4880a6e68fd23.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_io-9eb4880a6e68fd23.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#allocator-api2@0.2.21","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\allocator-api2-0.2.21\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"allocator_api2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\allocator-api2-0.2.21\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liballocator_api2-852dffaba079e65d.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liballocator_api2-852dffaba079e65d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#minimal-lexical@0.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\minimal-lexical-0.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"minimal_lexical","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\minimal-lexical-0.2.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libminimal_lexical-d09e18b32cecaf87.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libminimal_lexical-d09e18b32cecaf87.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-task-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_task","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-task-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_task-4387072233c2a84a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_task-4387072233c2a84a.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-util-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_util","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-util-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","futures-io","futures-sink","io","memchr","sink","slab","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_util-89dd8f2f03098ff9.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_util-89dd8f2f03098ff9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nom@7.1.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\nom-7.1.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\nom-7.1.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnom-00432591819eba03.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libnom-00432591819eba03.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.14.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.14.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ahash","allocator-api2","default","inline-more"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhashbrown-ea5c12d30a7d520a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libhashbrown-ea5c12d30a7d520a.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tinyvec-1.11.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tinyvec","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tinyvec-1.11.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","tinyvec_macros"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtinyvec-6bf4e6200ff413de.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1","linked_libs":[],"linked_paths":[],"cfgs":["httparse_simd_neon_intrinsics","httparse_simd"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\httparse-7202345f727684a0\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.14.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.14.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ahash","allocator-api2","default","inline-more"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhashbrown-5cdd0b9976a3762b.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libhashbrown-5cdd0b9976a3762b.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6","linked_libs":[],"linked_paths":["native=C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib"],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\windows_x86_64_msvc-3b036064a14243f2\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio@1.50.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-1.50.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-1.50.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["bytes","default","fs","io-util","libc","mio","net","rt","socket2","sync","time","windows-sys"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtokio-2e32bf64af4e93e3.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtokio-2e32bf64af4e93e3.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-targets-0.48.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_targets","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-targets-0.48.5\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_targets-eec900a9dbf5e759.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand-0.8.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand-0.8.5\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","getrandom","libc","rand_chacha","std","std_rng"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand-7889e9944ea0e100.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand-0.8.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand-0.8.5\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","getrandom","libc","rand_chacha","std","std_rng"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand-40aefa9acca17f97.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-utils-0.8.21\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam_utils","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-utils-0.8.21\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrossbeam_utils-22114b5850f509d7.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcrossbeam_utils-22114b5850f509d7.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ahash-0.8.12\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ahash","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ahash-0.8.12\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","getrandom","runtime-rng","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libahash-aba56694af270b15.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ahash-0.8.12\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ahash","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ahash-0.8.12\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","getrandom","runtime-rng","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libahash-6e150d94571a55b9.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.36","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-core-0.1.36\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tracing_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-core-0.1.36\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["once_cell","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtracing_core-262352343a6b3be5.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtracing_core-262352343a6b3be5.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.48.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_x86_64_msvc","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.48.5\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_x86_64_msvc-2630b7c0ee808db7.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_x86_64_msvc-2630b7c0ee808db7.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hmac@0.12.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hmac-0.12.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hmac","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hmac-0.12.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["reset"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhmac-6d0c2433510c477b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#http-body@1.0.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\http-body-1.0.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"http_body","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\http-body-1.0.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhttp_body-050e0735e9155daf.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libc-0.2.183\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libc","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libc-0.2.183\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblibc-f8f36b5150904b2e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hmac@0.12.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hmac-0.12.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hmac","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hmac-0.12.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["reset"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhmac-945606a1fbe5f40c.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#atoi@2.0.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\atoi-2.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"atoi","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\atoi-2.0.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libatoi-f790730a6a33631b.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.89","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\async-trait-0.1.89\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"async_trait","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\async-trait-0.1.89\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\async_trait-549e0e4b73a6ad13.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\async_trait-549e0e4b73a6ad13.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\async_trait-549e0e4b73a6ad13.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\async_trait-549e0e4b73a6ad13.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc-catalog@2.4.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc-catalog-2.4.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crc_catalog","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc-catalog-2.4.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrc_catalog-72d298712472abd8.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcrc_catalog-72d298712472abd8.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode_categories@0.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode_categories-0.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_categories","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode_categories-0.1.1\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_categories-b0b965a9e2d04d51.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_categories-b0b965a9e2d04d51.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hex-0.4.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hex","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hex-0.4.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhex-b8a4ee048476e066.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode_categories@0.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode_categories-0.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_categories","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode_categories-0.1.1\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_categories-b0b965a9e2d04d51.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_categories-b0b965a9e2d04d51.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-service-0.3.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tower_service","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-service-0.3.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtower_service-621ee16da2f32728.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tinyvec_macros-0.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tinyvec_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tinyvec_macros-0.1.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtinyvec_macros-785012fbf7617b4f.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtinyvec_macros-785012fbf7617b4f.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlformat@0.2.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlformat-0.2.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlformat","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlformat-0.2.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlformat-b75b2a3ebf683112.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlformat-b75b2a3ebf683112.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc-catalog@2.4.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc-catalog-2.4.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crc_catalog","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc-catalog-2.4.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrc_catalog-72d298712472abd8.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcrc_catalog-72d298712472abd8.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.11.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tinyvec-1.11.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tinyvec","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tinyvec-1.11.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","tinyvec_macros"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtinyvec-e2c41b3b69a81b15.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtinyvec-e2c41b3b69a81b15.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc@3.4.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc-3.4.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crc","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc-3.4.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrc-263c0345de1fff78.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcrc-263c0345de1fff78.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlformat@0.2.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlformat-0.2.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlformat","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlformat-0.2.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlformat-b75b2a3ebf683112.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlformat-b75b2a3ebf683112.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-targets-0.48.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_targets","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-targets-0.48.5\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_targets-465b8d3ccb4c1c95.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_targets-465b8d3ccb4c1c95.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.14.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.14.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ahash","allocator-api2","default","inline-more","raw"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhashbrown-123a0c925c7bd2ec.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-0.1.44\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tracing","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-0.1.44\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["attributes","default","log","std","tracing-attributes"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtracing-6f92c71d33c8e0d4.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtracing-6f92c71d33c8e0d4.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-queue@0.3.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-queue-0.3.12\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam_queue","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-queue-0.3.12\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrossbeam_queue-8fa119faee59ace0.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcrossbeam_queue-8fa119faee59ace0.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.14.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.14.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ahash","allocator-api2","default","inline-more","raw"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhashbrown-3327132af416ad65.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.48.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.48.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["Win32","Win32_Foundation","Win32_UI","Win32_UI_Shell","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_sys-6bc4b2572595de61.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio-stream@0.1.18","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-stream-0.1.18\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio_stream","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-stream-0.1.18\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","fs","time"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtokio_stream-ff8918ee5bc80161.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtokio_stream-ff8918ee5bc80161.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashlink@0.8.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashlink-0.8.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashlink","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashlink-0.8.4\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhashlink-375c1295a1bb1977.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libhashlink-375c1295a1bb1977.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\httparse-1.10.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"httparse","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\httparse-1.10.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhttparse-353e32245d75214c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.48.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.48.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["Win32","Win32_Foundation","Win32_UI","Win32_UI_Shell","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_sys-6bc4b2572595de61.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.25","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-normalization-0.1.25\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_normalization","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-normalization-0.1.25\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_normalization-1a8c645acd1a4902.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#atoi@2.0.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\atoi-2.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"atoi","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\atoi-2.0.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libatoi-6af08a736023bb57.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libatoi-6af08a736023bb57.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashlink@0.8.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashlink-0.8.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashlink","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashlink-0.8.4\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhashlink-8e134a7cc4920beb.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libhashlink-8e134a7cc4920beb.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.44","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\chrono-0.4.44\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"chrono","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\chrono-0.4.44\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","clock","iana-time-zone","now","std","winapi","windows-link"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libchrono-1b8dcc170aac4e06.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libchrono-1b8dcc170aac4e06.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#atoi@2.0.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\atoi-2.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"atoi","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\atoi-2.0.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libatoi-6af08a736023bb57.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libatoi-6af08a736023bb57.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-channel-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_channel","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-channel-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","futures-sink","sink","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_channel-f6cf9019a29fba32.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_channel-f6cf9019a29fba32.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.27.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libsqlite3-sys-0.27.0\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libsqlite3-sys-0.27.0\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["bundled","bundled_bindings","cc","pkg-config","unlock_notify","vcpkg"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\libsqlite3-sys-155589c2b6ec1356\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\libsqlite3-sys-155589c2b6ec1356\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-intrusive@0.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-intrusive-0.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_intrusive","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-intrusive-0.5.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","parking_lot","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_intrusive-a76184ef02401692.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_intrusive-a76184ef02401692.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\anyhow-1.0.102\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"anyhow","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\anyhow-1.0.102\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libanyhow-9c2b1ae3be6b3969.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#either@1.15.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\either-1.15.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"either","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\either-1.15.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libeither-14f3258f1a8bdd44.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libeither-14f3258f1a8bdd44.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ring-0.17.14\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ring-0.17.14\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","dev_urandom_fallback","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\ring-034e21efd5a1c90a\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\ring-034e21efd5a1c90a\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#home@0.5.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\home-0.5.12\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"home","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\home-0.5.12\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhome-644b7f2d8f754192.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\httparse-1.10.1\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\httparse-1.10.1\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\httparse-31c28c3969c0f982\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\httparse-31c28c3969c0f982\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-properties@0.1.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-properties-0.1.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_properties","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-properties-0.1.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","emoji","general-category"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_properties-fd77251b484d3926.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\httpdate-1.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"httpdate","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\httpdate-1.0.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhttpdate-cd76abbf64c31bdf.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\try-lock-0.2.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"try_lock","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\try-lock-0.2.5\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtry_lock-656131bcec94598b.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hex-0.4.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hex","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hex-0.4.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhex-5b0a237d189c155a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libhex-5b0a237d189c155a.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.18","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-bidi-0.3.18\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_bidi","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-bidi-0.3.18\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","hardcoded-data","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_bidi-6a6af6ae6a25d57d.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#minimal-lexical@0.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\minimal-lexical-0.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"minimal_lexical","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\minimal-lexical-0.2.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libminimal_lexical-5f0d52d1ae40f2c1.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@2.5.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\event-listener-2.5.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"event_listener","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\event-listener-2.5.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libevent_listener-35e52d10e5e16c13.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libevent_listener-35e52d10e5e16c13.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-core@0.7.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-core-0.7.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-core-0.7.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["_rt-tokio","any","chrono","crc","default","json","migrate","offline","serde","serde_json","sha2","tokio","tokio-stream"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_core-3e70b9646e2f1cd0.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_core-3e70b9646e2f1cd0.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hex-0.4.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hex","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hex-0.4.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhex-5b0a237d189c155a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libhex-5b0a237d189c155a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#minimal-lexical@0.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\minimal-lexical-0.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"minimal_lexical","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\minimal-lexical-0.2.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libminimal_lexical-5f0d52d1ae40f2c1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-core@0.7.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-core-0.7.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-core-0.7.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["_rt-tokio","any","chrono","crc","default","json","migrate","offline","serde","serde_json","sha2","tokio","tokio-stream"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_core-0c42ed5c49138b15.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_core-0c42ed5c49138b15.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nom@7.1.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\nom-7.1.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\nom-7.1.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnom-44d4f1b6b6ae5644.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#stringprep@0.1.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\stringprep-0.1.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"stringprep","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\stringprep-0.1.5\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libstringprep-5f5d4df321b03899.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#want@0.3.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\want-0.3.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"want","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\want-0.3.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwant-f48e15a7b88fe210.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1","linked_libs":[],"linked_paths":[],"cfgs":["httparse_simd_neon_intrinsics","httparse_simd"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\httparse-7202345f727684a0\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#etcetera@0.8.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\etcetera-0.8.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"etcetera","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\etcetera-0.8.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libetcetera-25e8a988dc70df60.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14","linked_libs":["static=ring_core_0_17_14_","static=ring_core_0_17_14__test"],"linked_paths":["native=G:\\ZClaw_openfang\\target\\debug\\build\\ring-98d8c3f27159519f\\out"],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\ring-98d8c3f27159519f\\out"} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.27.0","linked_libs":["static=sqlite3"],"linked_paths":["native=G:\\ZClaw_openfang\\target\\debug\\build\\libsqlite3-sys-abd62adcb6ab84a9\\out"],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\libsqlite3-sys-abd62adcb6ab84a9\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.48.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.48.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["Win32","Win32_Foundation","Win32_UI","Win32_UI_Shell","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_sys-73d5e911e5ea24ed.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_sys-73d5e911e5ea24ed.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.25","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-normalization-0.1.25\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_normalization","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-normalization-0.1.25\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_normalization-26a6daa85490e108.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_normalization-26a6daa85490e108.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hkdf@0.12.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hkdf-0.12.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hkdf","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hkdf-0.12.4\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhkdf-beebae4517aca243.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hkdf@0.12.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hkdf-0.12.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hkdf","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hkdf-0.12.4\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhkdf-26ab92e8d959c5b4.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.27.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libsqlite3-sys-0.27.0\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libsqlite3-sys-0.27.0\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["bundled","bundled_bindings","cc","default","min_sqlite_version_3_14_0","pkg-config","unlock_notify","vcpkg"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\libsqlite3-sys-dda1f8548954d119\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\libsqlite3-sys-dda1f8548954d119\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hmac@0.12.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hmac-0.12.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hmac","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hmac-0.12.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["reset"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhmac-3f4dd428d05c5ee3.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libhmac-3f4dd428d05c5ee3.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\anyhow-1.0.102\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"anyhow","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\anyhow-1.0.102\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libanyhow-9c2b1ae3be6b3969.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#md-5@0.10.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\md-5-0.10.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"md5","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\md-5-0.10.6\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmd5-54f6930894c42b27.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#md-5@0.10.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\md-5-0.10.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"md5","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\md-5-0.10.6\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmd5-f177deef638123d4.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio-stream@0.1.18","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-stream-0.1.18\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio_stream","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-stream-0.1.18\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","fs","time"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtokio_stream-c1a8ef7f49fcea6d.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#spin@0.9.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\spin-0.9.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"spin","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\spin-0.9.8\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["barrier","default","lazy","lock_api","lock_api_crate","mutex","once","rwlock","spin_mutex"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libspin-9d3ef05e95b45514.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libspin-9d3ef05e95b45514.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#home@0.5.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\home-0.5.12\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"home","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\home-0.5.12\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhome-c7ff8c1b81363983.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libhome-c7ff8c1b81363983.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dotenvy@0.15.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dotenvy-0.15.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dotenvy","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dotenvy-0.15.7\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdotenvy-e6530c6ae09d3acc.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\atomic-waker-1.1.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"atomic_waker","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\atomic-waker-1.1.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libatomic_waker-37dc9b4ba20b5be1.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.18","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-bidi-0.3.18\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_bidi","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-bidi-0.3.18\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","hardcoded-data","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_bidi-8e3bec474c7dbac1.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_bidi-8e3bec474c7dbac1.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#whoami@1.6.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\whoami-1.6.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"whoami","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\whoami-1.6.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwhoami-d9505fd6c5ac06c5.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode_categories@0.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode_categories-0.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_categories","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode_categories-0.1.1\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_categories-281ae1f779c975c3.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pin-utils-0.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pin_utils","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pin-utils-0.1.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpin_utils-0a29d453a1ef8632.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dotenvy@0.15.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dotenvy-0.15.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dotenvy","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dotenvy-0.15.7\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdotenvy-e6530c6ae09d3acc.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-properties@0.1.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-properties-0.1.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_properties","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-properties-0.1.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","emoji","general-category"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_properties-e7d3b8e492af7fab.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_properties-e7d3b8e492af7fab.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-layer-0.3.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tower_layer","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-layer-0.3.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtower_layer-4736266191c68a93.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#convert_case@0.4.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\convert_case-0.4.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"convert_case","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\convert_case-0.4.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libconvert_case-035968048cee4e70.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libconvert_case-035968048cee4e70.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#whoami@1.6.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\whoami-1.6.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"whoami","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\whoami-1.6.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwhoami-d9505fd6c5ac06c5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.18","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-bidi-0.3.18\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_bidi","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-bidi-0.3.18\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","hardcoded-data","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_bidi-8e3bec474c7dbac1.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_bidi-8e3bec474c7dbac1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#derive_more@0.99.20","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\derive_more-0.99.20\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"derive_more","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\derive_more-0.99.20\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["add","add_assign","as_mut","as_ref","constructor","convert_case","default","deref","deref_mut","display","error","from","from_str","index","index_mut","into","into_iterator","is_variant","iterator","mul","mul_assign","not","rustc_version","sum","try_into","unwrap"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\derive_more-00dddcc98797d834.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\derive_more-00dddcc98797d834.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\derive_more-00dddcc98797d834.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\derive_more-00dddcc98797d834.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#stringprep@0.1.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\stringprep-0.1.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"stringprep","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\stringprep-0.1.5\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libstringprep-53dbf1f8b4bdeb56.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libstringprep-53dbf1f8b4bdeb56.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hyper@1.8.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hyper-1.8.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hyper","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hyper-1.8.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["client","default","http1","server"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhyper-bbe3b3e3d1ddbedd.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlformat@0.2.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlformat-0.2.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlformat","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlformat-0.2.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlformat-b69bb0b86b3c9bd4.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#etcetera@0.8.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\etcetera-0.8.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"etcetera","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\etcetera-0.8.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libetcetera-7a7d2b1244c52f65.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libetcetera-7a7d2b1244c52f65.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#flume@0.11.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\flume-0.11.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"flume","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\flume-0.11.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["async","futures-core","futures-sink"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libflume-d9af8eadaa7cee02.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libflume-d9af8eadaa7cee02.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.27.0","linked_libs":["static=sqlite3"],"linked_paths":["native=G:\\ZClaw_openfang\\target\\debug\\build\\libsqlite3-sys-58315387d44aea38\\out"],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\libsqlite3-sys-58315387d44aea38\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hkdf@0.12.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hkdf-0.12.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hkdf","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hkdf-0.12.4\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhkdf-aadd6e1ea4de7895.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libhkdf-aadd6e1ea4de7895.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.27.0","linked_libs":["static=sqlite3"],"linked_paths":["native=G:\\ZClaw_openfang\\target\\debug\\build\\libsqlite3-sys-58315387d44aea38\\out"],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\libsqlite3-sys-58315387d44aea38\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.27.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libsqlite3-sys-0.27.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libsqlite3_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libsqlite3-sys-0.27.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["bundled","bundled_bindings","cc","pkg-config","unlock_notify","vcpkg"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblibsqlite3_sys-f50ef60935b93831.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liblibsqlite3_sys-f50ef60935b93831.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashlink@0.8.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashlink-0.8.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashlink","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashlink-0.8.4\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhashlink-cd357469d12f6537.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\httparse-1.10.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"httparse","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\httparse-1.10.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhttparse-353e32245d75214c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashlink@0.8.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashlink-0.8.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashlink","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashlink-0.8.4\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhashlink-41bcf3f67577a78a.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-executor-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_executor","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-executor-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_executor-47fdef561b108ad6.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_executor-47fdef561b108ad6.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\http-body-util-0.1.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"http_body_util","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\http-body-util-0.1.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhttp_body_util-5aa8bb98e195cbde.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-types#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-types\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_types","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-types\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_types-40ac428d989061bd.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#md-5@0.10.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\md-5-0.10.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"md5","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\md-5-0.10.6\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmd5-d8bba2eb07405fe8.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libmd5-d8bba2eb07405fe8.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aho-corasick-1.1.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"aho_corasick","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aho-corasick-1.1.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["perf-literal","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libaho_corasick-33010bb26b753d34.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\untrusted-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"untrusted","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\untrusted-0.9.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libuntrusted-1e19c89c8f6ec185.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.13.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-segmentation-1.13.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_segmentation","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-segmentation-1.13.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_segmentation-ebb62883ddbd5de2.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_segmentation-ebb62883ddbd5de2.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fastrand-2.3.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fastrand","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fastrand-2.3.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfastrand-902a4bf06466413a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfastrand-902a4bf06466413a.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#urlencoding@2.1.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\urlencoding-2.1.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"urlencoding","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\urlencoding-2.1.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liburlencoding-16a1903d8cdf917c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liburlencoding-16a1903d8cdf917c.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-syntax-0.8.10\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex_syntax","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-syntax-0.8.10\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libregex_syntax-f8e8c0494cc57f6f.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ipnet-2.12.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ipnet","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ipnet-2.12.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libipnet-f17909821836d355.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@2.5.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\event-listener-2.5.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"event_listener","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\event-listener-2.5.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libevent_listener-7ec13a834f2277de.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#base64@0.21.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base64-0.21.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"base64","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base64-0.21.7\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbase64-9cb6f644c2414bf7.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libbase64-9cb6f644c2414bf7.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#base64@0.21.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base64-0.21.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"base64","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base64-0.21.7\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbase64-f02bcad3099b98e1.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bitflags-2.11.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bitflags-2.11.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbitflags-493492ac360479b3.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libbitflags-493492ac360479b3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ring-0.17.14\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ring-0.17.14\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","dev_urandom_fallback","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\ring-034e21efd5a1c90a\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\ring-034e21efd5a1c90a\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#whoami@1.6.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\whoami-1.6.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"whoami","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\whoami-1.6.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwhoami-1b5100f38322358c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwhoami-1b5100f38322358c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.13.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-segmentation-1.13.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_segmentation","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-segmentation-1.13.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_segmentation-ebb62883ddbd5de2.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_segmentation-ebb62883ddbd5de2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#base64@0.21.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base64-0.21.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"base64","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base64-0.21.7\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbase64-f02bcad3099b98e1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fastrand-2.3.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fastrand","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fastrand-2.3.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfastrand-902a4bf06466413a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfastrand-902a4bf06466413a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#try-lock@0.2.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\try-lock-0.2.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"try_lock","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\try-lock-0.2.5\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtry_lock-656131bcec94598b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#httpdate@1.0.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\httpdate-1.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"httpdate","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\httpdate-1.0.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhttpdate-cd76abbf64c31bdf.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dotenvy@0.15.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dotenvy-0.15.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dotenvy","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dotenvy-0.15.7\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdotenvy-d34f0284ce49792f.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libdotenvy-d34f0284ce49792f.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-core@0.7.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-core-0.7.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-core-0.7.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["_rt-tokio","any","chrono","crc","default","json","migrate","offline","serde","serde_json","sha2","tokio","tokio-stream"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_core-7be5a5915316bdcf.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-postgres@0.7.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-postgres-0.7.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx_postgres","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-postgres-0.7.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["chrono","migrate","offline"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_postgres-f9bde69a4cd7c653.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_postgres-f9bde69a4cd7c653.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hyper-util-0.1.20\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hyper_util","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hyper-util-0.1.20\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["client","client-legacy","client-proxy","default","http1","server","service","tokio"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhyper_util-f44c942508ba086b.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-sqlite@0.7.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-sqlite-0.7.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx_sqlite","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-sqlite-0.7.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["chrono","json","migrate","offline","serde"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_sqlite-a8ce8fb11baac08d.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_sqlite-a8ce8fb11baac08d.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-automata-0.4.14\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex_automata","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-automata-0.4.14\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","dfa-build","dfa-onepass","dfa-search","hybrid","meta","nfa-backtrack","nfa-pikevm","nfa-thompson","perf-inline","perf-literal","perf-literal-multisubstring","perf-literal-substring","std","syntax","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment","unicode-word-boundary"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libregex_automata-7ad2d595207571b4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#urlencoding@2.1.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\urlencoding-2.1.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"urlencoding","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\urlencoding-2.1.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liburlencoding-16a1903d8cdf917c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liburlencoding-16a1903d8cdf917c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.11.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bitflags-2.11.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bitflags-2.11.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbitflags-493492ac360479b3.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libbitflags-493492ac360479b3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#base64@0.21.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base64-0.21.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"base64","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base64-0.21.7\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbase64-9cb6f644c2414bf7.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libbase64-9cb6f644c2414bf7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@2.5.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\event-listener-2.5.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"event_listener","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\event-listener-2.5.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libevent_listener-7ec13a834f2277de.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-core@0.7.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-core-0.7.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-core-0.7.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["_rt-tokio","any","chrono","crc","default","json","migrate","offline","serde","serde_json","sha2","tokio","tokio-stream"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_core-eec0c37c624fa96c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-postgres@0.7.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-postgres-0.7.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx_postgres","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-postgres-0.7.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["chrono","migrate","offline"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_postgres-ec923fc202364b7f.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_postgres-ec923fc202364b7f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-sqlite@0.7.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-sqlite-0.7.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx_sqlite","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-sqlite-0.7.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["chrono","json","migrate","offline","serde"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_sqlite-d1b9bba07ee33766.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_sqlite-d1b9bba07ee33766.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tempfile-3.27.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tempfile","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tempfile-3.27.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","getrandom"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtempfile-965abde9f750d800.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtempfile-965abde9f750d800.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#want@0.3.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\want-0.3.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"want","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\want-0.3.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwant-f48e15a7b88fe210.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#heck@0.4.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\heck-0.4.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"heck","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\heck-0.4.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","unicode","unicode-segmentation"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libheck-0186445b366886e2.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libheck-0186445b366886e2.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ring-0.17.14\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ring","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ring-0.17.14\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","dev_urandom_fallback","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libring-95137960b46a5609.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustls-pki-types-1.14.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustls_pki_types","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustls-pki-types-1.14.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librustls_pki_types-00338b43e9b2bd3b.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14","linked_libs":["static=ring_core_0_17_14_","static=ring_core_0_17_14__test"],"linked_paths":["native=G:\\ZClaw_openfang\\target\\debug\\build\\ring-98d8c3f27159519f\\out"],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\ring-98d8c3f27159519f\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-executor-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures_executor","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-executor-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures_executor-4a901101061d3b1a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pin-utils-0.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pin_utils","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pin-utils-0.1.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpin_utils-0a29d453a1ef8632.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\atomic-waker-1.1.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"atomic_waker","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\atomic-waker-1.1.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libatomic_waker-37dc9b4ba20b5be1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\simd-adler32-0.3.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"simd_adler32","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\simd-adler32-0.3.8\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["const-generics","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsimd_adler32-eecdd1f8e9b49ae2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tower-layer@0.3.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-layer-0.3.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tower_layer","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-layer-0.3.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtower_layer-4736266191c68a93.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hyper@1.8.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hyper-1.8.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hyper","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hyper-1.8.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["client","default","http1","server"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhyper-bbe3b3e3d1ddbedd.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-macros-core@0.7.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-macros-core-0.7.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx_macros_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-macros-core-0.7.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["_rt-tokio","chrono","default","json","migrate","postgres","sqlite","sqlx-postgres","sqlx-sqlite","tokio"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_macros_core-01fc23c7858f18d7.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_macros_core-01fc23c7858f18d7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.27.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libsqlite3-sys-0.27.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libsqlite3_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libsqlite3-sys-0.27.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["bundled","bundled_bindings","cc","default","min_sqlite_version_3_14_0","pkg-config","unlock_notify","vcpkg"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblibsqlite3_sys-de62911175108a1c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\http-body-util-0.1.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"http_body_util","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\http-body-util-0.1.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhttp_body_util-5aa8bb98e195cbde.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#flume@0.11.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\flume-0.11.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"flume","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\flume-0.11.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["async","futures-core","futures-sink"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libflume-35a8dbc90e27fbe2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#untrusted@0.9.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\untrusted-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"untrusted","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\untrusted-0.9.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libuntrusted-1e19c89c8f6ec185.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#urlencoding@2.1.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\urlencoding-2.1.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"urlencoding","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\urlencoding-2.1.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liburlencoding-3425fe315c416404.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ipnet-2.12.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ipnet","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ipnet-2.12.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libipnet-f17909821836d355.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-sqlite@0.7.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-sqlite-0.7.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx_sqlite","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-sqlite-0.7.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["any","chrono","json","migrate","serde"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_sqlite-ffac3d6f08dcf4f2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hyper-util-0.1.20\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hyper_util","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hyper-util-0.1.20\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["client","client-legacy","client-proxy","default","http1","server","service","tokio"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhyper_util-f44c942508ba086b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ring-0.17.14\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ring","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ring-0.17.14\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","dev_urandom_fallback","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libring-95137960b46a5609.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-macros@0.7.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-macros-0.7.4\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"sqlx_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-macros-0.7.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["_rt-tokio","chrono","default","json","migrate","postgres","sqlite"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\sqlx_macros-b5b94e1b02f6f026.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\sqlx_macros-b5b94e1b02f6f026.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\sqlx_macros-b5b94e1b02f6f026.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\sqlx_macros-b5b94e1b02f6f026.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-postgres@0.7.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-postgres-0.7.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx_postgres","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-postgres-0.7.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["any","chrono","json","migrate"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_postgres-313f3602b286a486.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.14.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustls-pki-types-1.14.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustls_pki_types","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustls-pki-types-1.14.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librustls_pki_types-00338b43e9b2bd3b.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sync_wrapper-1.0.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sync_wrapper","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sync_wrapper-1.0.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["futures","futures-core"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsync_wrapper-883cbc50b8c77ef5.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\siphasher-1.0.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"siphasher","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\siphasher-1.0.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsiphasher-ba5c0ed2871aa393.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsiphasher-ba5c0ed2871aa393.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-macros-core@0.7.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-macros-core-0.7.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx_macros_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-macros-core-0.7.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["_rt-tokio","chrono","default","json","migrate","postgres","sqlite","sqlx-postgres","sqlx-sqlite","tokio"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_macros_core-f376975834ba4c2d.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_macros_core-f376975834ba4c2d.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.11.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_shared-0.11.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_shared","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_shared-0.11.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_shared-223a338ccb5a4d0f.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_shared-223a338ccb5a4d0f.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libsqlite3-sys@0.27.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libsqlite3-sys-0.27.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libsqlite3_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libsqlite3-sys-0.27.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["bundled","bundled_bindings","cc","default","min_sqlite_version_3_14_0","pkg-config","unlock_notify","vcpkg"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblibsqlite3_sys-de62911175108a1c.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#flume@0.11.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\flume-0.11.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"flume","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\flume-0.11.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["async","futures-core","futures-sink"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libflume-35a8dbc90e27fbe2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx@0.7.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-0.7.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-0.7.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["_rt-tokio","any","chrono","default","json","macros","migrate","postgres","runtime-tokio","sqlite","sqlx-macros","sqlx-postgres","sqlx-sqlite"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx-fd6bda4d4ae302af.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","async-await","default","executor","futures-executor","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures-68d04ac8826e607e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\adler2-2.0.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"adler2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\adler2-2.0.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libadler2-848c7795595b4eee.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.37","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustls-0.23.37\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustls-0.23.37\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ring","std","tls12"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\rustls-78e7e6bd5a30d7c7\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\rustls-78e7e6bd5a30d7c7\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-conv-0.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_conv","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-conv-0.2.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnum_conv-7b1f5c642c54e1ce.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libnum_conv-7b1f5c642c54e1ce.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.23","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ryu-1.0.23\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ryu","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ryu-1.0.23\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libryu-e3e01b2a58d0ed8c.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#urlencoding@2.1.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\urlencoding-2.1.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"urlencoding","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\urlencoding-2.1.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liburlencoding-3425fe315c416404.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-sqlite@0.7.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-sqlite-0.7.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx_sqlite","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-sqlite-0.7.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["any","chrono","json","migrate","serde"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_sqlite-0b11d35d2bb6b4be.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-core-0.1.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"time_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-core-0.1.8\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtime_core-d466b1ab5b2b55b8.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtime_core-d466b1ab5b2b55b8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\powerfmt-0.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"powerfmt","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\powerfmt-0.2.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpowerfmt-853dc3a7d220fd2f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.27","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-macros-0.2.27\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"time_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-macros-0.2.27\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["formatting","parsing"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\time_macros-2bd373e92b13421a.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\time_macros-2bd373e92b13421a.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\time_macros-2bd373e92b13421a.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\time_macros-2bd373e92b13421a.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#deranged@0.5.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\deranged-0.5.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"deranged","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\deranged-0.5.8\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","powerfmt"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libderanged-3cec574ebb58703f.rmeta"],"executable":null,"fresh":true} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.37","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\rustls-c15c18b7c8cd9e1c\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-macros@0.7.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-macros-0.7.4\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"sqlx_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-macros-0.7.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["_rt-tokio","chrono","default","json","migrate","postgres","sqlite"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\sqlx_macros-a535c23b3afcaecf.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\sqlx_macros-a535c23b3afcaecf.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\sqlx_macros-a535c23b3afcaecf.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\sqlx_macros-a535c23b3afcaecf.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\miniz_oxide-0.8.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"miniz_oxide","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\miniz_oxide-0.8.9\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","simd","simd-adler32","with-alloc"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libminiz_oxide-909351df9bd9c87c.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-0.5.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tower","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-0.5.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["futures-core","futures-util","log","make","pin-project-lite","retry","sync_wrapper","timeout","tokio","tracing","util"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtower-2d8a03ed292f974b.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustls-webpki@0.103.10","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustls-webpki-0.103.10\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"webpki","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustls-webpki-0.103.10\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","ring","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwebpki-ce82cc367daa9b14.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-postgres@0.7.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-postgres-0.7.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx_postgres","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-postgres-0.7.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["any","chrono","json","migrate"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_postgres-a54754200dab9428.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#powerfmt@0.2.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\powerfmt-0.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"powerfmt","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\powerfmt-0.2.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpowerfmt-853dc3a7d220fd2f.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-conv-0.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_conv","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-conv-0.2.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnum_conv-7b1f5c642c54e1ce.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libnum_conv-7b1f5c642c54e1ce.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-core-0.1.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"time_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-core-0.1.8\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtime_core-d466b1ab5b2b55b8.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtime_core-d466b1ab5b2b55b8.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#deranged@0.5.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\deranged-0.5.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"deranged","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\deranged-0.5.8\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","powerfmt"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libderanged-3cec574ebb58703f.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#time-macros@0.2.27","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-macros-0.2.27\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"time_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-macros-0.2.27\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["formatting","parsing"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\time_macros-2bd373e92b13421a.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\time_macros-2bd373e92b13421a.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\time_macros-2bd373e92b13421a.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\time_macros-2bd373e92b13421a.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.37","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustls-0.23.37\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustls","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustls-0.23.37\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ring","std","tls12"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librustls-9b6379d0328067e7.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx@0.7.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-0.7.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-0.7.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["_rt-tokio","any","chrono","default","json","macros","migrate","postgres","runtime-tokio","sqlite","sqlx-macros","sqlx-postgres","sqlx-sqlite"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx-8e629a85a5f4c16a.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_urlencoded-0.7.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_urlencoded","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_urlencoded-0.7.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_urlencoded-d7b811c26af4b6dd.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.11.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_generator-0.11.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_generator","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_generator-0.11.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_generator-cf74527914113204.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_generator-cf74527914113204.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futures@0.3.32","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-0.3.32\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futures","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futures-0.3.32\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","async-await","default","executor","futures-executor","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutures-68d04ac8826e607e.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-1.12.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-1.12.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","perf","perf-backtrack","perf-cache","perf-dfa","perf-inline","perf-literal","perf-onepass","std","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libregex-c2471f31985d99ee.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc32fast-1.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crc32fast","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc32fast-1.5.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrc32fast-99cc7270d43ba069.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-conv@0.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-conv-0.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_conv","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-conv-0.2.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnum_conv-9f5ac2e12a234841.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#siphasher@0.3.11","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\siphasher-0.3.11\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"siphasher","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\siphasher-0.3.11\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsiphasher-0c86352b62696053.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsiphasher-0c86352b62696053.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#time-core@0.1.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-core-0.1.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"time_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-core-0.1.8\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtime_core-f07c53fd73734eb8.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#time@0.3.47","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-0.3.47\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"time","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-0.3.47\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","formatting","macros","parsing","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtime-64af4d10e3060f59.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-rustls-0.26.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio_rustls","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-rustls-0.26.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ring","tls12"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtokio_rustls-124ed55e894c1413.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.37","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustls-0.23.37\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustls","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustls-0.23.37\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ring","std","tls12"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librustls-1dd2fe9e5ce664ca.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_urlencoded-0.7.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_urlencoded","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_urlencoded-0.7.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_urlencoded-d7b811c26af4b6dd.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.11.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_generator-0.11.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_generator","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_generator-0.11.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_generator-08816ccebbe22bc6.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_generator-08816ccebbe22bc6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#siphasher@0.3.11","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\siphasher-0.3.11\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"siphasher","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\siphasher-0.3.11\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsiphasher-0c86352b62696053.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsiphasher-0c86352b62696053.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-rustls-0.26.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio_rustls","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-rustls-0.26.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["ring","tls12"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtokio_rustls-96a88d729de00d08.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\flate2-1.1.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"flate2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\flate2-1.1.9\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["any_impl","default","miniz_oxide","rust_backend"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libflate2-cbf0eabba5e18ff9.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\webpki-roots-1.0.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"webpki_roots","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\webpki-roots-1.0.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwebpki_roots-ba253a89b5660be2.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.1.16","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.1.16\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.1.16\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\getrandom-cd5359f72234e5cd\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\getrandom-cd5359f72234e5cd\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#iri-string@0.7.11","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\iri-string-0.7.11\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"iri_string","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\iri-string-0.7.11\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libiri_string-11ba1e8bbc8d3751.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.1.16","linked_libs":["advapi32"],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\getrandom-ec80af7a8963a5e9\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tower-http@0.6.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-http-0.6.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tower_http","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-http-0.6.8\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["follow-redirect","futures-util","iri-string","tower"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtower_http-27ddc3846e206b06.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hyper-rustls-0.27.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hyper_rustls","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hyper-rustls-0.27.7\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["http1","ring","tls12","webpki-roots","webpki-tokio"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhyper_rustls-080d189acaf17efc.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.1.16","linked_libs":["advapi32"],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\getrandom-ec80af7a8963a5e9\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hyper-rustls-0.27.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hyper_rustls","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hyper-rustls-0.27.7\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["http1","ring","tls12","webpki-roots","webpki-tokio"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhyper_rustls-b77b947b76bb1f6b.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio-util@0.7.18","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-util-0.7.18\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio_util","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-util-0.7.18\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","io"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtokio_util-93d06412b0df491f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#reqwest@0.12.28","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\reqwest-0.12.28\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"reqwest","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\reqwest-0.12.28\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["__rustls","__rustls-ring","__tls","blocking","json","rustls-tls","rustls-tls-webpki-roots","rustls-tls-webpki-roots-no-provider","stream"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libreqwest-e08523b321801644.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.1.16","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.1.16\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getrandom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getrandom-0.1.16\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libgetrandom-9f8ea56ef7657c7b.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libgetrandom-9f8ea56ef7657c7b.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#reqwest@0.12.28","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\reqwest-0.12.28\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"reqwest","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\reqwest-0.12.28\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["__rustls","__rustls-ring","__tls","blocking","json","rustls-tls","rustls-tls-webpki-roots","rustls-tls-webpki-roots-no-provider","stream"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libreqwest-03063228c2831c9f.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_datetime-0.6.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_datetime","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_datetime-0.6.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtoml_datetime-6fbdfc3b874e865d.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_spanned-0.6.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_spanned","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_spanned-0.6.9\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_spanned-6bc6d1ae307c3188.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typeid@1.0.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typeid-1.0.3\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typeid-1.0.3\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\typeid-9746fb518890b037\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\typeid-9746fb518890b037\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.5.40","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winnow-0.5.40\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winnow","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winnow-0.5.40\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwinnow-79bc9267cf722dc8.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#typeid@1.0.3","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\typeid-3bb44e0bd1f6c980\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.20.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_edit-0.20.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_edit","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_edit-0.20.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtoml_edit-72ceadfad5cda523.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.5.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_core-0.5.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_core-0.5.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","getrandom","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand_core-26787f5a8eeaa269.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\librand_core-26787f5a8eeaa269.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_datetime-0.6.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_datetime","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_datetime-0.6.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtoml_datetime-6fbdfc3b874e865d.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cookie@0.18.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cookie-0.18.1\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cookie-0.18.1\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["percent-encode","percent-encoding"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\cookie-c316101ab46282c9\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\cookie-c316101ab46282c9\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.5.40","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winnow-0.5.40\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winnow","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winnow-0.5.40\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwinnow-79bc9267cf722dc8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typeid@1.0.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typeid-1.0.3\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typeid-1.0.3\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\typeid-9746fb518890b037\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\typeid-9746fb518890b037\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.20.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_edit-0.20.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_edit","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_edit-0.20.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtoml_edit-72ceadfad5cda523.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#typeid@1.0.3","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\typeid-3bb44e0bd1f6c980\\out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#cookie@0.18.1","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\cookie-7edc8634dd70b957\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.5.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_core-0.5.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_core-0.5.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","getrandom","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand_core-26787f5a8eeaa269.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\librand_core-26787f5a8eeaa269.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_x86_64_msvc","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_x86_64_msvc-2e78ae9ecc66abcc.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-stream-impl@0.3.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\async-stream-impl-0.3.6\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"async_stream_impl","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\async-stream-impl-0.3.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\async_stream_impl-cb09787b3815775e.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\async_stream_impl-cb09787b3815775e.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\async_stream_impl-cb09787b3815775e.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\async_stream_impl-cb09787b3815775e.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ident_case@1.0.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ident_case-1.0.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ident_case","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ident_case-1.0.1\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libident_case-9970b825bab2e96e.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libident_case-9970b825bab2e96e.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#strsim@0.11.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\strsim-0.11.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"strsim","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\strsim-0.11.1\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libstrsim-c3569a40962efe20.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libstrsim-c3569a40962efe20.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mime-0.3.17\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"mime","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mime-0.3.17\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmime-518a52c51f0488c0.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#darling_core@0.23.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\darling_core-0.23.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"darling_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\darling_core-0.23.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["strsim","suggestions"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdarling_core-6a392559725d786c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libdarling_core-6a392559725d786c.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#cookie@0.18.1","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\cookie-7edc8634dd70b957\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-stream@0.3.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\async-stream-0.3.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"async_stream","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\async-stream-0.3.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libasync_stream-7225154e0a4309eb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-targets-0.52.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_targets","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-targets-0.52.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_targets-38ea4c82a3dea452.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cookie@0.18.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cookie-0.18.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cookie","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cookie-0.18.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["percent-encode","percent-encoding"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcookie-cdc0748b96150826.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml@0.8.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml-0.8.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml-0.8.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","display","parse"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtoml-d0e40a81af24dc81.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_macros@0.11.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_macros-0.11.3\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"phf_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_macros-0.11.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\phf_macros-515f4dc1a9bea16c.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\phf_macros-515f4dc1a9bea16c.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\phf_macros-515f4dc1a9bea16c.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\phf_macros-515f4dc1a9bea16c.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_macros@0.11.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_macros-0.11.3\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"phf_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_macros-0.11.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\phf_macros-0bf42ad29046b2c9.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\phf_macros-0bf42ad29046b2c9.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\phf_macros-0bf42ad29046b2c9.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\phf_macros-0bf42ad29046b2c9.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#secrecy@0.8.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\secrecy-0.8.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"secrecy","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\secrecy-0.8.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsecrecy-dbf004e63795e05e.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.18","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thiserror-2.0.18\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"thiserror","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thiserror-2.0.18\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libthiserror-aef23423cdced635.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libthiserror-aef23423cdced635.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#mime@0.3.17","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mime-0.3.17\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"mime","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mime-0.3.17\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmime-518a52c51f0488c0.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#erased-serde@0.4.10","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\erased-serde-0.4.10\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\erased-serde-0.4.10\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\erased-serde-46a82444d4cbd3d3\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\erased-serde-46a82444d4cbd3d3\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cookie@0.18.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cookie-0.18.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cookie","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cookie-0.18.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["percent-encode","percent-encoding"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcookie-cdc0748b96150826.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#erased-serde@0.4.10","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\erased-serde-e39d25092e462e92\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#darling_macro@0.23.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\darling_macro-0.23.0\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"darling_macro","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\darling_macro-0.23.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\darling_macro-4ead6573bcd5db81.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\darling_macro-4ead6573bcd5db81.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\darling_macro-4ead6573bcd5db81.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\darling_macro-4ead6573bcd5db81.pdb"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#erased-serde@0.4.10","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\erased-serde-e39d25092e462e92\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.2.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_chacha-0.2.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_chacha","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_chacha-0.2.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand_chacha-a5165568f504227d.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\librand_chacha-a5165568f504227d.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_pcg@0.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_pcg-0.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_pcg","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_pcg-0.2.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand_pcg-24670f79d4f334fe.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\librand_pcg-24670f79d4f334fe.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.2.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_chacha-0.2.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_chacha","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_chacha-0.2.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand_chacha-ba3e329a09abdbb2.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\librand_chacha-ba3e329a09abdbb2.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.8.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_shared-0.8.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_shared","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_shared-0.8.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_shared-2d58b7bb152fd2b3.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_shared-2d58b7bb152fd2b3.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_x86_64_msvc","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_x86_64_msvc-2e78ae9ecc66abcc.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-hack@0.5.20+deprecated","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\proc-macro-hack-0.5.20+deprecated\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\proc-macro-hack-0.5.20+deprecated\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\proc-macro-hack-cbd312777f663418\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\proc-macro-hack-cbd312777f663418\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-targets-0.52.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_targets","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-targets-0.52.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_targets-38ea4c82a3dea452.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-hack@0.5.20+deprecated","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\proc-macro-hack-7bd31827dd681ea7\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand@0.7.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand-0.7.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand-0.7.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","getrandom","getrandom_package","libc","rand_pcg","small_rng","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand-967e2527ead2c5dc.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\librand-967e2527ead2c5dc.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand@0.7.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand-0.7.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand-0.7.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","getrandom","getrandom_package","libc","rand_pcg","small_rng","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librand-fcda502a745c9bb5.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\librand-fcda502a745c9bb5.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#darling@0.23.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\darling-0.23.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"darling","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\darling-0.23.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","suggestions"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdarling-109dbda947fe0c6d.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libdarling-109dbda947fe0c6d.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.10.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_shared-0.10.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_shared","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_shared-0.10.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_shared-25e6ff7ef215b15c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_shared-25e6ff7ef215b15c.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#new_debug_unreachable@1.0.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\new_debug_unreachable-1.0.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"debug_unreachable","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\new_debug_unreachable-1.0.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdebug_unreachable-889979829d793b5c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libdebug_unreachable-889979829d793b5c.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.10.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_generator-0.10.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_generator","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_generator-0.10.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_generator-d8886751da937276.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_generator-d8886751da937276.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.10.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_generator-0.10.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_generator","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_generator-0.10.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_generator-7eb72ec9be975cf5.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_generator-7eb72ec9be975cf5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.8.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_generator-0.8.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_generator","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_generator-0.8.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_generator-b8c0f24a8c3dc019.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_generator-b8c0f24a8c3dc019.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_with_macros@3.18.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_with_macros-3.18.0\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"serde_with_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_with_macros-3.18.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\serde_with_macros-7f50894632c31561.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\serde_with_macros-7f50894632c31561.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\serde_with_macros-7f50894632c31561.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\serde_with_macros-7f50894632c31561.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-hack@0.5.20+deprecated","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\proc-macro-hack-0.5.20+deprecated\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"proc_macro_hack","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\proc-macro-hack-0.5.20+deprecated\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\proc_macro_hack-51d70a37c357b76f.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\proc_macro_hack-51d70a37c357b76f.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\proc_macro_hack-51d70a37c357b76f.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\proc_macro_hack-51d70a37c357b76f.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.8.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_generator-0.8.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_generator","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_generator-0.8.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_generator-1f2cfb5a73a39ea0.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_generator-1f2cfb5a73a39ea0.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_codegen@0.11.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_codegen-0.11.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_codegen","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_codegen-0.11.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_codegen-01687adebd8e88fa.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_codegen-01687adebd8e88fa.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#string_cache_codegen@0.5.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\string_cache_codegen-0.5.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"string_cache_codegen","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\string_cache_codegen-0.5.4\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libstring_cache_codegen-c17e629defef761b.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libstring_cache_codegen-c17e629defef761b.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winnow-1.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winnow","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winnow-1.0.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwinnow-9ee7cd2e9995a9a3.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwinnow-9ee7cd2e9995a9a3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#string_cache_codegen@0.5.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\string_cache_codegen-0.5.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"string_cache_codegen","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\string_cache_codegen-0.5.4\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libstring_cache_codegen-2c350cc0e5f4ae53.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libstring_cache_codegen-2c350cc0e5f4ae53.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_codegen@0.11.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_codegen-0.11.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_codegen","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_codegen-0.11.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_codegen-78e17fb2f53eb58f.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_codegen-78e17fb2f53eb58f.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#precomputed-hash@0.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\precomputed-hash-0.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"precomputed_hash","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\precomputed-hash-0.1.1\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libprecomputed_hash-634c828c56dc7d76.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libprecomputed_hash-634c828c56dc7d76.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#encoding_index_tests@0.1.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\encoding_index_tests-0.1.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"encoding_index_tests","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\encoding_index_tests-0.1.4\\index_tests.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libencoding_index_tests-4d1fc59404fe3423.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winnow-1.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winnow","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winnow-1.0.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwinnow-9ee7cd2e9995a9a3.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwinnow-9ee7cd2e9995a9a3.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#mac@0.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mac-0.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"mac","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mac-0.1.1\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmac-a0abb79624ece128.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libmac-a0abb79624ece128.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futf@0.1.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futf-0.1.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futf","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futf-0.1.5\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutf-7e82e43822a17710.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfutf-7e82e43822a17710.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#markup5ever@0.14.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\markup5ever-0.14.1\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\markup5ever-0.14.1\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\markup5ever-406e6651f51e645d\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\markup5ever-406e6651f51e645d\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.1.0+spec-1.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_parser-1.1.0+spec-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_parser","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_parser-1.1.0+spec-1.1.0\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtoml_parser-84b658c8511e8ea4.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtoml_parser-84b658c8511e8ea4.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_codegen@0.8.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_codegen-0.8.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_codegen","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_codegen-0.8.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_codegen-b72437c9779c3761.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_codegen-b72437c9779c3761.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_macros@0.10.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_macros-0.10.0\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"phf_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_macros-0.10.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\phf_macros-cfad9ad55a597881.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\phf_macros-cfad9ad55a597881.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\phf_macros-cfad9ad55a597881.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\phf_macros-cfad9ad55a597881.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dashmap@6.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dashmap-6.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dashmap","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dashmap-6.1.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdashmap-b6cf237fdf6bfcb6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#futf@0.1.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futf-0.1.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"futf","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\futf-0.1.5\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfutf-7e82e43822a17710.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfutf-7e82e43822a17710.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#markup5ever@0.14.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\markup5ever-0.14.1\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\markup5ever-0.14.1\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\markup5ever-93d0b10facbf3b2d\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\markup5ever-93d0b10facbf3b2d\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_codegen@0.8.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_codegen-0.8.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_codegen","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_codegen-0.8.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_codegen-602026795f793637.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_codegen-602026795f793637.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_macros@0.10.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_macros-0.10.0\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"phf_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_macros-0.10.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\phf_macros-b175b5b274462c9a.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\phf_macros-b175b5b274462c9a.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\phf_macros-b175b5b274462c9a.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\phf_macros-b175b5b274462c9a.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dashmap@6.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dashmap-6.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dashmap","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dashmap-6.1.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdashmap-22eeef45f5d1c74a.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cssparser@0.29.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cssparser-0.29.6\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cssparser-0.29.6\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\cssparser-afeda6e8c4222d84\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\cssparser-afeda6e8c4222d84\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#inout@0.1.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\inout-0.1.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"inout","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\inout-0.1.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libinout-a52749241ba0cf6c.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_spanned-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_spanned","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_spanned-1.1.0\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","serde","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_spanned-f79897c82ca983d1.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_spanned-f79897c82ca983d1.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#semver@1.0.27","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\semver-1.0.27\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"semver","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\semver-1.0.27\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsemver-942707f32eaf061c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsemver-942707f32eaf061c.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.7.5+spec-1.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_datetime-0.7.5+spec-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_datetime","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_datetime-0.7.5+spec-1.1.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","serde","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtoml_datetime-1527746ff9aa5b2e.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtoml_datetime-1527746ff9aa5b2e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#semver@1.0.27","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\semver-1.0.27\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"semver","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\semver-1.0.27\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsemver-942707f32eaf061c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsemver-942707f32eaf061c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#standback@0.2.17","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\standback-0.2.17\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\standback-0.2.17\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\standback-ce31257feb0a6be9\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\standback-ce31257feb0a6be9\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-interface@0.59.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-interface-0.59.3\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"windows_interface","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-interface-0.59.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\windows_interface-30a2489ce32957ac.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\windows_interface-30a2489ce32957ac.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\windows_interface-30a2489ce32957ac.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\windows_interface-30a2489ce32957ac.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-implement@0.60.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-implement-0.60.2\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"windows_implement","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-implement-0.60.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\windows_implement-2f4d20b099edd44b.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\windows_implement-2f4d20b099edd44b.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\windows_implement-2f4d20b099edd44b.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\windows_implement-2f4d20b099edd44b.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#utf-8@0.7.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\utf-8-0.7.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"utf8","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\utf-8-0.7.6\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libutf8-a3f4ade5a91b179c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libutf8-a3f4ade5a91b179c.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bitflags-1.3.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bitflags-1.3.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbitflags-5588fd7a3e032978.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libbitflags-5588fd7a3e032978.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.15","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winnow-0.7.15\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winnow","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winnow-0.7.15\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwinnow-52e96921a83295d3.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwinnow-52e96921a83295d3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#base64ct@1.8.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base64ct-1.8.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"base64ct","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base64ct-1.8.3\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbase64ct-11794aa49b8054ac.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dtoa@1.0.11","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dtoa-1.0.11\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dtoa","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dtoa-1.0.11\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdtoa-a185bfae7e7afe1d.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libdtoa-a185bfae7e7afe1d.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_writer@1.1.0+spec-1.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_writer-1.1.0+spec-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_writer","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_writer-1.1.0+spec-1.1.0\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtoml_writer-893d7099c3ce9bf9.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtoml_writer-893d7099c3ce9bf9.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#base64ct@1.8.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base64ct-1.8.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"base64ct","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base64ct-1.8.3\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbase64ct-11794aa49b8054ac.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc32fast-1.5.0\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc32fast-1.5.0\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\crc32fast-c437355b07a76b54\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\crc32fast-c437355b07a76b54\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.15","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winnow-0.7.15\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winnow","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winnow-0.7.15\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwinnow-52e96921a83295d3.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwinnow-52e96921a83295d3.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#utf-8@0.7.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\utf-8-0.7.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"utf8","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\utf-8-0.7.6\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libutf8-a3f4ade5a91b179c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libutf8-a3f4ade5a91b179c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dtoa-short@0.3.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dtoa-short-0.3.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dtoa_short","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dtoa-short-0.3.5\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdtoa_short-e46b7df227f2cbce.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libdtoa_short-e46b7df227f2cbce.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml@0.9.12+spec-1.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml-0.9.12+spec-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml-0.9.12+spec-1.1.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","display","parse","serde","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtoml-75667c301e926f8b.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtoml-75667c301e926f8b.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tendril@0.4.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tendril-0.4.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tendril","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tendril-0.4.3\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtendril-2c00be1ca956e2f2.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtendril-2c00be1ca956e2f2.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0","linked_libs":[],"linked_paths":[],"cfgs":["stable_arm_crc32_intrinsics"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\crc32fast-c08acdca17d20e73\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dtoa-short@0.3.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dtoa-short-0.3.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dtoa_short","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dtoa-short-0.3.5\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdtoa_short-e46b7df227f2cbce.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libdtoa_short-e46b7df227f2cbce.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#cssparser@0.29.6","linked_libs":[],"linked_paths":[],"cfgs":["rustc_has_pr45225"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\cssparser-e497f5113bbd47c6\\out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#standback@0.2.17","linked_libs":[],"linked_paths":[],"cfgs":["__standback_since_1_32","__standback_since_1_33","__standback_since_1_34","__standback_since_1_35","__standback_since_1_36","__standback_since_1_37","__standback_since_1_38","__standback_since_1_39","__standback_since_1_40","__standback_since_1_41","__standback_since_1_42","__standback_since_1_43","__standback_since_1_44","__standback_since_1_45","__standback_since_1_46","__standback_since_1_47","__standback_since_1_48","__standback_since_1_49","__standback_since_1_50","__standback_since_1_51"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\standback-57c1479571a3fc1d\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cipher-0.4.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cipher","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cipher-0.4.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcipher-260b63ff87c4ea09.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf@0.10.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf-0.10.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf-0.10.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","macros","phf_macros","proc-macro-hack","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf-e0af0f50d02b1a87.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libphf-e0af0f50d02b1a87.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#selectors@0.24.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\selectors-0.24.0\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\selectors-0.24.0\\build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\selectors-82d7fcd090577463\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\selectors-82d7fcd090577463\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#markup5ever@0.14.1","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\markup5ever-770189498b0f0af6\\out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#cssparser@0.29.6","linked_libs":[],"linked_paths":[],"cfgs":["rustc_has_pr45225"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\cssparser-e497f5113bbd47c6\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf@0.10.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf-0.10.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf-0.10.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","macros","phf_macros","proc-macro-hack","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf-872d1bcf136c8bc1.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libphf-872d1bcf136c8bc1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#selectors@0.24.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\selectors-0.24.0\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\selectors-0.24.0\\build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\selectors-fdcc64621fb2f34f\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\selectors-fdcc64621fb2f34f\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#markup5ever@0.14.1","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\markup5ever-767bb08b8da9af5f\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#string_cache@0.8.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\string_cache-0.8.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"string_cache","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\string_cache-0.8.9\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","serde_support"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libstring_cache-d96eac8193d6e2fb.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libstring_cache-d96eac8193d6e2fb.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf@0.11.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf-0.11.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf-0.11.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","macros","phf_macros","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf-18d7a1db1fd8c395.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libphf-18d7a1db1fd8c395.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf@0.11.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf-0.11.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf-0.11.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","macros","phf_macros","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf-e41577eeae135158.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libphf-e41577eeae135158.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.52.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.52.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["Win32","Win32_Foundation","Win32_Networking","Win32_Networking_WinSock","Win32_Security","Win32_Security_Authorization","Win32_Storage","Win32_Storage_FileSystem","Win32_System","Win32_System_IO","Win32_System_LibraryLoader","Win32_System_Memory","Win32_System_Pipes","Win32_System_SystemServices","Win32_System_Threading","Win32_System_WindowsProgramming","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_sys-9a69a52b601b3216.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#uuid@1.22.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\uuid-1.22.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"uuid","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\uuid-1.22.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","rng","serde","std","v4"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libuuid-bb7a16d0acdd0429.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libuuid-bb7a16d0acdd0429.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#universal-hash@0.5.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\universal-hash-0.5.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"universal_hash","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\universal-hash-0.5.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libuniversal_hash-83cd60354fb009f4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#universal-hash@0.5.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\universal-hash-0.5.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"universal_hash","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\universal-hash-0.5.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libuniversal_hash-fbe1c84298f4e3bc.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aho-corasick-1.1.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"aho_corasick","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aho-corasick-1.1.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["perf-literal","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libaho_corasick-7ec4c481ab2c3642.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libaho_corasick-7ec4c481ab2c3642.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\indexmap-1.9.3\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\indexmap-1.9.3\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde","serde-1"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\indexmap-8102e36b11e13b7e\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\indexmap-8102e36b11e13b7e\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cssparser-macros@0.6.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cssparser-macros-0.6.1\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"cssparser_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cssparser-macros-0.6.1\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\cssparser_macros-5037dae51de1fc71.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\cssparser_macros-5037dae51de1fc71.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\cssparser_macros-5037dae51de1fc71.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\cssparser_macros-5037dae51de1fc71.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ctor@0.2.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ctor-0.2.9\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"ctor","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ctor-0.2.9\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\ctor-2fc35b9693c20783.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\ctor-2fc35b9693c20783.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\ctor-2fc35b9693c20783.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\ctor-2fc35b9693c20783.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-char-range@0.9.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-char-range-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_char_range","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-char-range-0.9.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_char_range-2792277328b8b485.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_char_range-2792277328b8b485.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#matches@0.1.10","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\matches-0.1.10\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"matches","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\matches-0.1.10\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmatches-318ee57524fb206e.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libmatches-318ee57524fb206e.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-common@0.9.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-common-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_common","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-common-0.9.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_common-464bffba2e3696c1.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_common-464bffba2e3696c1.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nodrop@0.1.14","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\nodrop-0.1.14\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nodrop","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\nodrop-0.1.14\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnodrop-e61222ef8f993d82.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libnodrop-e61222ef8f993d82.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#convert_case@0.4.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\convert_case-0.4.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"convert_case","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\convert_case-0.4.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libconvert_case-035968048cee4e70.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libconvert_case-035968048cee4e70.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#alloc-no-stdlib@2.0.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\alloc-no-stdlib-2.0.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"alloc_no_stdlib","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\alloc-no-stdlib-2.0.4\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liballoc_no_stdlib-81019944c0017388.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liballoc_no_stdlib-81019944c0017388.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#opaque-debug@0.3.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\opaque-debug-0.3.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"opaque_debug","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\opaque-debug-0.3.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libopaque_debug-dd983f5cde39ed4d.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.10","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-syntax-0.8.10\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex_syntax","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-syntax-0.8.10\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libregex_syntax-3ad1818817fc9fb3.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libregex_syntax-3ad1818817fc9fb3.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-link@0.1.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-link-0.1.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_link","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-link-0.1.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_link-b163e6ad541091a3.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#camino@1.2.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\camino-1.2.2\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\camino-1.2.2\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde1"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\camino-562a946e71c7f455\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\camino-562a946e71c7f455\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-automata-0.4.14\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex_automata","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-automata-0.4.14\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","dfa-onepass","hybrid","meta","nfa-backtrack","nfa-pikevm","nfa-thompson","perf-inline","perf-literal","perf-literal-multisubstring","perf-literal-substring","std","syntax","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment","unicode-word-boundary"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libregex_automata-acbb339b57600f2a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libregex_automata-acbb339b57600f2a.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#camino@1.2.2","linked_libs":[],"linked_paths":[],"cfgs":["try_reserve_2","path_buf_deref_mut","os_str_bytes","absolute_path","os_string_pathbuf_leak","path_add_extension","pathbuf_const_new"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\camino-0c4e0705d29bbab5\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#polyval@0.6.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\polyval-0.6.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"polyval","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\polyval-0.6.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpolyval-e96f197b89dabd49.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#alloc-stdlib@0.2.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\alloc-stdlib-0.2.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"alloc_stdlib","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\alloc-stdlib-0.2.2\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liballoc_stdlib-a4590906e34d4d78.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liballoc_stdlib-a4590906e34d4d78.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#derive_more@0.99.20","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\derive_more-0.99.20\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"derive_more","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\derive_more-0.99.20\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["add","add_assign","as_mut","as_ref","constructor","convert_case","default","deref","deref_mut","display","error","from","from_str","index","index_mut","into","into_iterator","is_variant","iterator","mul","mul_assign","not","rustc_version","sum","try_into","unwrap"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\derive_more-00dddcc98797d834.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\derive_more-00dddcc98797d834.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\derive_more-00dddcc98797d834.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\derive_more-00dddcc98797d834.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-char-range@0.9.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-char-range-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_char_range","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-char-range-0.9.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_char_range-2792277328b8b485.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_char_range-2792277328b8b485.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#matches@0.1.10","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\matches-0.1.10\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"matches","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\matches-0.1.10\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmatches-318ee57524fb206e.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libmatches-318ee57524fb206e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nodrop@0.1.14","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\nodrop-0.1.14\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nodrop","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\nodrop-0.1.14\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnodrop-e61222ef8f993d82.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libnodrop-e61222ef8f993d82.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#alloc-no-stdlib@2.0.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\alloc-no-stdlib-2.0.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"alloc_no_stdlib","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\alloc-no-stdlib-2.0.4\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liballoc_no_stdlib-81019944c0017388.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liballoc_no_stdlib-81019944c0017388.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#servo_arc@0.2.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\servo_arc-0.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"servo_arc","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\servo_arc-0.2.0\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libservo_arc-4668c23122b5859c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libservo_arc-4668c23122b5859c.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cssparser@0.29.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cssparser-0.29.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cssparser","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cssparser-0.29.6\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcssparser-67dd00a6b4c5b7bb.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcssparser-67dd00a6b4c5b7bb.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-ucd-version@0.9.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-ucd-version-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_ucd_version","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-ucd-version-0.9.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_ucd_version-a2f967a12216d841.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_ucd_version-a2f967a12216d841.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#alloc-stdlib@0.2.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\alloc-stdlib-0.2.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"alloc_stdlib","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\alloc-stdlib-0.2.2\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liballoc_stdlib-a4590906e34d4d78.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liballoc_stdlib-a4590906e34d4d78.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cssparser@0.29.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cssparser-0.29.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cssparser","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cssparser-0.29.6\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcssparser-3916156780e80eb0.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcssparser-3916156780e80eb0.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#camino@1.2.2","linked_libs":[],"linked_paths":[],"cfgs":["try_reserve_2","path_buf_deref_mut","os_str_bytes","absolute_path","os_string_pathbuf_leak","path_add_extension","pathbuf_const_new"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\camino-0c4e0705d29bbab5\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-char-property@0.9.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-char-property-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_char_property","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-char-property-0.9.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_char_property-b6813179bbf7dd9e.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_char_property-b6813179bbf7dd9e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.14","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-automata-0.4.14\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex_automata","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-automata-0.4.14\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","dfa-onepass","hybrid","meta","nfa-backtrack","nfa-pikevm","nfa-thompson","perf-inline","perf-literal","perf-literal-multisubstring","perf-literal-substring","std","syntax","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment","unicode-word-boundary"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libregex_automata-acbb339b57600f2a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libregex_automata-acbb339b57600f2a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#polyval@0.6.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\polyval-0.6.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"polyval","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\polyval-0.6.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpolyval-fdbe96e7d86b6f1b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-ucd-version@0.9.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-ucd-version-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_ucd_version","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-ucd-version-0.9.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_ucd_version-a2f967a12216d841.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_ucd_version-a2f967a12216d841.rmeta"],"executable":null,"fresh":true} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3","linked_libs":[],"linked_paths":[],"cfgs":["has_std"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\indexmap-3a8c8c155e381f3c\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#markup5ever@0.14.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\markup5ever-0.14.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"markup5ever","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\markup5ever-0.14.1\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmarkup5ever-a83e4f435ac249b6.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libmarkup5ever-a83e4f435ac249b6.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#selectors@0.24.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\selectors-762105d196d46499\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#markup5ever@0.14.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\markup5ever-0.14.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"markup5ever","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\markup5ever-0.14.1\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmarkup5ever-c4e3ae37cd20df08.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libmarkup5ever-c4e3ae37cd20df08.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#selectors@0.24.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\selectors-3dc3bba9a96ee242\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#standback@0.2.17","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\standback-0.2.17\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"standback","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\standback-0.2.17\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libstandback-17f41b84df3f10a9.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libstandback-17f41b84df3f10a9.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf@0.8.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf-0.8.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf-0.8.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf-fab4add640818e82.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libphf-fab4add640818e82.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typeid@1.0.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typeid-1.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"typeid","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typeid-1.0.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtypeid-13546ddb855d8b3e.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtypeid-13546ddb855d8b3e.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-integer-0.1.46\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_integer","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-integer-0.1.46\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["i128"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnum_integer-a32e107243b15d87.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fxhash@0.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fxhash-0.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fxhash","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fxhash-0.2.1\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfxhash-da89aa2b10df42e1.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfxhash-da89aa2b10df42e1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-integer-0.1.46\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_integer","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-integer-0.1.46\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["i128"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnum_integer-a32e107243b15d87.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winapi-util-0.1.11\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winapi_util","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winapi-util-0.1.11\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwinapi_util-fe3c476254ee5d52.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwinapi_util-fe3c476254ee5d52.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_derive_internals@0.29.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_derive_internals-0.29.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_derive_internals","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_derive_internals-0.29.1\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_derive_internals-8e3ece2812a80cd4.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_derive_internals-8e3ece2812a80cd4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#standback@0.2.17","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\standback-0.2.17\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\standback-0.2.17\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\standback-4799c93f4879b431\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\standback-4799c93f4879b431\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#match_token@0.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\match_token-0.1.0\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"match_token","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\match_token-0.1.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\match_token-c075699b6c307889.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\match_token-c075699b6c307889.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\match_token-c075699b6c307889.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\match_token-c075699b6c307889.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fnv-1.0.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fnv","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fnv-1.0.7\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfnv-f7f222456fac6fc7.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfnv-f7f222456fac6fc7.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#schemars@0.8.22","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\schemars-0.8.22\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\schemars-0.8.22\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","derive","indexmap","preserve_order","schemars_derive","url","uuid1"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\schemars-63f73b39a3508167\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\schemars-63f73b39a3508167\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_derive_internals@0.29.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_derive_internals-0.29.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_derive_internals","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_derive_internals-0.29.1\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_derive_internals-8e3ece2812a80cd4.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_derive_internals-8e3ece2812a80cd4.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.12.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.12.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.12.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["raw"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhashbrown-414d58f220eaf8d7.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libhashbrown-414d58f220eaf8d7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fnv-1.0.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fnv","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fnv-1.0.7\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfnv-f7f222456fac6fc7.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfnv-f7f222456fac6fc7.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#foldhash@0.1.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\foldhash-0.1.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"foldhash","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\foldhash-0.1.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfoldhash-466ab5b31d72f4f8.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.15.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.15.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["allocator-api2","default","default-hasher","equivalent","inline-more","raw-entry"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhashbrown-43b3ec5e4b128525.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\indexmap-1.9.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"indexmap","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\indexmap-1.9.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde","serde-1"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libindexmap-bf5b173e89c2ceb1.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libindexmap-bf5b173e89c2ceb1.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cfb@0.7.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cfb-0.7.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfb","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cfb-0.7.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcfb-078c99ef3c8fda11.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcfb-078c99ef3c8fda11.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#const_fn@0.4.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\const_fn-0.4.12\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\const_fn-0.4.12\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\const_fn-0e1308f78c2b7a74\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\const_fn-0e1308f78c2b7a74\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#schemars@0.8.22","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\schemars-0.8.22\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\schemars-0.8.22\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","derive","indexmap","preserve_order","schemars_derive","url","uuid1"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\schemars-63f73b39a3508167\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\schemars-63f73b39a3508167\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winapi-0.3.9\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winapi-0.3.9\\build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["minwinbase","minwindef","timezoneapi"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\winapi-ef4b63d797183819\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\winapi-ef4b63d797183819\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#const_fn@0.4.12","linked_libs":[],"linked_paths":[],"cfgs":["host_os=\"windows\"","const_fn_has_build_script"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\const_fn-36539e6139e54cb5\\out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9","linked_libs":["dylib=advapi32","dylib=kernel32"],"linked_paths":[],"cfgs":["feature=\"ntstatus\"","feature=\"guiddef\"","feature=\"ktmtypes\"","feature=\"excpt\"","feature=\"vcruntime\"","feature=\"basetsd\"","feature=\"winnt\"","feature=\"ntdef\""],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\winapi-74cc2865ed7dfe45\\out"} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#schemars@0.8.22","linked_libs":[],"linked_paths":[],"cfgs":["std_atomic64","std_atomic"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\schemars-a63b649eac11e308\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.15.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.15.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashbrown","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashbrown-0.15.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["allocator-api2","default","default-hasher","equivalent","inline-more","raw-entry"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhashbrown-43b3ec5e4b128525.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cfb@0.7.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cfb-0.7.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfb","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cfb-0.7.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcfb-078c99ef3c8fda11.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcfb-078c99ef3c8fda11.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#schemars_derive@0.8.22","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\schemars_derive-0.8.22\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"schemars_derive","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\schemars_derive-0.8.22\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\schemars_derive-ad2033869c74dc8e.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\schemars_derive-ad2033869c74dc8e.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\schemars_derive-ad2033869c74dc8e.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\schemars_derive-ad2033869c74dc8e.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#html5ever@0.29.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\html5ever-0.29.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"html5ever","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\html5ever-0.29.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhtml5ever-cfde8e6739578817.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libhtml5ever-cfde8e6739578817.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\indexmap-1.9.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"indexmap","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\indexmap-1.9.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde","serde-1"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libindexmap-bf5b173e89c2ceb1.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libindexmap-bf5b173e89c2ceb1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#html5ever@0.29.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\html5ever-0.29.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"html5ever","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\html5ever-0.29.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhtml5ever-543bbb00d0c457e9.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libhtml5ever-543bbb00d0c457e9.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#standback@0.2.17","linked_libs":[],"linked_paths":[],"cfgs":["__standback_since_1_32","__standback_since_1_33","__standback_since_1_34","__standback_since_1_35","__standback_since_1_36","__standback_since_1_37","__standback_since_1_38","__standback_since_1_39","__standback_since_1_40","__standback_since_1_41","__standback_since_1_42","__standback_since_1_43","__standback_since_1_44","__standback_since_1_45","__standback_since_1_46","__standback_since_1_47","__standback_since_1_48","__standback_since_1_49","__standback_since_1_50","__standback_since_1_51"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\standback-cd292fbb06e21f44\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\same-file-1.0.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"same_file","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\same-file-1.0.6\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsame_file-6a8aac73dc17fb89.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsame_file-6a8aac73dc17fb89.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#selectors@0.24.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\selectors-0.24.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"selectors","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\selectors-0.24.0\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libselectors-7d8eb450cb7f4ba7.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libselectors-7d8eb450cb7f4ba7.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#erased-serde@0.4.10","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\erased-serde-0.4.10\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"erased_serde","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\erased-serde-0.4.10\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liberased_serde-2968119fa0dd58dc.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liberased_serde-2968119fa0dd58dc.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#selectors@0.24.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\selectors-0.24.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"selectors","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\selectors-0.24.0\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libselectors-75148fdaace53e29.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libselectors-75148fdaace53e29.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#time-macros-impl@0.1.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-macros-impl-0.1.2\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"time_macros_impl","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-macros-impl-0.1.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\time_macros_impl-6b2b718b917d7231.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\time_macros_impl-6b2b718b917d7231.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\time_macros_impl-6b2b718b917d7231.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\time_macros_impl-6b2b718b917d7231.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-ucd-ident@0.9.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-ucd-ident-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_ucd_ident","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-ucd-ident-0.9.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","id","xid"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_ucd_ident-6ddc5b7d24b95d33.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_ucd_ident-6ddc5b7d24b95d33.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#brotli-decompressor@5.0.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\brotli-decompressor-5.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"brotli_decompressor","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\brotli-decompressor-5.0.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc-stdlib","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbrotli_decompressor-b74ede104ff9ce31.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libbrotli_decompressor-b74ede104ff9ce31.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ghash@0.5.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ghash-0.5.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ghash","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ghash-0.5.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libghash-b9bf49faf3368d4a.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#camino@1.2.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\camino-1.2.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"camino","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\camino-1.2.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde1"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcamino-4450de0bfc26e58c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcamino-4450de0bfc26e58c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ghash@0.5.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ghash-0.5.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ghash","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ghash-0.5.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libghash-33f4f0ee97b1422d.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#regex@1.12.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-1.12.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"regex","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\regex-1.12.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","perf","perf-backtrack","perf-cache","perf-dfa","perf-inline","perf-literal","perf-onepass","std","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libregex-a101e353e8ecbbbf.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libregex-a101e353e8ecbbbf.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#camino@1.2.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\camino-1.2.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"camino","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\camino-1.2.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["serde1"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcamino-4450de0bfc26e58c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcamino-4450de0bfc26e58c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#brotli-decompressor@5.0.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\brotli-decompressor-5.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"brotli_decompressor","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\brotli-decompressor-5.0.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc-stdlib","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbrotli_decompressor-b74ede104ff9ce31.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libbrotli_decompressor-b74ede104ff9ce31.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#aes@0.8.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aes-0.8.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"aes","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aes-0.8.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libaes-28121950a920b07f.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ctr@0.9.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ctr-0.9.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ctr","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ctr-0.9.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libctr-d898a146949bcba4.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pem-rfc7468@0.7.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pem-rfc7468-0.7.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pem_rfc7468","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pem-rfc7468-0.7.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpem_rfc7468-74388ed182265127.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\concurrent-queue-2.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"concurrent_queue","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\concurrent-queue-2.5.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libconcurrent_queue-d69e752a57b9139f.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#jsonptr@0.6.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\jsonptr-0.6.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"jsonptr","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\jsonptr-0.6.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["assign","default","delete","json","resolve","serde","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libjsonptr-2dc58a397464ea77.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libjsonptr-2dc58a397464ea77.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\concurrent-queue-2.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"concurrent_queue","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\concurrent-queue-2.5.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libconcurrent_queue-d69e752a57b9139f.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#aead@0.5.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aead-0.5.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"aead","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aead-0.5.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","getrandom","rand_core"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libaead-f832ad5e67c6fe2b.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cargo-platform@0.1.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cargo-platform-0.1.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cargo_platform","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cargo-platform-0.1.9\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcargo_platform-12a3539d162b1889.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcargo_platform-12a3539d162b1889.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#time@0.2.27","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-0.2.27\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-0.2.27\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","deprecated","libc","std","stdweb","winapi"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\time-6806fae85a09b859\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\time-6806fae85a09b859\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#parking@2.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\parking-2.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"parking","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\parking-2.2.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libparking-bd51604fc2765d02.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dunce-1.0.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dunce","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dunce-1.0.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdunce-9a2f44637c9cbe0c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libdunce-9a2f44637c9cbe0c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-link@0.1.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-link-0.1.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_link","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-link-0.1.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_link-b163e6ad541091a3.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustversion-1.0.22\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustversion-1.0.22\\build\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\rustversion-6cc1d0406dfb5171\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\rustversion-6cc1d0406dfb5171\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dunce-1.0.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dunce","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dunce-1.0.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdunce-9a2f44637c9cbe0c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libdunce-9a2f44637c9cbe0c.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dyn-clone@1.0.20","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dyn-clone-1.0.20\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dyn_clone","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dyn-clone-1.0.20\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdyn_clone-5d1944447d659ce1.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libdyn_clone-5d1944447d659ce1.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22","linked_libs":[],"linked_paths":[],"cfgs":["host_os=\"windows\""],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\rustversion-23c725d86aa10190\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#schemars@0.8.22","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\schemars-0.8.22\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"schemars","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\schemars-0.8.22\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","derive","indexmap","preserve_order","schemars_derive","url","uuid1"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libschemars-470c8b7aa2ef98f1.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libschemars-470c8b7aa2ef98f1.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cargo_metadata@0.19.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cargo_metadata-0.19.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cargo_metadata","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cargo_metadata-0.19.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcargo_metadata-d7fd28a834246400.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcargo_metadata-d7fd28a834246400.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22","linked_libs":[],"linked_paths":[],"cfgs":["host_os=\"windows\""],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\rustversion-23c725d86aa10190\\out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#time@0.2.27","linked_libs":[],"linked_paths":[],"cfgs":["__time_02_supports_non_exhaustive","__time_02_instant_checked_ops","__time_02_nonzero_signed","__time_02_use_trait_as_underscore"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\time-d18ec87f3113f2aa\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@5.4.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\event-listener-5.4.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"event_listener","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\event-listener-5.4.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","parking","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libevent_listener-171dfe43ac488686.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#aes-gcm@0.10.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aes-gcm-0.10.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"aes_gcm","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aes-gcm-0.10.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["aes","alloc","default","getrandom","rand_core"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libaes_gcm-3796e308f3e8d34a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cargo_metadata@0.19.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cargo_metadata-0.19.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cargo_metadata","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cargo_metadata-0.19.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcargo_metadata-d7fd28a834246400.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcargo_metadata-d7fd28a834246400.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#aes-gcm@0.10.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aes-gcm-0.10.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"aes_gcm","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aes-gcm-0.10.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["aes","alloc","default","getrandom","rand_core"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libaes_gcm-9ebdcfea0c9214ce.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#json-patch@3.0.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\json-patch-3.0.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"json_patch","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\json-patch-3.0.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","diff"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libjson_patch-df9ab7c498bf3729.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libjson_patch-df9ab7c498bf3729.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#der@0.7.10","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\der-0.7.10\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"der","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\der-0.7.10\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","oid","pem","std","zeroize"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libder-ecc7338c2b47fd7a.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#urlpattern@0.3.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\urlpattern-0.3.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"urlpattern","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\urlpattern-0.3.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liburlpattern-2b4d5bdc7c286c6c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liburlpattern-2b4d5bdc7c286c6c.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#brotli@8.0.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\brotli-8.0.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"brotli","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\brotli-8.0.2\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc-stdlib","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbrotli-bf3a214dca01f18c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libbrotli-bf3a214dca01f18c.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde-untagged@0.1.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde-untagged-0.1.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_untagged","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde-untagged-0.1.9\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_untagged-bc446d160a3ee6d3.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_untagged-bc446d160a3ee6d3.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#kuchikiki@0.8.8-speedreader","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\kuchikiki-0.8.8-speedreader\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"kuchikiki","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\kuchikiki-0.8.8-speedreader\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libkuchikiki-73dd00069744e9f3.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libkuchikiki-73dd00069744e9f3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#urlpattern@0.3.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\urlpattern-0.3.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"urlpattern","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\urlpattern-0.3.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liburlpattern-2b4d5bdc7c286c6c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liburlpattern-2b4d5bdc7c286c6c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#time-macros@0.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-macros-0.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"time_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-macros-0.1.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtime_macros-81333a0fe912aa23.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#kuchikiki@0.8.8-speedreader","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\kuchikiki-0.8.8-speedreader\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"kuchikiki","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\kuchikiki-0.8.8-speedreader\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libkuchikiki-d6ad90ffe1f0ceec.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libkuchikiki-d6ad90ffe1f0ceec.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\walkdir-2.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"walkdir","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\walkdir-2.5.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwalkdir-d0f3fc8815ffc8cc.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwalkdir-d0f3fc8815ffc8cc.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#infer@0.19.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\infer-0.19.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"infer","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\infer-0.19.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","cfb","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libinfer-608e88b2ecae910d.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libinfer-608e88b2ecae910d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde-untagged@0.1.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde-untagged-0.1.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_untagged","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde-untagged-0.1.9\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_untagged-bc446d160a3ee6d3.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_untagged-bc446d160a3ee6d3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#standback@0.2.17","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\standback-0.2.17\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"standback","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\standback-0.2.17\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libstandback-1bdd067fc406ab47.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hashlink@0.10.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashlink-0.10.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hashlink","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hashlink-0.10.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhashlink-c8beca9b1ab5739d.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-result@0.3.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-result-0.3.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_result","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-result-0.3.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_result-336088cba19a27ea.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-strings@0.4.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-strings-0.4.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_strings","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-strings-0.4.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_strings-108b9b117a0da6b1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#infer@0.19.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\infer-0.19.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"infer","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\infer-0.19.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","cfb","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libinfer-608e88b2ecae910d.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libinfer-608e88b2ecae910d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winapi-0.3.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winapi","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winapi-0.3.9\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["minwinbase","minwindef","timezoneapi"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwinapi-b6b88b230e739693.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#const_fn@0.4.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\const_fn-0.4.12\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"const_fn","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\const_fn-0.4.12\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\const_fn-3b3be01c29534863.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\const_fn-3b3be01c29534863.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\const_fn-3b3be01c29534863.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\const_fn-3b3be01c29534863.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#encoding-index-korean@1.20141219.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\encoding-index-korean-1.20141219.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"encoding_index_korean","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\encoding-index-korean-1.20141219.5\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libencoding_index_korean-e465cb5f78139153.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#encoding-index-singlebyte@1.20141219.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\encoding-index-singlebyte-1.20141219.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"encoding_index_singlebyte","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\encoding-index-singlebyte-1.20141219.5\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libencoding_index_singlebyte-af4d4e96842fdac9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#encoding-index-simpchinese@1.20141219.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\encoding-index-simpchinese-1.20141219.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"encoding_index_simpchinese","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\encoding-index-simpchinese-1.20141219.5\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libencoding_index_simpchinese-81096a9dcdc6b0a2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#encoding-index-tradchinese@1.20141219.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\encoding-index-tradchinese-1.20141219.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"encoding_index_tradchinese","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\encoding-index-tradchinese-1.20141219.5\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libencoding_index_tradchinese-3fc8b035df034a09.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#encoding-index-japanese@1.20141219.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\encoding-index-japanese-1.20141219.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"encoding_index_japanese","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\encoding-index-japanese-1.20141219.5\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libencoding_index_japanese-51d26074ff14b39e.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_with@3.18.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_with-3.18.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_with","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_with-3.18.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","macros","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_with-f9486b2ec81ddfb9.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_with-f9486b2ec81ddfb9.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_x86_64_msvc","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_x86_64_msvc-50bd035adf5eb69e.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_x86_64_msvc-50bd035adf5eb69e.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\lazy_static-1.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lazy_static","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\lazy_static-1.5.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["spin","spin_no_std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblazy_static-271e1cd4ec37a561.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bstr@1.12.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bstr-1.12.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bstr","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bstr-1.12.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std","unicode"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbstr-64cd8a27b4456099.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.102","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\anyhow-1.0.102\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"anyhow","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\anyhow-1.0.102\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libanyhow-dc5b79efbb4b6a1c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libanyhow-dc5b79efbb4b6a1c.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#http@1.4.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\http-1.4.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"http","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\http-1.4.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhttp-b6f64480fc246b56.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libhttp-b6f64480fc246b56.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#vswhom-sys@0.1.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\vswhom-sys-0.1.3\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\vswhom-sys-0.1.3\\build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\vswhom-sys-435565851efc011c\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\vswhom-sys-435565851efc011c\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-implement@0.60.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-implement-0.60.2\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"windows_implement","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-implement-0.60.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\windows_implement-2f4d20b099edd44b.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\windows_implement-2f4d20b099edd44b.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\windows_implement-2f4d20b099edd44b.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\windows_implement-2f4d20b099edd44b.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-interface@0.59.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-interface-0.59.3\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"windows_interface","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-interface-0.59.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\windows_interface-30a2489ce32957ac.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\windows_interface-30a2489ce32957ac.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\windows_interface-30a2489ce32957ac.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\windows_interface-30a2489ce32957ac.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#glob@0.3.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\glob-0.3.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"glob","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\glob-0.3.3\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libglob-fa014e2045aeba83.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libglob-fa014e2045aeba83.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-utils@2.8.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-utils-2.8.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_utils","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-utils-2.8.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["brotli","build","cargo_metadata","compression","html-manipulation","proc-macro2","quote","resources","schema","schemars","swift-rs","walkdir"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_utils-098e932512f0d136.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_utils-098e932512f0d136.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-core@0.61.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.61.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.61.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_core-b289fa4ca667c9ca.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#vswhom-sys@0.1.3","linked_libs":["static=vswhom","dylib=OleAut32","dylib=Ole32"],"linked_paths":["native=G:\\ZClaw_openfang\\target\\debug\\build\\vswhom-sys-8c2787af9cf44e64\\out"],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\vswhom-sys-8c2787af9cf44e64\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-targets-0.52.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_targets","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-targets-0.52.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_targets-d4e125ed56a03f0c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_targets-d4e125ed56a03f0c.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-core@0.8.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-core-0.8.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-core-0.8.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["crc","default","json","migrate","offline","serde","serde_json","sha2"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_core-ebaf6ae112b35d7c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-utils@2.8.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-utils-2.8.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_utils","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-utils-2.8.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["brotli","build","cargo_metadata","compression","html-manipulation","proc-macro2","quote","resources","schema","schemars","swift-rs","walkdir"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_utils-899f328f470bb953.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_utils-899f328f470bb953.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pom@3.4.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pom-3.4.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pom-3.4.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","utf8"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpom-04c578a71f94f150.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#encoding@0.2.33","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\encoding-0.2.33\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"encoding","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\encoding-0.2.33\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libencoding-5ca2793a4643c3f8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#time@0.2.27","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-0.2.27\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"time","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\time-0.2.27\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","deprecated","libc","std","stdweb","winapi"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtime-fe0e8a5ad68e2cd7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-core@0.8.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-core-0.8.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-core-0.8.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["crc","default","json","migrate","offline","serde","serde_json","sha2"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_core-7ff0b3e9cb4ed473.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#spki@0.7.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\spki-0.7.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"spki","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\spki-0.7.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","pem","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libspki-c95e737a2932ea1d.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.22","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustversion-1.0.22\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"rustversion","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustversion-1.0.22\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\rustversion-7329796c67c0e937.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\rustversion-7329796c67c0e937.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\rustversion-7329796c67c0e937.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\rustversion-7329796c67c0e937.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sha1@0.10.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sha1-0.10.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sha1","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sha1-0.10.6\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsha1-acd6f196aaceb460.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libc-0.2.183\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libc","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libc-0.2.183\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblibc-8b14278b63068026.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liblibc-8b14278b63068026.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_x86_64_msvc","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_x86_64_msvc-50bd035adf5eb69e.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_x86_64_msvc-50bd035adf5eb69e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sha1@0.10.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sha1-0.10.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sha1","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sha1-0.10.6\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsha1-29f45812396f86b8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#stb_truetype@0.3.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\stb_truetype-0.3.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"stb_truetype","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\stb_truetype-0.3.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libstb_truetype-ea76fa7c0d71fece.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ordered-float@1.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ordered-float-1.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ordered_float","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ordered-float-1.1.1\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libordered_float-b70332771ac1769a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#approx@0.3.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\approx-0.3.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"approx","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\approx-0.3.2\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libapprox-bbe53502cf760c5e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#vswhom-sys@0.1.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\vswhom-sys-0.1.3\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\vswhom-sys-0.1.3\\build.rs","edition":"2015","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\vswhom-sys-435565851efc011c\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\vswhom-sys-435565851efc011c\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#multer@3.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\multer-3.1.0\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\multer-3.1.0\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\multer-11e98cb1e5ce4289\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\multer-11e98cb1e5ce4289\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#option-ext@0.2.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\option-ext-0.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"option_ext","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\option-ext-0.2.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liboption_ext-e76eb2cea6ae15e0.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dtoa@0.4.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dtoa-0.4.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dtoa","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dtoa-0.4.8\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdtoa-5052044f35da0d69.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fastrand@2.3.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fastrand-2.3.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fastrand","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fastrand-2.3.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfastrand-14a1950c3f2b961c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lzw@0.10.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\lzw-0.10.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lzw","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\lzw-0.10.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","raii_no_panic"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblzw-2969b2c712bef9e1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#linked-hash-map@0.5.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\linked-hash-map-0.5.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"linked_hash_map","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\linked-hash-map-0.5.6\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblinked_hash_map-930fbd9dcbd67245.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-bigint-dig@0.8.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-bigint-dig-0.8.6\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-bigint-dig-0.8.6\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["i128","prime","rand","u64_digit","zeroize"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\num-bigint-dig-4539d1c7c8b04cac\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\num-bigint-dig-4539d1c7c8b04cac\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dirs-sys-0.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dirs_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dirs-sys-0.5.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdirs_sys-e79b5dad500e4ca2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#itoa@0.4.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\itoa-0.4.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"itoa","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\itoa-0.4.8\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libitoa-8c926ae20498e427.rmeta"],"executable":null,"fresh":true} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-bigint-dig@0.8.6","linked_libs":[],"linked_paths":[],"cfgs":["has_i128"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\num-bigint-dig-8680ba6533313d1b\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lopdf@0.26.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\lopdf-0.26.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lopdf","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\lopdf-0.26.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["chrono","chrono_time","default","pom","pom_parser"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblopdf-260bfda15b036b86.rmeta"],"executable":null,"fresh":true} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#multer@3.1.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\multer-a3bd752de7336e2f\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#vswhom-sys@0.1.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\vswhom-sys-0.1.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"vswhom_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\vswhom-sys-0.1.3\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libvswhom_sys-7922fc7174acbdfa.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libvswhom_sys-7922fc7174acbdfa.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#vswhom-sys@0.1.3","linked_libs":["static=vswhom","dylib=OleAut32","dylib=Ole32"],"linked_paths":["native=G:\\ZClaw_openfang\\target\\debug\\build\\vswhom-sys-8c2787af9cf44e64\\out"],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\vswhom-sys-8c2787af9cf44e64\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rusttype@0.8.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rusttype-0.8.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rusttype","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rusttype-0.8.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","has-atomics","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librusttype-6636de9eccd4e818.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#axum-core@0.4.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\axum-core-0.4.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"axum_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\axum-core-0.4.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["tracing"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libaxum_core-12f00cb82cc6f368.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-postgres@0.8.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-postgres-0.8.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx_postgres","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-postgres-0.8.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_postgres-3c6eca640a6f2f28.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-targets-0.52.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_targets","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-targets-0.52.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_targets-d4e125ed56a03f0c.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_targets-d4e125ed56a03f0c.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pkcs8@0.10.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pkcs8-0.10.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pkcs8","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pkcs8-0.10.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","pem","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpkcs8-5a7e72a3ecceaae7.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.59.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.59.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.59.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["Win32","Win32_Foundation","Win32_Security","Win32_Storage","Win32_Storage_FileSystem","Win32_System","Win32_System_Diagnostics","Win32_System_Diagnostics_Debug","Win32_System_Registry","Win32_System_Time","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_sys-29dea2bf69c38d47.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_sys-29dea2bf69c38d47.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx-postgres@0.8.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-postgres-0.8.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx_postgres","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-postgres-0.8.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx_postgres-b7871533a151a88f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-strings@0.4.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-strings-0.4.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_strings","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-strings-0.4.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_strings-108b9b117a0da6b1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-result@0.3.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-result-0.3.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_result","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-result-0.3.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_result-336088cba19a27ea.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-bigint@0.4.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-bigint-0.4.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_bigint","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-bigint-0.4.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnum_bigint-b25c1c905ad360fc.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-iter@0.1.45","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-iter-0.1.45\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_iter","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-iter-0.1.45\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnum_iter-54b73fcf2d03cc71.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#headers-core@0.3.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\headers-core-0.3.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"headers_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\headers-core-0.3.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libheaders_core-e11380a6267470f8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.183","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libc-0.2.183\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libc","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libc-0.2.183\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblibc-8b14278b63068026.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liblibc-8b14278b63068026.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_path_to_error@0.1.20","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_path_to_error-0.1.20\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_path_to_error","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_path_to_error-0.1.20\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_path_to_error-e48144d7c580c4f3.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#axum-macros@0.4.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\axum-macros-0.4.2\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"axum_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\axum-macros-0.4.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\axum_macros-dc0ed0a4eab558d5.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\axum_macros-dc0ed0a4eab558d5.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\axum_macros-dc0ed0a4eab558d5.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\axum_macros-dc0ed0a4eab558d5.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\encoding_rs-0.8.35\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"encoding_rs","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\encoding_rs-0.8.35\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libencoding_rs-347ccd17707312c5.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pin-project-internal@1.1.11","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pin-project-internal-1.1.11\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"pin_project_internal","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pin-project-internal-1.1.11\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\pin_project_internal-0e796f94c1d48a32.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\pin_project_internal-0e796f94c1d48a32.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\pin_project_internal-0e796f94c1d48a32.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\pin_project_internal-0e796f94c1d48a32.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#encoding_rs@0.8.35","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\encoding_rs-0.8.35\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"encoding_rs","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\encoding_rs-0.8.35\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libencoding_rs-347ccd17707312c5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#axum-macros@0.4.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\axum-macros-0.4.2\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"axum_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\axum-macros-0.4.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\axum_macros-dc0ed0a4eab558d5.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\axum_macros-dc0ed0a4eab558d5.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\axum_macros-dc0ed0a4eab558d5.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\axum_macros-dc0ed0a4eab558d5.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#matchit@0.7.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\matchit-0.7.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"matchit","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\matchit-0.7.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmatchit-7451a936692699c1.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#multer@3.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\multer-3.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"multer","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\multer-3.1.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmulter-41958528585ec96c.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#axum@0.7.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\axum-0.7.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"axum","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\axum-0.7.9\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","form","http1","json","macros","matched-path","original-uri","query","tokio","tower-log","tracing"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libaxum-b95fa98bde840a52.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.11","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pin-project-1.1.11\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pin_project","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pin-project-1.1.11\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpin_project-1c74805d9f2cd9dd.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#headers@0.4.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\headers-0.4.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"headers","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\headers-0.4.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libheaders-0eea0258966dee35.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-bigint-dig@0.8.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-bigint-dig-0.8.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_bigint_dig","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-bigint-dig-0.8.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["i128","prime","rand","u64_digit","zeroize"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnum_bigint_dig-060aaab16f1990ee.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#multer@3.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\multer-3.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"multer","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\multer-3.1.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmulter-41958528585ec96c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#vswhom-sys@0.1.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\vswhom-sys-0.1.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"vswhom_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\vswhom-sys-0.1.3\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libvswhom_sys-7922fc7174acbdfa.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libvswhom_sys-7922fc7174acbdfa.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#headers@0.4.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\headers-0.4.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"headers","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\headers-0.4.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libheaders-a52e7211d10608d9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#num-bigint-dig@0.8.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-bigint-dig-0.8.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"num_bigint_dig","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\num-bigint-dig-0.8.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["i128","prime","rand","u64_digit","zeroize"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnum_bigint_dig-9ba8f5e56f67d47f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-core@0.61.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.61.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.61.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_core-b289fa4ca667c9ca.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#simple_asn1@0.6.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\simple_asn1-0.6.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"simple_asn1","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\simple_asn1-0.6.4\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsimple_asn1-09c035b3c4b4bc07.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winreg@0.55.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winreg-0.55.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winreg","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winreg-0.55.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwinreg-9226d5fd539d251d.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwinreg-9226d5fd539d251d.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx@0.8.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-0.8.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-0.8.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["postgres","sqlx-postgres"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx-695e9372d4a44837.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sqlx@0.8.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-0.8.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sqlx","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sqlx-0.8.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["postgres","sqlx-postgres"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsqlx-7dac2a14f2090d98.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pkcs1@0.7.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pkcs1-0.7.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pkcs1","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pkcs1-0.7.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","pem","pkcs8","std","zeroize"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpkcs1-aa89c03661e0b1bd.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#vswhom@0.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\vswhom-0.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"vswhom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\vswhom-0.1.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libvswhom-1e7113beeef02eda.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libvswhom-1e7113beeef02eda.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dirs@6.0.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dirs-6.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dirs","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dirs-6.0.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdirs-346ca8a61ec9aaac.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.59.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.59.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.59.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["Win32","Win32_Foundation","Win32_Security","Win32_Storage","Win32_Storage_FileSystem","Win32_System","Win32_System_Diagnostics","Win32_System_Diagnostics_Debug","Win32_System_Registry","Win32_System_Time","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_sys-29dea2bf69c38d47.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_sys-29dea2bf69c38d47.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#printpdf@0.3.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\printpdf-0.3.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"printpdf","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\printpdf-0.3.4\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libprintpdf-a4b505f1e1feb8ec.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#sharded-slab@0.1.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sharded-slab-0.1.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"sharded_slab","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\sharded-slab-0.1.7\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsharded_slab-cba627feb055189a.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-threading@0.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-threading-0.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_threading","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-threading-0.1.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_threading-bcc0c2a5caa3bda5.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#password-hash@0.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\password-hash-0.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"password_hash","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\password-hash-0.5.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","rand_core"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpassword_hash-4c784acf444496d8.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustc_version-0.4.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustc_version","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustc_version-0.4.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librustc_version-eff81113c96570bb.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\librustc_version-eff81113c96570bb.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.52.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.52.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["Win32","Win32_Foundation","Win32_Networking","Win32_Networking_WinSock","Win32_System","Win32_System_IO","Win32_System_Threading","Win32_System_WindowsProgramming","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_sys-eca6408aa8525354.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#matchers@0.2.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\matchers-0.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"matchers","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\matchers-0.2.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmatchers-1f9e6d3dda1edb0a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#password-hash@0.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\password-hash-0.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"password_hash","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\password-hash-0.5.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","rand_core"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpassword_hash-f4dcef657e1a8994.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pem@3.0.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pem-3.0.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pem","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pem-3.0.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpem-cf580b44404ddcf8.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#signature@2.2.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\signature-2.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"signature","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\signature-2.2.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","digest","rand_core","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsignature-f519289ad9d585ac.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#blake2@0.10.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\blake2-0.10.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"blake2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\blake2-0.10.6\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libblake2-0a9a22296fb8b920.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#matchers@0.2.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\matchers-0.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"matchers","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\matchers-0.2.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmatchers-1f9e6d3dda1edb0a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#signature@2.2.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\signature-2.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"signature","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\signature-2.2.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","digest","rand_core","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsignature-ac192257d1d30395.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#blake2@0.10.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\blake2-0.10.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"blake2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\blake2-0.10.6\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libblake2-49a5a3b3a54bc770.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-epoch-0.9.18\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam_epoch","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-epoch-0.9.18\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrossbeam_epoch-8bb8a7118f0b7767.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing-log@0.2.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-log-0.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tracing_log","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-log-0.2.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["log-tracer","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtracing_log-5e9bdc25a18f6eac.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nu-ansi-term@0.50.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\nu-ansi-term-0.50.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nu_ansi_term","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\nu-ansi-term-0.50.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnu_ansi_term-bea39cf5a6cf0669.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winapi-util-0.1.11\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winapi_util","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winapi-util-0.1.11\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwinapi_util-62ea897a4e0c54c2.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thread_local@1.1.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thread_local-1.1.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"thread_local","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\thread_local-1.1.9\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libthread_local-625bf2c66a27cedb.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\shlex-1.3.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"shlex","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\shlex-1.3.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libshlex-121bbf3056a7e5fe.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fnv-1.0.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fnv","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fnv-1.0.7\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfnv-dba39155a26cac67.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#option-ext@0.2.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\option-ext-0.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"option_ext","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\option-ext-0.2.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liboption_ext-742e5b2d7e928b3a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liboption_ext-742e5b2d7e928b3a.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#base32@0.5.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base32-0.5.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"base32","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base32-0.5.1\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbase32-3b5f935c959063b6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#option-ext@0.2.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\option-ext-0.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"option_ext","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\option-ext-0.2.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liboption_ext-e76eb2cea6ae15e0.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#constant_time_eq@0.3.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\constant_time_eq-0.3.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"constant_time_eq","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\constant_time_eq-0.3.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libconstant_time_eq-07491b2bc5d49066.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dirs-sys-0.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dirs_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dirs-sys-0.5.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdirs_sys-c47c8b6f393db4df.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libdirs_sys-c47c8b6f393db4df.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#totp-rs@5.7.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\totp-rs-5.7.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"totp_rs","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\totp-rs-5.7.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtotp_rs-e49618c1049a5a6b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#base32@0.5.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base32-0.5.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"base32","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base32-0.5.1\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbase32-3b5f935c959063b6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.13.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rayon-core-1.13.0\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rayon-core-1.13.0\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\rayon-core-17f3e4bf83a111f9\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\rayon-core-17f3e4bf83a111f9\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#totp-rs@5.7.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\totp-rs-5.7.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"totp_rs","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\totp-rs-5.7.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtotp_rs-2c2570ee55ed6846.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.13.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\rayon-core-86a83f949bb67546\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dirs-sys-0.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dirs_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dirs-sys-0.5.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdirs_sys-e79b5dad500e4ca2.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing-subscriber@0.3.23","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-subscriber-0.3.23\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tracing_subscriber","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tracing-subscriber-0.3.23\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","ansi","default","env-filter","fmt","matchers","nu-ansi-term","once_cell","registry","sharded-slab","smallvec","std","thread_local","tracing","tracing-log"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtracing_subscriber-ab19ce779aa8e430.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#argon2@0.5.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\argon2-0.5.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"argon2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\argon2-0.5.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","password-hash","rand"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libargon2-5994340a1f93b615.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rsa@0.9.10","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rsa-0.9.10\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rsa","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rsa-0.9.10\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","pem","sha2","std","u64_digit"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librsa-2b94f836943de6d1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\same-file-1.0.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"same_file","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\same-file-1.0.6\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsame_file-e260d2ead4395c51.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-deque-0.8.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam_deque","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-deque-0.8.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrossbeam_deque-b8e72f2e558caed0.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rsa@0.9.10","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rsa-0.9.10\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rsa","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rsa-0.9.10\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","pem","sha2","std","u64_digit"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librsa-864ea6174ad2165c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#argon2@0.5.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\argon2-0.5.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"argon2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\argon2-0.5.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","password-hash","rand"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libargon2-aabe2e6bbb354bcf.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#jsonwebtoken@9.3.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\jsonwebtoken-9.3.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"jsonwebtoken","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\jsonwebtoken-9.3.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","pem","simple_asn1","use_pem"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libjsonwebtoken-946b78e78f74ac42.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#socket2@0.5.10","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\socket2-0.5.10\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"socket2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\socket2-0.5.10\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["all"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsocket2-32c6740ffaaa1de3.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#embed-resource@3.0.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\embed-resource-3.0.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"embed_resource","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\embed-resource-3.0.8\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libembed_resource-ac4a95e82a60d742.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libembed_resource-ac4a95e82a60d742.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-future@0.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-future-0.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_future","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-future-0.2.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_future-427b6ca416772a47.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pgvector@0.4.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pgvector-0.4.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pgvector","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pgvector-0.4.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["sqlx"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpgvector-d23d9cc24db4b18a.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#axum-extra@0.9.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\axum-extra-0.9.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"axum_extra","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\axum-extra-0.9.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["cookie","default","multipart","tracing","typed-header"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libaxum_extra-4134d33fffc00014.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#genpdf@0.2.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\genpdf-0.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"genpdf","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\genpdf-0.2.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libgenpdf-84ed55e63b632ca4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winreg@0.55.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winreg-0.55.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winreg","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winreg-0.55.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwinreg-9226d5fd539d251d.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libwinreg-9226d5fd539d251d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pgvector@0.4.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pgvector-0.4.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pgvector","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pgvector-0.4.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["sqlx"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpgvector-40c503e37f43dfd7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#axum-extra@0.9.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\axum-extra-0.9.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"axum_extra","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\axum-extra-0.9.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["cookie","default","multipart","tracing","typed-header"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libaxum_extra-1bb5c2170625d437.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#vswhom@0.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\vswhom-0.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"vswhom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\vswhom-0.1.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libvswhom-1e7113beeef02eda.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libvswhom-1e7113beeef02eda.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tower@0.4.13","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-0.4.13\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tower","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-0.4.13\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["__common","default","futures-core","futures-util","log","pin-project","pin-project-lite","tracing","util"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtower-46e2a4d025773dee.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#socket2@0.5.10","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\socket2-0.5.10\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"socket2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\socket2-0.5.10\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["all"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsocket2-9fa31a9e681260a0.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustc_version-0.4.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustc_version","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustc_version-0.4.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librustc_version-eff81113c96570bb.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\librustc_version-eff81113c96570bb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tower-http@0.5.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-http-0.5.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tower_http","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-http-0.5.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["cors","default","limit","timeout","tokio","trace","tracing"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtower_http-d3803b6285e93a2b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.10.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\data-encoding-2.10.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"data_encoding","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\data-encoding-2.10.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdata_encoding-76ee532495b7ae87.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#option-ext@0.2.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\option-ext-0.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"option_ext","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\option-ext-0.2.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liboption_ext-742e5b2d7e928b3a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\liboption_ext-742e5b2d7e928b3a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#embed-resource@3.0.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\embed-resource-3.0.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"embed_resource","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\embed-resource-3.0.8\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libembed_resource-ac4a95e82a60d742.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libembed_resource-ac4a95e82a60d742.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dirs-sys-0.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dirs_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dirs-sys-0.5.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdirs_sys-c47c8b6f393db4df.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libdirs_sys-c47c8b6f393db4df.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.13.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rayon-core-1.13.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rayon_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rayon-core-1.13.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librayon_core-32c667aac1a8950f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\walkdir-2.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"walkdir","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\walkdir-2.5.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwalkdir-efcd40716ff09003.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dirs@6.0.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dirs-6.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dirs","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dirs-6.0.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdirs-346ca8a61ec9aaac.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tempfile-3.27.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tempfile","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tempfile-3.27.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","getrandom"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtempfile-cf22bdfb9d700699.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-threading@0.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-threading-0.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_threading","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-threading-0.1.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_threading-bcc0c2a5caa3bda5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-growth#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-growth\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_growth","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-growth\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_growth-bcdee9264b9b0559.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fnv-1.0.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fnv","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fnv-1.0.7\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfnv-dba39155a26cac67.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\heck-0.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"heck","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\heck-0.5.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libheck-2e62c28013a79fb7.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libheck-2e62c28013a79fb7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-future@0.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-future-0.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_future","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-future-0.2.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_future-427b6ca416772a47.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dirs@6.0.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dirs-6.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dirs","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dirs-6.0.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdirs-d6132535ebf29b37.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libdirs-d6132535ebf29b37.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-winres@0.3.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-winres-0.3.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_winres","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-winres-0.3.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_winres-1e4f6b7edbca2657.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_winres-1e4f6b7edbca2657.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-numerics@0.2.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-numerics-0.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_numerics","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-numerics-0.2.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_numerics-d3ea4932be572768.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-collections@0.2.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-collections-0.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_collections","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-collections-0.2.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_collections-2efaa813a71ec5c9.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tower-http@0.5.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-http-0.5.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tower_http","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-http-0.5.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["cors","default","limit","timeout","tokio","trace","tracing"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtower_http-d3803b6285e93a2b.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\heck-0.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"heck","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\heck-0.5.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libheck-2e62c28013a79fb7.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libheck-2e62c28013a79fb7.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.10.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\data-encoding-2.10.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"data_encoding","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\data-encoding-2.10.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdata_encoding-76ee532495b7ae87.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\simd-adler32-0.3.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"simd_adler32","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\simd-adler32-0.3.8\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["const-generics","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsimd_adler32-9cf57061cbb2119b.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsimd_adler32-9cf57061cbb2119b.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows@0.61.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.61.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.61.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["Win32","Win32_Devices","Win32_Devices_HumanInterfaceDevice","Win32_Foundation","Win32_Globalization","Win32_Graphics","Win32_Graphics_Dwm","Win32_Graphics_Gdi","Win32_System","Win32_System_Com","Win32_System_Com_StructuredStorage","Win32_System_DataExchange","Win32_System_Diagnostics","Win32_System_Diagnostics_Debug","Win32_System_LibraryLoader","Win32_System_Memory","Win32_System_Ole","Win32_System_Registry","Win32_System_SystemInformation","Win32_System_SystemServices","Win32_System_Threading","Win32_System_Variant","Win32_System_WinRT","Win32_System_WindowsProgramming","Win32_UI","Win32_UI_Accessibility","Win32_UI_Controls","Win32_UI_HiDpi","Win32_UI_Input","Win32_UI_Input_Ime","Win32_UI_Input_KeyboardAndMouse","Win32_UI_Input_Pointer","Win32_UI_Input_Touch","Win32_UI_Shell","Win32_UI_Shell_Common","Win32_UI_TextServices","Win32_UI_WindowsAndMessaging","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows-b5da0824858dcf02.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-winres@0.3.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-winres-0.3.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_winres","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-winres-0.3.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_winres-1e4f6b7edbca2657.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_winres-1e4f6b7edbca2657.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dirs@6.0.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dirs-6.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dirs","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dirs-6.0.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdirs-d6132535ebf29b37.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libdirs-d6132535ebf29b37.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tempfile-3.27.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tempfile","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tempfile-3.27.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","getrandom"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtempfile-cf22bdfb9d700699.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cargo_toml@0.22.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cargo_toml-0.22.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cargo_toml","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cargo_toml-0.22.3\\src\\cargo_toml.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcargo_toml-bf6495feb369b4dd.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcargo_toml-bf6495feb369b4dd.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#half@2.7.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\half-2.7.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"half","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\half-2.7.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhalf-b7ae52650d9df57b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\shlex-1.3.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"shlex","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\shlex-1.3.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libshlex-121bbf3056a7e5fe.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\simd-adler32-0.3.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"simd_adler32","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\simd-adler32-0.3.8\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["const-generics","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsimd_adler32-9cf57061cbb2119b.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libsimd_adler32-9cf57061cbb2119b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-build@2.5.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-build-2.5.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-build-2.5.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["config-json","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_build-1252c0fb6dba2f72.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_build-1252c0fb6dba2f72.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows@0.61.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.61.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.61.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["Win32","Win32_Devices","Win32_Devices_HumanInterfaceDevice","Win32_Foundation","Win32_Globalization","Win32_Graphics","Win32_Graphics_Dwm","Win32_Graphics_Gdi","Win32_System","Win32_System_Com","Win32_System_Com_StructuredStorage","Win32_System_DataExchange","Win32_System_Diagnostics","Win32_System_Diagnostics_Debug","Win32_System_LibraryLoader","Win32_System_Memory","Win32_System_Ole","Win32_System_Registry","Win32_System_SystemInformation","Win32_System_SystemServices","Win32_System_Threading","Win32_System_Variant","Win32_System_WinRT","Win32_System_WindowsProgramming","Win32_UI","Win32_UI_Accessibility","Win32_UI_Controls","Win32_UI_HiDpi","Win32_UI_Input","Win32_UI_Input_Ime","Win32_UI_Input_KeyboardAndMouse","Win32_UI_Input_Pointer","Win32_UI_Input_Touch","Win32_UI_Shell","Win32_UI_Shell_Common","Win32_UI_TextServices","Win32_UI_WindowsAndMessaging","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows-b5da0824858dcf02.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rayon@1.11.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rayon-1.11.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rayon","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rayon-1.11.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librayon-4983aa7b5419dc04.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#webview2-com-sys@0.38.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\webview2-com-sys-0.38.2\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\webview2-com-sys-0.38.2\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\webview2-com-sys-03f3410eb5976a74\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\webview2-com-sys-03f3410eb5976a74\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-growth#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-growth\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_growth","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-growth\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_growth-212a1cecac1776eb.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#raw-window-handle@0.6.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\raw-window-handle-0.6.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"raw_window_handle","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\raw-window-handle-0.6.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libraw_window_handle-47c5f7db46559479.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#alloc-no-stdlib@2.0.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\alloc-no-stdlib-2.0.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"alloc_no_stdlib","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\alloc-no-stdlib-2.0.4\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liballoc_no_stdlib-da203dd7782a1fa8.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\simd-adler32-0.3.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"simd_adler32","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\simd-adler32-0.3.8\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsimd_adler32-7e0d7ea8b3844b83.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-char-range@0.9.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-char-range-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_char_range","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-char-range-0.9.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_char_range-0316be78d2d22072.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-common@0.9.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-common-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_common","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-common-0.9.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_common-8b557d25fcc5e69f.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.13.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-segmentation-1.13.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_segmentation","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-segmentation-1.13.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_segmentation-d4ba5318584f9328.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\adler2-2.0.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"adler2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\adler2-2.0.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libadler2-6586caa2360024ca.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libadler2-6586caa2360024ca.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\miniz_oxide-0.8.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"miniz_oxide","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\miniz_oxide-0.8.9\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","simd","simd-adler32","with-alloc"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libminiz_oxide-c57b0f47195fc309.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libminiz_oxide-c57b0f47195fc309.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-char-range@0.9.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-char-range-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_char_range","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-char-range-0.9.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_char_range-0316be78d2d22072.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#raw-window-handle@0.6.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\raw-window-handle-0.6.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"raw_window_handle","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\raw-window-handle-0.6.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libraw_window_handle-47c5f7db46559479.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.13.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-segmentation-1.13.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_segmentation","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-segmentation-1.13.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunicode_segmentation-d4ba5318584f9328.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#alloc-no-stdlib@2.0.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\alloc-no-stdlib-2.0.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"alloc_no_stdlib","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\alloc-no-stdlib-2.0.4\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liballoc_no_stdlib-da203dd7782a1fa8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-common@0.9.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-common-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_common","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-common-0.9.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_common-8b557d25fcc5e69f.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-ucd-version@0.9.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-ucd-version-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_ucd_version","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-ucd-version-0.9.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_ucd_version-898b3c9376435f2a.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-char-property@0.9.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-char-property-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_char_property","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-char-property-0.9.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_char_property-6d0699c8d3c69172.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#alloc-stdlib@0.2.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\alloc-stdlib-0.2.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"alloc_stdlib","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\alloc-stdlib-0.2.2\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liballoc_stdlib-47e22877b9491673.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-char-property@0.9.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-char-property-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_char_property","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-char-property-0.9.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_char_property-6d0699c8d3c69172.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\miniz_oxide-0.8.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"miniz_oxide","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\miniz_oxide-0.8.9\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","simd","simd-adler32","with-alloc"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libminiz_oxide-c57b0f47195fc309.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libminiz_oxide-c57b0f47195fc309.rmeta"],"executable":null,"fresh":true} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#webview2-com-sys@0.38.2","linked_libs":["advapi32"],"linked_paths":["native=G:\\ZClaw_openfang\\target\\debug\\build\\webview2-com-sys-bc7387b6d790cc63\\out\\x64"],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\webview2-com-sys-bc7387b6d790cc63\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-build@2.5.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-build-2.5.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-build-2.5.6\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["config-json","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_build-f16c7c091a0c172a.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_build-f16c7c091a0c172a.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-memory#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-memory\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_memory","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-memory\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_memory-0a24ada11841b742.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc32fast-1.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crc32fast","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc32fast-1.5.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrc32fast-6a53207e636b7af0.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcrc32fast-6a53207e636b7af0.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc32fast-1.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crc32fast","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc32fast-1.5.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrc32fast-99cc7270d43ba069.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typeid@1.0.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typeid-1.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"typeid","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typeid-1.0.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtypeid-fdece26a668dc6d2.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.11","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winapi-util-0.1.11\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winapi_util","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winapi-util-0.1.11\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwinapi_util-62ea897a4e0c54c2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-memory#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-memory\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_memory","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-memory\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_memory-c9fa588182e76219.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc32fast-1.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crc32fast","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crc32fast-1.5.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrc32fast-6a53207e636b7af0.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libcrc32fast-6a53207e636b7af0.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dpi@0.1.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dpi-0.1.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dpi","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dpi-0.1.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdpi-fdaea44503821c5b.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dunce-1.0.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dunce","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dunce-1.0.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdunce-aeef5caf93f583c0.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\siphasher-1.0.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"siphasher","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\siphasher-1.0.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsiphasher-a561846441c793a8.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winnow@1.0.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winnow-1.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winnow","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winnow-1.0.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwinnow-2ae827f60d9eea6e.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\adler2-2.0.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"adler2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\adler2-2.0.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libadler2-848c7795595b4eee.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\siphasher-1.0.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"siphasher","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\siphasher-1.0.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsiphasher-a561846441c793a8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dunce@1.0.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dunce-1.0.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"dunce","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\dunce-1.0.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdunce-aeef5caf93f583c0.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.53.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.53.1\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.53.1\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\windows_x86_64_msvc-21d5b550e6be9f77\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\windows_x86_64_msvc-21d5b550e6be9f77\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.53.1","linked_libs":[],"linked_paths":["native=C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.53.1\\lib"],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\windows_x86_64_msvc-cad928dbe54d46bb\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\miniz_oxide-0.8.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"miniz_oxide","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\miniz_oxide-0.8.9\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd","simd-adler32","with-alloc"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libminiz_oxide-635bcef9cdb7e2c0.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.1.0+spec-1.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_parser-1.1.0+spec-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_parser","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_parser-1.1.0+spec-1.1.0\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtoml_parser-2a65e145eb7d7fc4.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.11.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_shared-0.11.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_shared","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_shared-0.11.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf_shared-acc9a5361005439d.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\same-file-1.0.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"same_file","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\same-file-1.0.6\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsame_file-e260d2ead4395c51.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#erased-serde@0.4.10","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\erased-serde-0.4.10\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"erased_serde","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\erased-serde-0.4.10\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liberased_serde-620b5ef75f219b49.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_parser@1.1.0+spec-1.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_parser-1.1.0+spec-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_parser","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_parser-1.1.0+spec-1.1.0\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtoml_parser-2a65e145eb7d7fc4.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\flate2-1.1.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"flate2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\flate2-1.1.9\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["any_impl","default","miniz_oxide","rust_backend"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libflate2-3efe50bafc61b901.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libflate2-3efe50bafc61b901.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unused import: `Utc`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\billing\\service.rs","byte_start":101,"byte_end":104,"line_start":3,"line_end":3,"column_start":34,"column_end":37,"is_primary":true,"text":[{"text":"use chrono::{Datelike, Timelike, Utc};","highlight_start":34,"highlight_end":37}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the unused import","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\billing\\service.rs","byte_start":99,"byte_end":104,"line_start":3,"line_end":3,"column_start":32,"column_end":37,"is_primary":true,"text":[{"text":"use chrono::{Datelike, Timelike, Utc};","highlight_start":32,"highlight_end":37}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused import: `Utc`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\billing\\service.rs:3:34\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m3\u001b[0m \u001b[1m\u001b[96m|\u001b[0m use chrono::{Datelike, Timelike, Utc};\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unused import: `http::StatusCode`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\billing\\handlers.rs","byte_start":95,"byte_end":111,"line_start":5,"line_end":5,"column_start":5,"column_end":21,"is_primary":true,"text":[{"text":" http::StatusCode,","highlight_start":5,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the unused import","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\billing\\handlers.rs","byte_start":89,"byte_end":111,"line_start":4,"line_end":5,"column_start":51,"column_end":21,"is_primary":true,"text":[{"text":" extract::{Extension, Form, Path, Query, State},","highlight_start":51,"highlight_end":52},{"text":" http::StatusCode,","highlight_start":1,"highlight_end":21}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused import: `http::StatusCode`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\billing\\handlers.rs:5:5\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m5\u001b[0m \u001b[1m\u001b[96m|\u001b[0m http::StatusCode,\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unused import: `sha2::Sha256`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\billing\\handlers.rs","byte_start":154,"byte_end":166,"line_start":9,"line_end":9,"column_start":5,"column_end":17,"is_primary":true,"text":[{"text":"use sha2::Sha256;","highlight_start":5,"highlight_end":17}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\billing\\handlers.rs","byte_start":150,"byte_end":168,"line_start":9,"line_end":10,"column_start":1,"column_end":1,"is_primary":true,"text":[{"text":"use sha2::Sha256;","highlight_start":1,"highlight_end":18},{"text":"","highlight_start":1,"highlight_end":1}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused import: `sha2::Sha256`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\billing\\handlers.rs:9:5\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m9\u001b[0m \u001b[1m\u001b[96m|\u001b[0m use sha2::Sha256;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^\u001b[0m\n\n"}} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-runtime#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-runtime\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_runtime","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-runtime\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_runtime-4c3b672ff7d23def.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#erased-serde@0.4.10","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\erased-serde-0.4.10\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"erased_serde","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\erased-serde-0.4.10\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liberased_serde-620b5ef75f219b49.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#webview2-com-sys@0.38.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\webview2-com-sys-0.38.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"webview2_com_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\webview2-com-sys-0.38.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwebview2_com_sys-12aa0d2beb6f788a.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#brotli-decompressor@5.0.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\brotli-decompressor-5.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"brotli_decompressor","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\brotli-decompressor-5.0.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc-stdlib","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbrotli_decompressor-1eab6604618885ca.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unic-ucd-ident@0.9.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-ucd-ident-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unic_ucd_ident","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unic-ucd-ident-0.9.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","id","xid"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunic_ucd_ident-bca4e95037d11852.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#brotli-decompressor@5.0.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\brotli-decompressor-5.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"brotli_decompressor","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\brotli-decompressor-5.0.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc-stdlib","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbrotli_decompressor-1eab6604618885ca.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri@2.10.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-2.10.3\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-2.10.3\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["common-controls-v6","compression","default","dynamic-acl","tauri-runtime-wry","unstable","webkit2gtk","webview2-com","wry","x11"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\tauri-40a0fb4c1756a99e\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\tauri-40a0fb4c1756a99e\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fdeflate-0.3.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fdeflate","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fdeflate-0.3.7\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfdeflate-f4155a498e14e160.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libfdeflate-f4155a498e14e160.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cfb@0.7.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cfb-0.7.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfb","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cfb-0.7.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcfb-d006c17e11f77bf3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-plugin@2.5.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-plugin-2.5.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-plugin-2.5.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["build"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_plugin-3296615bc8812e50.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_plugin-3296615bc8812e50.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#jsonptr@0.6.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\jsonptr-0.6.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"jsonptr","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\jsonptr-0.6.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["assign","default","delete","json","resolve","serde","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libjsonptr-ebf5ee296f0326a4.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-version@0.1.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-version-0.1.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_version","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-version-0.1.7\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_version-891da5421998f152.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-strings@0.5.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-strings-0.5.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_strings","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-strings-0.5.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_strings-8c8ff1fd9365a0a7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-result@0.4.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-result-0.4.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_result","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-result-0.4.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_result-2f6082a48c23da9c.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.7.5+spec-1.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_datetime-0.7.5+spec-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_datetime","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_datetime-0.7.5+spec-1.1.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","serde","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtoml_datetime-2bb474ed78813c29.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_spanned-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_spanned","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_spanned-1.1.0\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","serde","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_spanned-763a9ddc29d9df6c.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#webview2-com-macros@0.8.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\webview2-com-macros-0.8.1\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"webview2_com_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\webview2-com-macros-0.8.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\webview2_com_macros-84dcb25542f0fb60.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\webview2_com_macros-84dcb25542f0fb60.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\webview2_com_macros-84dcb25542f0fb60.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\webview2_com_macros-84dcb25542f0fb60.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml_writer@1.1.0+spec-1.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_writer-1.1.0+spec-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml_writer","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml_writer-1.1.0+spec-1.1.0\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtoml_writer-1e5f13242674e003.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zip@2.4.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zip-2.4.2\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zip-2.4.2\\src\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["_deflate-any","deflate","deflate-flate2","deflate-zopfli","flate2","zopfli"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\zip-2cb83daa4184be55\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\zip-2cb83daa4184be55\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.20.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bumpalo-3.20.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bumpalo","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bumpalo-3.20.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbumpalo-59a322df4845db92.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.7.15","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winnow-0.7.15\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winnow","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winnow-0.7.15\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwinnow-de267756eda08632.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#toml@0.9.12+spec-1.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml-0.9.12+spec-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"toml","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\toml-0.9.12+spec-1.1.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","display","parse","serde","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtoml-6a22e391e72e09ff.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zopfli@0.8.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zopfli-0.8.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zopfli","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zopfli-0.8.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","gzip","std","zlib"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzopfli-71a7fbdc2c27f94f.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#zip@2.4.2","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\zip-74d2d3a872dc5513\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#webview2-com@0.38.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\webview2-com-0.38.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"webview2_com","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\webview2-com-0.38.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwebview2_com-6d6cec0a6c032c58.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-core@0.62.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.62.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_core","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.62.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_core-d0691a29ada1cc5c.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#json-patch@3.0.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\json-patch-3.0.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"json_patch","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\json-patch-3.0.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","diff"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libjson_patch-5b82d6293c9ccb52.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#infer@0.19.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\infer-0.19.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"infer","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\infer-0.19.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","cfb","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libinfer-b5cc9348d155b3b6.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#png@0.17.16","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\png-0.17.16\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"png","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\png-0.17.16\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpng-3d432c6eda631fbf.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libpng-3d432c6eda631fbf.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#urlpattern@0.3.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\urlpattern-0.3.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"urlpattern","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\urlpattern-0.3.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liburlpattern-49dd5ca428c375da.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri@2.10.3","linked_libs":[],"linked_paths":[],"cfgs":["dev","desktop"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\tauri-cf8968c78f54d1fb\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#brotli@8.0.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\brotli-8.0.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"brotli","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\brotli-8.0.2\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc-stdlib","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbrotli-1e37a6fd147c7021.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#urlpattern@0.3.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\urlpattern-0.3.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"urlpattern","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\urlpattern-0.3.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liburlpattern-49dd5ca428c375da.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde-untagged@0.1.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde-untagged-0.1.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_untagged","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde-untagged-0.1.9\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_untagged-5dd02c82d22fb1f6.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\walkdir-2.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"walkdir","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\walkdir-2.5.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwalkdir-efcd40716ff09003.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf@0.11.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf-0.11.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf-0.11.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","macros","phf_macros","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf-dc4de28ed399b067.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\flate2-1.1.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"flate2","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\flate2-1.1.9\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["any_impl","miniz_oxide","rust_backend"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libflate2-1b4ab7b5ac9a86cb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf@0.11.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf-0.11.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf-0.11.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","macros","phf_macros","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libphf-21980af12ba1b09f.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.53.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.53.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_x86_64_msvc","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.53.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_x86_64_msvc-2627c42108f1f458.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri@2.10.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-2.10.3\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-2.10.3\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["common-controls-v6","compression","default","dynamic-acl","tauri-runtime-wry","webkit2gtk","webview2-com","wry","x11"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\tauri-fc92ec531f6e0d97\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\tauri-fc92ec531f6e0d97\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unnecessary parentheses around assigned value","code":{"code":"unused_parens","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\scheduler.rs","byte_start":3308,"byte_end":3309,"line_start":95,"line_end":95,"column_start":30,"column_end":31,"is_primary":true,"text":[{"text":" let cutoff = (chrono::Utc::now() - chrono::Duration::days(90));","highlight_start":30,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\src\\scheduler.rs","byte_start":3356,"byte_end":3357,"line_start":95,"line_end":95,"column_start":78,"column_end":79,"is_primary":true,"text":[{"text":" let cutoff = (chrono::Utc::now() - chrono::Duration::days(90));","highlight_start":78,"highlight_end":79}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove these parentheses","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\scheduler.rs","byte_start":3308,"byte_end":3309,"line_start":95,"line_end":95,"column_start":30,"column_end":31,"is_primary":true,"text":[{"text":" let cutoff = (chrono::Utc::now() - chrono::Duration::days(90));","highlight_start":30,"highlight_end":31}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"crates\\zclaw-saas\\src\\scheduler.rs","byte_start":3356,"byte_end":3357,"line_start":95,"line_end":95,"column_start":78,"column_end":79,"is_primary":true,"text":[{"text":" let cutoff = (chrono::Utc::now() - chrono::Duration::days(90));","highlight_start":78,"highlight_end":79}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unnecessary parentheses around assigned value\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\scheduler.rs:95:30\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m95\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let cutoff = (chrono::Utc::now() - chrono::Duration::days(90));\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^\u001b[0m \u001b[1m\u001b[93m^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default\n\u001b[1m\u001b[96mhelp\u001b[0m: remove these parentheses\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m95\u001b[0m \u001b[91m- \u001b[0m let cutoff = \u001b[91m(\u001b[0mchrono::Utc::now() - chrono::Duration::days(90)\u001b[91m)\u001b[0m;\n\u001b[1m\u001b[96m95\u001b[0m \u001b[92m+ \u001b[0m let cutoff = chrono::Utc::now() - chrono::Duration::days(90);\n \u001b[1m\u001b[96m|\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unnecessary parentheses around assigned value","code":{"code":"unused_parens","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\tasks\\mod.rs","byte_start":2713,"byte_end":2714,"line_start":80,"line_end":80,"column_start":22,"column_end":23,"is_primary":true,"text":[{"text":" let cutoff = (chrono::Utc::now() - chrono::Duration::days(cutoff_days));","highlight_start":22,"highlight_end":23}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\src\\tasks\\mod.rs","byte_start":2770,"byte_end":2771,"line_start":80,"line_end":80,"column_start":79,"column_end":80,"is_primary":true,"text":[{"text":" let cutoff = (chrono::Utc::now() - chrono::Duration::days(cutoff_days));","highlight_start":79,"highlight_end":80}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove these parentheses","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\tasks\\mod.rs","byte_start":2713,"byte_end":2714,"line_start":80,"line_end":80,"column_start":22,"column_end":23,"is_primary":true,"text":[{"text":" let cutoff = (chrono::Utc::now() - chrono::Duration::days(cutoff_days));","highlight_start":22,"highlight_end":23}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"crates\\zclaw-saas\\src\\tasks\\mod.rs","byte_start":2770,"byte_end":2771,"line_start":80,"line_end":80,"column_start":79,"column_end":80,"is_primary":true,"text":[{"text":" let cutoff = (chrono::Utc::now() - chrono::Duration::days(cutoff_days));","highlight_start":79,"highlight_end":80}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unnecessary parentheses around assigned value\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\tasks\\mod.rs:80:22\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m80\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let cutoff = (chrono::Utc::now() - chrono::Duration::days(cutoff_days));\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^\u001b[0m \u001b[1m\u001b[93m^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: remove these parentheses\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m80\u001b[0m \u001b[91m- \u001b[0m let cutoff = \u001b[91m(\u001b[0mchrono::Utc::now() - chrono::Duration::days(cutoff_days)\u001b[91m)\u001b[0m;\n\u001b[1m\u001b[96m80\u001b[0m \u001b[92m+ \u001b[0m let cutoff = chrono::Utc::now() - chrono::Duration::days(cutoff_days);\n \u001b[1m\u001b[96m|\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unnecessary parentheses around block return value","code":{"code":"unused_parens","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\relay\\key_pool.rs","byte_start":6418,"byte_end":6419,"line_start":181,"line_end":181,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" (chrono::Utc::now() + chrono::Duration::seconds(secs as i64))","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\src\\relay\\key_pool.rs","byte_start":6478,"byte_end":6479,"line_start":181,"line_end":181,"column_start":69,"column_end":70,"is_primary":true,"text":[{"text":" (chrono::Utc::now() + chrono::Duration::seconds(secs as i64))","highlight_start":69,"highlight_end":70}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove these parentheses","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\relay\\key_pool.rs","byte_start":6418,"byte_end":6419,"line_start":181,"line_end":181,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" (chrono::Utc::now() + chrono::Duration::seconds(secs as i64))","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"crates\\zclaw-saas\\src\\relay\\key_pool.rs","byte_start":6478,"byte_end":6479,"line_start":181,"line_end":181,"column_start":69,"column_end":70,"is_primary":true,"text":[{"text":" (chrono::Utc::now() + chrono::Duration::seconds(secs as i64))","highlight_start":69,"highlight_end":70}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unnecessary parentheses around block return value\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\relay\\key_pool.rs:181:9\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m181\u001b[0m \u001b[1m\u001b[96m|\u001b[0m (chrono::Utc::now() + chrono::Duration::seconds(secs as i64))\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^\u001b[0m \u001b[1m\u001b[93m^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: remove these parentheses\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m181\u001b[0m \u001b[91m- \u001b[0m \u001b[91m(\u001b[0mchrono::Utc::now() + chrono::Duration::seconds(secs as i64)\u001b[91m)\u001b[0m\n\u001b[1m\u001b[96m181\u001b[0m \u001b[92m+ \u001b[0m chrono::Utc::now() + chrono::Duration::seconds(secs as i64)\n \u001b[1m\u001b[96m|\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unnecessary parentheses around block return value","code":{"code":"unused_parens","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\relay\\key_pool.rs","byte_start":6534,"byte_end":6535,"line_start":184,"line_end":184,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" (chrono::Utc::now() + chrono::Duration::minutes(5))","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\src\\relay\\key_pool.rs","byte_start":6584,"byte_end":6585,"line_start":184,"line_end":184,"column_start":59,"column_end":60,"is_primary":true,"text":[{"text":" (chrono::Utc::now() + chrono::Duration::minutes(5))","highlight_start":59,"highlight_end":60}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove these parentheses","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\relay\\key_pool.rs","byte_start":6534,"byte_end":6535,"line_start":184,"line_end":184,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" (chrono::Utc::now() + chrono::Duration::minutes(5))","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"crates\\zclaw-saas\\src\\relay\\key_pool.rs","byte_start":6584,"byte_end":6585,"line_start":184,"line_end":184,"column_start":59,"column_end":60,"is_primary":true,"text":[{"text":" (chrono::Utc::now() + chrono::Duration::minutes(5))","highlight_start":59,"highlight_end":60}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unnecessary parentheses around block return value\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\relay\\key_pool.rs:184:9\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m184\u001b[0m \u001b[1m\u001b[96m|\u001b[0m (chrono::Utc::now() + chrono::Duration::minutes(5))\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^\u001b[0m \u001b[1m\u001b[93m^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: remove these parentheses\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m184\u001b[0m \u001b[91m- \u001b[0m \u001b[91m(\u001b[0mchrono::Utc::now() + chrono::Duration::minutes(5)\u001b[91m)\u001b[0m\n\u001b[1m\u001b[96m184\u001b[0m \u001b[92m+ \u001b[0m chrono::Utc::now() + chrono::Duration::minutes(5)\n \u001b[1m\u001b[96m|\u001b[0m\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-runtime#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-runtime\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_runtime","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-runtime\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_runtime-7f4477c3695961ef.rmeta"],"executable":null,"fresh":false} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_with@3.18.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_with-3.18.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_with","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_with-3.18.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","macros","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_with-5b484b871263ca1a.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-channel@0.5.15","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-channel-0.5.15\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"crossbeam_channel","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\crossbeam-channel-0.5.15\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcrossbeam_channel-6f81736ea46681e7.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wry@0.54.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wry-0.54.4\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wry-0.54.4\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["drag-drop","gdkx11","javascriptcore-rs","linux-body","os-webview","protocol","soup3","webkit2gtk","webkit2gtk-sys","x11","x11-dl"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\wry-1c5732f45d6d2dc4\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\wry-1c5732f45d6d2dc4\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.18","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\native-tls-0.2.18\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\native-tls-0.2.18\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\native-tls-4dbb2439dabd0894\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\native-tls-4dbb2439dabd0894\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#glob@0.3.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\glob-0.3.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"glob","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\glob-0.3.3\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libglob-55752eae7dd30916.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-runtime@2.10.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-runtime-2.10.1\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-runtime-2.10.1\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\tauri-runtime-dc21f9b685e3b0e7\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\tauri-runtime-dc21f9b685e3b0e7\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#semver@1.0.27","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\semver-1.0.27\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"semver","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\semver-1.0.27\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsemver-9ae268d4410f16eb.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-utils@2.8.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-utils-2.8.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_utils","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-utils-2.8.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["brotli","compression","resources","walkdir"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_utils-49db8e66014b53a3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.20.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bumpalo-3.20.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bumpalo","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bumpalo-3.20.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbumpalo-59a322df4845db92.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zip@2.4.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zip-2.4.2\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zip-2.4.2\\src\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["_deflate-any","deflate","deflate-flate2","deflate-zopfli","flate2","zopfli"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\zip-2cb83daa4184be55\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\zip-2cb83daa4184be55\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#glob@0.3.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\glob-0.3.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"glob","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\glob-0.3.3\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libglob-55752eae7dd30916.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wry@0.54.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wry-0.54.4\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wry-0.54.4\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["drag-drop","gdkx11","javascriptcore-rs","linux-body","os-webview","protocol","soup3","webkit2gtk","webkit2gtk-sys","x11","x11-dl"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\wry-1c5732f45d6d2dc4\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\wry-1c5732f45d6d2dc4\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-runtime@2.10.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-runtime-2.10.1\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-runtime-2.10.1\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\tauri-runtime-dc21f9b685e3b0e7\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\tauri-runtime-dc21f9b685e3b0e7\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-runtime@2.10.1","linked_libs":[],"linked_paths":[],"cfgs":["desktop"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\tauri-runtime-f21ebb8244979367\\out"} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.18","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\native-tls-de3a0d8fb19ef74c\\out"} {"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#wry@0.54.4","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\wry-0abc42964cbc600d\\out"} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri@2.10.3","linked_libs":[],"linked_paths":[],"cfgs":["dev","desktop"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\tauri-d10c705b75755503\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-utils@2.8.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-utils-2.8.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_utils","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-utils-2.8.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["brotli","compression","resources","walkdir"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_utils-45d4a9f1eb5efab8.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#zip@2.4.2","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\zip-74d2d3a872dc5513\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zopfli@0.8.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zopfli-0.8.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zopfli","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zopfli-0.8.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","gzip","std","zlib"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzopfli-3fc0c345bc862c30.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.53.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-targets-0.53.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_targets","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-targets-0.53.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_targets-ffe666aaed9e1f5c.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zip@2.4.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zip-2.4.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zip","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zip-2.4.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["_deflate-any","deflate","deflate-flate2","deflate-zopfli","flate2","zopfli"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzip-a3644abf4fcdcf42.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ico@0.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ico-0.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ico","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ico-0.5.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libico-1c17df63e62b672f.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libico-1c17df63e62b672f.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `db`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\scheduler.rs","byte_start":1311,"byte_end":1313,"line_start":40,"line_end":40,"column_start":50,"column_end":52,"is_primary":true,"text":[{"text":"pub fn start_scheduler(config: &SchedulerConfig, db: PgPool, dispatcher: WorkerDispatcher) {","highlight_start":50,"highlight_end":52}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\scheduler.rs","byte_start":1311,"byte_end":1313,"line_start":40,"line_end":40,"column_start":50,"column_end":52,"is_primary":true,"text":[{"text":"pub fn start_scheduler(config: &SchedulerConfig, db: PgPool, dispatcher: WorkerDispatcher) {","highlight_start":50,"highlight_end":52}],"label":null,"suggested_replacement":"_db","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused variable: `db`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\scheduler.rs:40:50\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m40\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn start_scheduler(config: &SchedulerConfig, db: PgPool, dispatcher: WorkerDispatcher) {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^\u001b[0m \u001b[1m\u001b[93mhelp: if this is intentional, prefix it with an underscore: `_db`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `e`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\billing\\payment.rs","byte_start":17721,"byte_end":17722,"line_start":468,"line_end":468,"column_start":19,"column_end":20,"is_primary":true,"text":[{"text":" .map_err(|e| SaasError::Internal(\"微信支付响应解析失败\".into()))?;","highlight_start":19,"highlight_end":20}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\billing\\payment.rs","byte_start":17721,"byte_end":17722,"line_start":468,"line_end":468,"column_start":19,"column_end":20,"is_primary":true,"text":[{"text":" .map_err(|e| SaasError::Internal(\"微信支付响应解析失败\".into()))?;","highlight_start":19,"highlight_end":20}],"label":null,"suggested_replacement":"_e","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused variable: `e`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\billing\\payment.rs:468:19\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m468\u001b[0m \u001b[1m\u001b[96m|\u001b[0m .map_err(|e| SaasError::Internal(\"微信支付响应解析失败\".into()))?;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^\u001b[0m \u001b[1m\u001b[93mhelp: if this is intentional, prefix it with an underscore: `_e`\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"type `RegisterDeviceRequest` is more private than the item `register_device`","code":{"code":"private_interfaces","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\account\\handlers.rs","byte_start":8984,"byte_end":9181,"line_start":229,"line_end":233,"column_start":1,"column_end":41,"is_primary":true,"text":[{"text":"pub async fn register_device(","highlight_start":1,"highlight_end":30},{"text":" State(state): State,","highlight_start":1,"highlight_end":35},{"text":" Extension(ctx): Extension,","highlight_start":1,"highlight_end":44},{"text":" Json(req): Json,","highlight_start":1,"highlight_end":44},{"text":") -> SaasResult> {","highlight_start":1,"highlight_end":41}],"label":"function `register_device` is reachable at visibility `pub`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"but type `RegisterDeviceRequest` is only usable at visibility `pub(in crate::account)`","code":null,"level":"note","spans":[{"file_name":"crates\\zclaw-saas\\src\\account\\handlers.rs","byte_start":8684,"byte_end":8723,"line_start":217,"line_end":217,"column_start":1,"column_end":40,"is_primary":true,"text":[{"text":"pub(super) struct RegisterDeviceRequest {","highlight_start":1,"highlight_end":40}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"`#[warn(private_interfaces)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: type `RegisterDeviceRequest` is more private than the item `register_device`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\account\\handlers.rs:229:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m229\u001b[0m \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m/\u001b[0m pub async fn register_device(\n\u001b[1m\u001b[96m230\u001b[0m \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m|\u001b[0m State(state): State,\n\u001b[1m\u001b[96m231\u001b[0m \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m|\u001b[0m Extension(ctx): Extension,\n\u001b[1m\u001b[96m232\u001b[0m \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m|\u001b[0m Json(req): Json,\n\u001b[1m\u001b[96m233\u001b[0m \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m|\u001b[0m ) -> SaasResult> {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m|________________________________________^\u001b[0m \u001b[1m\u001b[93mfunction `register_device` is reachable at visibility `pub`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: but type `RegisterDeviceRequest` is only usable at visibility `pub(in crate::account)`\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\account\\handlers.rs:217:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m217\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub(super) struct RegisterDeviceRequest {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(private_interfaces)]` on by default\n\n"}} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_saas-5772702f31074345.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-skills#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-skills\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_skills","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-skills\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_skills-ad9a5b6fb999fd43.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-plugin@2.5.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-plugin-2.5.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-plugin-2.5.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["build"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_plugin-59d874d07f4d165f.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_plugin-59d874d07f4d165f.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-hands#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-hands\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_hands","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-hands\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_hands-62829a01114245b9.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#schannel@0.1.29","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\schannel-0.1.29\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"schannel","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\schannel-0.1.29\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libschannel-20b825630042e46d.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cookie@0.16.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cookie-0.16.2\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cookie-0.16.2\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\cookie-4d839691aba55443\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\cookie-4d839691aba55443\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-runtime-wry@2.10.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-runtime-wry-2.10.1\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-runtime-wry-2.10.1\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["common-controls-v6","x11"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\tauri-runtime-wry-75e8df657bad3982\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\tauri-runtime-wry-75e8df657bad3982\\build_script_build.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#arraydeque@0.5.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\arraydeque-0.5.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"arraydeque","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\arraydeque-0.5.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libarraydeque-dd3d5fa75aabb0a9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.18","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\native-tls-0.2.18\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\native-tls-0.2.18\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\native-tls-4dbb2439dabd0894\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\native-tls-4dbb2439dabd0894\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-runtime-wry@2.10.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-runtime-wry-2.10.1\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-runtime-wry-2.10.1\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["common-controls-v6","unstable","x11"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\tauri-runtime-wry-c82e452ea5291892\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\tauri-runtime-wry-c82e452ea5291892\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#base64@0.22.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base64-0.22.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"base64","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\base64-0.22.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbase64-796929deec84c6e5.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libbase64-796929deec84c6e5.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-codegen@2.5.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-codegen-2.5.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_codegen","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-codegen-2.5.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["brotli","compression"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_codegen-92bed2e64404b790.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_codegen-92bed2e64404b790.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#saphyr-parser-bw@0.0.610","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\saphyr-parser-bw-0.0.610\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"saphyr_parser_bw","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\saphyr-parser-bw-0.0.610\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsaphyr_parser_bw-3a1cbf99298eab4f.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-runtime-wry@2.10.1","linked_libs":[],"linked_paths":[],"cfgs":["desktop"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\tauri-runtime-wry-2ab824a47ce68d11\\out"} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#cookie@0.16.2","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\cookie-ecb9c028045bf750\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.18","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\native-tls-0.2.18\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"native_tls","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\native-tls-0.2.18\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnative_tls-84c0986e1662350c.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-plugin-opener@2.5.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-plugin-opener-2.5.3\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-plugin-opener-2.5.3\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\tauri-plugin-opener-1016ea6790c3ac13\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\tauri-plugin-opener-1016ea6790c3ac13\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-codegen@2.5.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-codegen-2.5.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_codegen","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-codegen-2.5.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["brotli","compression"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_codegen-ee2806e7511b6703.rlib","G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_codegen-ee2806e7511b6703.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-runtime-wry@2.10.1","linked_libs":[],"linked_paths":[],"cfgs":["desktop"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\tauri-runtime-wry-c290d068997c7bcc\\out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.18","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\native-tls-de3a0d8fb19ef74c\\out"} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.60.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.60.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.60.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["Win32","Win32_Foundation","Win32_Globalization","Win32_Graphics","Win32_Graphics_Gdi","Win32_System","Win32_System_LibraryLoader","Win32_System_SystemServices","Win32_UI","Win32_UI_Accessibility","Win32_UI_Controls","Win32_UI_HiDpi","Win32_UI_Input","Win32_UI_Input_KeyboardAndMouse","Win32_UI_Shell","Win32_UI_WindowsAndMessaging","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_sys-62788c4fcc39f667.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zip@2.4.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zip-2.4.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zip","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zip-2.4.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["_deflate-any","deflate","deflate-flate2","deflate-zopfli","flate2","zopfli"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzip-ccf0aee8ecf19e1c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-runtime@2.10.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-runtime-2.10.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_runtime","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-runtime-2.10.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_runtime-d990c76ea4bce7d9.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wry@0.54.4","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wry-0.54.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wry","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wry-0.54.4\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["drag-drop","gdkx11","javascriptcore-rs","linux-body","os-webview","protocol","soup3","webkit2gtk","webkit2gtk-sys","x11","x11-dl"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwry-99e426b1e9812767.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-runtime@2.10.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-runtime-2.10.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_runtime","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-runtime-2.10.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_runtime-e638d96f4d84b207.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tao@0.34.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tao-0.34.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tao","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tao-0.34.8\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["rwh_06","x11"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtao-0a8a1a6911a491cf.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_saas-616e665ea1f84b08.rmeta"],"executable":null,"fresh":false} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#keyboard-types@0.7.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\keyboard-types-0.7.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"keyboard_types","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\keyboard-types-0.7.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","serde","unicode-segmentation","webdriver"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libkeyboard_types-fda8cec927969610.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#softbuffer@0.4.8","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\softbuffer-0.4.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"softbuffer","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\softbuffer-0.4.8\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsoftbuffer-a3b7c3c96f7a5024.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-skills#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-skills\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_skills","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-skills\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_skills-ad9a5b6fb999fd43.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.59.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.59.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_sys","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-sys-0.59.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["Win32","Win32_Foundation","Win32_Graphics","Win32_Graphics_Dwm","Win32_Graphics_Gdi","Win32_System","Win32_System_LibraryLoader","Win32_System_SystemInformation","Win32_UI","Win32_UI_WindowsAndMessaging","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_sys-ed657c784b3bab1d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-hands#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-hands\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_hands","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-hands\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_hands-f4c480b5de073169.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#schannel@0.1.29","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\schannel-0.1.29\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"schannel","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\schannel-0.1.29\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libschannel-20b825630042e46d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-threading@0.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-threading-0.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_threading","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-threading-0.2.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_threading-4dc07ea097f1e43c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cookie@0.16.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cookie-0.16.2\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cookie-0.16.2\\build.rs","edition":"2018","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\cookie-4d839691aba55443\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\cookie-4d839691aba55443\\build_script_build.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serialize-to-javascript-impl@0.1.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serialize-to-javascript-impl-0.1.2\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"serialize_to_javascript_impl","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serialize-to-javascript-impl-0.1.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\serialize_to_javascript_impl-3ca327ce0b3f9220.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\serialize_to_javascript_impl-3ca327ce0b3f9220.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\serialize_to_javascript_impl-3ca327ce0b3f9220.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\serialize_to_javascript_impl-3ca327ce0b3f9220.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unsafe-libyaml-norway@0.2.15","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unsafe-libyaml-norway-0.2.15\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unsafe_libyaml_norway","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unsafe-libyaml-norway-0.2.15\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunsafe_libyaml_norway-116f11cb93b0075d.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_yaml_bw@2.5.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_yaml_bw-2.5.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_yaml_bw","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_yaml_bw-2.5.3\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_yaml_bw-330b7a0048011446.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#weezl@0.1.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\weezl-0.1.12\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"weezl","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\weezl-0.1.12\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libweezl-492eb03f60232325.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#arraydeque@0.5.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\arraydeque-0.5.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"arraydeque","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\arraydeque-0.5.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libarraydeque-dd3d5fa75aabb0a9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#saphyr-parser-bw@0.0.610","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\saphyr-parser-bw-0.0.610\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"saphyr_parser_bw","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\saphyr-parser-bw-0.0.610\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libsaphyr_parser_bw-3a1cbf99298eab4f.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serialize-to-javascript@0.1.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serialize-to-javascript-0.1.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serialize_to_javascript","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serialize-to-javascript-0.1.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserialize_to_javascript-d5e616c439f4e2f7.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#cookie@0.16.2","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\cookie-ecb9c028045bf750\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-future@0.3.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-future-0.3.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_future","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-future-0.3.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_future-0730f0727f2869a2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#native-tls@0.2.18","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\native-tls-0.2.18\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"native_tls","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\native-tls-0.2.18\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libnative_tls-84c0986e1662350c.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#window-vibrancy@0.6.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\window-vibrancy-0.6.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"window_vibrancy","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\window-vibrancy-0.6.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindow_vibrancy-161138de143fba58.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-runtime-wry@2.10.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-runtime-wry-2.10.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_runtime_wry","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-runtime-wry-2.10.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["common-controls-v6","x11"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_runtime_wry-c330c4ab98f48bc5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-runtime-wry@2.10.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-runtime-wry-2.10.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_runtime_wry","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-runtime-wry-2.10.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["common-controls-v6","unstable","x11"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_runtime_wry-e13c750189eff7ed.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#muda@0.17.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\muda-0.17.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"muda","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\muda-0.17.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["common-controls-v6","gtk","serde"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmuda-3685a34084daa763.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-plugin-opener@2.5.3","linked_libs":[],"linked_paths":[],"cfgs":["desktop","desktop"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\tauri-plugin-opener-9a849506ee962b86\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-macros@2.5.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-macros-2.5.5\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"tauri_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-macros-2.5.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compression"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\tauri_macros-99f5ba75d698bd07.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\tauri_macros-99f5ba75d698bd07.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\tauri_macros-99f5ba75d698bd07.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\tauri_macros-99f5ba75d698bd07.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-numerics@0.3.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-numerics-0.3.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_numerics","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-numerics-0.3.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_numerics-7e77965d8c372773.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-collections@0.3.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-collections-0.3.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_collections","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-collections-0.3.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows_collections-5dfda46ca02a8270.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-plugin-opener@2.5.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-plugin-opener-2.5.3\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-plugin-opener-2.5.3\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\tauri-plugin-opener-28a75b65203674f7\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\tauri-plugin-opener-28a75b65203674f7\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"git+https://github.com/P3GLEG/tauri-plugin-mcp#0.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\git\\checkouts\\tauri-plugin-mcp-2fd5dc058bb53a96\\ac709a7\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\szend\\.cargo\\git\\checkouts\\tauri-plugin-mcp-2fd5dc058bb53a96\\ac709a7\\build.rs","edition":"2024","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\tauri-plugin-mcp-ac039474688c4fc9\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\tauri-plugin-mcp-ac039474688c4fc9\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\jpeg-decoder-0.3.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"jpeg_decoder","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\jpeg-decoder-0.3.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["rayon"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libjpeg_decoder-945cf3b0495ba743.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fdeflate-0.3.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fdeflate","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fdeflate-0.3.7\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfdeflate-1938cb5578977a37.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zune-inflate@0.2.54","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zune-inflate-0.2.54\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zune_inflate","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zune-inflate-0.2.54\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["simd-adler32","zlib"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzune_inflate-b562b2cd279c149c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_repr@0.1.20","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_repr-0.1.20\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"serde_repr","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_repr-0.1.20\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\serde_repr-90aeac757ce98ae1.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\serde_repr-90aeac757ce98ae1.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\serde_repr-90aeac757ce98ae1.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\serde_repr-90aeac757ce98ae1.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lebe@0.5.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\lebe-0.5.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lebe","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\lebe-0.5.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liblebe-d6990797ae222749.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ciborium-io-0.2.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ciborium_io","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ciborium-io-0.2.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libciborium_io-5af475c08e4e0680.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#clap_lex@1.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\clap_lex-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"clap_lex","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\clap_lex-1.1.0\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libclap_lex-3a40aa2cb6c9e0aa.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\plotters-backend-0.3.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"plotters_backend","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\plotters-backend-0.3.7\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libplotters_backend-e4ca21aaf7b5c612.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bitflags-1.3.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bitflags","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bitflags-1.3.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbitflags-28130db37d204d21.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\heck-0.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"heck","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\heck-0.5.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libheck-06c68dd48eaa104a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#color_quant@1.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\color_quant-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"color_quant","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\color_quant-1.1.0\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcolor_quant-408e3947f4e1cd59.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bit_field@0.10.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bit_field-0.10.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bit_field","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bit_field-0.10.3\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbit_field-9d316c85fc446a44.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unsafe-libyaml-norway@0.2.15","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unsafe-libyaml-norway-0.2.15\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unsafe_libyaml_norway","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unsafe-libyaml-norway-0.2.15\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunsafe_libyaml_norway-116f11cb93b0075d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.25.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bytemuck-1.25.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bytemuck","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bytemuck-1.25.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["extern_crate_alloc"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbytemuck-5a29a63d49600ea8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.14","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\anstyle-1.0.14\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"anstyle","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\anstyle-1.0.14\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libanstyle-61452c4537255922.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.6.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\clap_builder-4.6.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"clap_builder","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\clap_builder-4.6.0\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libclap_builder-2f4a1056b86a0e80.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#qoi@0.4.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\qoi-0.4.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"qoi","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\qoi-0.4.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libqoi-5d5ab691c031444e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_yaml_bw@2.5.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_yaml_bw-2.5.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_yaml_bw","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_yaml_bw-2.5.3\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_yaml_bw-330b7a0048011446.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#exr@1.74.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\exr-1.74.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"exr","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\exr-1.74.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","rayon"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libexr-3bce59fd0df45da1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gif@0.13.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\gif-0.13.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gif","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\gif-0.13.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["color_quant","default","raii_no_panic","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libgif-c77b4d82a7ebfffa.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri@2.10.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-2.10.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-2.10.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["common-controls-v6","compression","default","dynamic-acl","tauri-runtime-wry","unstable","webkit2gtk","webview2-com","wry","x11"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri-a936d3cd003e5b85.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#png@0.17.16","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\png-0.17.16\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"png","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\png-0.17.16\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libpng-99e0eeb4553a3c01.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\plotters-svg-0.3.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"plotters_svg","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\plotters-svg-0.3.7\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libplotters_svg-eba4799a04cc7434.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ciborium-ll@0.2.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ciborium-ll-0.2.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ciborium_ll","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ciborium-ll-0.2.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libciborium_ll-674eec4eb417ae09.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tiff@0.9.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tiff-0.9.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tiff","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tiff-0.9.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtiff-b68ed0017efd2620.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"git+https://github.com/P3GLEG/tauri-plugin-mcp#0.1.0","linked_libs":[],"linked_paths":[],"cfgs":["desktop"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\tauri-plugin-mcp-d7a179324da0094b\\out"} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-plugin-opener@2.5.3","linked_libs":[],"linked_paths":[],"cfgs":["desktop","desktop"],"env":[],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\tauri-plugin-opener-60c1287eae1b2971\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows@0.62.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["Win32","Win32_Foundation","Win32_Graphics","Win32_Graphics_Gdi","Win32_Storage","Win32_Storage_Xps","Win32_UI","Win32_UI_HiDpi","Win32_UI_WindowsAndMessaging","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwindows-d81f44e2788b6e73.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio-native-tls@0.3.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-native-tls-0.3.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio_native_tls","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-native-tls-0.3.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtokio_native_tls-befc163b9767b251.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cookie@0.16.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cookie-0.16.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cookie","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cookie-0.16.2\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcookie-55a273e4293aa077.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-macros@2.5.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-macros-2.5.5\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"tauri_macros","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-macros-2.5.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["compression"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\tauri_macros-f1f58414df629ead.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\tauri_macros-f1f58414df629ead.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\tauri_macros-f1f58414df629ead.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\tauri_macros-f1f58414df629ead.pdb"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#http@0.2.12","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\http-0.2.12\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"http","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\http-0.2.12\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhttp-131a5e4f1d1a9e5d.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_repr@0.1.20","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_repr-0.1.20\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"serde_repr","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_repr-0.1.20\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\serde_repr-90aeac757ce98ae1.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\serde_repr-90aeac757ce98ae1.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\serde_repr-90aeac757ce98ae1.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\serde_repr-90aeac757ce98ae1.pdb"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\heck-0.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"heck","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\heck-0.5.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libheck-06c68dd48eaa104a.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri@2.10.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-2.10.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-2.10.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["common-controls-v6","compression","default","dynamic-acl","tauri-runtime-wry","webkit2gtk","webview2-com","wry","x11"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri-53a85a51d7ee6a6f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\itertools-0.10.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"itertools","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\itertools-0.10.5\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","use_alloc","use_std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libitertools-66e383696370e0d7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cast@0.3.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cast-0.3.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cast","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cast-0.3.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcast-8bfffdaf7c99185a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#widestring@1.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\widestring-1.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"widestring","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\widestring-1.2.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["alloc","default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwidestring-e96dbac000d18b98.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#doctest-file@1.1.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\doctest-file-1.1.1\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"doctest_file","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\doctest-file-1.1.1\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\doctest_file-4f0776cc0ac73b51.dll","G:\\ZClaw_openfang\\target\\debug\\deps\\doctest_file-4f0776cc0ac73b51.dll.lib","G:\\ZClaw_openfang\\target\\debug\\deps\\doctest_file-4f0776cc0ac73b51.dll.exp","G:\\ZClaw_openfang\\target\\debug\\deps\\doctest_file-4f0776cc0ac73b51.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#recvmsg@1.0.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\recvmsg-1.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"recvmsg","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\recvmsg-1.0.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librecvmsg-2738be43dc07f688.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#interprocess@2.4.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\interprocess-2.4.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"interprocess","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\interprocess-2.4.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["async","default","futures-core","tokio"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libinterprocess-fc22d68fe624dbea.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#criterion-plot@0.5.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\criterion-plot-0.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"criterion_plot","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\criterion-plot-0.5.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcriterion_plot-39387f4f3520d1b6.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#webdriver@0.50.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\webdriver-0.50.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"webdriver","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\webdriver-0.50.0\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwebdriver-7f4bebb6d94b6361.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hyper-tls@0.6.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hyper-tls-0.6.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hyper_tls","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hyper-tls-0.6.0\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libhyper_tls-34ec08924ea9e820.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#win-screenshot@4.0.14","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\win-screenshot-4.0.14\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"win_screenshot","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\win-screenshot-4.0.14\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libwin_screenshot-54c42a510c3cf49a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#image@0.24.9","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\image-0.24.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"image","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\image-0.24.9\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["bmp","dds","default","dxt","exr","farbfeld","gif","hdr","ico","jpeg","jpeg_rayon","openexr","png","pnm","qoi","tga","tiff","webp"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libimage-ee44ea883e82639c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ciborium@0.2.2","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ciborium-0.2.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ciborium","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ciborium-0.2.2\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libciborium-359af588ddd299f2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#plotters@0.3.7","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\plotters-0.3.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"plotters","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\plotters-0.3.7\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["area_series","line_series","plotters-svg","svg_backend"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libplotters-c837df0e91d074c9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#clap@4.6.0","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\clap-4.6.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"clap","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\clap-4.6.0\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["std"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libclap-55c3edac7a7397dc.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#open@5.3.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\open-5.3.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"open","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\open-5.3.3\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["shellexecute-on-windows"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libopen-3a77b2325e1afe53.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\desktop-2b80f14253db61fc\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\desktop-2b80f14253db61fc\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\build.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","multi-agent"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\build\\desktop-d76754c2c01be402\\build-script-build.exe","G:\\ZClaw_openfang\\target\\debug\\build\\desktop-d76754c2c01be402\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio-test@0.4.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-test-0.4.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio_test","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-test-0.4.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtokio_test-17be589bc85c7b09.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tinytemplate@1.2.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tinytemplate-1.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tinytemplate","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tinytemplate-1.2.1\\src\\lib.rs","edition":"2015","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtinytemplate-9f162eecc6b7fe67.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#is-terminal@0.4.17","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\is-terminal-0.4.17\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"is_terminal","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\is-terminal-0.4.17\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libis_terminal-9d6547b929b4d100.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unsafe-libyaml@0.2.11","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unsafe-libyaml-0.2.11\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unsafe_libyaml","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unsafe-libyaml-0.2.11\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libunsafe_libyaml-d33d2111dc00c258.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#anes@0.1.6","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\anes-0.1.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"anes","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\anes-0.1.6\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libanes-9ad4dd46ad2d00cb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#oorandom@11.1.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\oorandom-11.1.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"oorandom","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\oorandom-11.1.5\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\liboorandom-394c8f1692de01b8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#criterion@0.5.1","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\criterion-0.5.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"criterion","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\criterion-0.5.1\\src\\lib.rs","edition":"2018","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["cargo_bench_support","default","html_reports","plotters","rayon"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libcriterion-64848bb69f7cd399.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_yaml@0.9.34+deprecated","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_yaml-0.9.34+deprecated\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"serde_yaml","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_yaml-0.9.34+deprecated\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libserde_yaml-f9fdf682115385ae.rmeta"],"executable":null,"fresh":true} -{"reason":"build-script-executed","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","linked_libs":[],"linked_paths":[],"cfgs":["desktop","dev"],"env":[["TARGET","x86_64-pc-windows-msvc"],["TAURI_ANDROID_PACKAGE_NAME_APP_NAME","desktop"],["TAURI_ANDROID_PACKAGE_NAME_PREFIX","com_zclaw"],["TAURI_ENV_TARGET_TRIPLE","x86_64-pc-windows-msvc"]],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\desktop-da77433f8636ef6a\\out"} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-plugin-opener@2.5.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-plugin-opener-2.5.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_opener","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-plugin-opener-2.5.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_plugin_opener-c9d31a87a34c93d7.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","linked_libs":[],"linked_paths":[],"cfgs":["desktop","dev"],"env":[["TARGET","x86_64-pc-windows-msvc"],["TAURI_ANDROID_PACKAGE_NAME_APP_NAME","desktop"],["TAURI_ANDROID_PACKAGE_NAME_PREFIX","com_zclaw"],["TAURI_ENV_TARGET_TRIPLE","x86_64-pc-windows-msvc"]],"out_dir":"G:\\ZClaw_openfang\\target\\debug\\build\\desktop-0aaa734c594109d2\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tauri-plugin-opener@2.5.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-plugin-opener-2.5.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_opener","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tauri-plugin-opener-2.5.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_plugin_opener-f8382230f463ae90.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-protocols#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-protocols\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_protocols","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-protocols\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["a2a","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_protocols-1f555b2e70e7ac27.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-kernel#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-kernel\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_kernel","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-kernel\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","multi-agent"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_kernel-1cabd63edddfb297.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"git+https://github.com/P3GLEG/tauri-plugin-mcp#0.1.0","manifest_path":"C:\\Users\\szend\\.cargo\\git\\checkouts\\tauri-plugin-mcp-2fd5dc058bb53a96\\ac709a7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tauri_plugin_mcp","src_path":"C:\\Users\\szend\\.cargo\\git\\checkouts\\tauri-plugin-mcp-2fd5dc058bb53a96\\ac709a7\\src\\lib.rs","edition":"2024","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtauri_plugin_mcp-ee0b93d062615ff8.rmeta"],"executable":null,"fresh":false} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fantoccini@0.21.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fantoccini-0.21.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fantoccini","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fantoccini-0.21.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","hyper-tls","native-tls","openssl"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libfantoccini-2e6fb361483ee2a0.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#keyring@3.6.3","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\keyring-3.6.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"keyring","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\keyring-3.6.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libkeyring-ee2033caed659164.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio-test@0.4.5","manifest_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-test-0.4.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio_test","src_path":"C:\\Users\\szend\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-test-0.4.5\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtokio_test-17be589bc85c7b09.rmeta"],"executable":null,"fresh":true} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-protocols#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-protocols\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_protocols","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-protocols\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_protocols-212caa439457238f.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-growth#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-growth\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_growth","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-growth\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_growth-3af54faa96833d47.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-kernel#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-kernel\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_kernel","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-kernel\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_kernel-b46c85816acaf41e.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-kernel#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-kernel\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_kernel","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-kernel\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_kernel-f8700654a3354b3c.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-pipeline#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-pipeline\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_pipeline","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-pipeline\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_pipeline-bbe3cb327ae98249.rmeta"],"executable":null,"fresh":false} {"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-pipeline#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-pipeline\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_pipeline","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-pipeline\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unused import: `compile_pattern`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-pipeline\\src\\intent.rs","byte_start":18482,"byte_end":18497,"line_start":631,"line_end":631,"column_start":26,"column_end":41,"is_primary":true,"text":[{"text":" use crate::trigger::{compile_pattern, compile_trigger, Trigger};","highlight_start":26,"highlight_end":41}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the unused import","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-pipeline\\src\\intent.rs","byte_start":18482,"byte_end":18499,"line_start":631,"line_end":631,"column_start":26,"column_end":43,"is_primary":true,"text":[{"text":" use crate::trigger::{compile_pattern, compile_trigger, Trigger};","highlight_start":26,"highlight_end":43}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused import: `compile_pattern`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-pipeline\\src\\intent.rs:631:26\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m631\u001b[0m \u001b[1m\u001b[96m|\u001b[0m use crate::trigger::{compile_pattern, compile_trigger, Trigger};\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default\n\n"}} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-pipeline#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-pipeline\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_pipeline","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-pipeline\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_pipeline-4e2ccb8fd302e295.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-pipeline#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-pipeline\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_pipeline","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-pipeline\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_pipeline-d706c2468841b239.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-pipeline#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-pipeline\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_pipeline","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-pipeline\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_pipeline-f4305cf6012db6e3.rmeta"],"executable":null,"fresh":false} {"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["staticlib","cdylib","rlib"],"crate_types":["staticlib","cdylib","rlib"],"name":"desktop_lib","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unused import: `zclaw_growth::MemoryType`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"desktop\\src-tauri\\src\\summarizer_adapter.rs","byte_start":3733,"byte_end":3757,"line_start":114,"line_end":114,"column_start":9,"column_end":33,"is_primary":true,"text":[{"text":" use zclaw_growth::MemoryType;","highlight_start":9,"highlight_end":33}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"desktop\\src-tauri\\src\\summarizer_adapter.rs","byte_start":3729,"byte_end":3758,"line_start":114,"line_end":114,"column_start":5,"column_end":34,"is_primary":true,"text":[{"text":" use zclaw_growth::MemoryType;","highlight_start":5,"highlight_end":34}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused import: `zclaw_growth::MemoryType`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mdesktop\\src-tauri\\src\\summarizer_adapter.rs:114:9\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m114\u001b[0m \u001b[1m\u001b[96m|\u001b[0m use zclaw_growth::MemoryType;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["staticlib","cdylib","rlib"],"crate_types":["staticlib","cdylib","rlib"],"name":"desktop_lib","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"struct `DummyDriver` is never constructed","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"desktop\\src-tauri\\src\\intelligence\\extraction_adapter.rs","byte_start":9457,"byte_end":9468,"line_start":270,"line_end":270,"column_start":16,"column_end":27,"is_primary":true,"text":[{"text":" struct DummyDriver;","highlight_start":16,"highlight_end":27}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: struct `DummyDriver` is never constructed\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mdesktop\\src-tauri\\src\\intelligence\\extraction_adapter.rs:270:16\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m270\u001b[0m \u001b[1m\u001b[96m|\u001b[0m struct DummyDriver;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["staticlib","cdylib","rlib"],"crate_types":["staticlib","cdylib","rlib"],"name":"desktop_lib","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"method `parse_response_test` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"desktop\\src-tauri\\src\\intelligence\\extraction_adapter.rs","byte_start":9479,"byte_end":9505,"line_start":271,"line_end":271,"column_start":9,"column_end":35,"is_primary":false,"text":[{"text":" impl TauriExtractionDriver {","highlight_start":9,"highlight_end":35}],"label":"method in this implementation","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"desktop\\src-tauri\\src\\intelligence\\extraction_adapter.rs","byte_start":9524,"byte_end":9543,"line_start":272,"line_end":272,"column_start":16,"column_end":35,"is_primary":true,"text":[{"text":" fn parse_response_test(","highlight_start":16,"highlight_end":35}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: method `parse_response_test` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mdesktop\\src-tauri\\src\\intelligence\\extraction_adapter.rs:272:16\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m271\u001b[0m \u001b[1m\u001b[96m|\u001b[0m impl TauriExtractionDriver {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m--------------------------\u001b[0m \u001b[1m\u001b[96mmethod in this implementation\u001b[0m\n\u001b[1m\u001b[96m272\u001b[0m \u001b[1m\u001b[96m|\u001b[0m fn parse_response_test(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["staticlib","cdylib","rlib"],"crate_types":["staticlib","cdylib","rlib"],"name":"desktop_lib","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"non-local `impl` definition, `impl` blocks should be written at the same level as their item","code":{"code":"non_local_definitions","explanation":null},"level":"warning","spans":[{"file_name":"desktop\\src-tauri\\src\\intelligence\\extraction_adapter.rs","byte_start":9484,"byte_end":9505,"line_start":271,"line_end":271,"column_start":14,"column_end":35,"is_primary":false,"text":[{"text":" impl TauriExtractionDriver {","highlight_start":14,"highlight_end":35}],"label":"`TauriExtractionDriver` is not local","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"desktop\\src-tauri\\src\\intelligence\\extraction_adapter.rs","byte_start":9282,"byte_end":9312,"line_start":267,"line_end":267,"column_start":5,"column_end":35,"is_primary":false,"text":[{"text":" fn test_parse_empty_response() {","highlight_start":5,"highlight_end":35}],"label":"move the `impl` block outside of this function `test_parse_empty_response`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"desktop\\src-tauri\\src\\intelligence\\extraction_adapter.rs","byte_start":9479,"byte_end":9505,"line_start":271,"line_end":271,"column_start":9,"column_end":35,"is_primary":true,"text":[{"text":" impl TauriExtractionDriver {","highlight_start":9,"highlight_end":35}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"`#[warn(non_local_definitions)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: non-local `impl` definition, `impl` blocks should be written at the same level as their item\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mdesktop\\src-tauri\\src\\intelligence\\extraction_adapter.rs:271:9\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m267\u001b[0m \u001b[1m\u001b[96m|\u001b[0m fn test_parse_empty_response() {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m------------------------------\u001b[0m \u001b[1m\u001b[96mmove the `impl` block outside of this function `test_parse_empty_response`\u001b[0m\n\u001b[1m\u001b[96m...\u001b[0m\n\u001b[1m\u001b[96m271\u001b[0m \u001b[1m\u001b[96m|\u001b[0m impl TauriExtractionDriver {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^\u001b[0m\u001b[1m\u001b[96m---------------------\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m`TauriExtractionDriver` is not local\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(non_local_definitions)]` on by default\n\n"}} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["staticlib","cdylib","rlib"],"crate_types":["staticlib","cdylib","rlib"],"name":"desktop_lib","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdesktop_lib-7be331a6394414fe.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"desktop","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\main.rs","edition":"2021","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdesktop-d0fab9eb8ccf9a5c.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["staticlib","cdylib","rlib"],"crate_types":["staticlib","cdylib","rlib"],"name":"desktop_lib","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdesktop_lib-9737839b2ad67881.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"desktop","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\main.rs","edition":"2021","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdesktop-e8b23c1985190dcc.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-growth#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-growth\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"integration_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-growth\\tests\\integration_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libintegration_test-766120f75fb9e347.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"account_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\account_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.\n\nErroneous code examples:\n\n```compile_fail,E0308\nfn plus_one(x: i32) -> i32 {\n x + 1\n}\n\nplus_one(\"Not a number\");\n// ^^^^^^^^^^^^^^ expected `i32`, found `&str`\n\nif \"Not a bool\" {\n// ^^^^^^^^^^^^ expected `bool`, found `&str`\n}\n\nlet x: f32 = \"Not a float\";\n// --- ^^^^^^^^^^^^^ expected `f32`, found `&str`\n// |\n// expected due to this\n```\n\nThis error occurs when an expression was used in a place where the compiler\nexpected an expression of a different type. It can occur in several cases, the\nmost common being when calling a function and passing an argument which has a\ndifferent type than the matching type in the function declaration.\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4457,"byte_end":4464,"line_start":126,"line_end":126,"column_start":24,"column_end":31,"is_primary":true,"text":[{"text":" let pool = init_db(&db_url).await.expect(\"init_db failed\");","highlight_start":24,"highlight_end":31}],"label":"expected `&DatabaseConfig`, found `&String`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4449,"byte_end":4456,"line_start":126,"line_end":126,"column_start":16,"column_end":23,"is_primary":false,"text":[{"text":" let pool = init_db(&db_url).await.expect(\"init_db failed\");","highlight_start":16,"highlight_end":23}],"label":"arguments to this function are incorrect","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"expected reference `&DatabaseConfig`\n found reference `&std::string::String`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\db.rs","byte_start":235,"byte_end":242,"line_start":11,"line_end":11,"column_start":14,"column_end":21,"is_primary":true,"text":[{"text":"pub async fn init_db(config: &DatabaseConfig) -> SaasResult {","highlight_start":14,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0308]\u001b[0m\u001b[1m\u001b[97m: mismatched types\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:126:24\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m126\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let pool = init_db(&db_url).await.expect(\"init_db failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-------\u001b[0m \u001b[1m\u001b[91m^^^^^^^\u001b[0m \u001b[1m\u001b[91mexpected `&DatabaseConfig`, found `&String`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96marguments to this function are incorrect\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: expected reference `&\u001b[1m\u001b[35mDatabaseConfig\u001b[0m`\n found reference `&\u001b[1m\u001b[35mstd::string::String\u001b[0m`\n\u001b[1m\u001b[92mnote\u001b[0m: function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\db.rs:11:14\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m11\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn init_db(config: &DatabaseConfig) -> SaasResult {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"account_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\account_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"this function takes 2 arguments but 1 argument was supplied","code":{"code":"E0061","explanation":"An invalid number of arguments was passed when calling a function.\n\nErroneous code example:\n\n```compile_fail,E0061\nfn f(u: i32) {}\n\nf(); // error!\n```\n\nThe number of arguments passed to a function must match the number of arguments\nspecified in the function signature.\n\nFor example, a function like:\n\n```\nfn f(a: u16, b: &str) {}\n```\n\nMust always be called with exactly two arguments, e.g., `f(2, \"test\")`.\n\nNote that Rust does not have a notion of optional function arguments or\nvariadic functions (except for its C-FFI).\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4761,"byte_end":4775,"line_start":134,"line_end":134,"column_start":43,"column_end":57,"is_primary":false,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":43,"highlight_end":57}],"label":"argument #2 of type `SpawnLimiter` is missing","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4740,"byte_end":4761,"line_start":134,"line_end":134,"column_start":22,"column_end":43,"is_primary":true,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":22,"highlight_end":43}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"associated function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\workers\\mod.rs","byte_start":2583,"byte_end":2586,"line_start":96,"line_end":96,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(db: PgPool, spawn_limiter: crate::state::SpawnLimiter) -> Self {","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"provide the argument","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4761,"byte_end":4775,"line_start":134,"line_end":134,"column_start":43,"column_end":57,"is_primary":true,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":43,"highlight_end":57}],"label":null,"suggested_replacement":"(pool.clone(), /* SpawnLimiter */)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0061]\u001b[0m\u001b[1m\u001b[97m: this function takes 2 arguments but 1 argument was supplied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:134:22\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m134\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let dispatcher = WorkerDispatcher::new(pool.clone());\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^^^^^^^^^\u001b[0m\u001b[1m\u001b[96m--------------\u001b[0m \u001b[1m\u001b[96margument #2 of type `SpawnLimiter` is missing\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: associated function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\workers\\mod.rs:96:12\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m96\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn new(db: PgPool, spawn_limiter: crate::state::SpawnLimiter) -> Self {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: provide the argument\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m134\u001b[0m \u001b[1m\u001b[96m| \u001b[0m let dispatcher = WorkerDispatcher::new(pool.clone()\u001b[92m, /* SpawnLimiter */\u001b[0m);\n \u001b[1m\u001b[96m|\u001b[0m \u001b[92m++++++++++++++++++++\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"account_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\account_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"this function takes 5 arguments but 4 arguments were supplied","code":{"code":"E0061","explanation":"An invalid number of arguments was passed when calling a function.\n\nErroneous code example:\n\n```compile_fail,E0061\nfn f(u: i32) {}\n\nf(); // error!\n```\n\nThe number of arguments passed to a function must match the number of arguments\nspecified in the function signature.\n\nFor example, a function like:\n\n```\nfn f(a: u16, b: &str) {}\n```\n\nMust always be called with exactly two arguments, e.g., `f(2, \"test\")`.\n\nNote that Rust does not have a notion of optional function arguments or\nvariadic functions (except for its C-FFI).\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4857,"byte_end":4907,"line_start":136,"line_end":136,"column_start":30,"column_end":80,"is_primary":false,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":30,"highlight_end":80}],"label":"argument #5 of type `SpawnLimiter` is missing","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4844,"byte_end":4857,"line_start":136,"line_end":136,"column_start":17,"column_end":30,"is_primary":true,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":17,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"associated function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\state.rs","byte_start":2952,"byte_end":2955,"line_start":81,"line_end":81,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"provide the argument","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4857,"byte_end":4907,"line_start":136,"line_end":136,"column_start":30,"column_end":80,"is_primary":true,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":30,"highlight_end":80}],"label":null,"suggested_replacement":"(pool.clone(), config, dispatcher, shutdown_token, /* SpawnLimiter */)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0061]\u001b[0m\u001b[1m\u001b[97m: this function takes 5 arguments but 4 arguments were supplied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:136:17\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m136\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^\u001b[0m\u001b[1m\u001b[96m--------------------------------------------------\u001b[0m \u001b[1m\u001b[96margument #5 of type `SpawnLimiter` is missing\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: associated function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\state.rs:81:12\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m81\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn new(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: provide the argument\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m136\u001b[0m \u001b[1m\u001b[96m| \u001b[0m let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token\u001b[92m, /* SpawnLimiter */\u001b[0m).expect(\"AppState::new failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[92m++++++++++++++++++++\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"account_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\account_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"Some errors have detailed explanations: E0061, E0308.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mSome errors have detailed explanations: E0061, E0308.\u001b[0m\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"account_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\account_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"For more information about an error, try `rustc --explain E0061`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mFor more information about an error, try `rustc --explain E0061`.\u001b[0m\n"}} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"zclaw-saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\main.rs","edition":"2021","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_saas-9043145b2b0f1c3e.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"telemetry_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\telemetry_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.\n\nErroneous code examples:\n\n```compile_fail,E0308\nfn plus_one(x: i32) -> i32 {\n x + 1\n}\n\nplus_one(\"Not a number\");\n// ^^^^^^^^^^^^^^ expected `i32`, found `&str`\n\nif \"Not a bool\" {\n// ^^^^^^^^^^^^ expected `bool`, found `&str`\n}\n\nlet x: f32 = \"Not a float\";\n// --- ^^^^^^^^^^^^^ expected `f32`, found `&str`\n// |\n// expected due to this\n```\n\nThis error occurs when an expression was used in a place where the compiler\nexpected an expression of a different type. It can occur in several cases, the\nmost common being when calling a function and passing an argument which has a\ndifferent type than the matching type in the function declaration.\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4457,"byte_end":4464,"line_start":126,"line_end":126,"column_start":24,"column_end":31,"is_primary":true,"text":[{"text":" let pool = init_db(&db_url).await.expect(\"init_db failed\");","highlight_start":24,"highlight_end":31}],"label":"expected `&DatabaseConfig`, found `&String`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4449,"byte_end":4456,"line_start":126,"line_end":126,"column_start":16,"column_end":23,"is_primary":false,"text":[{"text":" let pool = init_db(&db_url).await.expect(\"init_db failed\");","highlight_start":16,"highlight_end":23}],"label":"arguments to this function are incorrect","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"expected reference `&DatabaseConfig`\n found reference `&std::string::String`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\db.rs","byte_start":235,"byte_end":242,"line_start":11,"line_end":11,"column_start":14,"column_end":21,"is_primary":true,"text":[{"text":"pub async fn init_db(config: &DatabaseConfig) -> SaasResult {","highlight_start":14,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0308]\u001b[0m\u001b[1m\u001b[97m: mismatched types\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:126:24\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m126\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let pool = init_db(&db_url).await.expect(\"init_db failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-------\u001b[0m \u001b[1m\u001b[91m^^^^^^^\u001b[0m \u001b[1m\u001b[91mexpected `&DatabaseConfig`, found `&String`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96marguments to this function are incorrect\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: expected reference `&\u001b[1m\u001b[35mDatabaseConfig\u001b[0m`\n found reference `&\u001b[1m\u001b[35mstd::string::String\u001b[0m`\n\u001b[1m\u001b[92mnote\u001b[0m: function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\db.rs:11:14\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m11\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn init_db(config: &DatabaseConfig) -> SaasResult {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"telemetry_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\telemetry_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"this function takes 2 arguments but 1 argument was supplied","code":{"code":"E0061","explanation":"An invalid number of arguments was passed when calling a function.\n\nErroneous code example:\n\n```compile_fail,E0061\nfn f(u: i32) {}\n\nf(); // error!\n```\n\nThe number of arguments passed to a function must match the number of arguments\nspecified in the function signature.\n\nFor example, a function like:\n\n```\nfn f(a: u16, b: &str) {}\n```\n\nMust always be called with exactly two arguments, e.g., `f(2, \"test\")`.\n\nNote that Rust does not have a notion of optional function arguments or\nvariadic functions (except for its C-FFI).\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4761,"byte_end":4775,"line_start":134,"line_end":134,"column_start":43,"column_end":57,"is_primary":false,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":43,"highlight_end":57}],"label":"argument #2 of type `SpawnLimiter` is missing","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4740,"byte_end":4761,"line_start":134,"line_end":134,"column_start":22,"column_end":43,"is_primary":true,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":22,"highlight_end":43}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"associated function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\workers\\mod.rs","byte_start":2583,"byte_end":2586,"line_start":96,"line_end":96,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(db: PgPool, spawn_limiter: crate::state::SpawnLimiter) -> Self {","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"provide the argument","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4761,"byte_end":4775,"line_start":134,"line_end":134,"column_start":43,"column_end":57,"is_primary":true,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":43,"highlight_end":57}],"label":null,"suggested_replacement":"(pool.clone(), /* SpawnLimiter */)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0061]\u001b[0m\u001b[1m\u001b[97m: this function takes 2 arguments but 1 argument was supplied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:134:22\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m134\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let dispatcher = WorkerDispatcher::new(pool.clone());\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^^^^^^^^^\u001b[0m\u001b[1m\u001b[96m--------------\u001b[0m \u001b[1m\u001b[96margument #2 of type `SpawnLimiter` is missing\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: associated function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\workers\\mod.rs:96:12\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m96\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn new(db: PgPool, spawn_limiter: crate::state::SpawnLimiter) -> Self {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: provide the argument\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m134\u001b[0m \u001b[1m\u001b[96m| \u001b[0m let dispatcher = WorkerDispatcher::new(pool.clone()\u001b[92m, /* SpawnLimiter */\u001b[0m);\n \u001b[1m\u001b[96m|\u001b[0m \u001b[92m++++++++++++++++++++\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"telemetry_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\telemetry_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"this function takes 5 arguments but 4 arguments were supplied","code":{"code":"E0061","explanation":"An invalid number of arguments was passed when calling a function.\n\nErroneous code example:\n\n```compile_fail,E0061\nfn f(u: i32) {}\n\nf(); // error!\n```\n\nThe number of arguments passed to a function must match the number of arguments\nspecified in the function signature.\n\nFor example, a function like:\n\n```\nfn f(a: u16, b: &str) {}\n```\n\nMust always be called with exactly two arguments, e.g., `f(2, \"test\")`.\n\nNote that Rust does not have a notion of optional function arguments or\nvariadic functions (except for its C-FFI).\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4857,"byte_end":4907,"line_start":136,"line_end":136,"column_start":30,"column_end":80,"is_primary":false,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":30,"highlight_end":80}],"label":"argument #5 of type `SpawnLimiter` is missing","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4844,"byte_end":4857,"line_start":136,"line_end":136,"column_start":17,"column_end":30,"is_primary":true,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":17,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"associated function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\state.rs","byte_start":2952,"byte_end":2955,"line_start":81,"line_end":81,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"provide the argument","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4857,"byte_end":4907,"line_start":136,"line_end":136,"column_start":30,"column_end":80,"is_primary":true,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":30,"highlight_end":80}],"label":null,"suggested_replacement":"(pool.clone(), config, dispatcher, shutdown_token, /* SpawnLimiter */)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0061]\u001b[0m\u001b[1m\u001b[97m: this function takes 5 arguments but 4 arguments were supplied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:136:17\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m136\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^\u001b[0m\u001b[1m\u001b[96m--------------------------------------------------\u001b[0m \u001b[1m\u001b[96margument #5 of type `SpawnLimiter` is missing\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: associated function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\state.rs:81:12\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m81\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn new(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: provide the argument\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m136\u001b[0m \u001b[1m\u001b[96m| \u001b[0m let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token\u001b[92m, /* SpawnLimiter */\u001b[0m).expect(\"AppState::new failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[92m++++++++++++++++++++\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"role_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\role_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.\n\nErroneous code examples:\n\n```compile_fail,E0308\nfn plus_one(x: i32) -> i32 {\n x + 1\n}\n\nplus_one(\"Not a number\");\n// ^^^^^^^^^^^^^^ expected `i32`, found `&str`\n\nif \"Not a bool\" {\n// ^^^^^^^^^^^^ expected `bool`, found `&str`\n}\n\nlet x: f32 = \"Not a float\";\n// --- ^^^^^^^^^^^^^ expected `f32`, found `&str`\n// |\n// expected due to this\n```\n\nThis error occurs when an expression was used in a place where the compiler\nexpected an expression of a different type. It can occur in several cases, the\nmost common being when calling a function and passing an argument which has a\ndifferent type than the matching type in the function declaration.\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4457,"byte_end":4464,"line_start":126,"line_end":126,"column_start":24,"column_end":31,"is_primary":true,"text":[{"text":" let pool = init_db(&db_url).await.expect(\"init_db failed\");","highlight_start":24,"highlight_end":31}],"label":"expected `&DatabaseConfig`, found `&String`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4449,"byte_end":4456,"line_start":126,"line_end":126,"column_start":16,"column_end":23,"is_primary":false,"text":[{"text":" let pool = init_db(&db_url).await.expect(\"init_db failed\");","highlight_start":16,"highlight_end":23}],"label":"arguments to this function are incorrect","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"expected reference `&DatabaseConfig`\n found reference `&std::string::String`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\db.rs","byte_start":235,"byte_end":242,"line_start":11,"line_end":11,"column_start":14,"column_end":21,"is_primary":true,"text":[{"text":"pub async fn init_db(config: &DatabaseConfig) -> SaasResult {","highlight_start":14,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0308]\u001b[0m\u001b[1m\u001b[97m: mismatched types\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:126:24\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m126\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let pool = init_db(&db_url).await.expect(\"init_db failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-------\u001b[0m \u001b[1m\u001b[91m^^^^^^^\u001b[0m \u001b[1m\u001b[91mexpected `&DatabaseConfig`, found `&String`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96marguments to this function are incorrect\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: expected reference `&\u001b[1m\u001b[35mDatabaseConfig\u001b[0m`\n found reference `&\u001b[1m\u001b[35mstd::string::String\u001b[0m`\n\u001b[1m\u001b[92mnote\u001b[0m: function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\db.rs:11:14\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m11\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn init_db(config: &DatabaseConfig) -> SaasResult {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"role_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\role_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"this function takes 2 arguments but 1 argument was supplied","code":{"code":"E0061","explanation":"An invalid number of arguments was passed when calling a function.\n\nErroneous code example:\n\n```compile_fail,E0061\nfn f(u: i32) {}\n\nf(); // error!\n```\n\nThe number of arguments passed to a function must match the number of arguments\nspecified in the function signature.\n\nFor example, a function like:\n\n```\nfn f(a: u16, b: &str) {}\n```\n\nMust always be called with exactly two arguments, e.g., `f(2, \"test\")`.\n\nNote that Rust does not have a notion of optional function arguments or\nvariadic functions (except for its C-FFI).\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4761,"byte_end":4775,"line_start":134,"line_end":134,"column_start":43,"column_end":57,"is_primary":false,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":43,"highlight_end":57}],"label":"argument #2 of type `SpawnLimiter` is missing","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4740,"byte_end":4761,"line_start":134,"line_end":134,"column_start":22,"column_end":43,"is_primary":true,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":22,"highlight_end":43}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"associated function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\workers\\mod.rs","byte_start":2583,"byte_end":2586,"line_start":96,"line_end":96,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(db: PgPool, spawn_limiter: crate::state::SpawnLimiter) -> Self {","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"provide the argument","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4761,"byte_end":4775,"line_start":134,"line_end":134,"column_start":43,"column_end":57,"is_primary":true,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":43,"highlight_end":57}],"label":null,"suggested_replacement":"(pool.clone(), /* SpawnLimiter */)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0061]\u001b[0m\u001b[1m\u001b[97m: this function takes 2 arguments but 1 argument was supplied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:134:22\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m134\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let dispatcher = WorkerDispatcher::new(pool.clone());\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^^^^^^^^^\u001b[0m\u001b[1m\u001b[96m--------------\u001b[0m \u001b[1m\u001b[96margument #2 of type `SpawnLimiter` is missing\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: associated function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\workers\\mod.rs:96:12\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m96\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn new(db: PgPool, spawn_limiter: crate::state::SpawnLimiter) -> Self {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: provide the argument\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m134\u001b[0m \u001b[1m\u001b[96m| \u001b[0m let dispatcher = WorkerDispatcher::new(pool.clone()\u001b[92m, /* SpawnLimiter */\u001b[0m);\n \u001b[1m\u001b[96m|\u001b[0m \u001b[92m++++++++++++++++++++\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"role_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\role_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"this function takes 5 arguments but 4 arguments were supplied","code":{"code":"E0061","explanation":"An invalid number of arguments was passed when calling a function.\n\nErroneous code example:\n\n```compile_fail,E0061\nfn f(u: i32) {}\n\nf(); // error!\n```\n\nThe number of arguments passed to a function must match the number of arguments\nspecified in the function signature.\n\nFor example, a function like:\n\n```\nfn f(a: u16, b: &str) {}\n```\n\nMust always be called with exactly two arguments, e.g., `f(2, \"test\")`.\n\nNote that Rust does not have a notion of optional function arguments or\nvariadic functions (except for its C-FFI).\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4857,"byte_end":4907,"line_start":136,"line_end":136,"column_start":30,"column_end":80,"is_primary":false,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":30,"highlight_end":80}],"label":"argument #5 of type `SpawnLimiter` is missing","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4844,"byte_end":4857,"line_start":136,"line_end":136,"column_start":17,"column_end":30,"is_primary":true,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":17,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"associated function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\state.rs","byte_start":2952,"byte_end":2955,"line_start":81,"line_end":81,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"provide the argument","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4857,"byte_end":4907,"line_start":136,"line_end":136,"column_start":30,"column_end":80,"is_primary":true,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":30,"highlight_end":80}],"label":null,"suggested_replacement":"(pool.clone(), config, dispatcher, shutdown_token, /* SpawnLimiter */)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0061]\u001b[0m\u001b[1m\u001b[97m: this function takes 5 arguments but 4 arguments were supplied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:136:17\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m136\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^\u001b[0m\u001b[1m\u001b[96m--------------------------------------------------\u001b[0m \u001b[1m\u001b[96margument #5 of type `SpawnLimiter` is missing\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: associated function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\state.rs:81:12\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m81\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn new(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: provide the argument\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m136\u001b[0m \u001b[1m\u001b[96m| \u001b[0m let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token\u001b[92m, /* SpawnLimiter */\u001b[0m).expect(\"AppState::new failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[92m++++++++++++++++++++\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"telemetry_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\telemetry_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"Some errors have detailed explanations: E0061, E0308.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mSome errors have detailed explanations: E0061, E0308.\u001b[0m\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"telemetry_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\telemetry_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"For more information about an error, try `rustc --explain E0061`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mFor more information about an error, try `rustc --explain E0061`.\u001b[0m\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"role_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\role_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"Some errors have detailed explanations: E0061, E0308.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mSome errors have detailed explanations: E0061, E0308.\u001b[0m\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"role_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\role_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"For more information about an error, try `rustc --explain E0061`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mFor more information about an error, try `rustc --explain E0061`.\u001b[0m\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"agent_template_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\agent_template_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.\n\nErroneous code examples:\n\n```compile_fail,E0308\nfn plus_one(x: i32) -> i32 {\n x + 1\n}\n\nplus_one(\"Not a number\");\n// ^^^^^^^^^^^^^^ expected `i32`, found `&str`\n\nif \"Not a bool\" {\n// ^^^^^^^^^^^^ expected `bool`, found `&str`\n}\n\nlet x: f32 = \"Not a float\";\n// --- ^^^^^^^^^^^^^ expected `f32`, found `&str`\n// |\n// expected due to this\n```\n\nThis error occurs when an expression was used in a place where the compiler\nexpected an expression of a different type. It can occur in several cases, the\nmost common being when calling a function and passing an argument which has a\ndifferent type than the matching type in the function declaration.\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4457,"byte_end":4464,"line_start":126,"line_end":126,"column_start":24,"column_end":31,"is_primary":true,"text":[{"text":" let pool = init_db(&db_url).await.expect(\"init_db failed\");","highlight_start":24,"highlight_end":31}],"label":"expected `&DatabaseConfig`, found `&String`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4449,"byte_end":4456,"line_start":126,"line_end":126,"column_start":16,"column_end":23,"is_primary":false,"text":[{"text":" let pool = init_db(&db_url).await.expect(\"init_db failed\");","highlight_start":16,"highlight_end":23}],"label":"arguments to this function are incorrect","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"expected reference `&DatabaseConfig`\n found reference `&std::string::String`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\db.rs","byte_start":235,"byte_end":242,"line_start":11,"line_end":11,"column_start":14,"column_end":21,"is_primary":true,"text":[{"text":"pub async fn init_db(config: &DatabaseConfig) -> SaasResult {","highlight_start":14,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0308]\u001b[0m\u001b[1m\u001b[97m: mismatched types\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:126:24\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m126\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let pool = init_db(&db_url).await.expect(\"init_db failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-------\u001b[0m \u001b[1m\u001b[91m^^^^^^^\u001b[0m \u001b[1m\u001b[91mexpected `&DatabaseConfig`, found `&String`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96marguments to this function are incorrect\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: expected reference `&\u001b[1m\u001b[35mDatabaseConfig\u001b[0m`\n found reference `&\u001b[1m\u001b[35mstd::string::String\u001b[0m`\n\u001b[1m\u001b[92mnote\u001b[0m: function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\db.rs:11:14\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m11\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn init_db(config: &DatabaseConfig) -> SaasResult {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"agent_template_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\agent_template_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"this function takes 2 arguments but 1 argument was supplied","code":{"code":"E0061","explanation":"An invalid number of arguments was passed when calling a function.\n\nErroneous code example:\n\n```compile_fail,E0061\nfn f(u: i32) {}\n\nf(); // error!\n```\n\nThe number of arguments passed to a function must match the number of arguments\nspecified in the function signature.\n\nFor example, a function like:\n\n```\nfn f(a: u16, b: &str) {}\n```\n\nMust always be called with exactly two arguments, e.g., `f(2, \"test\")`.\n\nNote that Rust does not have a notion of optional function arguments or\nvariadic functions (except for its C-FFI).\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4761,"byte_end":4775,"line_start":134,"line_end":134,"column_start":43,"column_end":57,"is_primary":false,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":43,"highlight_end":57}],"label":"argument #2 of type `SpawnLimiter` is missing","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4740,"byte_end":4761,"line_start":134,"line_end":134,"column_start":22,"column_end":43,"is_primary":true,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":22,"highlight_end":43}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"associated function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\workers\\mod.rs","byte_start":2583,"byte_end":2586,"line_start":96,"line_end":96,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(db: PgPool, spawn_limiter: crate::state::SpawnLimiter) -> Self {","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"provide the argument","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4761,"byte_end":4775,"line_start":134,"line_end":134,"column_start":43,"column_end":57,"is_primary":true,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":43,"highlight_end":57}],"label":null,"suggested_replacement":"(pool.clone(), /* SpawnLimiter */)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0061]\u001b[0m\u001b[1m\u001b[97m: this function takes 2 arguments but 1 argument was supplied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:134:22\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m134\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let dispatcher = WorkerDispatcher::new(pool.clone());\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^^^^^^^^^\u001b[0m\u001b[1m\u001b[96m--------------\u001b[0m \u001b[1m\u001b[96margument #2 of type `SpawnLimiter` is missing\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: associated function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\workers\\mod.rs:96:12\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m96\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn new(db: PgPool, spawn_limiter: crate::state::SpawnLimiter) -> Self {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: provide the argument\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m134\u001b[0m \u001b[1m\u001b[96m| \u001b[0m let dispatcher = WorkerDispatcher::new(pool.clone()\u001b[92m, /* SpawnLimiter */\u001b[0m);\n \u001b[1m\u001b[96m|\u001b[0m \u001b[92m++++++++++++++++++++\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"agent_template_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\agent_template_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"this function takes 5 arguments but 4 arguments were supplied","code":{"code":"E0061","explanation":"An invalid number of arguments was passed when calling a function.\n\nErroneous code example:\n\n```compile_fail,E0061\nfn f(u: i32) {}\n\nf(); // error!\n```\n\nThe number of arguments passed to a function must match the number of arguments\nspecified in the function signature.\n\nFor example, a function like:\n\n```\nfn f(a: u16, b: &str) {}\n```\n\nMust always be called with exactly two arguments, e.g., `f(2, \"test\")`.\n\nNote that Rust does not have a notion of optional function arguments or\nvariadic functions (except for its C-FFI).\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4857,"byte_end":4907,"line_start":136,"line_end":136,"column_start":30,"column_end":80,"is_primary":false,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":30,"highlight_end":80}],"label":"argument #5 of type `SpawnLimiter` is missing","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4844,"byte_end":4857,"line_start":136,"line_end":136,"column_start":17,"column_end":30,"is_primary":true,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":17,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"associated function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\state.rs","byte_start":2952,"byte_end":2955,"line_start":81,"line_end":81,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"provide the argument","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4857,"byte_end":4907,"line_start":136,"line_end":136,"column_start":30,"column_end":80,"is_primary":true,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":30,"highlight_end":80}],"label":null,"suggested_replacement":"(pool.clone(), config, dispatcher, shutdown_token, /* SpawnLimiter */)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0061]\u001b[0m\u001b[1m\u001b[97m: this function takes 5 arguments but 4 arguments were supplied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:136:17\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m136\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^\u001b[0m\u001b[1m\u001b[96m--------------------------------------------------\u001b[0m \u001b[1m\u001b[96margument #5 of type `SpawnLimiter` is missing\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: associated function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\state.rs:81:12\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m81\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn new(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: provide the argument\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m136\u001b[0m \u001b[1m\u001b[96m| \u001b[0m let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token\u001b[92m, /* SpawnLimiter */\u001b[0m).expect(\"AppState::new failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[92m++++++++++++++++++++\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"agent_template_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\agent_template_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"Some errors have detailed explanations: E0061, E0308.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mSome errors have detailed explanations: E0061, E0308.\u001b[0m\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"agent_template_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\agent_template_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"For more information about an error, try `rustc --explain E0061`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mFor more information about an error, try `rustc --explain E0061`.\u001b[0m\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"model_config_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\model_config_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.\n\nErroneous code examples:\n\n```compile_fail,E0308\nfn plus_one(x: i32) -> i32 {\n x + 1\n}\n\nplus_one(\"Not a number\");\n// ^^^^^^^^^^^^^^ expected `i32`, found `&str`\n\nif \"Not a bool\" {\n// ^^^^^^^^^^^^ expected `bool`, found `&str`\n}\n\nlet x: f32 = \"Not a float\";\n// --- ^^^^^^^^^^^^^ expected `f32`, found `&str`\n// |\n// expected due to this\n```\n\nThis error occurs when an expression was used in a place where the compiler\nexpected an expression of a different type. It can occur in several cases, the\nmost common being when calling a function and passing an argument which has a\ndifferent type than the matching type in the function declaration.\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4457,"byte_end":4464,"line_start":126,"line_end":126,"column_start":24,"column_end":31,"is_primary":true,"text":[{"text":" let pool = init_db(&db_url).await.expect(\"init_db failed\");","highlight_start":24,"highlight_end":31}],"label":"expected `&DatabaseConfig`, found `&String`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4449,"byte_end":4456,"line_start":126,"line_end":126,"column_start":16,"column_end":23,"is_primary":false,"text":[{"text":" let pool = init_db(&db_url).await.expect(\"init_db failed\");","highlight_start":16,"highlight_end":23}],"label":"arguments to this function are incorrect","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"expected reference `&DatabaseConfig`\n found reference `&std::string::String`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\db.rs","byte_start":235,"byte_end":242,"line_start":11,"line_end":11,"column_start":14,"column_end":21,"is_primary":true,"text":[{"text":"pub async fn init_db(config: &DatabaseConfig) -> SaasResult {","highlight_start":14,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0308]\u001b[0m\u001b[1m\u001b[97m: mismatched types\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:126:24\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m126\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let pool = init_db(&db_url).await.expect(\"init_db failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-------\u001b[0m \u001b[1m\u001b[91m^^^^^^^\u001b[0m \u001b[1m\u001b[91mexpected `&DatabaseConfig`, found `&String`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96marguments to this function are incorrect\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: expected reference `&\u001b[1m\u001b[35mDatabaseConfig\u001b[0m`\n found reference `&\u001b[1m\u001b[35mstd::string::String\u001b[0m`\n\u001b[1m\u001b[92mnote\u001b[0m: function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\db.rs:11:14\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m11\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn init_db(config: &DatabaseConfig) -> SaasResult {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"model_config_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\model_config_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"this function takes 2 arguments but 1 argument was supplied","code":{"code":"E0061","explanation":"An invalid number of arguments was passed when calling a function.\n\nErroneous code example:\n\n```compile_fail,E0061\nfn f(u: i32) {}\n\nf(); // error!\n```\n\nThe number of arguments passed to a function must match the number of arguments\nspecified in the function signature.\n\nFor example, a function like:\n\n```\nfn f(a: u16, b: &str) {}\n```\n\nMust always be called with exactly two arguments, e.g., `f(2, \"test\")`.\n\nNote that Rust does not have a notion of optional function arguments or\nvariadic functions (except for its C-FFI).\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4761,"byte_end":4775,"line_start":134,"line_end":134,"column_start":43,"column_end":57,"is_primary":false,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":43,"highlight_end":57}],"label":"argument #2 of type `SpawnLimiter` is missing","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4740,"byte_end":4761,"line_start":134,"line_end":134,"column_start":22,"column_end":43,"is_primary":true,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":22,"highlight_end":43}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"associated function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\workers\\mod.rs","byte_start":2583,"byte_end":2586,"line_start":96,"line_end":96,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(db: PgPool, spawn_limiter: crate::state::SpawnLimiter) -> Self {","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"provide the argument","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4761,"byte_end":4775,"line_start":134,"line_end":134,"column_start":43,"column_end":57,"is_primary":true,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":43,"highlight_end":57}],"label":null,"suggested_replacement":"(pool.clone(), /* SpawnLimiter */)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0061]\u001b[0m\u001b[1m\u001b[97m: this function takes 2 arguments but 1 argument was supplied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:134:22\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m134\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let dispatcher = WorkerDispatcher::new(pool.clone());\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^^^^^^^^^\u001b[0m\u001b[1m\u001b[96m--------------\u001b[0m \u001b[1m\u001b[96margument #2 of type `SpawnLimiter` is missing\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: associated function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\workers\\mod.rs:96:12\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m96\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn new(db: PgPool, spawn_limiter: crate::state::SpawnLimiter) -> Self {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: provide the argument\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m134\u001b[0m \u001b[1m\u001b[96m| \u001b[0m let dispatcher = WorkerDispatcher::new(pool.clone()\u001b[92m, /* SpawnLimiter */\u001b[0m);\n \u001b[1m\u001b[96m|\u001b[0m \u001b[92m++++++++++++++++++++\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"model_config_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\model_config_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"this function takes 5 arguments but 4 arguments were supplied","code":{"code":"E0061","explanation":"An invalid number of arguments was passed when calling a function.\n\nErroneous code example:\n\n```compile_fail,E0061\nfn f(u: i32) {}\n\nf(); // error!\n```\n\nThe number of arguments passed to a function must match the number of arguments\nspecified in the function signature.\n\nFor example, a function like:\n\n```\nfn f(a: u16, b: &str) {}\n```\n\nMust always be called with exactly two arguments, e.g., `f(2, \"test\")`.\n\nNote that Rust does not have a notion of optional function arguments or\nvariadic functions (except for its C-FFI).\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4857,"byte_end":4907,"line_start":136,"line_end":136,"column_start":30,"column_end":80,"is_primary":false,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":30,"highlight_end":80}],"label":"argument #5 of type `SpawnLimiter` is missing","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4844,"byte_end":4857,"line_start":136,"line_end":136,"column_start":17,"column_end":30,"is_primary":true,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":17,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"associated function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\state.rs","byte_start":2952,"byte_end":2955,"line_start":81,"line_end":81,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"provide the argument","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4857,"byte_end":4907,"line_start":136,"line_end":136,"column_start":30,"column_end":80,"is_primary":true,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":30,"highlight_end":80}],"label":null,"suggested_replacement":"(pool.clone(), config, dispatcher, shutdown_token, /* SpawnLimiter */)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0061]\u001b[0m\u001b[1m\u001b[97m: this function takes 5 arguments but 4 arguments were supplied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:136:17\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m136\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^\u001b[0m\u001b[1m\u001b[96m--------------------------------------------------\u001b[0m \u001b[1m\u001b[96margument #5 of type `SpawnLimiter` is missing\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: associated function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\state.rs:81:12\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m81\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn new(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: provide the argument\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m136\u001b[0m \u001b[1m\u001b[96m| \u001b[0m let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token\u001b[92m, /* SpawnLimiter */\u001b[0m).expect(\"AppState::new failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[92m++++++++++++++++++++\u001b[0m\n\n"}} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"zclaw-saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\main.rs","edition":"2021","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_saas-807f667bd63fc875.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"model_config_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\model_config_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"Some errors have detailed explanations: E0061, E0308.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mSome errors have detailed explanations: E0061, E0308.\u001b[0m\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"model_config_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\model_config_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"For more information about an error, try `rustc --explain E0061`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mFor more information about an error, try `rustc --explain E0061`.\u001b[0m\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"auth_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\auth_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.\n\nErroneous code examples:\n\n```compile_fail,E0308\nfn plus_one(x: i32) -> i32 {\n x + 1\n}\n\nplus_one(\"Not a number\");\n// ^^^^^^^^^^^^^^ expected `i32`, found `&str`\n\nif \"Not a bool\" {\n// ^^^^^^^^^^^^ expected `bool`, found `&str`\n}\n\nlet x: f32 = \"Not a float\";\n// --- ^^^^^^^^^^^^^ expected `f32`, found `&str`\n// |\n// expected due to this\n```\n\nThis error occurs when an expression was used in a place where the compiler\nexpected an expression of a different type. It can occur in several cases, the\nmost common being when calling a function and passing an argument which has a\ndifferent type than the matching type in the function declaration.\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4457,"byte_end":4464,"line_start":126,"line_end":126,"column_start":24,"column_end":31,"is_primary":true,"text":[{"text":" let pool = init_db(&db_url).await.expect(\"init_db failed\");","highlight_start":24,"highlight_end":31}],"label":"expected `&DatabaseConfig`, found `&String`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4449,"byte_end":4456,"line_start":126,"line_end":126,"column_start":16,"column_end":23,"is_primary":false,"text":[{"text":" let pool = init_db(&db_url).await.expect(\"init_db failed\");","highlight_start":16,"highlight_end":23}],"label":"arguments to this function are incorrect","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"expected reference `&DatabaseConfig`\n found reference `&std::string::String`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\db.rs","byte_start":235,"byte_end":242,"line_start":11,"line_end":11,"column_start":14,"column_end":21,"is_primary":true,"text":[{"text":"pub async fn init_db(config: &DatabaseConfig) -> SaasResult {","highlight_start":14,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0308]\u001b[0m\u001b[1m\u001b[97m: mismatched types\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:126:24\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m126\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let pool = init_db(&db_url).await.expect(\"init_db failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-------\u001b[0m \u001b[1m\u001b[91m^^^^^^^\u001b[0m \u001b[1m\u001b[91mexpected `&DatabaseConfig`, found `&String`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96marguments to this function are incorrect\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: expected reference `&\u001b[1m\u001b[35mDatabaseConfig\u001b[0m`\n found reference `&\u001b[1m\u001b[35mstd::string::String\u001b[0m`\n\u001b[1m\u001b[92mnote\u001b[0m: function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\db.rs:11:14\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m11\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn init_db(config: &DatabaseConfig) -> SaasResult {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"auth_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\auth_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"this function takes 2 arguments but 1 argument was supplied","code":{"code":"E0061","explanation":"An invalid number of arguments was passed when calling a function.\n\nErroneous code example:\n\n```compile_fail,E0061\nfn f(u: i32) {}\n\nf(); // error!\n```\n\nThe number of arguments passed to a function must match the number of arguments\nspecified in the function signature.\n\nFor example, a function like:\n\n```\nfn f(a: u16, b: &str) {}\n```\n\nMust always be called with exactly two arguments, e.g., `f(2, \"test\")`.\n\nNote that Rust does not have a notion of optional function arguments or\nvariadic functions (except for its C-FFI).\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4761,"byte_end":4775,"line_start":134,"line_end":134,"column_start":43,"column_end":57,"is_primary":false,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":43,"highlight_end":57}],"label":"argument #2 of type `SpawnLimiter` is missing","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4740,"byte_end":4761,"line_start":134,"line_end":134,"column_start":22,"column_end":43,"is_primary":true,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":22,"highlight_end":43}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"associated function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\workers\\mod.rs","byte_start":2583,"byte_end":2586,"line_start":96,"line_end":96,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(db: PgPool, spawn_limiter: crate::state::SpawnLimiter) -> Self {","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"provide the argument","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4761,"byte_end":4775,"line_start":134,"line_end":134,"column_start":43,"column_end":57,"is_primary":true,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":43,"highlight_end":57}],"label":null,"suggested_replacement":"(pool.clone(), /* SpawnLimiter */)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0061]\u001b[0m\u001b[1m\u001b[97m: this function takes 2 arguments but 1 argument was supplied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:134:22\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m134\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let dispatcher = WorkerDispatcher::new(pool.clone());\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^^^^^^^^^\u001b[0m\u001b[1m\u001b[96m--------------\u001b[0m \u001b[1m\u001b[96margument #2 of type `SpawnLimiter` is missing\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: associated function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\workers\\mod.rs:96:12\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m96\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn new(db: PgPool, spawn_limiter: crate::state::SpawnLimiter) -> Self {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: provide the argument\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m134\u001b[0m \u001b[1m\u001b[96m| \u001b[0m let dispatcher = WorkerDispatcher::new(pool.clone()\u001b[92m, /* SpawnLimiter */\u001b[0m);\n \u001b[1m\u001b[96m|\u001b[0m \u001b[92m++++++++++++++++++++\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"auth_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\auth_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"this function takes 5 arguments but 4 arguments were supplied","code":{"code":"E0061","explanation":"An invalid number of arguments was passed when calling a function.\n\nErroneous code example:\n\n```compile_fail,E0061\nfn f(u: i32) {}\n\nf(); // error!\n```\n\nThe number of arguments passed to a function must match the number of arguments\nspecified in the function signature.\n\nFor example, a function like:\n\n```\nfn f(a: u16, b: &str) {}\n```\n\nMust always be called with exactly two arguments, e.g., `f(2, \"test\")`.\n\nNote that Rust does not have a notion of optional function arguments or\nvariadic functions (except for its C-FFI).\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4857,"byte_end":4907,"line_start":136,"line_end":136,"column_start":30,"column_end":80,"is_primary":false,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":30,"highlight_end":80}],"label":"argument #5 of type `SpawnLimiter` is missing","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4844,"byte_end":4857,"line_start":136,"line_end":136,"column_start":17,"column_end":30,"is_primary":true,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":17,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"associated function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\state.rs","byte_start":2952,"byte_end":2955,"line_start":81,"line_end":81,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"provide the argument","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4857,"byte_end":4907,"line_start":136,"line_end":136,"column_start":30,"column_end":80,"is_primary":true,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":30,"highlight_end":80}],"label":null,"suggested_replacement":"(pool.clone(), config, dispatcher, shutdown_token, /* SpawnLimiter */)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0061]\u001b[0m\u001b[1m\u001b[97m: this function takes 5 arguments but 4 arguments were supplied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:136:17\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m136\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^\u001b[0m\u001b[1m\u001b[96m--------------------------------------------------\u001b[0m \u001b[1m\u001b[96margument #5 of type `SpawnLimiter` is missing\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: associated function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\state.rs:81:12\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m81\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn new(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: provide the argument\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m136\u001b[0m \u001b[1m\u001b[96m| \u001b[0m let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token\u001b[92m, /* SpawnLimiter */\u001b[0m).expect(\"AppState::new failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[92m++++++++++++++++++++\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"prompt_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\prompt_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.\n\nErroneous code examples:\n\n```compile_fail,E0308\nfn plus_one(x: i32) -> i32 {\n x + 1\n}\n\nplus_one(\"Not a number\");\n// ^^^^^^^^^^^^^^ expected `i32`, found `&str`\n\nif \"Not a bool\" {\n// ^^^^^^^^^^^^ expected `bool`, found `&str`\n}\n\nlet x: f32 = \"Not a float\";\n// --- ^^^^^^^^^^^^^ expected `f32`, found `&str`\n// |\n// expected due to this\n```\n\nThis error occurs when an expression was used in a place where the compiler\nexpected an expression of a different type. It can occur in several cases, the\nmost common being when calling a function and passing an argument which has a\ndifferent type than the matching type in the function declaration.\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4457,"byte_end":4464,"line_start":126,"line_end":126,"column_start":24,"column_end":31,"is_primary":true,"text":[{"text":" let pool = init_db(&db_url).await.expect(\"init_db failed\");","highlight_start":24,"highlight_end":31}],"label":"expected `&DatabaseConfig`, found `&String`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4449,"byte_end":4456,"line_start":126,"line_end":126,"column_start":16,"column_end":23,"is_primary":false,"text":[{"text":" let pool = init_db(&db_url).await.expect(\"init_db failed\");","highlight_start":16,"highlight_end":23}],"label":"arguments to this function are incorrect","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"expected reference `&DatabaseConfig`\n found reference `&std::string::String`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\db.rs","byte_start":235,"byte_end":242,"line_start":11,"line_end":11,"column_start":14,"column_end":21,"is_primary":true,"text":[{"text":"pub async fn init_db(config: &DatabaseConfig) -> SaasResult {","highlight_start":14,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0308]\u001b[0m\u001b[1m\u001b[97m: mismatched types\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:126:24\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m126\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let pool = init_db(&db_url).await.expect(\"init_db failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-------\u001b[0m \u001b[1m\u001b[91m^^^^^^^\u001b[0m \u001b[1m\u001b[91mexpected `&DatabaseConfig`, found `&String`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96marguments to this function are incorrect\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: expected reference `&\u001b[1m\u001b[35mDatabaseConfig\u001b[0m`\n found reference `&\u001b[1m\u001b[35mstd::string::String\u001b[0m`\n\u001b[1m\u001b[92mnote\u001b[0m: function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\db.rs:11:14\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m11\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn init_db(config: &DatabaseConfig) -> SaasResult {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"prompt_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\prompt_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"this function takes 2 arguments but 1 argument was supplied","code":{"code":"E0061","explanation":"An invalid number of arguments was passed when calling a function.\n\nErroneous code example:\n\n```compile_fail,E0061\nfn f(u: i32) {}\n\nf(); // error!\n```\n\nThe number of arguments passed to a function must match the number of arguments\nspecified in the function signature.\n\nFor example, a function like:\n\n```\nfn f(a: u16, b: &str) {}\n```\n\nMust always be called with exactly two arguments, e.g., `f(2, \"test\")`.\n\nNote that Rust does not have a notion of optional function arguments or\nvariadic functions (except for its C-FFI).\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4761,"byte_end":4775,"line_start":134,"line_end":134,"column_start":43,"column_end":57,"is_primary":false,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":43,"highlight_end":57}],"label":"argument #2 of type `SpawnLimiter` is missing","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4740,"byte_end":4761,"line_start":134,"line_end":134,"column_start":22,"column_end":43,"is_primary":true,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":22,"highlight_end":43}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"associated function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\workers\\mod.rs","byte_start":2583,"byte_end":2586,"line_start":96,"line_end":96,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(db: PgPool, spawn_limiter: crate::state::SpawnLimiter) -> Self {","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"provide the argument","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4761,"byte_end":4775,"line_start":134,"line_end":134,"column_start":43,"column_end":57,"is_primary":true,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":43,"highlight_end":57}],"label":null,"suggested_replacement":"(pool.clone(), /* SpawnLimiter */)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0061]\u001b[0m\u001b[1m\u001b[97m: this function takes 2 arguments but 1 argument was supplied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:134:22\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m134\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let dispatcher = WorkerDispatcher::new(pool.clone());\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^^^^^^^^^\u001b[0m\u001b[1m\u001b[96m--------------\u001b[0m \u001b[1m\u001b[96margument #2 of type `SpawnLimiter` is missing\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: associated function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\workers\\mod.rs:96:12\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m96\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn new(db: PgPool, spawn_limiter: crate::state::SpawnLimiter) -> Self {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: provide the argument\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m134\u001b[0m \u001b[1m\u001b[96m| \u001b[0m let dispatcher = WorkerDispatcher::new(pool.clone()\u001b[92m, /* SpawnLimiter */\u001b[0m);\n \u001b[1m\u001b[96m|\u001b[0m \u001b[92m++++++++++++++++++++\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"prompt_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\prompt_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"this function takes 5 arguments but 4 arguments were supplied","code":{"code":"E0061","explanation":"An invalid number of arguments was passed when calling a function.\n\nErroneous code example:\n\n```compile_fail,E0061\nfn f(u: i32) {}\n\nf(); // error!\n```\n\nThe number of arguments passed to a function must match the number of arguments\nspecified in the function signature.\n\nFor example, a function like:\n\n```\nfn f(a: u16, b: &str) {}\n```\n\nMust always be called with exactly two arguments, e.g., `f(2, \"test\")`.\n\nNote that Rust does not have a notion of optional function arguments or\nvariadic functions (except for its C-FFI).\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4857,"byte_end":4907,"line_start":136,"line_end":136,"column_start":30,"column_end":80,"is_primary":false,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":30,"highlight_end":80}],"label":"argument #5 of type `SpawnLimiter` is missing","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4844,"byte_end":4857,"line_start":136,"line_end":136,"column_start":17,"column_end":30,"is_primary":true,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":17,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"associated function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\state.rs","byte_start":2952,"byte_end":2955,"line_start":81,"line_end":81,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"provide the argument","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4857,"byte_end":4907,"line_start":136,"line_end":136,"column_start":30,"column_end":80,"is_primary":true,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":30,"highlight_end":80}],"label":null,"suggested_replacement":"(pool.clone(), config, dispatcher, shutdown_token, /* SpawnLimiter */)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0061]\u001b[0m\u001b[1m\u001b[97m: this function takes 5 arguments but 4 arguments were supplied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:136:17\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m136\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^\u001b[0m\u001b[1m\u001b[96m--------------------------------------------------\u001b[0m \u001b[1m\u001b[96margument #5 of type `SpawnLimiter` is missing\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: associated function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\state.rs:81:12\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m81\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn new(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: provide the argument\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m136\u001b[0m \u001b[1m\u001b[96m| \u001b[0m let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token\u001b[92m, /* SpawnLimiter */\u001b[0m).expect(\"AppState::new failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[92m++++++++++++++++++++\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["staticlib","cdylib","rlib"],"crate_types":["staticlib","cdylib","rlib"],"name":"desktop_lib","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unused import: `crate::intelligence::pain_aggregator::PainStatus`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"desktop\\src-tauri\\src\\intelligence\\solution_generator.rs","byte_start":8221,"byte_end":8269,"line_start":237,"line_end":237,"column_start":9,"column_end":57,"is_primary":true,"text":[{"text":" use crate::intelligence::pain_aggregator::PainStatus;","highlight_start":9,"highlight_end":57}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"desktop\\src-tauri\\src\\intelligence\\solution_generator.rs","byte_start":8217,"byte_end":8270,"line_start":237,"line_end":237,"column_start":5,"column_end":58,"is_primary":true,"text":[{"text":" use crate::intelligence::pain_aggregator::PainStatus;","highlight_start":5,"highlight_end":58}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused import: `crate::intelligence::pain_aggregator::PainStatus`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mdesktop\\src-tauri\\src\\intelligence\\solution_generator.rs:237:9\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m237\u001b[0m \u001b[1m\u001b[96m|\u001b[0m use crate::intelligence::pain_aggregator::PainStatus;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["staticlib","cdylib","rlib"],"crate_types":["staticlib","cdylib","rlib"],"name":"desktop_lib","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"field `offset` is never read","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"desktop\\src-tauri\\src\\memory\\persistent.rs","byte_start":4241,"byte_end":4258,"line_start":118,"line_end":118,"column_start":12,"column_end":29,"is_primary":false,"text":[{"text":"pub struct MemorySearchQuery {","highlight_start":12,"highlight_end":29}],"label":"field in this struct","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"desktop\\src-tauri\\src\\memory\\persistent.rs","byte_start":4548,"byte_end":4554,"line_start":126,"line_end":126,"column_start":9,"column_end":15,"is_primary":true,"text":[{"text":" pub offset: Option,","highlight_start":9,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`MemorySearchQuery` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: field `offset` is never read\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mdesktop\\src-tauri\\src\\memory\\persistent.rs:126:9\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m118\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub struct MemorySearchQuery {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-----------------\u001b[0m \u001b[1m\u001b[96mfield in this struct\u001b[0m\n\u001b[1m\u001b[96m...\u001b[0m\n\u001b[1m\u001b[96m126\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub offset: Option,\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `MemorySearchQuery` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["staticlib","cdylib","rlib"],"crate_types":["staticlib","cdylib","rlib"],"name":"desktop_lib","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"method `get_high_confidence_pains` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"desktop\\src-tauri\\src\\intelligence\\pain_aggregator.rs","byte_start":3882,"byte_end":3901,"line_start":129,"line_end":129,"column_start":1,"column_end":20,"is_primary":false,"text":[{"text":"impl PainAggregator {","highlight_start":1,"highlight_end":20}],"label":"method in this implementation","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"desktop\\src-tauri\\src\\intelligence\\pain_aggregator.rs","byte_start":5331,"byte_end":5356,"line_start":167,"line_end":167,"column_start":18,"column_end":43,"is_primary":true,"text":[{"text":" pub async fn get_high_confidence_pains(","highlight_start":18,"highlight_end":43}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: method `get_high_confidence_pains` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mdesktop\\src-tauri\\src\\intelligence\\pain_aggregator.rs:167:18\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m129\u001b[0m \u001b[1m\u001b[96m|\u001b[0m impl PainAggregator {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-------------------\u001b[0m \u001b[1m\u001b[96mmethod in this implementation\u001b[0m\n\u001b[1m\u001b[96m...\u001b[0m\n\u001b[1m\u001b[96m167\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn get_high_confidence_pains(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["staticlib","cdylib","rlib"],"crate_types":["staticlib","cdylib","rlib"],"name":"desktop_lib","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"function `build_personality_prompt` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"desktop\\src-tauri\\src\\intelligence\\personality_detector.rs","byte_start":7673,"byte_end":7697,"line_start":214,"line_end":214,"column_start":8,"column_end":32,"is_primary":true,"text":[{"text":"pub fn build_personality_prompt(config: &PersonalityConfig) -> String {","highlight_start":8,"highlight_end":32}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `build_personality_prompt` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mdesktop\\src-tauri\\src\\intelligence\\personality_detector.rs:214:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m214\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn build_personality_prompt(config: &PersonalityConfig) -> String {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["staticlib","cdylib","rlib"],"crate_types":["staticlib","cdylib","rlib"],"name":"desktop_lib","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"method `delete_classroom` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"desktop\\src-tauri\\src\\classroom_commands\\persist.rs","byte_start":633,"byte_end":658,"line_start":21,"line_end":21,"column_start":1,"column_end":26,"is_primary":false,"text":[{"text":"impl ClassroomPersistence {","highlight_start":1,"highlight_end":26}],"label":"method in this implementation","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"desktop\\src-tauri\\src\\classroom_commands\\persist.rs","byte_start":3693,"byte_end":3709,"line_start":104,"line_end":104,"column_start":18,"column_end":34,"is_primary":true,"text":[{"text":" pub async fn delete_classroom(&self, classroom_id: &str) -> Result<(), String> {","highlight_start":18,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: method `delete_classroom` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mdesktop\\src-tauri\\src\\classroom_commands\\persist.rs:104:18\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m21\u001b[0m \u001b[1m\u001b[96m|\u001b[0m impl ClassroomPersistence {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-------------------------\u001b[0m \u001b[1m\u001b[96mmethod in this implementation\u001b[0m\n\u001b[1m\u001b[96m...\u001b[0m\n\u001b[1m\u001b[96m104\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn delete_classroom(&self, classroom_id: &str) -> Result<(), String> {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["staticlib","cdylib","rlib"],"crate_types":["staticlib","cdylib","rlib"],"name":"desktop_lib","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"field `offset` is never read","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"desktop\\src-tauri\\src\\memory\\persistent.rs","byte_start":4241,"byte_end":4258,"line_start":118,"line_end":118,"column_start":12,"column_end":29,"is_primary":false,"text":[{"text":"pub struct MemorySearchQuery {","highlight_start":12,"highlight_end":29}],"label":"field in this struct","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"desktop\\src-tauri\\src\\memory\\persistent.rs","byte_start":4548,"byte_end":4554,"line_start":126,"line_end":126,"column_start":9,"column_end":15,"is_primary":true,"text":[{"text":" pub offset: Option,","highlight_start":9,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`MemorySearchQuery` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: field `offset` is never read\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mdesktop\\src-tauri\\src\\memory\\persistent.rs:126:9\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m118\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub struct MemorySearchQuery {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-----------------\u001b[0m \u001b[1m\u001b[96mfield in this struct\u001b[0m\n\u001b[1m\u001b[96m...\u001b[0m\n\u001b[1m\u001b[96m126\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub offset: Option,\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `MemorySearchQuery` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["staticlib","cdylib","rlib"],"crate_types":["staticlib","cdylib","rlib"],"name":"desktop_lib","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"struct `DummyDriver` is never constructed","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"desktop\\src-tauri\\src\\intelligence\\extraction_adapter.rs","byte_start":10131,"byte_end":10142,"line_start":279,"line_end":279,"column_start":16,"column_end":27,"is_primary":true,"text":[{"text":" struct DummyDriver;","highlight_start":16,"highlight_end":27}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: struct `DummyDriver` is never constructed\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mdesktop\\src-tauri\\src\\intelligence\\extraction_adapter.rs:279:16\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m279\u001b[0m \u001b[1m\u001b[96m|\u001b[0m struct DummyDriver;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["staticlib","cdylib","rlib"],"crate_types":["staticlib","cdylib","rlib"],"name":"desktop_lib","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"method `parse_response_test` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"desktop\\src-tauri\\src\\intelligence\\extraction_adapter.rs","byte_start":10153,"byte_end":10179,"line_start":280,"line_end":280,"column_start":9,"column_end":35,"is_primary":false,"text":[{"text":" impl TauriExtractionDriver {","highlight_start":9,"highlight_end":35}],"label":"method in this implementation","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"desktop\\src-tauri\\src\\intelligence\\extraction_adapter.rs","byte_start":10198,"byte_end":10217,"line_start":281,"line_end":281,"column_start":16,"column_end":35,"is_primary":true,"text":[{"text":" fn parse_response_test(","highlight_start":16,"highlight_end":35}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: method `parse_response_test` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mdesktop\\src-tauri\\src\\intelligence\\extraction_adapter.rs:281:16\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m280\u001b[0m \u001b[1m\u001b[96m|\u001b[0m impl TauriExtractionDriver {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m--------------------------\u001b[0m \u001b[1m\u001b[96mmethod in this implementation\u001b[0m\n\u001b[1m\u001b[96m281\u001b[0m \u001b[1m\u001b[96m|\u001b[0m fn parse_response_test(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["staticlib","cdylib","rlib"],"crate_types":["staticlib","cdylib","rlib"],"name":"desktop_lib","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"method `delete_classroom` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"desktop\\src-tauri\\src\\classroom_commands\\persist.rs","byte_start":633,"byte_end":658,"line_start":21,"line_end":21,"column_start":1,"column_end":26,"is_primary":false,"text":[{"text":"impl ClassroomPersistence {","highlight_start":1,"highlight_end":26}],"label":"method in this implementation","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"desktop\\src-tauri\\src\\classroom_commands\\persist.rs","byte_start":3693,"byte_end":3709,"line_start":104,"line_end":104,"column_start":18,"column_end":34,"is_primary":true,"text":[{"text":" pub async fn delete_classroom(&self, classroom_id: &str) -> Result<(), String> {","highlight_start":18,"highlight_end":34}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: method `delete_classroom` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mdesktop\\src-tauri\\src\\classroom_commands\\persist.rs:104:18\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m21\u001b[0m \u001b[1m\u001b[96m|\u001b[0m impl ClassroomPersistence {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-------------------------\u001b[0m \u001b[1m\u001b[96mmethod in this implementation\u001b[0m\n\u001b[1m\u001b[96m...\u001b[0m\n\u001b[1m\u001b[96m104\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn delete_classroom(&self, classroom_id: &str) -> Result<(), String> {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["staticlib","cdylib","rlib"],"crate_types":["staticlib","cdylib","rlib"],"name":"desktop_lib","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","multi-agent"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdesktop_lib-6e8501c1619b0281.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["staticlib","cdylib","rlib"],"crate_types":["staticlib","cdylib","rlib"],"name":"desktop_lib","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"non-local `impl` definition, `impl` blocks should be written at the same level as their item","code":{"code":"non_local_definitions","explanation":null},"level":"warning","spans":[{"file_name":"desktop\\src-tauri\\src\\intelligence\\extraction_adapter.rs","byte_start":10158,"byte_end":10179,"line_start":280,"line_end":280,"column_start":14,"column_end":35,"is_primary":false,"text":[{"text":" impl TauriExtractionDriver {","highlight_start":14,"highlight_end":35}],"label":"`TauriExtractionDriver` is not local","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"desktop\\src-tauri\\src\\intelligence\\extraction_adapter.rs","byte_start":9956,"byte_end":9986,"line_start":276,"line_end":276,"column_start":5,"column_end":35,"is_primary":false,"text":[{"text":" fn test_parse_empty_response() {","highlight_start":5,"highlight_end":35}],"label":"move the `impl` block outside of this function `test_parse_empty_response`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"desktop\\src-tauri\\src\\intelligence\\extraction_adapter.rs","byte_start":10153,"byte_end":10179,"line_start":280,"line_end":280,"column_start":9,"column_end":35,"is_primary":true,"text":[{"text":" impl TauriExtractionDriver {","highlight_start":9,"highlight_end":35}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"`#[warn(non_local_definitions)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: non-local `impl` definition, `impl` blocks should be written at the same level as their item\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mdesktop\\src-tauri\\src\\intelligence\\extraction_adapter.rs:280:9\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m276\u001b[0m \u001b[1m\u001b[96m|\u001b[0m fn test_parse_empty_response() {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m------------------------------\u001b[0m \u001b[1m\u001b[96mmove the `impl` block outside of this function `test_parse_empty_response`\u001b[0m\n\u001b[1m\u001b[96m...\u001b[0m\n\u001b[1m\u001b[96m280\u001b[0m \u001b[1m\u001b[96m|\u001b[0m impl TauriExtractionDriver {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^\u001b[0m\u001b[1m\u001b[96m---------------------\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m`TauriExtractionDriver` is not local\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(non_local_definitions)]` on by default\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"desktop","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\main.rs","edition":"2021","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["default","multi-agent"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdesktop-e81c53ba3047e90c.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"desktop","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\main.rs","edition":"2021","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":["default","multi-agent"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdesktop-999130f0694f9525.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/desktop/src-tauri#desktop@0.1.0","manifest_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\Cargo.toml","target":{"kind":["staticlib","cdylib","rlib"],"crate_types":["staticlib","cdylib","rlib"],"name":"desktop_lib","src_path":"G:\\ZClaw_openfang\\desktop\\src-tauri\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":["default","multi-agent"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libdesktop_lib-eb9c019f02725457.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-growth#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-growth\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"extractor_e2e_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-growth\\tests\\extractor_e2e_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libextractor_e2e_test-e1a9bef36b0ee6ef.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-growth#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-growth\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"integration_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-growth\\tests\\integration_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libintegration_test-30a1fe6a4868dd6d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-growth#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-growth\\Cargo.toml","target":{"kind":["bench"],"crate_types":["bin"],"name":"retrieval_bench","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-growth\\benches\\retrieval_bench.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libretrieval_bench-417f80f1bcf284ea.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-growth#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-growth\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_growth","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-growth\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_growth-5e282b80fa003d24.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"telemetry_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\telemetry_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"constant `SCHEMA_VERSION` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":1190,"byte_end":1204,"line_start":38,"line_end":38,"column_start":7,"column_end":21,"is_primary":true,"text":[{"text":"const SCHEMA_VERSION: u32 = 2;","highlight_start":7,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: constant `SCHEMA_VERSION` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:38:7\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m38\u001b[0m \u001b[1m\u001b[96m|\u001b[0m const SCHEMA_VERSION: u32 = 2;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"telemetry_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\telemetry_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `delete` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":8947,"byte_end":8953,"line_start":255,"line_end":255,"column_start":8,"column_end":14,"is_primary":true,"text":[{"text":"pub fn delete(uri: &str, token: &str) -> Request {","highlight_start":8,"highlight_end":14}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `delete` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:255:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m255\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn delete(uri: &str, token: &str) -> Request {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"telemetry_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\telemetry_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `put` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":9759,"byte_end":9762,"line_start":283,"line_end":283,"column_start":8,"column_end":11,"is_primary":true,"text":[{"text":"pub fn put(uri: &str, token: &str, body: serde_json::Value) -> Request {","highlight_start":8,"highlight_end":11}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `put` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:283:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m283\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn put(uri: &str, token: &str, body: serde_json::Value) -> Request {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"telemetry_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\telemetry_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `patch` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":10079,"byte_end":10084,"line_start":293,"line_end":293,"column_start":8,"column_end":13,"is_primary":true,"text":[{"text":"pub fn patch(uri: &str, token: &str, body: serde_json::Value) -> Request {","highlight_start":8,"highlight_end":13}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `patch` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:293:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m293\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn patch(uri: &str, token: &str, body: serde_json::Value) -> Request {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"telemetry_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\telemetry_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `send_raw` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":11192,"byte_end":11200,"line_start":323,"line_end":323,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":"pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {","highlight_start":14,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `send_raw` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:323:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m323\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"telemetry_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\telemetry_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `login` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":12486,"byte_end":12491,"line_start":356,"line_end":356,"column_start":14,"column_end":19,"is_primary":true,"text":[{"text":"pub async fn login(","highlight_start":14,"highlight_end":19}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `login` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:356:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m356\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn login(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"telemetry_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\telemetry_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `admin_token` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":13441,"byte_end":13452,"line_start":384,"line_end":384,"column_start":14,"column_end":25,"is_primary":true,"text":[{"text":"pub async fn admin_token(app: &Router, pool: &PgPool, username: &str) -> String {","highlight_start":14,"highlight_end":25}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `admin_token` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:384:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m384\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn admin_token(app: &Router, pool: &PgPool, username: &str) -> String {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"telemetry_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\telemetry_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `super_admin_token` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":13907,"byte_end":13924,"line_start":396,"line_end":396,"column_start":14,"column_end":31,"is_primary":true,"text":[{"text":"pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {","highlight_start":14,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `super_admin_token` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:396:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m396\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"telemetry_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\telemetry_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libtelemetry_test-fbebe82b2c041e71.rmeta"],"executable":null,"fresh":false} {"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"auth_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\auth_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `body`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\auth_test.rs","byte_start":8417,"byte_end":8421,"line_start":223,"line_end":223,"column_start":18,"column_end":22,"is_primary":true,"text":[{"text":" let (status, body) = send(","highlight_start":18,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\auth_test.rs","byte_start":8417,"byte_end":8421,"line_start":223,"line_end":223,"column_start":18,"column_end":22,"is_primary":true,"text":[{"text":" let (status, body) = send(","highlight_start":18,"highlight_end":22}],"label":null,"suggested_replacement":"_body","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused variable: `body`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\auth_test.rs:223:18\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m223\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let (status, body) = send(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^\u001b[0m \u001b[1m\u001b[93mhelp: if this is intentional, prefix it with an underscore: `_body`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default\n\n"}} {"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"auth_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\auth_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `body`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\auth_test.rs","byte_start":12080,"byte_end":12084,"line_start":325,"line_end":325,"column_start":18,"column_end":22,"is_primary":true,"text":[{"text":" let (status, body) = send(","highlight_start":18,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\auth_test.rs","byte_start":12080,"byte_end":12084,"line_start":325,"line_end":325,"column_start":18,"column_end":22,"is_primary":true,"text":[{"text":" let (status, body) = send(","highlight_start":18,"highlight_end":22}],"label":null,"suggested_replacement":"_body","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused variable: `body`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\auth_test.rs:325:18\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m325\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let (status, body) = send(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^\u001b[0m \u001b[1m\u001b[93mhelp: if this is intentional, prefix it with an underscore: `_body`\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"prompt_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\prompt_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"Some errors have detailed explanations: E0061, E0308.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mSome errors have detailed explanations: E0061, E0308.\u001b[0m\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"prompt_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\prompt_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"For more information about an error, try `rustc --explain E0061`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mFor more information about an error, try `rustc --explain E0061`.\u001b[0m\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"auth_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\auth_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"Some errors have detailed explanations: E0061, E0308.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mSome errors have detailed explanations: E0061, E0308.\u001b[0m\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"auth_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\auth_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"For more information about an error, try `rustc --explain E0061`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mFor more information about an error, try `rustc --explain E0061`.\u001b[0m\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"migration_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\migration_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.\n\nErroneous code examples:\n\n```compile_fail,E0308\nfn plus_one(x: i32) -> i32 {\n x + 1\n}\n\nplus_one(\"Not a number\");\n// ^^^^^^^^^^^^^^ expected `i32`, found `&str`\n\nif \"Not a bool\" {\n// ^^^^^^^^^^^^ expected `bool`, found `&str`\n}\n\nlet x: f32 = \"Not a float\";\n// --- ^^^^^^^^^^^^^ expected `f32`, found `&str`\n// |\n// expected due to this\n```\n\nThis error occurs when an expression was used in a place where the compiler\nexpected an expression of a different type. It can occur in several cases, the\nmost common being when calling a function and passing an argument which has a\ndifferent type than the matching type in the function declaration.\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4457,"byte_end":4464,"line_start":126,"line_end":126,"column_start":24,"column_end":31,"is_primary":true,"text":[{"text":" let pool = init_db(&db_url).await.expect(\"init_db failed\");","highlight_start":24,"highlight_end":31}],"label":"expected `&DatabaseConfig`, found `&String`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4449,"byte_end":4456,"line_start":126,"line_end":126,"column_start":16,"column_end":23,"is_primary":false,"text":[{"text":" let pool = init_db(&db_url).await.expect(\"init_db failed\");","highlight_start":16,"highlight_end":23}],"label":"arguments to this function are incorrect","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"expected reference `&DatabaseConfig`\n found reference `&std::string::String`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\db.rs","byte_start":235,"byte_end":242,"line_start":11,"line_end":11,"column_start":14,"column_end":21,"is_primary":true,"text":[{"text":"pub async fn init_db(config: &DatabaseConfig) -> SaasResult {","highlight_start":14,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0308]\u001b[0m\u001b[1m\u001b[97m: mismatched types\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:126:24\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m126\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let pool = init_db(&db_url).await.expect(\"init_db failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-------\u001b[0m \u001b[1m\u001b[91m^^^^^^^\u001b[0m \u001b[1m\u001b[91mexpected `&DatabaseConfig`, found `&String`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96marguments to this function are incorrect\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: expected reference `&\u001b[1m\u001b[35mDatabaseConfig\u001b[0m`\n found reference `&\u001b[1m\u001b[35mstd::string::String\u001b[0m`\n\u001b[1m\u001b[92mnote\u001b[0m: function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\db.rs:11:14\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m11\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn init_db(config: &DatabaseConfig) -> SaasResult {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"migration_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\migration_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"this function takes 2 arguments but 1 argument was supplied","code":{"code":"E0061","explanation":"An invalid number of arguments was passed when calling a function.\n\nErroneous code example:\n\n```compile_fail,E0061\nfn f(u: i32) {}\n\nf(); // error!\n```\n\nThe number of arguments passed to a function must match the number of arguments\nspecified in the function signature.\n\nFor example, a function like:\n\n```\nfn f(a: u16, b: &str) {}\n```\n\nMust always be called with exactly two arguments, e.g., `f(2, \"test\")`.\n\nNote that Rust does not have a notion of optional function arguments or\nvariadic functions (except for its C-FFI).\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4761,"byte_end":4775,"line_start":134,"line_end":134,"column_start":43,"column_end":57,"is_primary":false,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":43,"highlight_end":57}],"label":"argument #2 of type `SpawnLimiter` is missing","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4740,"byte_end":4761,"line_start":134,"line_end":134,"column_start":22,"column_end":43,"is_primary":true,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":22,"highlight_end":43}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"associated function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\workers\\mod.rs","byte_start":2583,"byte_end":2586,"line_start":96,"line_end":96,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(db: PgPool, spawn_limiter: crate::state::SpawnLimiter) -> Self {","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"provide the argument","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4761,"byte_end":4775,"line_start":134,"line_end":134,"column_start":43,"column_end":57,"is_primary":true,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":43,"highlight_end":57}],"label":null,"suggested_replacement":"(pool.clone(), /* SpawnLimiter */)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0061]\u001b[0m\u001b[1m\u001b[97m: this function takes 2 arguments but 1 argument was supplied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:134:22\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m134\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let dispatcher = WorkerDispatcher::new(pool.clone());\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^^^^^^^^^\u001b[0m\u001b[1m\u001b[96m--------------\u001b[0m \u001b[1m\u001b[96margument #2 of type `SpawnLimiter` is missing\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: associated function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\workers\\mod.rs:96:12\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m96\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn new(db: PgPool, spawn_limiter: crate::state::SpawnLimiter) -> Self {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: provide the argument\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m134\u001b[0m \u001b[1m\u001b[96m| \u001b[0m let dispatcher = WorkerDispatcher::new(pool.clone()\u001b[92m, /* SpawnLimiter */\u001b[0m);\n \u001b[1m\u001b[96m|\u001b[0m \u001b[92m++++++++++++++++++++\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"migration_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\migration_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"this function takes 5 arguments but 4 arguments were supplied","code":{"code":"E0061","explanation":"An invalid number of arguments was passed when calling a function.\n\nErroneous code example:\n\n```compile_fail,E0061\nfn f(u: i32) {}\n\nf(); // error!\n```\n\nThe number of arguments passed to a function must match the number of arguments\nspecified in the function signature.\n\nFor example, a function like:\n\n```\nfn f(a: u16, b: &str) {}\n```\n\nMust always be called with exactly two arguments, e.g., `f(2, \"test\")`.\n\nNote that Rust does not have a notion of optional function arguments or\nvariadic functions (except for its C-FFI).\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4857,"byte_end":4907,"line_start":136,"line_end":136,"column_start":30,"column_end":80,"is_primary":false,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":30,"highlight_end":80}],"label":"argument #5 of type `SpawnLimiter` is missing","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4844,"byte_end":4857,"line_start":136,"line_end":136,"column_start":17,"column_end":30,"is_primary":true,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":17,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"associated function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\state.rs","byte_start":2952,"byte_end":2955,"line_start":81,"line_end":81,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"provide the argument","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4857,"byte_end":4907,"line_start":136,"line_end":136,"column_start":30,"column_end":80,"is_primary":true,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":30,"highlight_end":80}],"label":null,"suggested_replacement":"(pool.clone(), config, dispatcher, shutdown_token, /* SpawnLimiter */)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0061]\u001b[0m\u001b[1m\u001b[97m: this function takes 5 arguments but 4 arguments were supplied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:136:17\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m136\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^\u001b[0m\u001b[1m\u001b[96m--------------------------------------------------\u001b[0m \u001b[1m\u001b[96margument #5 of type `SpawnLimiter` is missing\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: associated function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\state.rs:81:12\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m81\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn new(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: provide the argument\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m136\u001b[0m \u001b[1m\u001b[96m| \u001b[0m let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token\u001b[92m, /* SpawnLimiter */\u001b[0m).expect(\"AppState::new failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[92m++++++++++++++++++++\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"relay_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\relay_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"mismatched types","code":{"code":"E0308","explanation":"Expected type did not match the received type.\n\nErroneous code examples:\n\n```compile_fail,E0308\nfn plus_one(x: i32) -> i32 {\n x + 1\n}\n\nplus_one(\"Not a number\");\n// ^^^^^^^^^^^^^^ expected `i32`, found `&str`\n\nif \"Not a bool\" {\n// ^^^^^^^^^^^^ expected `bool`, found `&str`\n}\n\nlet x: f32 = \"Not a float\";\n// --- ^^^^^^^^^^^^^ expected `f32`, found `&str`\n// |\n// expected due to this\n```\n\nThis error occurs when an expression was used in a place where the compiler\nexpected an expression of a different type. It can occur in several cases, the\nmost common being when calling a function and passing an argument which has a\ndifferent type than the matching type in the function declaration.\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4457,"byte_end":4464,"line_start":126,"line_end":126,"column_start":24,"column_end":31,"is_primary":true,"text":[{"text":" let pool = init_db(&db_url).await.expect(\"init_db failed\");","highlight_start":24,"highlight_end":31}],"label":"expected `&DatabaseConfig`, found `&String`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4449,"byte_end":4456,"line_start":126,"line_end":126,"column_start":16,"column_end":23,"is_primary":false,"text":[{"text":" let pool = init_db(&db_url).await.expect(\"init_db failed\");","highlight_start":16,"highlight_end":23}],"label":"arguments to this function are incorrect","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"expected reference `&DatabaseConfig`\n found reference `&std::string::String`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\db.rs","byte_start":235,"byte_end":242,"line_start":11,"line_end":11,"column_start":14,"column_end":21,"is_primary":true,"text":[{"text":"pub async fn init_db(config: &DatabaseConfig) -> SaasResult {","highlight_start":14,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0308]\u001b[0m\u001b[1m\u001b[97m: mismatched types\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:126:24\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m126\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let pool = init_db(&db_url).await.expect(\"init_db failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-------\u001b[0m \u001b[1m\u001b[91m^^^^^^^\u001b[0m \u001b[1m\u001b[91mexpected `&DatabaseConfig`, found `&String`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96marguments to this function are incorrect\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: expected reference `&\u001b[1m\u001b[35mDatabaseConfig\u001b[0m`\n found reference `&\u001b[1m\u001b[35mstd::string::String\u001b[0m`\n\u001b[1m\u001b[92mnote\u001b[0m: function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\db.rs:11:14\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m11\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn init_db(config: &DatabaseConfig) -> SaasResult {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"relay_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\relay_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"this function takes 2 arguments but 1 argument was supplied","code":{"code":"E0061","explanation":"An invalid number of arguments was passed when calling a function.\n\nErroneous code example:\n\n```compile_fail,E0061\nfn f(u: i32) {}\n\nf(); // error!\n```\n\nThe number of arguments passed to a function must match the number of arguments\nspecified in the function signature.\n\nFor example, a function like:\n\n```\nfn f(a: u16, b: &str) {}\n```\n\nMust always be called with exactly two arguments, e.g., `f(2, \"test\")`.\n\nNote that Rust does not have a notion of optional function arguments or\nvariadic functions (except for its C-FFI).\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4761,"byte_end":4775,"line_start":134,"line_end":134,"column_start":43,"column_end":57,"is_primary":false,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":43,"highlight_end":57}],"label":"argument #2 of type `SpawnLimiter` is missing","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4740,"byte_end":4761,"line_start":134,"line_end":134,"column_start":22,"column_end":43,"is_primary":true,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":22,"highlight_end":43}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"associated function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\workers\\mod.rs","byte_start":2583,"byte_end":2586,"line_start":96,"line_end":96,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(db: PgPool, spawn_limiter: crate::state::SpawnLimiter) -> Self {","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"provide the argument","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4761,"byte_end":4775,"line_start":134,"line_end":134,"column_start":43,"column_end":57,"is_primary":true,"text":[{"text":" let dispatcher = WorkerDispatcher::new(pool.clone());","highlight_start":43,"highlight_end":57}],"label":null,"suggested_replacement":"(pool.clone(), /* SpawnLimiter */)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0061]\u001b[0m\u001b[1m\u001b[97m: this function takes 2 arguments but 1 argument was supplied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:134:22\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m134\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let dispatcher = WorkerDispatcher::new(pool.clone());\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^^^^^^^^^\u001b[0m\u001b[1m\u001b[96m--------------\u001b[0m \u001b[1m\u001b[96margument #2 of type `SpawnLimiter` is missing\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: associated function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\workers\\mod.rs:96:12\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m96\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn new(db: PgPool, spawn_limiter: crate::state::SpawnLimiter) -> Self {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: provide the argument\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m134\u001b[0m \u001b[1m\u001b[96m| \u001b[0m let dispatcher = WorkerDispatcher::new(pool.clone()\u001b[92m, /* SpawnLimiter */\u001b[0m);\n \u001b[1m\u001b[96m|\u001b[0m \u001b[92m++++++++++++++++++++\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"relay_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\relay_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"this function takes 5 arguments but 4 arguments were supplied","code":{"code":"E0061","explanation":"An invalid number of arguments was passed when calling a function.\n\nErroneous code example:\n\n```compile_fail,E0061\nfn f(u: i32) {}\n\nf(); // error!\n```\n\nThe number of arguments passed to a function must match the number of arguments\nspecified in the function signature.\n\nFor example, a function like:\n\n```\nfn f(a: u16, b: &str) {}\n```\n\nMust always be called with exactly two arguments, e.g., `f(2, \"test\")`.\n\nNote that Rust does not have a notion of optional function arguments or\nvariadic functions (except for its C-FFI).\n"},"level":"error","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4857,"byte_end":4907,"line_start":136,"line_end":136,"column_start":30,"column_end":80,"is_primary":false,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":30,"highlight_end":80}],"label":"argument #5 of type `SpawnLimiter` is missing","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4844,"byte_end":4857,"line_start":136,"line_end":136,"column_start":17,"column_end":30,"is_primary":true,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":17,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"associated function defined here","code":null,"level":"note","spans":[{"file_name":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\state.rs","byte_start":2952,"byte_end":2955,"line_start":81,"line_end":81,"column_start":12,"column_end":15,"is_primary":true,"text":[{"text":" pub fn new(","highlight_start":12,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"provide the argument","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":4857,"byte_end":4907,"line_start":136,"line_end":136,"column_start":30,"column_end":80,"is_primary":true,"text":[{"text":" let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");","highlight_start":30,"highlight_end":80}],"label":null,"suggested_replacement":"(pool.clone(), config, dispatcher, shutdown_token, /* SpawnLimiter */)","suggestion_applicability":"HasPlaceholders","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0061]\u001b[0m\u001b[1m\u001b[97m: this function takes 5 arguments but 4 arguments were supplied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:136:17\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m136\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token).expect(\"AppState::new failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^\u001b[0m\u001b[1m\u001b[96m--------------------------------------------------\u001b[0m \u001b[1m\u001b[96margument #5 of type `SpawnLimiter` is missing\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: associated function defined here\n \u001b[1m\u001b[96m--> \u001b[0mG:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\state.rs:81:12\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m81\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn new(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: provide the argument\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m136\u001b[0m \u001b[1m\u001b[96m| \u001b[0m let state = AppState::new(pool.clone(), config, dispatcher, shutdown_token\u001b[92m, /* SpawnLimiter */\u001b[0m).expect(\"AppState::new failed\");\n \u001b[1m\u001b[96m|\u001b[0m \u001b[92m++++++++++++++++++++\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"auth_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\auth_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"constant `SCHEMA_VERSION` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":1190,"byte_end":1204,"line_start":38,"line_end":38,"column_start":7,"column_end":21,"is_primary":true,"text":[{"text":"const SCHEMA_VERSION: u32 = 2;","highlight_start":7,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: constant `SCHEMA_VERSION` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:38:7\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m38\u001b[0m \u001b[1m\u001b[96m|\u001b[0m const SCHEMA_VERSION: u32 = 2;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"auth_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\auth_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `delete` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":8947,"byte_end":8953,"line_start":255,"line_end":255,"column_start":8,"column_end":14,"is_primary":true,"text":[{"text":"pub fn delete(uri: &str, token: &str) -> Request {","highlight_start":8,"highlight_end":14}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `delete` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:255:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m255\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn delete(uri: &str, token: &str) -> Request {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"auth_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\auth_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `patch` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":10079,"byte_end":10084,"line_start":293,"line_end":293,"column_start":8,"column_end":13,"is_primary":true,"text":[{"text":"pub fn patch(uri: &str, token: &str, body: serde_json::Value) -> Request {","highlight_start":8,"highlight_end":13}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `patch` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:293:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m293\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn patch(uri: &str, token: &str, body: serde_json::Value) -> Request {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"auth_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\auth_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `send_raw` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":11192,"byte_end":11200,"line_start":323,"line_end":323,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":"pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {","highlight_start":14,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `send_raw` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:323:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m323\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"auth_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\auth_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `admin_token` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":13441,"byte_end":13452,"line_start":384,"line_end":384,"column_start":14,"column_end":25,"is_primary":true,"text":[{"text":"pub async fn admin_token(app: &Router, pool: &PgPool, username: &str) -> String {","highlight_start":14,"highlight_end":25}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `admin_token` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:384:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m384\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn admin_token(app: &Router, pool: &PgPool, username: &str) -> String {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"auth_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\auth_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `super_admin_token` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":13907,"byte_end":13924,"line_start":396,"line_end":396,"column_start":14,"column_end":31,"is_primary":true,"text":[{"text":"pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {","highlight_start":14,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `super_admin_token` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:396:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m396\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"auth_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\auth_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libauth_test-cb809f99891dbdb0.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"agent_template_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\agent_template_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"constant `SCHEMA_VERSION` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":1190,"byte_end":1204,"line_start":38,"line_end":38,"column_start":7,"column_end":21,"is_primary":true,"text":[{"text":"const SCHEMA_VERSION: u32 = 2;","highlight_start":7,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: constant `SCHEMA_VERSION` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:38:7\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m38\u001b[0m \u001b[1m\u001b[96m|\u001b[0m const SCHEMA_VERSION: u32 = 2;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"agent_template_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\agent_template_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `put` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":9759,"byte_end":9762,"line_start":283,"line_end":283,"column_start":8,"column_end":11,"is_primary":true,"text":[{"text":"pub fn put(uri: &str, token: &str, body: serde_json::Value) -> Request {","highlight_start":8,"highlight_end":11}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `put` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:283:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m283\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn put(uri: &str, token: &str, body: serde_json::Value) -> Request {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"agent_template_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\agent_template_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `patch` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":10079,"byte_end":10084,"line_start":293,"line_end":293,"column_start":8,"column_end":13,"is_primary":true,"text":[{"text":"pub fn patch(uri: &str, token: &str, body: serde_json::Value) -> Request {","highlight_start":8,"highlight_end":13}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `patch` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:293:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m293\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn patch(uri: &str, token: &str, body: serde_json::Value) -> Request {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"agent_template_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\agent_template_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `send_raw` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":11192,"byte_end":11200,"line_start":323,"line_end":323,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":"pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {","highlight_start":14,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `send_raw` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:323:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m323\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"agent_template_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\agent_template_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `super_admin_token` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":13907,"byte_end":13924,"line_start":396,"line_end":396,"column_start":14,"column_end":31,"is_primary":true,"text":[{"text":"pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {","highlight_start":14,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `super_admin_token` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:396:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m396\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"agent_template_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\agent_template_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libagent_template_test-c52f692cfcf4c14e.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-kernel#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-kernel\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_kernel","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-kernel\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":["default","multi-agent"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_kernel-e9941c0d9a419586.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"knowledge_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\knowledge_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused import: `sqlx::PgPool`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\knowledge_test.rs","byte_start":260,"byte_end":272,"line_start":10,"line_end":10,"column_start":5,"column_end":17,"is_primary":true,"text":[{"text":"use sqlx::PgPool;","highlight_start":5,"highlight_end":17}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\knowledge_test.rs","byte_start":256,"byte_end":274,"line_start":10,"line_end":11,"column_start":1,"column_end":1,"is_primary":true,"text":[{"text":"use sqlx::PgPool;","highlight_start":1,"highlight_end":18},{"text":"","highlight_start":1,"highlight_end":1}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused import: `sqlx::PgPool`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\knowledge_test.rs:10:5\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m10\u001b[0m \u001b[1m\u001b[96m|\u001b[0m use sqlx::PgPool;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default\n\n"}} {"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"relay_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\relay_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `body`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\relay_test.rs","byte_start":1485,"byte_end":1489,"line_start":41,"line_end":41,"column_start":18,"column_end":22,"is_primary":true,"text":[{"text":" let (status, body) = send(&app, get(\"/api/v1/relay/tasks\", &token)).await;","highlight_start":18,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\relay_test.rs","byte_start":1485,"byte_end":1489,"line_start":41,"line_end":41,"column_start":18,"column_end":22,"is_primary":true,"text":[{"text":" let (status, body) = send(&app, get(\"/api/v1/relay/tasks\", &token)).await;","highlight_start":18,"highlight_end":22}],"label":null,"suggested_replacement":"_body","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused variable: `body`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\relay_test.rs:41:18\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m41\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let (status, body) = send(&app, get(\"/api/v1/relay/tasks\", &token)).await;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^\u001b[0m \u001b[1m\u001b[93mhelp: if this is intentional, prefix it with an underscore: `_body`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"relay_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\relay_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"Some errors have detailed explanations: E0061, E0308.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mSome errors have detailed explanations: E0061, E0308.\u001b[0m\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"relay_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\relay_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"For more information about an error, try `rustc --explain E0061`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mFor more information about an error, try `rustc --explain E0061`.\u001b[0m\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"migration_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\migration_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"Some errors have detailed explanations: E0061, E0308.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mSome errors have detailed explanations: E0061, E0308.\u001b[0m\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"migration_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\migration_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"For more information about an error, try `rustc --explain E0061`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mFor more information about an error, try `rustc --explain E0061`.\u001b[0m\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-hands#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-hands\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_hands","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-hands\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"function `test_context` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-hands\\src\\hands\\researcher.rs","byte_start":19141,"byte_end":19153,"line_start":581,"line_end":581,"column_start":8,"column_end":20,"is_primary":true,"text":[{"text":" fn test_context() -> HandContext {","highlight_start":8,"highlight_end":20}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `test_context` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-hands\\src\\hands\\researcher.rs:581:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m581\u001b[0m \u001b[1m\u001b[96m|\u001b[0m fn test_context() -> HandContext {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-hands#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-hands\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_hands","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-hands\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_hands-0a51a130a9722923.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-runtime#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-runtime\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_runtime","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-runtime\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_runtime-dc5dce1b9039754f.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-skills#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-skills\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_skills","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-skills\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_skills-d92802bb5d29e91e.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unused import: `Utc`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\billing\\service.rs","byte_start":101,"byte_end":104,"line_start":3,"line_end":3,"column_start":34,"column_end":37,"is_primary":true,"text":[{"text":"use chrono::{Datelike, Timelike, Utc};","highlight_start":34,"highlight_end":37}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the unused import","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\billing\\service.rs","byte_start":99,"byte_end":104,"line_start":3,"line_end":3,"column_start":32,"column_end":37,"is_primary":true,"text":[{"text":"use chrono::{Datelike, Timelike, Utc};","highlight_start":32,"highlight_end":37}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused import: `Utc`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\billing\\service.rs:3:34\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m3\u001b[0m \u001b[1m\u001b[96m|\u001b[0m use chrono::{Datelike, Timelike, Utc};\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unused import: `http::StatusCode`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\billing\\handlers.rs","byte_start":95,"byte_end":111,"line_start":5,"line_end":5,"column_start":5,"column_end":21,"is_primary":true,"text":[{"text":" http::StatusCode,","highlight_start":5,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the unused import","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\billing\\handlers.rs","byte_start":89,"byte_end":111,"line_start":4,"line_end":5,"column_start":51,"column_end":21,"is_primary":true,"text":[{"text":" extract::{Extension, Form, Path, Query, State},","highlight_start":51,"highlight_end":52},{"text":" http::StatusCode,","highlight_start":1,"highlight_end":21}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused import: `http::StatusCode`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\billing\\handlers.rs:5:5\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m5\u001b[0m \u001b[1m\u001b[96m|\u001b[0m http::StatusCode,\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unused import: `sha2::Sha256`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\billing\\handlers.rs","byte_start":154,"byte_end":166,"line_start":9,"line_end":9,"column_start":5,"column_end":17,"is_primary":true,"text":[{"text":"use sha2::Sha256;","highlight_start":5,"highlight_end":17}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\billing\\handlers.rs","byte_start":150,"byte_end":168,"line_start":9,"line_end":10,"column_start":1,"column_end":1,"is_primary":true,"text":[{"text":"use sha2::Sha256;","highlight_start":1,"highlight_end":18},{"text":"","highlight_start":1,"highlight_end":1}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused import: `sha2::Sha256`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\billing\\handlers.rs:9:5\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m9\u001b[0m \u001b[1m\u001b[96m|\u001b[0m use sha2::Sha256;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^\u001b[0m\n\n"}} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-protocols#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-protocols\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_protocols","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-protocols\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_protocols-2725cdb5ed275a3f.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-memory#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-memory\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_memory","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-memory\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_memory-58af05331d25f0ac.rmeta"],"executable":null,"fresh":false} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-types#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-types\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_types","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-types\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_types-207c8f412c64ef2b.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"relay_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\relay_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"constant `SCHEMA_VERSION` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":1190,"byte_end":1204,"line_start":38,"line_end":38,"column_start":7,"column_end":21,"is_primary":true,"text":[{"text":"const SCHEMA_VERSION: u32 = 2;","highlight_start":7,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: constant `SCHEMA_VERSION` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:38:7\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m38\u001b[0m \u001b[1m\u001b[96m|\u001b[0m const SCHEMA_VERSION: u32 = 2;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"relay_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\relay_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `patch` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":10079,"byte_end":10084,"line_start":293,"line_end":293,"column_start":8,"column_end":13,"is_primary":true,"text":[{"text":"pub fn patch(uri: &str, token: &str, body: serde_json::Value) -> Request {","highlight_start":8,"highlight_end":13}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `patch` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:293:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m293\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn patch(uri: &str, token: &str, body: serde_json::Value) -> Request {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"relay_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\relay_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `send_raw` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":11192,"byte_end":11200,"line_start":323,"line_end":323,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":"pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {","highlight_start":14,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `send_raw` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:323:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m323\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"relay_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\relay_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `super_admin_token` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":13907,"byte_end":13924,"line_start":396,"line_end":396,"column_start":14,"column_end":31,"is_primary":true,"text":[{"text":"pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {","highlight_start":14,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `super_admin_token` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:396:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m396\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"relay_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\relay_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librelay_test-5f63e9b92fc72583.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"knowledge_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\knowledge_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"constant `SCHEMA_VERSION` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":1190,"byte_end":1204,"line_start":38,"line_end":38,"column_start":7,"column_end":21,"is_primary":true,"text":[{"text":"const SCHEMA_VERSION: u32 = 2;","highlight_start":7,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: constant `SCHEMA_VERSION` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:38:7\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m38\u001b[0m \u001b[1m\u001b[96m|\u001b[0m const SCHEMA_VERSION: u32 = 2;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"knowledge_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\knowledge_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `send_raw` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":11192,"byte_end":11200,"line_start":323,"line_end":323,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":"pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {","highlight_start":14,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `send_raw` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:323:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m323\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"knowledge_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\knowledge_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `admin_token` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":13441,"byte_end":13452,"line_start":384,"line_end":384,"column_start":14,"column_end":25,"is_primary":true,"text":[{"text":"pub async fn admin_token(app: &Router, pool: &PgPool, username: &str) -> String {","highlight_start":14,"highlight_end":25}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `admin_token` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:384:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m384\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn admin_token(app: &Router, pool: &PgPool, username: &str) -> String {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"knowledge_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\knowledge_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libknowledge_test-8332dec159e4717e.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"account_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\account_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"constant `SCHEMA_VERSION` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":1190,"byte_end":1204,"line_start":38,"line_end":38,"column_start":7,"column_end":21,"is_primary":true,"text":[{"text":"const SCHEMA_VERSION: u32 = 2;","highlight_start":7,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: constant `SCHEMA_VERSION` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:38:7\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m38\u001b[0m \u001b[1m\u001b[96m|\u001b[0m const SCHEMA_VERSION: u32 = 2;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"account_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\account_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `put` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":9759,"byte_end":9762,"line_start":283,"line_end":283,"column_start":8,"column_end":11,"is_primary":true,"text":[{"text":"pub fn put(uri: &str, token: &str, body: serde_json::Value) -> Request {","highlight_start":8,"highlight_end":11}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `put` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:283:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m283\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn put(uri: &str, token: &str, body: serde_json::Value) -> Request {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"account_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\account_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `send_raw` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":11192,"byte_end":11200,"line_start":323,"line_end":323,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":"pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {","highlight_start":14,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `send_raw` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:323:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m323\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"account_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\account_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `super_admin_token` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":13907,"byte_end":13924,"line_start":396,"line_end":396,"column_start":14,"column_end":31,"is_primary":true,"text":[{"text":"pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {","highlight_start":14,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `super_admin_token` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:396:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m396\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"account_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\account_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libaccount_test-c7c1587aa1e10c08.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"prompt_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\prompt_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"constant `SCHEMA_VERSION` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":1190,"byte_end":1204,"line_start":38,"line_end":38,"column_start":7,"column_end":21,"is_primary":true,"text":[{"text":"const SCHEMA_VERSION: u32 = 2;","highlight_start":7,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: constant `SCHEMA_VERSION` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:38:7\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m38\u001b[0m \u001b[1m\u001b[96m|\u001b[0m const SCHEMA_VERSION: u32 = 2;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"prompt_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\prompt_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `patch` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":10079,"byte_end":10084,"line_start":293,"line_end":293,"column_start":8,"column_end":13,"is_primary":true,"text":[{"text":"pub fn patch(uri: &str, token: &str, body: serde_json::Value) -> Request {","highlight_start":8,"highlight_end":13}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `patch` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:293:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m293\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn patch(uri: &str, token: &str, body: serde_json::Value) -> Request {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"prompt_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\prompt_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `send_raw` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":11192,"byte_end":11200,"line_start":323,"line_end":323,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":"pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {","highlight_start":14,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `send_raw` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:323:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m323\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"prompt_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\prompt_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libprompt_test-c279d7403311ebe9.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"billing_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\billing_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `amount`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\billing_test.rs","byte_start":9046,"byte_end":9052,"line_start":255,"line_end":255,"column_start":9,"column_end":15,"is_primary":true,"text":[{"text":" let amount = create_body[\"amount_cents\"].as_i64().expect(\"missing amount_cents\") as i32;","highlight_start":9,"highlight_end":15}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\tests\\billing_test.rs","byte_start":9046,"byte_end":9052,"line_start":255,"line_end":255,"column_start":9,"column_end":15,"is_primary":true,"text":[{"text":" let amount = create_body[\"amount_cents\"].as_i64().expect(\"missing amount_cents\") as i32;","highlight_start":9,"highlight_end":15}],"label":null,"suggested_replacement":"_amount","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused variable: `amount`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\billing_test.rs:255:9\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m255\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let amount = create_body[\"amount_cents\"].as_i64().expect(\"missing amount_cents\") as i32;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^\u001b[0m \u001b[1m\u001b[93mhelp: if this is intentional, prefix it with an underscore: `_amount`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"billing_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\billing_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"constant `SCHEMA_VERSION` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":1190,"byte_end":1204,"line_start":38,"line_end":38,"column_start":7,"column_end":21,"is_primary":true,"text":[{"text":"const SCHEMA_VERSION: u32 = 2;","highlight_start":7,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: constant `SCHEMA_VERSION` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:38:7\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m38\u001b[0m \u001b[1m\u001b[96m|\u001b[0m const SCHEMA_VERSION: u32 = 2;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"billing_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\billing_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `delete` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":8947,"byte_end":8953,"line_start":255,"line_end":255,"column_start":8,"column_end":14,"is_primary":true,"text":[{"text":"pub fn delete(uri: &str, token: &str) -> Request {","highlight_start":8,"highlight_end":14}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `delete` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:255:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m255\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn delete(uri: &str, token: &str) -> Request {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"billing_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\billing_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `put` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":9759,"byte_end":9762,"line_start":283,"line_end":283,"column_start":8,"column_end":11,"is_primary":true,"text":[{"text":"pub fn put(uri: &str, token: &str, body: serde_json::Value) -> Request {","highlight_start":8,"highlight_end":11}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `put` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:283:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m283\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn put(uri: &str, token: &str, body: serde_json::Value) -> Request {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"billing_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\billing_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `patch` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":10079,"byte_end":10084,"line_start":293,"line_end":293,"column_start":8,"column_end":13,"is_primary":true,"text":[{"text":"pub fn patch(uri: &str, token: &str, body: serde_json::Value) -> Request {","highlight_start":8,"highlight_end":13}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `patch` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:293:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m293\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn patch(uri: &str, token: &str, body: serde_json::Value) -> Request {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"billing_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\billing_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `login` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":12486,"byte_end":12491,"line_start":356,"line_end":356,"column_start":14,"column_end":19,"is_primary":true,"text":[{"text":"pub async fn login(","highlight_start":14,"highlight_end":19}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `login` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:356:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m356\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn login(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"billing_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\billing_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `admin_token` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":13441,"byte_end":13452,"line_start":384,"line_end":384,"column_start":14,"column_end":25,"is_primary":true,"text":[{"text":"pub async fn admin_token(app: &Router, pool: &PgPool, username: &str) -> String {","highlight_start":14,"highlight_end":25}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `admin_token` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:384:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m384\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn admin_token(app: &Router, pool: &PgPool, username: &str) -> String {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"billing_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\billing_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `super_admin_token` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":13907,"byte_end":13924,"line_start":396,"line_end":396,"column_start":14,"column_end":31,"is_primary":true,"text":[{"text":"pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {","highlight_start":14,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `super_admin_token` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:396:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m396\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"billing_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\billing_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libbilling_test-989426a3b0a1bcbc.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"role_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\role_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"constant `SCHEMA_VERSION` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":1190,"byte_end":1204,"line_start":38,"line_end":38,"column_start":7,"column_end":21,"is_primary":true,"text":[{"text":"const SCHEMA_VERSION: u32 = 2;","highlight_start":7,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: constant `SCHEMA_VERSION` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:38:7\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m38\u001b[0m \u001b[1m\u001b[96m|\u001b[0m const SCHEMA_VERSION: u32 = 2;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"role_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\role_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `patch` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":10079,"byte_end":10084,"line_start":293,"line_end":293,"column_start":8,"column_end":13,"is_primary":true,"text":[{"text":"pub fn patch(uri: &str, token: &str, body: serde_json::Value) -> Request {","highlight_start":8,"highlight_end":13}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `patch` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:293:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m293\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn patch(uri: &str, token: &str, body: serde_json::Value) -> Request {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"role_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\role_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `send_raw` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":11192,"byte_end":11200,"line_start":323,"line_end":323,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":"pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {","highlight_start":14,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `send_raw` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:323:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m323\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"role_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\role_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `super_admin_token` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":13907,"byte_end":13924,"line_start":396,"line_end":396,"column_start":14,"column_end":31,"is_primary":true,"text":[{"text":"pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {","highlight_start":14,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `super_admin_token` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:396:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m396\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"role_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\role_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\librole_test-d47d4d83dbb698f1.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"model_config_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\model_config_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"constant `SCHEMA_VERSION` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":1190,"byte_end":1204,"line_start":38,"line_end":38,"column_start":7,"column_end":21,"is_primary":true,"text":[{"text":"const SCHEMA_VERSION: u32 = 2;","highlight_start":7,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: constant `SCHEMA_VERSION` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:38:7\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m38\u001b[0m \u001b[1m\u001b[96m|\u001b[0m const SCHEMA_VERSION: u32 = 2;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"model_config_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\model_config_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `put` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":9759,"byte_end":9762,"line_start":283,"line_end":283,"column_start":8,"column_end":11,"is_primary":true,"text":[{"text":"pub fn put(uri: &str, token: &str, body: serde_json::Value) -> Request {","highlight_start":8,"highlight_end":11}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `put` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:283:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m283\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn put(uri: &str, token: &str, body: serde_json::Value) -> Request {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"model_config_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\model_config_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `send_raw` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":11192,"byte_end":11200,"line_start":323,"line_end":323,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":"pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {","highlight_start":14,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `send_raw` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:323:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m323\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"model_config_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\model_config_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `super_admin_token` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":13907,"byte_end":13924,"line_start":396,"line_end":396,"column_start":14,"column_end":31,"is_primary":true,"text":[{"text":"pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {","highlight_start":14,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `super_admin_token` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:396:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m396\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"model_config_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\model_config_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmodel_config_test-ffe36b91b913a9f8.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"migration_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\migration_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"constant `SCHEMA_VERSION` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":1190,"byte_end":1204,"line_start":38,"line_end":38,"column_start":7,"column_end":21,"is_primary":true,"text":[{"text":"const SCHEMA_VERSION: u32 = 2;","highlight_start":7,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: constant `SCHEMA_VERSION` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:38:7\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m38\u001b[0m \u001b[1m\u001b[96m|\u001b[0m const SCHEMA_VERSION: u32 = 2;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"migration_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\migration_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `patch` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":10079,"byte_end":10084,"line_start":293,"line_end":293,"column_start":8,"column_end":13,"is_primary":true,"text":[{"text":"pub fn patch(uri: &str, token: &str, body: serde_json::Value) -> Request {","highlight_start":8,"highlight_end":13}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `patch` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:293:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m293\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn patch(uri: &str, token: &str, body: serde_json::Value) -> Request {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"migration_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\migration_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `send_raw` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":11192,"byte_end":11200,"line_start":323,"line_end":323,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":"pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {","highlight_start":14,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `send_raw` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:323:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m323\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"migration_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\migration_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `super_admin_token` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":13907,"byte_end":13924,"line_start":396,"line_end":396,"column_start":14,"column_end":31,"is_primary":true,"text":[{"text":"pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {","highlight_start":14,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `super_admin_token` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:396:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m396\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"migration_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\migration_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libmigration_test-4cbcac4135b04dad.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"scheduled_task_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\scheduled_task_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"constant `SCHEMA_VERSION` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":1190,"byte_end":1204,"line_start":38,"line_end":38,"column_start":7,"column_end":21,"is_primary":true,"text":[{"text":"const SCHEMA_VERSION: u32 = 2;","highlight_start":7,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: constant `SCHEMA_VERSION` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:38:7\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m38\u001b[0m \u001b[1m\u001b[96m|\u001b[0m const SCHEMA_VERSION: u32 = 2;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"scheduled_task_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\scheduled_task_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `put` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":9759,"byte_end":9762,"line_start":283,"line_end":283,"column_start":8,"column_end":11,"is_primary":true,"text":[{"text":"pub fn put(uri: &str, token: &str, body: serde_json::Value) -> Request {","highlight_start":8,"highlight_end":11}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `put` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:283:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m283\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn put(uri: &str, token: &str, body: serde_json::Value) -> Request {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"scheduled_task_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\scheduled_task_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `send_raw` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":11192,"byte_end":11200,"line_start":323,"line_end":323,"column_start":14,"column_end":22,"is_primary":true,"text":[{"text":"pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {","highlight_start":14,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `send_raw` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:323:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m323\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn send_raw(app: &Router, req: Request) -> (StatusCode, String) {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"scheduled_task_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\scheduled_task_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `login` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":12486,"byte_end":12491,"line_start":356,"line_end":356,"column_start":14,"column_end":19,"is_primary":true,"text":[{"text":"pub async fn login(","highlight_start":14,"highlight_end":19}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `login` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:356:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m356\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn login(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"scheduled_task_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\scheduled_task_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `admin_token` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":13441,"byte_end":13452,"line_start":384,"line_end":384,"column_start":14,"column_end":25,"is_primary":true,"text":[{"text":"pub async fn admin_token(app: &Router, pool: &PgPool, username: &str) -> String {","highlight_start":14,"highlight_end":25}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `admin_token` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:384:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m384\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn admin_token(app: &Router, pool: &PgPool, username: &str) -> String {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"scheduled_task_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\scheduled_task_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"message":{"$message_type":"diagnostic","message":"function `super_admin_token` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\tests\\common\\mod.rs","byte_start":13907,"byte_end":13924,"line_start":396,"line_end":396,"column_start":14,"column_end":31,"is_primary":true,"text":[{"text":"pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {","highlight_start":14,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `super_admin_token` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\tests\\common\\mod.rs:396:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m396\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub async fn super_admin_token(app: &Router, pool: &PgPool, username: &str) -> String {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^^^^^^\u001b[0m\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["test"],"crate_types":["bin"],"name":"scheduled_task_test","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\tests\\scheduled_task_test.rs","edition":"2021","doc":false,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libscheduled_task_test-8522ac5844378ccc.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"zclaw-saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\main.rs","edition":"2021","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_saas-a0a3f988c93591da.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"zclaw-saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\main.rs","edition":"2021","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_saas-862c343e51990e72.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-hands#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-hands\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_hands","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-hands\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"function `test_context` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-hands\\src\\hands\\researcher.rs","byte_start":19209,"byte_end":19221,"line_start":583,"line_end":583,"column_start":8,"column_end":20,"is_primary":true,"text":[{"text":" fn test_context() -> HandContext {","highlight_start":8,"highlight_end":20}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: function `test_context` is never used\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-hands\\src\\hands\\researcher.rs:583:8\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m583\u001b[0m \u001b[1m\u001b[96m|\u001b[0m fn test_context() -> HandContext {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-hands#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-hands\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_hands","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-hands\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_hands-dd78a0107ee05f8c.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-skills#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-skills\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_skills","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-skills\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":["default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_skills-d92802bb5d29e91e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-runtime#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-runtime\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_runtime","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-runtime\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_runtime-3bf53d5d4652bdbb.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unnecessary parentheses around assigned value","code":{"code":"unused_parens","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\scheduler.rs","byte_start":3308,"byte_end":3309,"line_start":95,"line_end":95,"column_start":30,"column_end":31,"is_primary":true,"text":[{"text":" let cutoff = (chrono::Utc::now() - chrono::Duration::days(90));","highlight_start":30,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\src\\scheduler.rs","byte_start":3356,"byte_end":3357,"line_start":95,"line_end":95,"column_start":78,"column_end":79,"is_primary":true,"text":[{"text":" let cutoff = (chrono::Utc::now() - chrono::Duration::days(90));","highlight_start":78,"highlight_end":79}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove these parentheses","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\scheduler.rs","byte_start":3308,"byte_end":3309,"line_start":95,"line_end":95,"column_start":30,"column_end":31,"is_primary":true,"text":[{"text":" let cutoff = (chrono::Utc::now() - chrono::Duration::days(90));","highlight_start":30,"highlight_end":31}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"crates\\zclaw-saas\\src\\scheduler.rs","byte_start":3356,"byte_end":3357,"line_start":95,"line_end":95,"column_start":78,"column_end":79,"is_primary":true,"text":[{"text":" let cutoff = (chrono::Utc::now() - chrono::Duration::days(90));","highlight_start":78,"highlight_end":79}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unnecessary parentheses around assigned value\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\scheduler.rs:95:30\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m95\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let cutoff = (chrono::Utc::now() - chrono::Duration::days(90));\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^\u001b[0m \u001b[1m\u001b[93m^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default\n\u001b[1m\u001b[96mhelp\u001b[0m: remove these parentheses\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m95\u001b[0m \u001b[91m- \u001b[0m let cutoff = \u001b[91m(\u001b[0mchrono::Utc::now() - chrono::Duration::days(90)\u001b[91m)\u001b[0m;\n\u001b[1m\u001b[96m95\u001b[0m \u001b[92m+ \u001b[0m let cutoff = chrono::Utc::now() - chrono::Duration::days(90);\n \u001b[1m\u001b[96m|\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unnecessary parentheses around assigned value","code":{"code":"unused_parens","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\tasks\\mod.rs","byte_start":2713,"byte_end":2714,"line_start":80,"line_end":80,"column_start":22,"column_end":23,"is_primary":true,"text":[{"text":" let cutoff = (chrono::Utc::now() - chrono::Duration::days(cutoff_days));","highlight_start":22,"highlight_end":23}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\src\\tasks\\mod.rs","byte_start":2770,"byte_end":2771,"line_start":80,"line_end":80,"column_start":79,"column_end":80,"is_primary":true,"text":[{"text":" let cutoff = (chrono::Utc::now() - chrono::Duration::days(cutoff_days));","highlight_start":79,"highlight_end":80}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove these parentheses","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\tasks\\mod.rs","byte_start":2713,"byte_end":2714,"line_start":80,"line_end":80,"column_start":22,"column_end":23,"is_primary":true,"text":[{"text":" let cutoff = (chrono::Utc::now() - chrono::Duration::days(cutoff_days));","highlight_start":22,"highlight_end":23}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"crates\\zclaw-saas\\src\\tasks\\mod.rs","byte_start":2770,"byte_end":2771,"line_start":80,"line_end":80,"column_start":79,"column_end":80,"is_primary":true,"text":[{"text":" let cutoff = (chrono::Utc::now() - chrono::Duration::days(cutoff_days));","highlight_start":79,"highlight_end":80}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unnecessary parentheses around assigned value\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\tasks\\mod.rs:80:22\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m80\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let cutoff = (chrono::Utc::now() - chrono::Duration::days(cutoff_days));\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^\u001b[0m \u001b[1m\u001b[93m^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: remove these parentheses\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m80\u001b[0m \u001b[91m- \u001b[0m let cutoff = \u001b[91m(\u001b[0mchrono::Utc::now() - chrono::Duration::days(cutoff_days)\u001b[91m)\u001b[0m;\n\u001b[1m\u001b[96m80\u001b[0m \u001b[92m+ \u001b[0m let cutoff = chrono::Utc::now() - chrono::Duration::days(cutoff_days);\n \u001b[1m\u001b[96m|\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unnecessary parentheses around block return value","code":{"code":"unused_parens","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\relay\\key_pool.rs","byte_start":6418,"byte_end":6419,"line_start":181,"line_end":181,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" (chrono::Utc::now() + chrono::Duration::seconds(secs as i64))","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\src\\relay\\key_pool.rs","byte_start":6478,"byte_end":6479,"line_start":181,"line_end":181,"column_start":69,"column_end":70,"is_primary":true,"text":[{"text":" (chrono::Utc::now() + chrono::Duration::seconds(secs as i64))","highlight_start":69,"highlight_end":70}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove these parentheses","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\relay\\key_pool.rs","byte_start":6418,"byte_end":6419,"line_start":181,"line_end":181,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" (chrono::Utc::now() + chrono::Duration::seconds(secs as i64))","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"crates\\zclaw-saas\\src\\relay\\key_pool.rs","byte_start":6478,"byte_end":6479,"line_start":181,"line_end":181,"column_start":69,"column_end":70,"is_primary":true,"text":[{"text":" (chrono::Utc::now() + chrono::Duration::seconds(secs as i64))","highlight_start":69,"highlight_end":70}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unnecessary parentheses around block return value\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\relay\\key_pool.rs:181:9\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m181\u001b[0m \u001b[1m\u001b[96m|\u001b[0m (chrono::Utc::now() + chrono::Duration::seconds(secs as i64))\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^\u001b[0m \u001b[1m\u001b[93m^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: remove these parentheses\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m181\u001b[0m \u001b[91m- \u001b[0m \u001b[91m(\u001b[0mchrono::Utc::now() + chrono::Duration::seconds(secs as i64)\u001b[91m)\u001b[0m\n\u001b[1m\u001b[96m181\u001b[0m \u001b[92m+ \u001b[0m chrono::Utc::now() + chrono::Duration::seconds(secs as i64)\n \u001b[1m\u001b[96m|\u001b[0m\n\n"}} +{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unnecessary parentheses around block return value","code":{"code":"unused_parens","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\relay\\key_pool.rs","byte_start":6534,"byte_end":6535,"line_start":184,"line_end":184,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" (chrono::Utc::now() + chrono::Duration::minutes(5))","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"crates\\zclaw-saas\\src\\relay\\key_pool.rs","byte_start":6584,"byte_end":6585,"line_start":184,"line_end":184,"column_start":59,"column_end":60,"is_primary":true,"text":[{"text":" (chrono::Utc::now() + chrono::Duration::minutes(5))","highlight_start":59,"highlight_end":60}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove these parentheses","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\relay\\key_pool.rs","byte_start":6534,"byte_end":6535,"line_start":184,"line_end":184,"column_start":9,"column_end":10,"is_primary":true,"text":[{"text":" (chrono::Utc::now() + chrono::Duration::minutes(5))","highlight_start":9,"highlight_end":10}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"crates\\zclaw-saas\\src\\relay\\key_pool.rs","byte_start":6584,"byte_end":6585,"line_start":184,"line_end":184,"column_start":59,"column_end":60,"is_primary":true,"text":[{"text":" (chrono::Utc::now() + chrono::Duration::minutes(5))","highlight_start":59,"highlight_end":60}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unnecessary parentheses around block return value\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\relay\\key_pool.rs:184:9\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m184\u001b[0m \u001b[1m\u001b[96m|\u001b[0m (chrono::Utc::now() + chrono::Duration::minutes(5))\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^\u001b[0m \u001b[1m\u001b[93m^\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: remove these parentheses\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m184\u001b[0m \u001b[91m- \u001b[0m \u001b[91m(\u001b[0mchrono::Utc::now() + chrono::Duration::minutes(5)\u001b[91m)\u001b[0m\n\u001b[1m\u001b[96m184\u001b[0m \u001b[92m+ \u001b[0m chrono::Utc::now() + chrono::Duration::minutes(5)\n \u001b[1m\u001b[96m|\u001b[0m\n\n"}} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-protocols#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-protocols\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_protocols","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-protocols\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":["a2a","default"],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_protocols-98f5cea71f9f293c.rmeta"],"executable":null,"fresh":false} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-memory#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-memory\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_memory","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-memory\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_memory-97c4cff894a31d7b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-types#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-types\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_types","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-types\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_types-207c8f412c64ef2b.rmeta"],"executable":null,"fresh":true} {"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `page`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\common.rs","byte_start":1089,"byte_end":1093,"line_start":42,"line_end":42,"column_start":14,"column_end":18,"is_primary":true,"text":[{"text":" let (page, size, offset) = normalize_pagination(None, Some(999));","highlight_start":14,"highlight_end":18}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\common.rs","byte_start":1089,"byte_end":1093,"line_start":42,"line_end":42,"column_start":14,"column_end":18,"is_primary":true,"text":[{"text":" let (page, size, offset) = normalize_pagination(None, Some(999));","highlight_start":14,"highlight_end":18}],"label":null,"suggested_replacement":"_page","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused variable: `page`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\common.rs:42:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m42\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let (page, size, offset) = normalize_pagination(None, Some(999));\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^\u001b[0m \u001b[1m\u001b[93mhelp: if this is intentional, prefix it with an underscore: `_page`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default\n\n"}} {"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `offset`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\common.rs","byte_start":1101,"byte_end":1107,"line_start":42,"line_end":42,"column_start":26,"column_end":32,"is_primary":true,"text":[{"text":" let (page, size, offset) = normalize_pagination(None, Some(999));","highlight_start":26,"highlight_end":32}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\common.rs","byte_start":1101,"byte_end":1107,"line_start":42,"line_end":42,"column_start":26,"column_end":32,"is_primary":true,"text":[{"text":" let (page, size, offset) = normalize_pagination(None, Some(999));","highlight_start":26,"highlight_end":32}],"label":null,"suggested_replacement":"_offset","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused variable: `offset`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\common.rs:42:26\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m42\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let (page, size, offset) = normalize_pagination(None, Some(999));\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^^^\u001b[0m \u001b[1m\u001b[93mhelp: if this is intentional, prefix it with an underscore: `_offset`\u001b[0m\n\n"}} {"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `page`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\common.rs","byte_start":1273,"byte_end":1277,"line_start":48,"line_end":48,"column_start":14,"column_end":18,"is_primary":true,"text":[{"text":" let (page, size, offset) = normalize_pagination(Some(3), Some(10));","highlight_start":14,"highlight_end":18}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\common.rs","byte_start":1273,"byte_end":1277,"line_start":48,"line_end":48,"column_start":14,"column_end":18,"is_primary":true,"text":[{"text":" let (page, size, offset) = normalize_pagination(Some(3), Some(10));","highlight_start":14,"highlight_end":18}],"label":null,"suggested_replacement":"_page","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused variable: `page`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\common.rs:48:14\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m48\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let (page, size, offset) = normalize_pagination(Some(3), Some(10));\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^\u001b[0m \u001b[1m\u001b[93mhelp: if this is intentional, prefix it with an underscore: `_page`\u001b[0m\n\n"}} {"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `size`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\common.rs","byte_start":1279,"byte_end":1283,"line_start":48,"line_end":48,"column_start":20,"column_end":24,"is_primary":true,"text":[{"text":" let (page, size, offset) = normalize_pagination(Some(3), Some(10));","highlight_start":20,"highlight_end":24}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\common.rs","byte_start":1279,"byte_end":1283,"line_start":48,"line_end":48,"column_start":20,"column_end":24,"is_primary":true,"text":[{"text":" let (page, size, offset) = normalize_pagination(Some(3), Some(10));","highlight_start":20,"highlight_end":24}],"label":null,"suggested_replacement":"_size","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused variable: `size`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\common.rs:48:20\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m48\u001b[0m \u001b[1m\u001b[96m|\u001b[0m let (page, size, offset) = normalize_pagination(Some(3), Some(10));\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^^^\u001b[0m \u001b[1m\u001b[93mhelp: if this is intentional, prefix it with an underscore: `_size`\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `db`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\scheduler.rs","byte_start":1311,"byte_end":1313,"line_start":40,"line_end":40,"column_start":50,"column_end":52,"is_primary":true,"text":[{"text":"pub fn start_scheduler(config: &SchedulerConfig, db: PgPool, dispatcher: WorkerDispatcher) {","highlight_start":50,"highlight_end":52}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\scheduler.rs","byte_start":1311,"byte_end":1313,"line_start":40,"line_end":40,"column_start":50,"column_end":52,"is_primary":true,"text":[{"text":"pub fn start_scheduler(config: &SchedulerConfig, db: PgPool, dispatcher: WorkerDispatcher) {","highlight_start":50,"highlight_end":52}],"label":null,"suggested_replacement":"_db","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused variable: `db`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\scheduler.rs:40:50\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m40\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub fn start_scheduler(config: &SchedulerConfig, db: PgPool, dispatcher: WorkerDispatcher) {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^^\u001b[0m \u001b[1m\u001b[93mhelp: if this is intentional, prefix it with an underscore: `_db`\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"unused variable: `e`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\billing\\payment.rs","byte_start":17721,"byte_end":17722,"line_start":468,"line_end":468,"column_start":19,"column_end":20,"is_primary":true,"text":[{"text":" .map_err(|e| SaasError::Internal(\"微信支付响应解析失败\".into()))?;","highlight_start":19,"highlight_end":20}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"crates\\zclaw-saas\\src\\billing\\payment.rs","byte_start":17721,"byte_end":17722,"line_start":468,"line_end":468,"column_start":19,"column_end":20,"is_primary":true,"text":[{"text":" .map_err(|e| SaasError::Internal(\"微信支付响应解析失败\".into()))?;","highlight_start":19,"highlight_end":20}],"label":null,"suggested_replacement":"_e","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: unused variable: `e`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\billing\\payment.rs:468:19\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m468\u001b[0m \u001b[1m\u001b[96m|\u001b[0m .map_err(|e| SaasError::Internal(\"微信支付响应解析失败\".into()))?;\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m^\u001b[0m \u001b[1m\u001b[93mhelp: if this is intentional, prefix it with an underscore: `_e`\u001b[0m\n\n"}} -{"reason":"compiler-message","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"type `RegisterDeviceRequest` is more private than the item `register_device`","code":{"code":"private_interfaces","explanation":null},"level":"warning","spans":[{"file_name":"crates\\zclaw-saas\\src\\account\\handlers.rs","byte_start":8984,"byte_end":9181,"line_start":229,"line_end":233,"column_start":1,"column_end":41,"is_primary":true,"text":[{"text":"pub async fn register_device(","highlight_start":1,"highlight_end":30},{"text":" State(state): State,","highlight_start":1,"highlight_end":35},{"text":" Extension(ctx): Extension,","highlight_start":1,"highlight_end":44},{"text":" Json(req): Json,","highlight_start":1,"highlight_end":44},{"text":") -> SaasResult> {","highlight_start":1,"highlight_end":41}],"label":"function `register_device` is reachable at visibility `pub`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"but type `RegisterDeviceRequest` is only usable at visibility `pub(in crate::account)`","code":null,"level":"note","spans":[{"file_name":"crates\\zclaw-saas\\src\\account\\handlers.rs","byte_start":8684,"byte_end":8723,"line_start":217,"line_end":217,"column_start":1,"column_end":40,"is_primary":true,"text":[{"text":"pub(super) struct RegisterDeviceRequest {","highlight_start":1,"highlight_end":40}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"`#[warn(private_interfaces)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[93mwarning\u001b[0m\u001b[1m\u001b[97m: type `RegisterDeviceRequest` is more private than the item `register_device`\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\account\\handlers.rs:229:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m229\u001b[0m \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m/\u001b[0m pub async fn register_device(\n\u001b[1m\u001b[96m230\u001b[0m \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m|\u001b[0m State(state): State,\n\u001b[1m\u001b[96m231\u001b[0m \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m|\u001b[0m Extension(ctx): Extension,\n\u001b[1m\u001b[96m232\u001b[0m \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m|\u001b[0m Json(req): Json,\n\u001b[1m\u001b[96m233\u001b[0m \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m|\u001b[0m ) -> SaasResult> {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[93m|________________________________________^\u001b[0m \u001b[1m\u001b[93mfunction `register_device` is reachable at visibility `pub`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: but type `RegisterDeviceRequest` is only usable at visibility `pub(in crate::account)`\n \u001b[1m\u001b[96m--> \u001b[0mcrates\\zclaw-saas\\src\\account\\handlers.rs:217:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m217\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub(super) struct RegisterDeviceRequest {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: `#[warn(private_interfaces)]` on by default\n\n"}} -{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_saas-c18e2bcba521b7e2.rmeta"],"executable":null,"fresh":false} -{"reason":"build-finished","success":false} +{"reason":"compiler-artifact","package_id":"path+file:///G:/ZClaw_openfang/crates/zclaw-saas#0.1.0","manifest_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zclaw_saas","src_path":"G:\\ZClaw_openfang\\crates\\zclaw-saas\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["G:\\ZClaw_openfang\\target\\debug\\deps\\libzclaw_saas-20e14acc146bdec5.rmeta"],"executable":null,"fresh":false} +{"reason":"build-finished","success":true}