From ddc17a68bb509fe3cbe5f80a70314cb287fb780e Mon Sep 17 00:00:00 2001 From: frostyripper1 Date: Wed, 20 May 2026 10:12:05 +0200 Subject: [PATCH] cargo lock commit --- Cargo.lock | 886 ++++++++++++++++++++++++---------------- target/.rustc_info.json | 2 +- target/flycheck0/stderr | 247 +++++++++++ target/flycheck0/stdout | 481 ++++++++++++++++++++++ 4 files changed, 1253 insertions(+), 363 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c4d9b2..4cf817f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,44 +49,56 @@ checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618" [[package]] name = "accesskit" -version = "0.17.1" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3d3b8f9bae46a948369bc4a03e815d4ed6d616bd00de4051133a5019dc31c5a" +checksum = "5351dcebb14b579ccab05f288596b2ae097005be7ee50a7c3d4ca9d0d5a66f6a" +dependencies = [ + "uuid", +] [[package]] name = "accesskit_atspi_common" -version = "0.10.1" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c5dd55e6e94949498698daf4d48fb5659e824d7abec0d394089656ceaf99d4f" +checksum = "1e8c61bee90b42a772d39d06a740207dc71a4e780004ace1db8d99fb1baaa954" dependencies = [ "accesskit", - "accesskit_consumer", + "accesskit_consumer 0.36.0", "atspi-common", + "phf", "serde", - "thiserror 1.0.69", "zvariant", ] [[package]] name = "accesskit_consumer" -version = "0.26.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f47983a1084940ba9a39c077a8c63e55c619388be5476ac04c804cfbd1e63459" +checksum = "53cf47daed85312e763fbf85ceca136e0d7abc68e0a7e12abe11f48172bc3b10" dependencies = [ "accesskit", - "hashbrown 0.15.5", - "immutable-chunkmap", + "hashbrown 0.16.1", +] + +[[package]] +name = "accesskit_consumer" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25e0d7e25d06f4dc21d1774d67146e9e80d6789216cbd4d1e88185b0095dba60" +dependencies = [ + "accesskit", + "hashbrown 0.16.1", ] [[package]] name = "accesskit_macos" -version = "0.18.1" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7329821f3bd1101e03a7d2e03bd339e3ac0dc64c70b4c9f9ae1949e3ba8dece1" +checksum = "4c5c87e8d94f2ec10cce590aadff24c76f576dab5502d45d0aed9fc3065d4451" dependencies = [ "accesskit", - "accesskit_consumer", - "hashbrown 0.15.5", + "accesskit_consumer 0.36.0", + "hashbrown 0.16.1", "objc2 0.5.2", "objc2-app-kit 0.2.2", "objc2-foundation 0.2.2", @@ -94,9 +106,9 @@ dependencies = [ [[package]] name = "accesskit_unix" -version = "0.13.1" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcee751cc20d88678c33edaf9c07e8b693cd02819fe89053776f5313492273f5" +checksum = "b016ca8db0ea0ea2ceff29a9d6240391492d960716aa471967c00e8cc8cb197c" dependencies = [ "accesskit", "accesskit_atspi_common", @@ -112,24 +124,23 @@ dependencies = [ [[package]] name = "accesskit_windows" -version = "0.24.1" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24fcd5d23d70670992b823e735e859374d694a3d12bfd8dd32bd3bd8bedb5d81" +checksum = "eff7009f1a532e917d66970a1e80c965140c6cfbbabbdde3d64e5431e6c78e21" dependencies = [ "accesskit", - "accesskit_consumer", - "hashbrown 0.15.5", - "paste", + "accesskit_consumer 0.35.0", + "hashbrown 0.16.1", "static_assertions", - "windows", - "windows-core 0.58.0", + "windows 0.62.2", + "windows-core 0.62.2", ] [[package]] name = "accesskit_winit" -version = "0.23.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a6a48dad5530b6deb9fc7a52cc6c3bf72cdd9eb8157ac9d32d69f2427a5e879" +checksum = "1fe9a94394896352cc4660ca2288bd4ef883d83238853c038b44070c8f134313" dependencies = [ "accesskit", "accesskit_macos", @@ -187,6 +198,12 @@ dependencies = [ "memchr", ] +[[package]] +name = "allocator-api2" +version = "0.2.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" + [[package]] name = "android-activity" version = "0.6.1" @@ -201,7 +218,7 @@ dependencies = [ "log", "ndk", "ndk-context", - "ndk-sys 0.6.0+11769913", + "ndk-sys", "num_enum", "thiserror 2.0.18", ] @@ -252,7 +269,7 @@ dependencies = [ "objc2-foundation 0.3.2", "parking_lot", "percent-encoding", - "windows-sys 0.52.0", + "windows-sys 0.59.0", "x11rb", ] @@ -369,17 +386,6 @@ dependencies = [ "slab", ] -[[package]] -name = "async-fs" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5" -dependencies = [ - "async-lock", - "blocking", - "futures-lite", -] - [[package]] name = "async-io" version = "2.6.0" @@ -503,20 +509,19 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atspi" -version = "0.22.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be534b16650e35237bb1ed189ba2aab86ce65e88cc84c66f4935ba38575cecbf" +checksum = "c77886257be21c9cd89a4ae7e64860c6f0eefca799bb79127913052bd0eefb3d" dependencies = [ "atspi-common", - "atspi-connection", "atspi-proxies", ] [[package]] name = "atspi-common" -version = "0.6.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1909ed2dc01d0a17505d89311d192518507e8a056a48148e3598fef5e7bb6ba7" +checksum = "20c5617155740c98003016429ad13fe43ce7a77b007479350a9f8bf95a29f63d" dependencies = [ "enumflags2", "serde", @@ -528,28 +533,15 @@ dependencies = [ "zvariant", ] -[[package]] -name = "atspi-connection" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "430c5960624a4baaa511c9c0fcc2218e3b58f5dbcc47e6190cafee344b873333" -dependencies = [ - "atspi-common", - "atspi-proxies", - "futures-lite", - "zbus", -] - [[package]] name = "atspi-proxies" -version = "0.6.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5e6c5de3e524cf967569722446bcd458d5032348554d9a17d7d72b041ab7496" +checksum = "2230e48787ed3eb4088996eab66a32ca20c0b67bbd4fd6cdfe79f04f1f04c9fc" dependencies = [ "atspi-common", "serde", "zbus", - "zvariant", ] [[package]] @@ -666,19 +658,13 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bit-set" -version = "0.8.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" +checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd" dependencies = [ - "bit-vec 0.8.0", + "bit-vec", ] -[[package]] -name = "bit-vec" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" - [[package]] name = "bit-vec" version = "0.9.1" @@ -699,15 +685,6 @@ name = "bitflags" version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" -dependencies = [ - "serde_core", -] - -[[package]] -name = "block" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" [[package]] name = "block-buffer" @@ -953,12 +930,22 @@ dependencies = [ [[package]] name = "codespan-reporting" -version = "0.11.1" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" +checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681" dependencies = [ + "serde", "termcolor", - "unicode-width 0.1.14", + "unicode-width", +] + +[[package]] +name = "color" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2ec7c5eb7a16992b1904d76c517d170ab353b0e0b3d5a0c81a8a0cd1037893cf" +dependencies = [ + "bytemuck", ] [[package]] @@ -1295,9 +1282,9 @@ dependencies = [ [[package]] name = "ecolor" -version = "0.31.1" +version = "0.34.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc4feb366740ded31a004a0e4452fbf84e80ef432ecf8314c485210229672fd1" +checksum = "55f6cc0cb3b84a21232c468db972ebcddd34decbf1ff02cdebffd807c13bbd81" dependencies = [ "bytemuck", "emath", @@ -1305,9 +1292,9 @@ dependencies = [ [[package]] name = "eframe" -version = "0.31.1" +version = "0.34.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0dfe0859f3fb1bc6424c57d41e10e9093fe938f426b691e42272c2f336d915c" +checksum = "fea3080bfd001aee2223dcb2228d9de7d31f41d7cfb99e8cd70df3ae8083a42f" dependencies = [ "ahash", "bytemuck", @@ -1316,17 +1303,17 @@ dependencies = [ "egui-wgpu", "egui-winit", "egui_glow", - "glow", "glutin", "glutin-winit", "image", "js-sys", "log", - "objc2 0.5.2", - "objc2-app-kit 0.2.2", - "objc2-foundation 0.2.2", + "objc2 0.6.4", + "objc2-app-kit 0.3.2", + "objc2-foundation 0.3.2", "parking_lot", "percent-encoding", + "pollster", "profiling", "raw-window-handle", "static_assertions", @@ -1334,8 +1321,8 @@ dependencies = [ "wasm-bindgen-futures", "web-sys", "web-time", - "winapi", - "windows-sys 0.59.0", + "wgpu", + "windows-sys 0.61.2", "winit", ] @@ -1347,9 +1334,9 @@ checksum = "b04dc5a38e4f151a79d9f2451ae6037fb6eaf5cba34771f44781f80e508498e3" [[package]] name = "egui" -version = "0.31.1" +version = "0.34.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25dd34cec49ab55d85ebf70139cb1ccd29c977ef6b6ba4fe85489d6877ee9ef3" +checksum = "3cbe28ac1a9c0761319aafb9ad37737720cc49d99c13a4a6b990768fa01ffe67" dependencies = [ "accesskit", "ahash", @@ -1359,13 +1346,15 @@ dependencies = [ "log", "nohash-hasher", "profiling", + "smallvec", + "unicode-segmentation", ] [[package]] name = "egui-wgpu" -version = "0.31.1" +version = "0.34.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d319dfef570f699b6e9114e235e862a2ddcf75f0d1a061de9e1328d92146d820" +checksum = "2f311c0b9cdd8a38821ae6f245fbe6e1a3d7d157c77b7d22344f205b317232c8" dependencies = [ "ahash", "bytemuck", @@ -1374,7 +1363,7 @@ dependencies = [ "epaint", "log", "profiling", - "thiserror 1.0.69", + "thiserror 2.0.18", "type-map", "web-time", "wgpu", @@ -1383,16 +1372,18 @@ dependencies = [ [[package]] name = "egui-winit" -version = "0.31.1" +version = "0.34.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d9dfbb78fe4eb9c3a39ad528b90ee5915c252e77bbab9d4ebc576541ab67e13" +checksum = "e8e97625c2fe0fadc8b92ec690fbf515e15e2efd67ca50e063ad3302ec8ee626" dependencies = [ "accesskit_winit", - "ahash", "arboard", "bytemuck", "egui", "log", + "objc2 0.6.4", + "objc2-foundation 0.3.2", + "objc2-ui-kit 0.3.2", "profiling", "raw-window-handle", "smithay-clipboard", @@ -1403,11 +1394,10 @@ dependencies = [ [[package]] name = "egui_glow" -version = "0.31.1" +version = "0.34.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "910906e3f042ea6d2378ec12a6fd07698e14ddae68aed2d819ffe944a73aab9e" +checksum = "6caa4eca47cc2358e2c5ae60843a94118e338f87099c6af4170e6e968e8d77cb" dependencies = [ - "ahash", "bytemuck", "egui", "glow", @@ -1427,9 +1417,9 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "emath" -version = "0.31.1" +version = "0.34.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e4cadcff7a5353ba72b7fea76bf2122b5ebdbc68e8155aa56dfdea90083fe1b" +checksum = "a74fbbf7501c430b89df62d102b6bfa02162faaf3e155512c677c9d20f5708d1" dependencies = [ "bytemuck", ] @@ -1472,27 +1462,31 @@ dependencies = [ [[package]] name = "epaint" -version = "0.31.1" +version = "0.34.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41fcc0f5a7c613afd2dee5e4b30c3e6acafb8ad6f0edb06068811f708a67c562" +checksum = "92b452e348c2758115288802ca25f86ee286ce2cfae6643711ce116662311310" dependencies = [ - "ab_glyph", "ahash", "bytemuck", "ecolor", "emath", "epaint_default_fonts", + "font-types", "log", "nohash-hasher", "parking_lot", "profiling", + "self_cell", + "skrifa", + "smallvec", + "vello_cpu", ] [[package]] name = "epaint_default_fonts" -version = "0.31.1" +version = "0.34.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc7e7a64c02cf7a5b51e745a9e45f60660a286f151c238b9d397b3e923f5082f" +checksum = "1644e25dbe3d663fd9c2a4181772c64b23361e377e550c10422ecc3a7de1c3c2" [[package]] name = "epub" @@ -1538,6 +1532,15 @@ dependencies = [ "num-traits", ] +[[package]] +name = "euclid" +version = "0.22.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06" +dependencies = [ + "num-traits", +] + [[package]] name = "event-listener" version = "5.4.1" @@ -1580,6 +1583,15 @@ dependencies = [ "simd-adler32", ] +[[package]] +name = "fearless_simd" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fb2907d1f08b2b316b9223ced5b0e89d87028ba8deae9764741dba8ff7f3903" +dependencies = [ + "bytemuck", +] + [[package]] name = "find-msvc-tools" version = "0.1.9" @@ -1609,6 +1621,21 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" +[[package]] +name = "foldhash" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" + +[[package]] +name = "font-types" +version = "0.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b38ad915f6dadd993ced50848a8291a543bd41ca62bc10740d5e64e2ab4cfd7" +dependencies = [ + "bytemuck", +] + [[package]] name = "foreign-types" version = "0.3.2" @@ -1803,7 +1830,7 @@ version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" dependencies = [ - "unicode-width 0.2.2", + "unicode-width", ] [[package]] @@ -1860,9 +1887,9 @@ dependencies = [ [[package]] name = "glow" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08" +checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5" dependencies = [ "js-sys", "slotmap", @@ -1937,22 +1964,17 @@ dependencies = [ ] [[package]] -name = "gpu-alloc" -version = "0.6.0" +name = "gpu-allocator" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" +checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795" dependencies = [ - "bitflags 2.11.0", - "gpu-alloc-types", -] - -[[package]] -name = "gpu-alloc-types" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" -dependencies = [ - "bitflags 2.11.0", + "ash", + "hashbrown 0.16.1", + "log", + "presser", + "thiserror 2.0.18", + "windows 0.58.0", ] [[package]] @@ -2002,6 +2024,7 @@ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" dependencies = [ "cfg-if", "crunchy", + "num-traits", "zerocopy", ] @@ -2011,7 +2034,7 @@ version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" dependencies = [ - "foldhash", + "foldhash 0.1.5", ] [[package]] @@ -2019,6 +2042,11 @@ name = "hashbrown" version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash 0.2.0", +] [[package]] name = "heck" @@ -2331,15 +2359,6 @@ dependencies = [ "tiff", ] -[[package]] -name = "immutable-chunkmap" -version = "2.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3e98b1520e49e252237edc238a39869da9f3241f2ec19dc788c1d24694d1e4" -dependencies = [ - "arrayvec", -] - [[package]] name = "indexmap" version = "2.13.1" @@ -2531,6 +2550,18 @@ version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" +[[package]] +name = "kurbo" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b60dfc32f652b926df6192e55525b16d186c69d47876c3ead4da5cc9f8450e2" +dependencies = [ + "arrayvec", + "euclid 0.22.14", + "polycool", + "smallvec", +] + [[package]] name = "lazy_static" version = "1.5.0" @@ -2559,6 +2590,12 @@ dependencies = [ "windows-link", ] +[[package]] +name = "libm" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" + [[package]] name = "libredox" version = "0.1.16" @@ -2571,6 +2608,12 @@ dependencies = [ "redox_syscall 0.7.5", ] +[[package]] +name = "linebender_resource_handle" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4" + [[package]] name = "linux-raw-sys" version = "0.4.15" @@ -2676,15 +2719,6 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" -[[package]] -name = "malloc_buf" -version = "0.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" -dependencies = [ - "libc", -] - [[package]] name = "markup5ever" version = "0.39.0" @@ -2736,21 +2770,6 @@ dependencies = [ "autocfg", ] -[[package]] -name = "metal" -version = "0.31.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e" -dependencies = [ - "bitflags 2.11.0", - "block", - "core-graphics-types", - "foreign-types 0.5.0", - "log", - "objc", - "paste", -] - [[package]] name = "mime" version = "0.3.17" @@ -2823,24 +2842,28 @@ dependencies = [ [[package]] name = "naga" -version = "24.0.0" +version = "29.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e380993072e52eef724eddfcde0ed013b0c023c3f0417336ed041aa9f076994e" +checksum = "0dd91265cc2454558f659b3b4b9640f0ddb8cc6521277f166b8a8c181c898079" dependencies = [ "arrayvec", "bit-set", "bitflags 2.11.0", + "cfg-if", "cfg_aliases", "codespan-reporting", + "half", + "hashbrown 0.16.1", "hexf-parse", "indexmap", + "libm", "log", + "num-traits", + "once_cell", "rustc-hash 1.1.0", "spirv", - "strum", - "termcolor", "thiserror 2.0.18", - "unicode-xid", + "unicode-ident", ] [[package]] @@ -2869,7 +2892,7 @@ dependencies = [ "bitflags 2.11.0", "jni-sys 0.3.1", "log", - "ndk-sys 0.6.0+11769913", + "ndk-sys", "num_enum", "raw-window-handle", "thiserror 1.0.69", @@ -2881,15 +2904,6 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" -[[package]] -name = "ndk-sys" -version = "0.5.0+25.2.9519653" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" -dependencies = [ - "jni-sys 0.3.1", -] - [[package]] name = "ndk-sys" version = "0.6.0+11769913" @@ -2905,19 +2919,6 @@ version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" -[[package]] -name = "nix" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" -dependencies = [ - "bitflags 2.11.0", - "cfg-if", - "cfg_aliases", - "libc", - "memoffset", -] - [[package]] name = "nohash-hasher" version = "0.2.0" @@ -2986,6 +2987,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" dependencies = [ "autocfg", + "libm", ] [[package]] @@ -3010,15 +3012,6 @@ dependencies = [ "syn", ] -[[package]] -name = "objc" -version = "0.2.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" -dependencies = [ - "malloc_buf", -] - [[package]] name = "objc-sys" version = "0.3.5" @@ -3057,7 +3050,7 @@ dependencies = [ "objc2-core-data", "objc2-core-image", "objc2-foundation 0.2.2", - "objc2-quartz-core", + "objc2-quartz-core 0.2.2", ] [[package]] @@ -3143,7 +3136,7 @@ dependencies = [ "block2 0.5.1", "objc2 0.5.2", "objc2-foundation 0.2.2", - "objc2-metal", + "objc2-metal 0.2.2", ] [[package]] @@ -3184,6 +3177,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272" dependencies = [ "bitflags 2.11.0", + "block2 0.6.2", "objc2 0.6.4", "objc2-core-foundation", ] @@ -3223,6 +3217,18 @@ dependencies = [ "objc2-foundation 0.2.2", ] +[[package]] +name = "objc2-metal" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794" +dependencies = [ + "bitflags 2.11.0", + "block2 0.6.2", + "objc2 0.6.4", + "objc2-foundation 0.3.2", +] + [[package]] name = "objc2-quartz-core" version = "0.2.2" @@ -3233,7 +3239,20 @@ dependencies = [ "block2 0.5.1", "objc2 0.5.2", "objc2-foundation 0.2.2", - "objc2-metal", + "objc2-metal 0.2.2", +] + +[[package]] +name = "objc2-quartz-core" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f" +dependencies = [ + "bitflags 2.11.0", + "objc2 0.6.4", + "objc2-core-foundation", + "objc2-foundation 0.3.2", + "objc2-metal 0.3.2", ] [[package]] @@ -3261,12 +3280,24 @@ dependencies = [ "objc2-core-location", "objc2-foundation 0.2.2", "objc2-link-presentation", - "objc2-quartz-core", + "objc2-quartz-core 0.2.2", "objc2-symbols", "objc2-uniform-type-identifiers", "objc2-user-notifications", ] +[[package]] +name = "objc2-ui-kit" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22" +dependencies = [ + "bitflags 2.11.0", + "objc2 0.6.4", + "objc2-core-foundation", + "objc2-foundation 0.3.2", +] + [[package]] name = "objc2-uniform-type-identifiers" version = "0.2.2" @@ -3447,12 +3478,6 @@ dependencies = [ "windows-link", ] -[[package]] -name = "paste" -version = "1.0.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" - [[package]] name = "pathdiff" version = "0.2.3" @@ -3468,7 +3493,7 @@ dependencies = [ "adobe-cmap-parser", "cff-parser", "encoding_rs", - "euclid", + "euclid 0.20.14", "log", "lopdf 0.38.0", "postscript", @@ -3486,6 +3511,19 @@ dependencies = [ "serde_core", ] +[[package]] +name = "peniko" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "839c8299360d2e998bdb106dc0a6cd71dcc5f4df51df1b620361bf50e283cca6" +dependencies = [ + "bytemuck", + "color", + "kurbo", + "linebender_resource_handle", + "smallvec", +] + [[package]] name = "percent-encoding" version = "2.3.2" @@ -3627,6 +3665,15 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" +[[package]] +name = "polycool" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50596ddc09eb5ad5f75cacd40209568e66df71baf86e1499a0e99c4cff12a5a6" +dependencies = [ + "arrayvec", +] + [[package]] name = "pom" version = "1.1.0" @@ -3684,6 +3731,12 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" +[[package]] +name = "presser" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" + [[package]] name = "prettyplease" version = "0.2.37" @@ -3730,16 +3783,6 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" -[[package]] -name = "quick-xml" -version = "0.30.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956" -dependencies = [ - "memchr", - "serde", -] - [[package]] name = "quick-xml" version = "0.39.4" @@ -3747,6 +3790,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" dependencies = [ "memchr", + "serde", ] [[package]] @@ -3802,7 +3846,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3826,24 +3870,13 @@ version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" -[[package]] -name = "rand" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" -dependencies = [ - "libc", - "rand_chacha 0.3.1", - "rand_core 0.6.4", -] - [[package]] name = "rand" version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ - "rand_chacha 0.9.0", + "rand_chacha", "rand_core 0.9.5", ] @@ -3858,16 +3891,6 @@ dependencies = [ "rand_core 0.10.1", ] -[[package]] -name = "rand_chacha" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" -dependencies = [ - "ppv-lite86", - "rand_core 0.6.4", -] - [[package]] name = "rand_chacha" version = "0.9.0" @@ -3878,15 +3901,6 @@ dependencies = [ "rand_core 0.9.5", ] -[[package]] -name = "rand_core" -version = "0.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" -dependencies = [ - "getrandom 0.2.17", -] - [[package]] name = "rand_core" version = "0.9.5" @@ -3902,6 +3916,12 @@ version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" +[[package]] +name = "range-alloc" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca45419789ae5a7899559e9512e58ca889e41f04f1f2445e9f4b290ceccd1d08" + [[package]] name = "rangemap" version = "1.7.1" @@ -3914,6 +3934,18 @@ version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" +[[package]] +name = "raw-window-metal" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135" +dependencies = [ + "objc2 0.6.4", + "objc2-core-foundation", + "objc2-foundation 0.3.2", + "objc2-quartz-core 0.3.2", +] + [[package]] name = "rayon" version = "1.12.0" @@ -3948,6 +3980,16 @@ dependencies = [ "yasna", ] +[[package]] +name = "read-fonts" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5" +dependencies = [ + "bytemuck", + "font-types", +] + [[package]] name = "redox_syscall" version = "0.4.1" @@ -4193,7 +4235,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -4421,6 +4463,12 @@ dependencies = [ "smallvec", ] +[[package]] +name = "self_cell" +version = "1.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89" + [[package]] name = "semver" version = "1.0.28" @@ -4591,6 +4639,16 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" +[[package]] +name = "skrifa" +version = "0.40.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac" +dependencies = [ + "bytemuck", + "read-fonts", +] + [[package]] name = "slab" version = "0.4.12" @@ -4702,9 +4760,9 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "spirv" -version = "0.3.0+sdk-1.3.268.0" +version = "0.4.0+sdk-1.4.341.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" +checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f" dependencies = [ "bitflags 2.11.0", ] @@ -4762,28 +4820,6 @@ dependencies = [ "unicode-properties", ] -[[package]] -name = "strum" -version = "0.26.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" -dependencies = [ - "strum_macros", -] - -[[package]] -name = "strum_macros" -version = "0.26.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "rustversion", - "syn", -] - [[package]] name = "subtle" version = "2.6.1" @@ -5312,12 +5348,6 @@ version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" -[[package]] -name = "unicode-width" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" - [[package]] name = "unicode-width" version = "0.2.2" @@ -5366,12 +5396,49 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" +[[package]] +name = "uuid" +version = "1.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" +dependencies = [ + "js-sys", + "serde_core", + "wasm-bindgen", +] + [[package]] name = "vcpkg" version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" +[[package]] +name = "vello_common" +version = "0.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bd1a4c633ce09e7d713df1a6e036644a125e15e0c169cfb5180ddf5836ca04b" +dependencies = [ + "bytemuck", + "fearless_simd", + "hashbrown 0.16.1", + "log", + "peniko", + "skrifa", + "smallvec", +] + +[[package]] +name = "vello_cpu" +version = "0.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0162bfe48aabf6a9fdcd401b628c7d9f260c2cbabb343c70a65feba6f7849edc" +dependencies = [ + "bytemuck", + "hashbrown 0.16.1", + "vello_common", +] + [[package]] name = "version_check" version = "0.9.5" @@ -5642,7 +5709,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c324a910fd86ebdc364a3e61ec1f11737d3b1d6c273c0239ee8ff4bc0d24b4a" dependencies = [ "proc-macro2", - "quick-xml 0.39.4", + "quick-xml", "quote", ] @@ -5723,17 +5790,22 @@ checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88" [[package]] name = "wgpu" -version = "24.0.5" +version = "29.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b0b3436f0729f6cdf2e6e9201f3d39dc95813fad61d826c1ed07918b4539353" +checksum = "bb3feacc458f7bee8bc1737149b42b6c731aa461039a4264a67bb6681646b250" dependencies = [ "arrayvec", "bitflags 2.11.0", + "bytemuck", + "cfg-if", "cfg_aliases", "document-features", + "hashbrown 0.16.1", "js-sys", "log", + "naga", "parking_lot", + "portable-atomic", "profiling", "raw-window-handle", "smallvec", @@ -5748,98 +5820,152 @@ dependencies = [ [[package]] name = "wgpu-core" -version = "24.0.5" +version = "29.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f0aa306497a238d169b9dc70659105b4a096859a34894544ca81719242e1499" +checksum = "02da3ad1b568337f25513b317870960ef87073ea0945502e44b864b67a8c77b7" dependencies = [ "arrayvec", - "bit-vec 0.8.0", + "bit-set", + "bit-vec", "bitflags 2.11.0", + "bytemuck", "cfg_aliases", "document-features", + "hashbrown 0.16.1", "indexmap", "log", "naga", "once_cell", "parking_lot", + "portable-atomic", "profiling", "raw-window-handle", "rustc-hash 1.1.0", "smallvec", "thiserror 2.0.18", + "wgpu-core-deps-apple", + "wgpu-core-deps-emscripten", + "wgpu-core-deps-wasm", + "wgpu-core-deps-windows-linux-android", "wgpu-hal", + "wgpu-naga-bridge", "wgpu-types", ] [[package]] -name = "wgpu-hal" -version = "24.0.4" +name = "wgpu-core-deps-apple" +version = "29.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f112f464674ca69f3533248508ee30cb84c67cf06c25ff6800685f5e0294e259" +checksum = "62e51b5447e144b3dbba4feb01f80f4fa21696fa0cd99afb2c3df1affd6fdb28" +dependencies = [ + "wgpu-hal", +] + +[[package]] +name = "wgpu-core-deps-emscripten" +version = "29.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3487cd6293a963bc5c0c0396f6a2192043c50003c07f4efdccbad3d90ec9d819" +dependencies = [ + "wgpu-hal", +] + +[[package]] +name = "wgpu-core-deps-wasm" +version = "29.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c2f2fb042f36920771deb0b966543c5751b18f3d327760ffc90f74e20b2dcd4" +dependencies = [ + "wgpu-hal", +] + +[[package]] +name = "wgpu-core-deps-windows-linux-android" +version = "29.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bfb01076d0aa08b0ba9bd741e178b5cc440f5abe99d9581323a4c8b5d1a1916" +dependencies = [ + "wgpu-hal", +] + +[[package]] +name = "wgpu-hal" +version = "29.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "31f8e1a9e7a8512f276f7c62e018c7fa8d60954303fed2e5750114332049193f" dependencies = [ "android_system_properties", "arrayvec", "ash", + "bit-set", "bitflags 2.11.0", + "block2 0.6.2", "bytemuck", + "cfg-if", "cfg_aliases", - "core-graphics-types", "glow", "glutin_wgl_sys", - "gpu-alloc", + "gpu-allocator", "gpu-descriptor", + "hashbrown 0.16.1", "js-sys", "khronos-egl", "libc", "libloading", "log", - "metal", "naga", - "ndk-sys 0.5.0+25.2.9519653", - "objc", + "ndk-sys", + "objc2 0.6.4", + "objc2-core-foundation", + "objc2-foundation 0.3.2", + "objc2-metal 0.3.2", + "objc2-quartz-core 0.3.2", "once_cell", "ordered-float", "parking_lot", + "portable-atomic", + "portable-atomic-util", "profiling", + "range-alloc", "raw-window-handle", + "raw-window-metal", "renderdoc-sys", - "rustc-hash 1.1.0", "smallvec", "thiserror 2.0.18", "wasm-bindgen", + "wayland-sys", "web-sys", + "wgpu-naga-bridge", + "wgpu-types", + "windows 0.62.2", + "windows-core 0.62.2", + "windows-result 0.4.1", +] + +[[package]] +name = "wgpu-naga-bridge" +version = "29.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59c654c483f058800972c3645e95388a7eca31bf9fe1933bc20e036588a0be02" +dependencies = [ + "naga", "wgpu-types", - "windows", ] [[package]] name = "wgpu-types" -version = "24.0.0" +version = "29.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50ac044c0e76c03a0378e7786ac505d010a873665e2d51383dcff8dd227dc69c" +checksum = "a9bcc31518a0e9735aefebedb5f7a9ef3ed1c42549c9f4c882fa9060ceaac639" dependencies = [ "bitflags 2.11.0", + "bytemuck", "js-sys", "log", + "raw-window-handle", "web-sys", ] -[[package]] -name = "winapi" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" -dependencies = [ - "winapi-i686-pc-windows-gnu", - "winapi-x86_64-pc-windows-gnu", -] - -[[package]] -name = "winapi-i686-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" - [[package]] name = "winapi-util" version = "0.1.11" @@ -5849,12 +5975,6 @@ dependencies = [ "windows-sys 0.61.2", ] -[[package]] -name = "winapi-x86_64-pc-windows-gnu" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" - [[package]] name = "windows" version = "0.58.0" @@ -5865,6 +5985,27 @@ dependencies = [ "windows-targets", ] +[[package]] +name = "windows" +version = "0.62.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" +dependencies = [ + "windows-collections", + "windows-core 0.62.2", + "windows-future", + "windows-numerics", +] + +[[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.58.0" @@ -5891,6 +6032,17 @@ dependencies = [ "windows-strings 0.5.1", ] +[[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", + "windows-threading", +] + [[package]] name = "windows-implement" version = "0.58.0" @@ -5941,6 +6093,16 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" +[[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", +] + [[package]] name = "windows-registry" version = "0.6.1" @@ -6032,6 +6194,15 @@ dependencies = [ "windows_x86_64_msvc", ] +[[package]] +name = "windows-threading" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" +dependencies = [ + "windows-link", +] + [[package]] name = "windows_aarch64_gnullvm" version = "0.52.6" @@ -6106,7 +6277,7 @@ dependencies = [ "objc2 0.5.2", "objc2-app-kit 0.2.2", "objc2-foundation 0.2.2", - "objc2-ui-kit", + "objc2-ui-kit 0.2.2", "orbclient", "percent-encoding", "pin-project", @@ -6291,16 +6462,6 @@ version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" -[[package]] -name = "xdg-home" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6" -dependencies = [ - "libc", - "windows-sys 0.59.0", -] - [[package]] name = "xkbcommon-dl" version = "0.4.2" @@ -6347,7 +6508,7 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5f6765e852b9b4dc8e2a76843e4d64d1cea8e79bcde0b6901aea8e7c7f08282" dependencies = [ - "bit-vec 0.9.1", + "bit-vec", "time", ] @@ -6376,13 +6537,12 @@ dependencies = [ [[package]] name = "zbus" -version = "4.4.0" +version = "5.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725" +checksum = "c3bcbf15c8708d7fc1be0c993622e0a5cbd5e8b52bfa40afa4c3e0cd8d724ac1" dependencies = [ "async-broadcast", "async-executor", - "async-fs", "async-io", "async-lock", "async-process", @@ -6393,20 +6553,18 @@ dependencies = [ "enumflags2", "event-listener", "futures-core", - "futures-sink", - "futures-util", + "futures-lite", "hex", - "nix", + "libc", "ordered-stream", - "rand 0.8.6", + "rustix 1.1.4", "serde", "serde_repr", - "sha1", - "static_assertions", "tracing", "uds_windows", - "windows-sys 0.52.0", - "xdg-home", + "uuid", + "windows-sys 0.61.2", + "winnow", "zbus_macros", "zbus_names", "zvariant", @@ -6414,9 +6572,9 @@ dependencies = [ [[package]] name = "zbus-lockstep" -version = "0.4.4" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ca2c5dceb099bddaade154055c926bb8ae507a18756ba1d8963fd7b51d8ed1d" +checksum = "6998de05217a084b7578728a9443d04ea4cd80f2a0839b8d78770b76ccd45863" dependencies = [ "zbus_xml", "zvariant", @@ -6424,9 +6582,9 @@ dependencies = [ [[package]] name = "zbus-lockstep-macros" -version = "0.4.4" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "709ab20fc57cb22af85be7b360239563209258430bccf38d8b979c5a2ae3ecce" +checksum = "10da05367f3a7b7553c8cdf8fa91aee6b64afebe32b51c95177957efc47ca3a0" dependencies = [ "proc-macro2", "quote", @@ -6438,37 +6596,38 @@ dependencies = [ [[package]] name = "zbus_macros" -version = "4.4.0" +version = "5.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e" +checksum = "51fa5406ad9175a8c825a931f8cf347116b531b3634fcb0b627c290f1f2516ff" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", "syn", + "zbus_names", + "zvariant", "zvariant_utils", ] [[package]] name = "zbus_names" -version = "3.0.0" +version = "4.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" +checksum = "7074f3e50b894eac91750142016d30d0a89be8e67dbfd9704fb875825760e52d" dependencies = [ "serde", - "static_assertions", + "winnow", "zvariant", ] [[package]] name = "zbus_xml" -version = "4.0.0" +version = "5.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab3f374552b954f6abb4bd6ce979e6c9b38fb9d0cd7cc68a7d796e70c9f3a233" +checksum = "a8067892e940ed1727dea64690378601603b31d62dfde019a5335fbb7c0e0ed9" dependencies = [ - "quick-xml 0.30.0", + "quick-xml", "serde", - "static_assertions", "zbus_names", "zvariant", ] @@ -6608,22 +6767,23 @@ dependencies = [ [[package]] name = "zvariant" -version = "4.2.0" +version = "5.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe" +checksum = "1c1567a6ec68df868cbbfde844cfc6d81649fe5109a62b116b19fabd53e618ee" dependencies = [ "endi", "enumflags2", "serde", - "static_assertions", + "winnow", "zvariant_derive", + "zvariant_utils", ] [[package]] name = "zvariant_derive" -version = "4.2.0" +version = "5.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449" +checksum = "c7d5b780599bbde114e39d9a0799577fad1ced5105d38515745f7b3099d8ceda" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6634,11 +6794,13 @@ dependencies = [ [[package]] name = "zvariant_utils" -version = "2.1.0" +version = "3.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340" +checksum = "6d464f5733ffa07a3164d656f18533caace9d0638596721355d73256a410d691" dependencies = [ "proc-macro2", "quote", + "serde", "syn", + "winnow", ] diff --git a/target/.rustc_info.json b/target/.rustc_info.json index 6aad0a9..a91992c 100644 --- a/target/.rustc_info.json +++ b/target/.rustc_info.json @@ -1 +1 @@ -{"rustc_fingerprint":12678167252067876747,"outputs":{"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.95.0 (59807616e 2026-04-14)\nbinary: rustc\ncommit-hash: 59807616e1fa2540724bfbac14d7976d7e4a3860\ncommit-date: 2026-04-14\nhost: x86_64-pc-windows-msvc\nrelease: 1.95.0\nLLVM version: 22.1.2\n","stderr":""},"12004014463585500860":{"success":true,"status":"","code":0,"stdout":"___.exe\nlib___.rlib\n___.dll\n___.dll\n___.lib\n___.dll\nC:\\Users\\pc\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\npacked\n___\ndebug_assertions\nemscripten_wasm_eh\nfmt_debug=\"full\"\noverflow_checks\npanic=\"unwind\"\nproc_macro\nrelocation_model=\"pic\"\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"msvc\"\ntarget_family=\"windows\"\ntarget_feature=\"cmpxchg16b\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"lahfsahf\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_feature=\"sse3\"\ntarget_feature=\"x87\"\ntarget_has_atomic\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_has_atomic_equal_alignment=\"128\"\ntarget_has_atomic_equal_alignment=\"16\"\ntarget_has_atomic_equal_alignment=\"32\"\ntarget_has_atomic_equal_alignment=\"64\"\ntarget_has_atomic_equal_alignment=\"8\"\ntarget_has_atomic_equal_alignment=\"ptr\"\ntarget_has_atomic_load_store\ntarget_has_atomic_load_store=\"128\"\ntarget_has_atomic_load_store=\"16\"\ntarget_has_atomic_load_store=\"32\"\ntarget_has_atomic_load_store=\"64\"\ntarget_has_atomic_load_store=\"8\"\ntarget_has_atomic_load_store=\"ptr\"\ntarget_has_reliable_f128\ntarget_has_reliable_f16\ntarget_has_reliable_f16_math\ntarget_os=\"windows\"\ntarget_pointer_width=\"64\"\ntarget_thread_local\ntarget_vendor=\"pc\"\nub_checks\nwindows\n","stderr":""}},"successes":{}} \ No newline at end of file +{"rustc_fingerprint":12678167252067876747,"outputs":{"7971740275564407648":{"success":true,"status":"","code":0,"stdout":"___.exe\nlib___.rlib\n___.dll\n___.dll\n___.lib\n___.dll\nC:\\Users\\pc\\.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":""},"12004014463585500860":{"success":true,"status":"","code":0,"stdout":"___.exe\nlib___.rlib\n___.dll\n___.dll\n___.lib\n___.dll\nC:\\Users\\pc\\.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.95.0 (59807616e 2026-04-14)\nbinary: rustc\ncommit-hash: 59807616e1fa2540724bfbac14d7976d7e4a3860\ncommit-date: 2026-04-14\nhost: x86_64-pc-windows-msvc\nrelease: 1.95.0\nLLVM version: 22.1.2\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/target/flycheck0/stderr b/target/flycheck0/stderr index e69de29..15ae7c5 100644 --- a/target/flycheck0/stderr +++ b/target/flycheck0/stderr @@ -0,0 +1,247 @@ + 1.855311500s INFO prepare_target{force=false package_id=AiRust v0.1.0 (C:\RustProjects\AiRust) target="AiRust-cli"}: cargo::core::compiler::fingerprint: fingerprint error for AiRust v0.1.0 (C:\RustProjects\AiRust)/Check { test: false }/TargetInner { name: "AiRust-cli", doc: true, ..: with_path("C:\\RustProjects\\AiRust\\src\\main.rs", Edition2021) } + 1.855424800s INFO prepare_target{force=false package_id=AiRust v0.1.0 (C:\RustProjects\AiRust) target="AiRust-cli"}: cargo::core::compiler::fingerprint: err: failed to read `C:\RustProjects\AiRust\target\debug\.fingerprint\AiRust-254cbe31c563d71d\bin-AiRust-cli` + +Caused by: + The system cannot find the file specified. (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 + 2.062852200s INFO prepare_target{force=false package_id=eframe v0.34.2 target="eframe"}: cargo::core::compiler::fingerprint: fingerprint error for eframe v0.34.2/Check { test: false }/TargetInner { ..: lib_target("eframe", ["lib"], "C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\eframe-0.34.2\\src\\lib.rs", Edition2024) } + 2.062929900s INFO prepare_target{force=false package_id=eframe v0.34.2 target="eframe"}: cargo::core::compiler::fingerprint: err: failed to read `C:\RustProjects\AiRust\target\debug\.fingerprint\eframe-8c4b1778b1b7e1ec\lib-eframe` + +Caused by: + The system cannot find the file specified. (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 + 2.088077200s INFO prepare_target{force=false package_id=egui-wgpu v0.34.2 target="egui_wgpu"}: cargo::core::compiler::fingerprint: fingerprint error for egui-wgpu v0.34.2/Check { test: false }/TargetInner { ..: lib_target("egui_wgpu", ["lib"], "C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\egui-wgpu-0.34.2\\src\\lib.rs", Edition2024) } + 2.088136500s INFO prepare_target{force=false package_id=egui-wgpu v0.34.2 target="egui_wgpu"}: cargo::core::compiler::fingerprint: err: failed to read `C:\RustProjects\AiRust\target\debug\.fingerprint\egui-wgpu-57b132ef845d6139\lib-egui_wgpu` + +Caused by: + The system cannot find the file specified. (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 + 2.092490400s INFO prepare_target{force=false package_id=wgpu v29.0.3 target="wgpu"}: cargo::core::compiler::fingerprint: fingerprint error for wgpu v29.0.3/Check { test: false }/TargetInner { ..: lib_target("wgpu", ["lib"], "C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-29.0.3\\src\\lib.rs", Edition2021) } + 2.092558100s INFO prepare_target{force=false package_id=wgpu v29.0.3 target="wgpu"}: cargo::core::compiler::fingerprint: err: failed to read `C:\RustProjects\AiRust\target\debug\.fingerprint\wgpu-e38bfdada115b71d\lib-wgpu` + +Caused by: + The system cannot find the file specified. (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_filter_source_repo + 14: git_libgit2_prerelease + 15: + 16: + 17: + 18: + 19: git_midx_writer_dump + 20: git_filter_source_repo + 21: git_midx_writer_dump + 22: BaseThreadInitThunk + 23: RtlUserThreadStart + 2.099758500s INFO prepare_target{force=false package_id=wgpu-core v29.0.3 target="wgpu_core"}: cargo::core::compiler::fingerprint: fingerprint error for wgpu-core v29.0.3/Check { test: false }/TargetInner { ..: lib_target("wgpu_core", ["lib"], "C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-core-29.0.3\\src\\lib.rs", Edition2021) } + 2.099823300s INFO prepare_target{force=false package_id=wgpu-core v29.0.3 target="wgpu_core"}: cargo::core::compiler::fingerprint: err: failed to read `C:\RustProjects\AiRust\target\debug\.fingerprint\wgpu-core-5f106302cc373f28\lib-wgpu_core` + +Caused by: + The system cannot find the file specified. (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_filter_source_repo + 14: git_filter_source_repo + 15: git_libgit2_prerelease + 16: + 17: + 18: + 19: + 20: git_midx_writer_dump + 21: git_filter_source_repo + 22: git_midx_writer_dump + 23: BaseThreadInitThunk + 24: RtlUserThreadStart + 2.122338700s INFO prepare_target{force=false package_id=wgpu-core-deps-windows-linux-android v29.0.3 target="wgpu_core_deps_windows_linux_android"}: cargo::core::compiler::fingerprint: fingerprint error for wgpu-core-deps-windows-linux-android v29.0.3/Check { test: false }/TargetInner { ..: lib_target("wgpu_core_deps_windows_linux_android", ["lib"], "C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-core-deps-windows-linux-android-29.0.3\\src\\lib.rs", Edition2021) } + 2.122407800s INFO prepare_target{force=false package_id=wgpu-core-deps-windows-linux-android v29.0.3 target="wgpu_core_deps_windows_linux_android"}: cargo::core::compiler::fingerprint: err: failed to read `C:\RustProjects\AiRust\target\debug\.fingerprint\wgpu-core-deps-windows-linux-android-bd90a6a7f38cb1a8\lib-wgpu_core_deps_windows_linux_android` + +Caused by: + The system cannot find the file specified. (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_filter_source_repo + 14: git_filter_source_repo + 15: git_filter_source_repo + 16: git_libgit2_prerelease + 17: + 18: + 19: + 20: + 21: git_midx_writer_dump + 22: git_filter_source_repo + 23: git_midx_writer_dump + 24: BaseThreadInitThunk + 25: RtlUserThreadStart + 2.123888900s INFO prepare_target{force=false package_id=wgpu-hal v29.0.3 target="wgpu_hal"}: cargo::core::compiler::fingerprint: fingerprint error for wgpu-hal v29.0.3/Check { test: false }/TargetInner { ..: lib_target("wgpu_hal", ["lib"], "C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\lib.rs", Edition2021) } + 2.123963800s INFO prepare_target{force=false package_id=wgpu-hal v29.0.3 target="wgpu_hal"}: cargo::core::compiler::fingerprint: err: failed to read `C:\RustProjects\AiRust\target\debug\.fingerprint\wgpu-hal-5c9b741518706242\lib-wgpu_hal` + +Caused by: + The system cannot find the file specified. (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_filter_source_repo + 14: git_filter_source_repo + 15: git_filter_source_repo + 16: git_filter_source_repo + 17: git_libgit2_prerelease + 18: + 19: + 20: + 21: + 22: git_midx_writer_dump + 23: git_filter_source_repo + 24: git_midx_writer_dump + 25: BaseThreadInitThunk + 26: RtlUserThreadStart + 2.333509900s INFO prepare_target{force=false package_id=AiRust v0.1.0 (C:\RustProjects\AiRust) target="AiRust-cli"}: cargo::core::compiler::fingerprint: fingerprint error for AiRust v0.1.0 (C:\RustProjects\AiRust)/Check { test: true }/TargetInner { name: "AiRust-cli", doc: true, ..: with_path("C:\\RustProjects\\AiRust\\src\\main.rs", Edition2021) } + 2.333593700s INFO prepare_target{force=false package_id=AiRust v0.1.0 (C:\RustProjects\AiRust) target="AiRust-cli"}: cargo::core::compiler::fingerprint: err: failed to read `C:\RustProjects\AiRust\target\debug\.fingerprint\AiRust-cf48ff222bb786ad\test-bin-AiRust-cli` + +Caused by: + The system cannot find the file specified. (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 + Checking wgpu-hal v29.0.3 +error: could not compile `wgpu-hal` (lib) due to 10 previous errors diff --git a/target/flycheck0/stdout b/target/flycheck0/stdout index e69de29..c8537a7 100644 --- a/target/flycheck0/stdout +++ b/target/flycheck0/stdout @@ -0,0 +1,481 @@ +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\proc-macro2-1.0.106\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\proc-macro2-1.0.106\\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","proc-macro"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\proc-macro2-1ee1cfdc466af48f\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\proc-macro2-1ee1cfdc466af48f\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106","linked_libs":[],"linked_paths":[],"cfgs":["wrap_proc_macro","proc_macro_span_location","proc_macro_span_file"],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\proc-macro2-76c338f680c62d38\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-ident-1.0.24\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_ident","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-ident-1.0.24\\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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libunicode_ident-f88ee447fb0a070c.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libunicode_ident-f88ee447fb0a070c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\quote-1.0.45\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\quote-1.0.45\\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","proc-macro"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\quote-49ad6947ff1b3afe\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\quote-49ad6947ff1b3afe\\build_script_build.pdb"],"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\\pc\\.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\\pc\\.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":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcfg_if-d0202b3c1f745d2b.rmeta"],"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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows_link-f20c8d64b953bdfa.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\liblog-af1f49df0c2b17c0.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\\pc\\.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\\pc\\.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","union"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libsmallvec-fd97775726cdc194.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#foldhash@0.2.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\foldhash-0.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"foldhash","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\foldhash-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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfoldhash-c673a236eb94406c.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libequivalent-80460e64d6b9b6d0.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\parking_lot_core-e71f3f0d12781e68\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\parking_lot_core-e71f3f0d12781e68\\build_script_build.pdb"],"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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\liballocator_api2-20a94b0e18f5529e.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libscopeguard-133fb11915b95a3d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\version_check-0.9.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"version_check","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\version_check-0.9.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libversion_check-78cd0bc989ee15e5.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libversion_check-78cd0bc989ee15e5.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libonce_cell-fb34a126ab7ea2f6.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libpin_project_lite-8884b8def7d7f864.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\\pc\\.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\\pc\\.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":["std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\getrandom-5bf9bdaaa869a509\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\getrandom-5bf9bdaaa869a509\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\quote-f964a9ade41adae9\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.106","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\proc-macro2-1.0.106\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"proc_macro2","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\proc-macro2-1.0.106\\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","proc-macro"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libproc_macro2-cfae681f0b41c7e4.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libproc_macro2-cfae681f0b41c7e4.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\\pc\\.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\\pc\\.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":["allocator-api2","default","default-hasher","equivalent","inline-more","raw-entry"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libhashbrown-850e0cd2d04536f0.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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\parking_lot_core-9fa8d27c4e9ea1f3\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.14","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\liblock_api-9ac6eab2f5141dfe.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libitoa-c12660818da1cc42.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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\getrandom-c9b93df4b1c325b7\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.61.2","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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_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_Time","Win32_System_WindowsProgramming","Win32_UI","Win32_UI_Input","Win32_UI_Input_KeyboardAndMouse","Win32_UI_Shell","Win32_UI_Shell_Common","Win32_UI_WindowsAndMessaging","default"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows_sys-d05e21eb68046986.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\\pc\\.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\\pc\\.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":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libbitflags-ef4f9f6eca18c858.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libbytes-410f68e6fdc67a5e.rmeta"],"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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libautocfg-8bbb08f078756623.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libautocfg-8bbb08f078756623.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfutures_core-c27d2658ec797d42.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\\pc\\.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\\pc\\.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","use_std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libmemchr-857eb999c2c6f3dc.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows_result-db371c279335b59b.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows_strings-43073a1b07c8ad36.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\\pc\\.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\\pc\\.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":["alloc","default","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libstable_deref_trait-adb50cae38c2dcbe.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.45","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\quote-1.0.45\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"quote","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\quote-1.0.45\\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","proc-macro"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libquote-f02f686e54dc067b.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libquote-f02f686e54dc067b.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libparking_lot_core-e738a64ecc6134e4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.13.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\indexmap-2.13.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"indexmap","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\indexmap-2.13.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libindexmap-c7190da4fa86ef11.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.48","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-0.8.48\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-0.8.48\\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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\zerocopy-a38f0714ed069043\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\zerocopy-a38f0714ed069043\\build_script_build.pdb"],"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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcfg_if-ff361e238baac693.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcfg_if-ff361e238baac693.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cfg_aliases-0.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cfg_aliases","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cfg_aliases-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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcfg_aliases-038fc0cc6abd5501.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcfg_aliases-038fc0cc6abd5501.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\libm-57e1d7ef0353edda\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\libm-57e1d7ef0353edda\\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\\pc\\.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\\pc\\.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","libm","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\num-traits-69bb8625c58eccc4\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\num-traits-69bb8625c58eccc4\\build_script_build.pdb"],"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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\generic-array-f9c15c5118b861be\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\generic-array-f9c15c5118b861be\\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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\windows_x86_64_msvc-c05a7c4840123fc4\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\windows_x86_64_msvc-c05a7c4840123fc4\\build_script_build.pdb"],"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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libsocket2-8362e2fc667b3066.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#mio@1.2.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"mio","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mio-1.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":["net","os-ext","os-poll"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libmio-75078e5173c16092.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\\pc\\.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\\pc\\.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":["once_cell","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtracing_core-ed87dc6111601e8a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.20.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typenum-1.20.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"typenum","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\typenum-1.20.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtypenum-d2db419d89dbcea0.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\thiserror-1ff05cac6c0bf96b\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\thiserror-1ff05cac6c0bf96b\\build_script_build.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfutures_sink-12d6c4818cdaa414.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.117","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\syn-2.0.117\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"syn","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\syn-2.0.117\\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":["clone-impls","default","derive","extra-traits","fold","full","parsing","printing","proc-macro","visit","visit-mut"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libsyn-3bae6d7635fcaf33.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libsyn-3bae6d7635fcaf33.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libparking_lot-c61efc43f3d87a0f.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.48","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\zerocopy-1db9be13c67094da\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.3.4","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libgetrandom-c354d253be89aaca.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libgetrandom-c354d253be89aaca.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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\libm-ae468c9448d1be2f\\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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\num-traits-377f2364122c1c09\\out"} +{"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\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows_x86_64_msvc-0.52.6\\lib"],"cfgs":[],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\windows_x86_64_msvc-819653783893d23f\\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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\generic-array-33728c9122d1617d\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.9","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfind_msvc_tools-1515f190ab9f68eb.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfind_msvc_tools-1515f190ab9f68eb.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libshlex-d20d1bee609dbd50.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libshlex-d20d1bee609dbd50.rmeta"],"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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\thiserror-3c4c74f89f7ba513\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["log","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtracing-7ee5c96dcb7a6d4e.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libhttp-5932bd5f670aa5aa.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.184","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libc-0.2.184\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libc-0.2.184\\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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\libc-35bba4338911039e\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\libc-35bba4338911039e\\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\\pc\\.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\\pc\\.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":["default","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libslab-d6b531853b742c65.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfutures_channel-b33b9bc89164e90d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bytemuck_derive@1.10.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bytemuck_derive-1.10.2\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"bytemuck_derive","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bytemuck_derive-1.10.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\bytemuck_derive-873a4f010ed0540b.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\bytemuck_derive-873a4f010ed0540b.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\bytemuck_derive-873a4f010ed0540b.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\bytemuck_derive-873a4f010ed0540b.pdb"],"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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libsynstructure-eee15f3e8d3b9095.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libsynstructure-eee15f3e8d3b9095.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy-derive@0.8.48","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-derive-0.8.48\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zerocopy_derive","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-derive-0.8.48\\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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\zerocopy_derive-3e1df3e32dd8150f.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\zerocopy_derive-3e1df3e32dd8150f.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\zerocopy_derive-3e1df3e32dd8150f.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\zerocopy_derive-3e1df3e32dd8150f.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.34","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\jobserver-0.1.34\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"jobserver","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\jobserver-0.1.34\\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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libjobserver-54245c2aad6ff5e5.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libjobserver-54245c2aad6ff5e5.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\liblibm-d55d5dc9a9d919a7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-macros-2.7.0\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"tokio_macros","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-macros-2.7.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\tokio_macros-0304dce0bdd43a20.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\tokio_macros-0304dce0bdd43a20.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\tokio_macros-0304dce0bdd43a20.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\tokio_macros-0304dce0bdd43a20.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@2.0.18","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\thiserror_impl-70d52397429a4bc8.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\thiserror_impl-70d52397429a4bc8.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\thiserror_impl-70d52397429a4bc8.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\thiserror_impl-70d52397429a4bc8.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows_x86_64_msvc-63dc81e34ef0c080.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerovec-derive@0.11.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerovec-derive-0.11.3\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zerovec_derive","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerovec-derive-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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\zerovec_derive-d699753e1bbf2487.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\zerovec_derive-d699753e1bbf2487.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\zerovec_derive-d699753e1bbf2487.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\zerovec_derive-d699753e1bbf2487.pdb"],"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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libgeneric_array-78d83118c2e7f98b.rmeta"],"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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\displaydoc-402b7e48e50d9927.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\displaydoc-402b7e48e50d9927.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\displaydoc-402b7e48e50d9927.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\displaydoc-402b7e48e50d9927.pdb"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.184","linked_libs":[],"linked_paths":[],"cfgs":["freebsd12"],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\libc-bd58fd8646b5d2b5\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libpercent_encoding-b37c10d425fc48e6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\arrayvec-0.7.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"arrayvec","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\arrayvec-0.7.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libarrayvec-6a825e4ca5189ad5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\siphasher-1.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"siphasher","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\siphasher-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":["default","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libsiphasher-6dede7a142be5a87.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libsiphasher-6dede7a142be5a87.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\futures_macro-2df6625ac793e20d.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\futures_macro-2df6625ac793e20d.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\futures_macro-2df6625ac793e20d.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\futures_macro-2df6625ac793e20d.pdb"],"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\\pc\\.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\\pc\\.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":["bytemuck_derive","derive","extern_crate_alloc","min_const_generics"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libbytemuck-5859cfd85f91b40a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerofrom-derive@0.1.7","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerofrom-derive-0.1.7\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"zerofrom_derive","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerofrom-derive-0.1.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\zerofrom_derive-2e0b064a4f2d35de.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\zerofrom_derive-2e0b064a4f2d35de.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\zerofrom_derive-2e0b064a4f2d35de.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\zerofrom_derive-2e0b064a4f2d35de.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.8.48","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-0.8.48\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerocopy","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerocopy-0.8.48\\src\\lib.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libzerocopy-18042bb26465010d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#yoke-derive@0.8.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\yoke-derive-0.8.2\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"yoke_derive","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\yoke-derive-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":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\yoke_derive-86e7305f5b77a6ba.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\yoke_derive-86e7305f5b77a6ba.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\yoke_derive-86e7305f5b77a6ba.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\yoke_derive-86e7305f5b77a6ba.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio@1.51.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-1.51.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-1.51.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","time","tokio-macros","windows-sys"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtokio-be1f6cbf33b26c07.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\\pc\\.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\\pc\\.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","libm","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libnum_traits-2fccb1dbacbb1838.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cc@1.2.59","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cc-1.2.59\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cc","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cc-1.2.59\\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":["parallel"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcc-749f861e9108f609.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcc-749f861e9108f609.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libthiserror-0465c94db7bdbb86.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows_targets-c2a5364b2959cf14.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.184","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libc-0.2.184\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libc","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libc-0.2.184\\src\\lib.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\liblibc-c75469a86d69f46f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.13.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_shared-0.13.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_shared","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_shared-0.13.1\\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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libphf_shared-d40d8dc3e2f1c6bd.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libphf_shared-d40d8dc3e2f1c6bd.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\\pc\\.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\\pc\\.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":["std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfutures_io-d06d9f46a5745b83.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fastrand@2.4.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fastrand-2.4.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fastrand","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fastrand-2.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfastrand-e4878875fdccfc98.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfastrand-e4878875fdccfc98.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfutures_task-512ba1d13d39bb9d.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\\pc\\.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\\pc\\.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":["std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcrypto_common-1e543591d447b940.rmeta"],"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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\windows_implement-3dc0ec55c98b2481.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\windows_implement-3dc0ec55c98b2481.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\windows_implement-3dc0ec55c98b2481.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\windows_implement-3dc0ec55c98b2481.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerofrom@0.1.7","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerofrom-0.1.7\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerofrom","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerofrom-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":["derive"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libzerofrom-96900f9a57de3a4b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_generator@0.13.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_generator-0.13.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_generator","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_generator-0.13.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libphf_generator-f79f8afc3433a3e3.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libphf_generator-f79f8afc3433a3e3.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfutures_util-296fa30ec9e164cd.rmeta"],"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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\windows_interface-9b9aa2c3d0665847.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\windows_interface-9b9aa2c3d0665847.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\windows_interface-9b9aa2c3d0665847.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\windows_interface-9b9aa2c3d0665847.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.9","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\simd-adler32-0.3.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"simd_adler32","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\simd-adler32-0.3.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":["const-generics","default","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libsimd_adler32-110cd8ee56c0f10c.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\crc32fast-b15b94bc84734b6b\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\crc32fast-b15b94bc84734b6b\\build_script_build.pdb"],"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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\httparse-5d4990411b7dd362\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\httparse-5d4990411b7dd362\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#writeable@0.6.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\writeable-0.6.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"writeable","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\writeable-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":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwriteable-fe4caff8e7533d12.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#litemap@0.8.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\litemap-0.8.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"litemap","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\litemap-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":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\liblitemap-308d035a39e33e62.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cmake@0.1.58","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cmake-0.1.58\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cmake","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cmake-0.1.58\\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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcmake-9344235b9282519a.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcmake-9344235b9282519a.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libdunce-966dd39d9f86a63f.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libdunce-966dd39d9f86a63f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fs_extra@1.3.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fs_extra-1.3.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fs_extra","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fs_extra-1.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":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfs_extra-c1d7e32e09206876.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfs_extra-c1d7e32e09206876.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libutf8_iter-d407ea47e82d876a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.2.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties_data-2.2.0\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties_data-2.2.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\icu_properties_data-86598e5d20fa23cf\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\icu_properties_data-86598e5d20fa23cf\\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.2.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer_data-2.2.0\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer_data-2.2.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\icu_normalizer_data-5d3763d921458033\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\icu_normalizer_data-5d3763d921458033\\build_script_build.pdb"],"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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libhttp_body-90f943e3d146b7b7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#yoke@0.8.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\yoke-0.8.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"yoke","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\yoke-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":["derive","zerofrom"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libyoke-caa8f92741c3a598.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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\crc32fast-92440e93488ffd9a\\out"} +{"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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\httparse-14238076af683555\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-core@0.62.2","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["default","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows_core-e37b3f482278a398.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.2.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\icu_normalizer_data-822fbe4685ab9155\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#aws-lc-sys@0.40.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aws-lc-sys-0.40.0\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-main","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aws-lc-sys-0.40.0\\builder\\main.rs","edition":"2021","doc":false,"doctest":false,"test":false},"profile":{"opt_level":"0","debuginfo":0,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["prebuilt-nasm"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\aws-lc-sys-7b88699837da71ad\\build-script-main.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\aws-lc-sys-7b88699837da71ad\\build_script_main.pdb"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.2.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\icu_properties_data-c51626fe150c631c\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zeroize@1.8.2","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libzeroize-1bcd0e759ccec3ee.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libraw_window_handle-b10dc65f1198e53f.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libadler2-99e50a3f3d387414.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#khronos_api@3.1.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\khronos_api-3.1.0\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\khronos_api-3.1.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\khronos_api-c30504d029b8c362\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\khronos_api-c30504d029b8c362\\build_script_build.pdb"],"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\\pc\\.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\\pc\\.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":["codec","default","io"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtokio_util-0ac210eaee1477cd.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows_threading-a42b71929afcaf36.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zlib-rs@0.6.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zlib-rs-0.6.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zlib_rs","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zlib-rs-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":["rust-allocator","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libzlib_rs-9fc861a05cd3b1c4.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtower_service-8f378c166b08ef1f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-width@0.2.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-width-0.2.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_width","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-width-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":["cjk","default"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libunicode_width-bc6ed6ad95eb17de.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.6","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerovec-0.11.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerovec","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerovec-0.11.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","yoke"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libzerovec-163e17ef4fdb699b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zerotrie@0.2.4","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerotrie-0.2.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zerotrie","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zerotrie-0.2.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":["yoke","zerofrom"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libzerotrie-19bc084c8c70be7b.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libhttparse-90f31d91bdb30080.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcrc32fast-02dbb2cd1cbb8eb5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties_data@2.2.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties_data-2.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_properties_data","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties_data-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":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libicu_properties_data-14fe2f9b3d6a121f.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#aws-lc-sys@0.40.0","linked_libs":["static=aws_lc_0_40_0_crypto"],"linked_paths":["native=C:\\Program Files\\Microsoft Visual Studio\\18\\Community\\VC\\Tools\\MSVC\\14.50.35717\\atlmfc\\lib\\x64","native=C:\\RustProjects\\AiRust\\target\\debug\\build\\aws-lc-sys-67298ee9f0bd842c\\out"],"cfgs":["universal"],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\aws-lc-sys-67298ee9f0bd842c\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.9","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libminiz_oxide-db8c87a2a9331611.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#khronos_api@3.1.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\khronos_api-2775874ed2f945f8\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.2.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer_data-2.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_normalizer_data","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer_data-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":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libicu_normalizer_data-dce2516d6d77d9ce.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\\pc\\.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\\pc\\.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","result","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\serde_core-7781bdfb97db2623\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\serde_core-7781bdfb97db2623\\build_script_build.pdb"],"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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows_collections-d1fd688b8ec6c614.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\librustls_pki_types-3191ecea2536d154.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-future@0.3.2","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows_future-d8b8a53fdcc7c38c.rmeta"],"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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows_numerics-f1151a4f0fc6e0f7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-result@0.2.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-result-0.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_result","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-result-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":["default","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows_result-ac826f7e2248dc13.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libblock_buffer-08ab28d8e15a7328.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tinystr@0.8.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tinystr-0.8.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tinystr","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tinystr-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":["zerovec"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtinystr-78a98550ea7a790c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#potential_utf@0.1.5","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\potential_utf-0.1.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"potential_utf","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\potential_utf-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":["zerovec"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libpotential_utf-4070e2742ec6e3c6.rmeta"],"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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\serde_core-62dce8f852af27a9\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#khronos_api@3.1.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\khronos_api-3.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"khronos_api","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\khronos_api-3.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libkhronos_api-d8131aa43a62d0c0.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libkhronos_api-d8131aa43a62d0c0.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\\pc\\.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\\pc\\.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","any_zlib","default","miniz_oxide","rust_backend","zlib-rs"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libflate2-55bec594ed820004.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libform_urlencoded-af68a72c6275dd5f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.16.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aws-lc-rs-1.16.3\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aws-lc-rs-1.16.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":["aws-lc-sys","prebuilt-nasm"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\aws-lc-rs-1e300b82e924bc14\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\aws-lc-rs-1e300b82e924bc14\\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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libbase64-2ff07a18050fea4f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#xml-rs@0.8.28","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\xml-rs-0.8.28\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"xml","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\xml-rs-0.8.28\\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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libxml-cbac19ad834acda8.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libxml-cbac19ad834acda8.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtry_lock-012567a3ab321629.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libhttpdate-b0d104c6c829256c.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\liblog-0f65fcd037d30099.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\liblog-0f65fcd037d30099.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libatomic_waker-ad4f3812b16c8374.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfnv-b24bb75d04cbf19c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows@0.62.2","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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_Devices","Win32_Devices_DeviceAndDriverInstallation","Win32_Foundation","Win32_Globalization","Win32_Graphics","Win32_Graphics_Direct3D","Win32_Graphics_Direct3D12","Win32_Graphics_Direct3D_Dxc","Win32_Graphics_Direct3D_Fxc","Win32_Graphics_DirectComposition","Win32_Graphics_Dxgi","Win32_Graphics_Dxgi_Common","Win32_Graphics_Gdi","Win32_Graphics_OpenGL","Win32_Security","Win32_System","Win32_System_Com","Win32_System_Diagnostics","Win32_System_Diagnostics_Debug","Win32_System_Kernel","Win32_System_LibraryLoader","Win32_System_Ole","Win32_System_Performance","Win32_System_Threading","Win32_System_Variant","Win32_UI","Win32_UI_Accessibility","Win32_UI_Input","Win32_UI_Input_KeyboardAndMouse","Win32_UI_WindowsAndMessaging","default","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows-9132401d148a1da3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-strings@0.1.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-strings-0.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_strings","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-strings-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":["default","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows_strings-3d0307bd86222559.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_locale_core@2.2.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_locale_core-2.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_locale_core","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_locale_core-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":["zerovec"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libicu_locale_core-aff131a5df48b59f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_collections@2.2.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_collections-2.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_collections","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_collections-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":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libicu_collections-c2f6731e5dbf8c54.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\\pc\\.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\\pc\\.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","default","result","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libserde_core-fe98ab68a352fbb2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#h2@0.4.13","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\h2-0.4.13\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"h2","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\h2-0.4.13\\src\\lib.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libh2-f0aff512f4c9f4ad.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwant-390000b2f49be18c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gl_generator@0.14.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\gl_generator-0.14.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gl_generator","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\gl_generator-0.14.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libgl_generator-d8c425e4d3cf0ddf.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libgl_generator-d8c425e4d3cf0ddf.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.16.3","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\aws-lc-rs-9c6e440442fd4b0c\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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","core-api","default","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libdigest-5c32f30a40b68b72.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_codegen@0.13.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_codegen-0.13.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_codegen","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_codegen-0.13.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libphf_codegen-3056a4452e20d203.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libphf_codegen-3056a4452e20d203.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#polycool@0.4.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\polycool-0.4.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"polycool","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\polycool-0.4.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libpolycool-9471ad372df8d06c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-implement@0.58.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-implement-0.58.0\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"windows_implement","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-implement-0.58.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\windows_implement-bdaa7514276f89dc.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\windows_implement-bdaa7514276f89dc.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\windows_implement-bdaa7514276f89dc.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\windows_implement-bdaa7514276f89dc.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-interface@0.58.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-interface-0.58.0\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"windows_interface","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-interface-0.58.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\windows_interface-780172b18d84151c.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\windows_interface-780172b18d84151c.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\windows_interface-780172b18d84151c.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\windows_interface-780172b18d84151c.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#naga@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\naga-29.0.3\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\naga-29.0.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":["default","glsl-out","hlsl-out","spv-out","wgsl-in"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\naga-74174c5e06cdc344\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\naga-74174c5e06cdc344\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#libloading@0.8.9","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libloading-0.8.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"libloading","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\libloading-0.8.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":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\liblibloading-d95f7e1f240666d3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#profiling@1.0.18","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\profiling-1.0.18\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"profiling","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\profiling-1.0.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":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libprofiling-91824ff3327e3f3f.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcpufeatures-fadd5f432dde5b0e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.2.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_provider-2.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_provider","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_provider-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":["baked"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libicu_provider-35c4f28f57da00fd.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libuntrusted-432dd3b69ee68de9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\siphasher-1.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"siphasher","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\siphasher-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":["default","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libsiphasher-c66cfb1f6cb7c36c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bit-vec@0.9.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bit-vec-0.9.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bit_vec","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bit-vec-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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libbit_vec-2e02d65e96db1d81.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ash@0.38.0+1.3.281","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ash-0.38.0+1.3.281\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ash-0.38.0+1.3.281\\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":["debug","default","libloading","loaded","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\ash-2bb7dade4b222e62\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\ash-2bb7dade4b222e62\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#naga@29.0.3","linked_libs":[],"linked_paths":[],"cfgs":["glsl_out","hlsl_out","spv_out","std"],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\naga-90e98b7b0d0ba4ec\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hyper@1.9.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hyper-1.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hyper","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hyper-1.9.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":["client","default","http1","http2","server"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libhyper-d29c69ad0cbf1d4c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#glutin_wgl_sys@0.6.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\glutin_wgl_sys-0.6.1\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\glutin_wgl_sys-0.6.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\glutin_wgl_sys-f9e4f2dee63b05e4\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\glutin_wgl_sys-f9e4f2dee63b05e4\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#kurbo@0.13.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\kurbo-0.13.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"kurbo","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\kurbo-0.13.1\\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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libkurbo-254e5aad38e6636a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-core@0.58.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_core","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows_core-d3bad977406e1e1f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#aws-lc-sys@0.40.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aws-lc-sys-0.40.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"aws_lc_sys","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aws-lc-sys-0.40.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":["prebuilt-nasm"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libaws_lc_sys-63f3d4649c012c40.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#codespan-reporting@0.13.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\codespan-reporting-0.13.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"codespan_reporting","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\codespan-reporting-0.13.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcodespan_reporting-958165a2275ea608.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\\pc\\.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\\pc\\.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":["num-traits"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libhalf-cc214c18c660770e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#color@0.3.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\color-0.3.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"color","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\color-0.3.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":["bytemuck","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcolor-03555203ddab0190.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#block-padding@0.3.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\block-padding-0.3.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"block_padding","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\block-padding-0.3.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libblock_padding-d9b4d14d0dea1249.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#spirv@0.4.0+sdk-1.4.341.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\spirv-0.4.0+sdk-1.4.341.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"spirv","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\spirv-0.4.0+sdk-1.4.341.0\\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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libspirv-7712eadafbc17d17.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer@2.2.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer-2.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_normalizer","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_normalizer-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":["compiled_data"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libicu_normalizer-f6b2f25efb7b7157.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.2.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties-2.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"icu_properties","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\icu_properties-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":["compiled_data"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libicu_properties-6e095ab999ad0081.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#ash@0.38.0+1.3.281","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\ash-0ef974a8f0231bd9\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bit-set@0.9.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bit-set-0.9.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bit_set","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bit-set-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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libbit_set-47374fe4038765fc.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_shared@0.13.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_shared-0.13.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf_shared","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_shared-0.13.1\\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","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libphf_shared-6a0c4448736613a7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows-registry@0.6.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-registry-0.6.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows_registry","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-registry-0.6.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows_registry-5eae794feb4bad52.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\\pc\\.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\\pc\\.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":["std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libgetrandom-9173dc2371055b37.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\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde-1.0.228\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde-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","derive","serde_derive","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\serde-de27166715aa633a\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\serde-de27166715aa633a\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#hexf-parse@0.2.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hexf-parse-0.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"hexf_parse","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\hexf-parse-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":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libhexf_parse-81fef03e8384cb0a.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libipnet-d7b943947676e6b5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#linebender_resource_handle@0.1.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\linebender_resource_handle-0.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"linebender_resource_handle","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\linebender_resource_handle-0.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":["std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\liblinebender_resource_handle-229119fae89237e3.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfoldhash-1a7aecdbd14cc83b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustc-hash@1.1.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustc-hash-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustc_hash","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustc-hash-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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\librustc_hash-a82b2d92ec6bd5f6.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\zmij-24c1cd7e16561251\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\zmij-24c1cd7e16561251\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#uuid@1.23.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\uuid-1.23.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"uuid","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\uuid-1.23.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libuuid-9f9d098b8b92d57f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-ident-1.0.24\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_ident","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-ident-1.0.24\\src\\lib.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libunicode_ident-abcc1c4a8f2272a1.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libidna_adapter-e64cdff680932ca3.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libmime-10ca706ddd52ef4c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#khronos-egl@6.0.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\khronos-egl-6.0.0\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\khronos-egl-6.0.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":["1_0","1_1","1_2","1_3","1_4","1_5","default","dynamic","libloading"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\khronos-egl-7679fc4d7106dcc0\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\khronos-egl-7679fc4d7106dcc0\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.228","linked_libs":[],"linked_paths":[],"cfgs":["if_docsrs_then_no_serde_core"],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\serde-6731966c590e634f\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.9.5","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_core-0.9.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_core","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_core-0.9.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":["os_rng","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\librand_core-14f27e4432117adb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#naga@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\naga-29.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"naga","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\naga-29.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":["default","glsl-out","hlsl-out","spv-out","wgsl-in"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libnaga-8c82980e55807ec4.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\\pc\\.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\\pc\\.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","client-proxy-system","default","http1","http2","server","server-auto","service","tokio"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libhyper_util-61617322f811486a.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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\zmij-375cc969dfe26a29\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#accesskit@0.24.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\accesskit-0.24.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"accesskit","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\accesskit-0.24.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libaccesskit-63829839c9d25530.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\\pc\\.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\\pc\\.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":["default-hasher"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libhashbrown-0f09b10c29465abc.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ash@0.38.0+1.3.281","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ash-0.38.0+1.3.281\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ash","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ash-0.38.0+1.3.281\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":["debug","default","libloading","loaded","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libash-2f72fcdb2894d5c8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#peniko@0.6.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\peniko-0.6.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"peniko","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\peniko-0.6.1\\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":["bytemuck","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libpeniko-38902e0864b7f3c8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#aws-lc-rs@1.16.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aws-lc-rs-1.16.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"aws_lc_rs","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\aws-lc-rs-1.16.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":["aws-lc-sys","prebuilt-nasm"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libaws_lc_rs-55b1ce52db21b71b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#windows@0.58.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.58.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"windows","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.58.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_Direct3D12","Win32_Graphics_Dxgi","Win32_Graphics_Dxgi_Common","default","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows-153ed20a97264c1c.rmeta"],"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\\pc\\.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\\pc\\.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":["block-padding"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libinout-0a20f53fa51d5e8a.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#glutin_wgl_sys@0.6.1","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\glutin_wgl_sys-31dc69a89482d625\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libidna-e3b8a95d6a7e2ecc.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#khronos-egl@6.0.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\khronos-egl-96706f718679f202\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-types@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-types-29.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu_types","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-types-29.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":["fragile-send-sync-non-atomic-wasm","std","web"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwgpu_types-03110b82f8c66ecc.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libhttp_body_util-43aa0126c749724c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf_macros@0.13.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_macros-0.13.1\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"phf_macros","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf_macros-0.13.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\phf_macros-dda1246b00b2836f.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\phf_macros-dda1246b00b2836f.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\phf_macros-dda1246b00b2836f.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\phf_macros-dda1246b00b2836f.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fearless_simd@0.3.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fearless_simd-0.3.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fearless_simd","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fearless_simd-0.3.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfearless_simd-3f6304444502ec44.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#font-types@0.11.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\font-types-0.11.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"font_types","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\font-types-0.11.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":["bytemuck","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfont_types-47326cee31a8bf74.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libppv_lite86-1128f28e8c518c75.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.228","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_derive-1.0.228\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"serde_derive","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\serde_derive-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":["default"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\serde_derive-670fd317c596dc6a.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\serde_derive-670fd317c596dc6a.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\serde_derive-670fd317c596dc6a.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\serde_derive-670fd317c596dc6a.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-hal@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.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":["dx12","fragile-send-sync-non-atomic-wasm","gles","portable-atomic","renderdoc","vulkan"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\wgpu-hal-031df42a94656971\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\wgpu-hal-031df42a94656971\\build_script_build.pdb"],"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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libsync_wrapper-e7417d9767d60230.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpu-descriptor-types@0.2.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\gpu-descriptor-types-0.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpu_descriptor_types","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\gpu-descriptor-types-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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libgpu_descriptor_types-9cba9777f801731b.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\\pc\\.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\\pc\\.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":["no-rng","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\ahash-4b4db01c1507ddeb\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\ahash-4b4db01c1507ddeb\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#presser@0.3.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\presser-0.3.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"presser","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\presser-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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libpresser-52571c364bd723b6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#static_assertions@1.1.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\static_assertions-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"static_assertions","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\static_assertions-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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libstatic_assertions-7c2b56e82c8e7423.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtower_layer-7a2cc12d0dc744ca.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\\pc\\.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\\pc\\.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","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\liburl-627d8c6c620f1dba.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\\pc\\.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\\pc\\.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","indexmap","preserve_order","raw_value","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\serde_json-b208f07d6fe69b49\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\serde_json-b208f07d6fe69b49\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicase@2.9.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicase-2.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicase","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicase-2.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libunicase-f20a4989397fb2a4.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libunicase-f20a4989397fb2a4.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\crossbeam-utils-ebb919a952072ce4\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\crossbeam-utils-ebb919a952072ce4\\build_script_build.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\\pc\\.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\\pc\\.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":["aws-lc-rs","aws_lc_rs","std","tls12"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\rustls-b4df1c3b92ed8fbd\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\rustls-b4df1c3b92ed8fbd\\build_script_build.pdb"],"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\\pc\\.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\\pc\\.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":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libdebug_unreachable-50484d9efefac6dd.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpu-allocator@0.28.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\gpu-allocator-0.28.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpu_allocator","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\gpu-allocator-0.28.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":["d3d12","hashbrown","vulkan"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libgpu_allocator-6d09e368aec76394.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#phf@0.13.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf-0.13.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"phf","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\phf-0.13.1\\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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libphf-19d0fe4d44bf62f0.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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\ahash-16aff103b3cf1a65\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.9.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_chacha-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_chacha","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_chacha-0.9.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\librand_chacha-3dae27cf70ba0bf5.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-naga-bridge@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-naga-bridge-29.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu_naga_bridge","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-naga-bridge-29.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwgpu_naga_bridge-be98b10bbbcf1b65.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#read-fonts@0.37.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\read-fonts-0.37.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"read_fonts","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\read-fonts-0.37.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libread_fonts-1a6d7a939842bb61.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#vello_common@0.0.6","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\vello_common-0.0.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"vello_common","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\vello_common-0.0.6\\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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libvello_common-cb11bf313f221142.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\\pc\\.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\\pc\\.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","serde_derive","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libserde-1ea0a691d463e97a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#khronos-egl@6.0.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\khronos-egl-6.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"khronos_egl","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\khronos-egl-6.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":["1_0","1_1","1_2","1_3","1_4","1_5","default","dynamic","libloading"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libkhronos_egl-44beaf364fcd3ff2.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-hal@29.0.3","linked_libs":[],"linked_paths":[],"cfgs":["native","send_sync","dx12","gles","gles_with_std","vulkan","any_backend","supports_64bit_atomics","supports_ptr_atomics"],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\wgpu-hal-d7bc118fc91c7d01\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#mime_guess@2.0.5","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mime_guess-2.0.5\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mime_guess-2.0.5\\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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\mime_guess-87570cd60d3e1584\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\mime_guess-87570cd60d3e1584\\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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\serde_json-4663d09617b76ee5\\out"} +{"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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\rustls-09ffd32de21a76c7\\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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\crossbeam-utils-6415bdf89cce6639\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#gpu-descriptor@0.3.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\gpu-descriptor-0.3.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"gpu_descriptor","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\gpu-descriptor-0.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","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libgpu_descriptor-f2be75e0f38de381.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cipher@0.4.4","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["block-padding"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcipher-ca27f2e3dc4b3805.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#glutin_wgl_sys@0.6.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\glutin_wgl_sys-0.6.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"glutin_wgl_sys","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\glutin_wgl_sys-0.6.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libglutin_wgl_sys-1f34586ef04cd827.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\\pc\\.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\\pc\\.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","aws-lc-rs","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwebpki-edba7c4cb2bf10e8.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libzmij-432d783345ed4d5f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#string_cache_codegen@0.6.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\string_cache_codegen-0.6.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"string_cache_codegen","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\string_cache_codegen-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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libstring_cache_codegen-8a6051e61b8255b1.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libstring_cache_codegen-8a6051e61b8255b1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#emath@0.34.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\emath-0.34.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"emath","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\emath-0.34.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":["bytemuck"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libemath-b0012ff6b1459c1c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ordered-float@4.6.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ordered-float-4.6.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ordered_float","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ordered-float-4.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libordered_float-247cd180258fdd4b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winit@0.30.13","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winit-0.30.13\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winit-0.30.13\\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":["ahash","bytemuck","default","memmap2","percent-encoding","rwh_06","sctk","sctk-adwaita","wayland","wayland-backend","wayland-client","wayland-csd-adwaita","wayland-dlopen","wayland-protocols","wayland-protocols-plasma","x11","x11-dl","x11rb"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\winit-10729f1d271ba79c\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\winit-10729f1d271ba79c\\build_script_build.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libencoding_rs-86d5e7fff5ccc401.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.13.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-segmentation-1.13.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicode_segmentation","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicode-segmentation-1.13.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libunicode_segmentation-3cd7da4915b9cb06.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#range-alloc@0.1.5","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\range-alloc-0.1.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"range_alloc","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\range-alloc-0.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\librange_alloc-9a8a0ef373228fe3.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#glow@0.17.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\glow-0.17.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"glow","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\glow-0.17.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libglow-fb0085998b41898f.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\native-tls-6739790f7a020165\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\native-tls-6739790f7a020165\\build_script_build.pdb"],"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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtinyvec_macros-1a6df390fd1ba255.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libsubtle-1c6fad40dc25706f.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\\pc\\.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\\pc\\.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":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libprecomputed_hash-9223ef8daab23f0a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#renderdoc-sys@1.1.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\renderdoc-sys-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"renderdoc_sys","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\renderdoc-sys-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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\librenderdoc_sys-cfd325e206c7ad29.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\\pc\\.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\\pc\\.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","indexmap","preserve_order","raw_value","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libserde_json-cc80514e18649725.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#web_atoms@0.2.4","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\web_atoms-0.2.4\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\web_atoms-0.2.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\web_atoms-97791d1467d6a3a8\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\web_atoms-97791d1467d6a3a8\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#winit@0.30.13","linked_libs":[],"linked_paths":[],"cfgs":["windows_platform"],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\winit-648ab96542b4d1d5\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.21","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcrossbeam_utils-0dfab09490f23c30.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ecolor@0.34.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ecolor-0.34.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ecolor","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ecolor-0.34.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":["bytemuck"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libecolor-096935dd213a407c.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#mime_guess@2.0.5","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[["MIME_TYPES_GENERATED_PATH","C:\\RustProjects\\AiRust\\target\\debug\\build\\mime_guess-fd34dfadc1ac08e7\\out\\mime_types_generated.rs"]],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\mime_guess-fd34dfadc1ac08e7\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.12","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["no-rng","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libahash-56cf774f4968849c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#vello_cpu@0.0.6","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\vello_cpu-0.0.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"vello_cpu","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\vello_cpu-0.0.6\\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":["f32_pipeline","std","u8_pipeline"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libvello_cpu-39527c514d51d11e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand@0.9.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand-0.9.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand-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":["alloc","default","os_rng","small_rng","std","std_rng","thread_rng"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\librand-024d364df986ce5a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#skrifa@0.40.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\skrifa-0.40.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"skrifa","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\skrifa-0.40.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":["autohint_shaping","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libskrifa-d05e460faa9e13a9.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\\pc\\.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\\pc\\.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":["aws-lc-rs","aws_lc_rs","std","tls12"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\librustls-676db8ea260051b3.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtinyvec-5f5383400325e884.rmeta"],"executable":null,"fresh":true} +{"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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\native-tls-349514170bebf24a\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtower-d0fee666b44a321c.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfdeflate-bb7579387b332d5a.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\\pc\\.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\\pc\\.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_Devices","Win32_Devices_HumanInterfaceDevice","Win32_Foundation","Win32_Globalization","Win32_Graphics","Win32_Graphics_Dwm","Win32_Graphics_Gdi","Win32_Media","Win32_Security","Win32_System","Win32_System_Com","Win32_System_Com_StructuredStorage","Win32_System_LibraryLoader","Win32_System_Ole","Win32_System_SystemInformation","Win32_System_SystemServices","Win32_System_Threading","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_TextServices","Win32_UI_WindowsAndMessaging","default"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows_sys-40992f30dd0cd7a7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-core@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-core-29.0.3\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-core-29.0.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":["default","dx12","fragile-send-sync-non-atomic-wasm","gles","metal","portable-atomic","renderdoc","std","vulkan","webgl","wgpu-core-deps-windows-linux-android","wgsl"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\wgpu-core-13877b4b4734212b\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\wgpu-core-13877b4b4734212b\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#schannel@0.1.29","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libschannel-52547109a6a8c8ac.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pxfm@0.1.29","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pxfm-0.1.29\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pxfm","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pxfm-0.1.29\\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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libpxfm-3f5fc7bd49c4be76.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#litrs@1.0.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\litrs-1.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"litrs","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\litrs-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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\liblitrs-9f11ea6179596571.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\liblitrs-9f11ea6179596571.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nohash-hasher@0.2.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\nohash-hasher-0.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nohash_hasher","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\nohash-hasher-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","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libnohash_hasher-b6b57c112edc443e.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libpowerfmt-3e44aa33a8fa3098.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustc-hash@2.1.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustc-hash-2.1.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustc_hash","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustc-hash-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":["default","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\librustc_hash-f266a93a770354f2.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#unicase@2.9.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicase-2.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"unicase","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\unicase-2.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libunicase-dd8a72581d720d6d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#smol_str@0.2.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\smol_str-0.2.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"smol_str","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\smol_str-0.2.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libsmol_str-e602e7ca272fc0a4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#self_cell@1.2.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\self_cell-1.2.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"self_cell","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\self_cell-1.2.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libself_cell-888ee9dd3b37394c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cursor-icon@1.2.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cursor-icon-1.2.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cursor_icon","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cursor-icon-1.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","default","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcursor_icon-1668adbb65fc2882.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\\pc\\.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\\pc\\.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","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libdpi-92a01263b90302ff.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#epaint_default_fonts@0.34.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\epaint_default_fonts-0.34.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"epaint_default_fonts","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\epaint_default_fonts-0.34.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libepaint_default_fonts-98ecbd0994abc2ff.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#mime_guess@2.0.5","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mime_guess-2.0.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"mime_guess","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\mime_guess-2.0.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libmime_guess-af9dee71401568f8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#png@0.18.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\png-0.18.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"png","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\png-0.18.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libpng-3bbfcf93affebc3e.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libnative_tls-32dc81c967ff5475.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-core@29.0.3","linked_libs":[],"linked_paths":[],"cfgs":["windows_linux_android","send_sync","dx12","gles","vulkan","supports_64bit_atomics"],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\wgpu-core-dee7c723ae54094f\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#deranged@0.5.8","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libderanged-9d86b427ae7abacf.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#moxcms@0.8.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\moxcms-0.8.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"moxcms","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\moxcms-0.8.1\\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":["avx","avx_luts","avx_shaper_fixed_point_paths","avx_shaper_paths","default","lut","neon","neon_luts","neon_shaper_fixed_point_paths","neon_shaper_paths","sse","sse_luts","sse_shaper_fixed_point_paths","sse_shaper_paths"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libmoxcms-a9eab2ed059526e2.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libunicode_normalization-98705e241dd94379.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#document-features@0.2.12","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\document-features-0.2.12\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"document_features","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\document-features-0.2.12\\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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\document_features-6cc151bc381529fa.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\document_features-6cc151bc381529fa.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\document_features-6cc151bc381529fa.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\document_features-6cc151bc381529fa.pdb"],"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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcrossbeam_epoch-18d34b505efabd7a.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#web_atoms@0.2.4","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\web_atoms-cb910ec0a86a09ff\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#string_cache@0.9.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\string_cache-0.9.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"string_cache","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\string_cache-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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libstring_cache-7c01067794c200df.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#winit@0.30.13","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winit-0.30.13\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"winit","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\winit-0.30.13\\src\\lib.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","bytemuck","default","memmap2","percent-encoding","rwh_06","sctk","sctk-adwaita","wayland","wayland-backend","wayland-client","wayland-csd-adwaita","wayland-dlopen","wayland-protocols","wayland-protocols-plasma","x11","x11-dl","x11rb"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwinit-5b5e303cfe2f1500.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#epaint@0.34.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\epaint-0.34.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"epaint","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\epaint-0.34.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":["bytemuck","default_fonts","epaint_default_fonts"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libepaint-99ee184790e6a3cf.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_consumer@0.35.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\accesskit_consumer-0.35.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"accesskit_consumer","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\accesskit_consumer-0.35.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libaccesskit_consumer-408f262a3bcc16ef.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-29.0.3\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-29.0.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":["default","dx12","fragile-send-sync-non-atomic-wasm","gles","metal","parking_lot","std","vulkan","web","webgl","webgpu","wgpu-core","wgsl"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\wgpu-298588b13d4535aa\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\wgpu-298588b13d4535aa\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nom@8.0.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\nom-8.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nom","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\nom-8.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":["alloc","default","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libnom-66c66d0a47a39b2f.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libnum_conv-f66b98169ffbd553.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\\pc\\.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\\pc\\.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":["std","sys_rng"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\getrandom-24896be022d322eb\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\getrandom-24896be022d322eb\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#bytecount@0.6.9","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bytecount-0.6.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"bytecount","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\bytecount-0.6.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":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libbytecount-3d6696682874c7e7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#error-code@3.3.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\error-code-3.3.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"error_code","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\error-code-3.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":["std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\liberror_code-c921901137ed3f8a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#http-range-header@0.4.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\http-range-header-0.4.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"http_range_header","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\http-range-header-0.4.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libhttp_range_header-f6066286a6c829dc.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libunicode_bidi-82872fdfa3a5b219.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_core-0.10.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand_core","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand_core-0.10.1\\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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\librand_core-a62931cf5ebac6d0.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\rustversion-4c4d7a75be37ab97\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\rustversion-4c4d7a75be37ab97\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#byteorder-lite@0.1.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\byteorder-lite-0.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"byteorder_lite","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\byteorder-lite-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":["default","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libbyteorder_lite-f348c7c6555fac83.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\\pc\\.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\\pc\\.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":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libdtoa-fd60709940a605bf.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\\pc\\.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\\pc\\.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":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libutf8-28928552d7335727.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtime_core-dfedd2e17104c1a6.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\rayon-core-0e1fca6e04198194\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\rayon-core-0e1fca6e04198194\\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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libunicode_properties-8c0f24b4a22860a8.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libryu-7f43fe39c11a8b17.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ref-cast-1.0.25\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ref-cast-1.0.25\\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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\ref-cast-73a59324b4470be2\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\ref-cast-73a59324b4470be2\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tower-http@0.6.11","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-http-0.6.11\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tower_http","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tower-http-0.6.11\\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","follow-redirect","fs","futures-core","futures-util","httpdate","mime","mime_guess","percent-encoding","set-status","tokio-util","tower"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtower_http-8cae7a954ddd3714.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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\getrandom-4a164a28727a11ff\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#image@0.25.10","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\image-0.25.10\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"image","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\image-0.25.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":["bmp","png"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libimage-b92eab8bbe7a7715.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#egui@0.34.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\egui-0.34.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"egui","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\egui-0.34.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":["bytemuck","default_fonts"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libegui-49829e03b3ae1bbe.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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\rustversion-a59729f7bbf58ab1\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#dtoa-short@0.3.5","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libdtoa_short-4bb4eb8db57aa501.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#clipboard-win@5.4.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\clipboard-win-5.4.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"clipboard_win","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\clipboard-win-5.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":["std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libclipboard_win-d68afc6ae16cada6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#nom_locate@5.0.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\nom_locate-5.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"nom_locate","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\nom_locate-5.0.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libnom_locate-e74e8ae813196de7.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu@29.0.3","linked_libs":[],"linked_paths":[],"cfgs":["native","send_sync","dx12","vulkan","gles","wgpu_core","supports_64bit_atomics","std"],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\wgpu-31cd204647daf16a\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#stringprep@0.1.5","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libstringprep-50fcea600ce6b941.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tendril@0.5.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tendril-0.5.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tendril","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tendril-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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtendril-4b41397e3e6ec8e6.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\\pc\\.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\\pc\\.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","parsing","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtime-1bc4537d9ef0186e.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\ref-cast-25fb43d3c2eb6e3e\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libserde_urlencoded-8bcb5ac5061ab51d.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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\rayon-core-4c9162099a852180\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_windows@0.32.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\accesskit_windows-0.32.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"accesskit_windows","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\accesskit_windows-0.32.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libaccesskit_windows-bd657382ebc8505e.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcrossbeam_deque-99761de7de3c84ca.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtokio_native_tls-70ff5e97184210a7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#web_atoms@0.2.4","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\web_atoms-0.2.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"web_atoms","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\web_atoms-0.2.4\\lib.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libweb_atoms-a83dd7253e918d33.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\\pc\\.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\\pc\\.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":["aws-lc-rs","aws_lc_rs","tls12"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtokio_rustls-1c0fc54103499ef1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cbc@0.1.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cbc-0.1.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cbc","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cbc-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":["block-padding","default"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcbc-fb225aa3144af381.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ecb@0.1.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ecb-0.1.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ecb","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ecb-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":["block-padding","default"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libecb-701438d3a3d36289.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libaes-ff128bb60869ce3d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#selectors@0.38.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\selectors-0.38.0\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\selectors-0.38.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\selectors-b2decdf4a0c258d2\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\selectors-b2decdf4a0c258d2\\build_script_build.pdb"],"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\\pc\\.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\\pc\\.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":["default","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libmd5-7056c99e211ca62d.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libsha1-964c1349739300d4.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\\pc\\.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\\pc\\.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","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libsha2-3dd61d400093b9be.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\\pc\\.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\\pc\\.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_Gdi","Win32_Storage","Win32_Storage_FileSystem","Win32_System","Win32_System_DataExchange","Win32_System_Memory","Win32_System_Ole","Win32_UI","Win32_UI_Shell","default"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwindows_sys-a61ea44b3d708562.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\\pc\\.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\\pc\\.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"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\ring-3a6f15a60e4ec5f7\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\ring-3a6f15a60e4ec5f7\\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.7.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cssparser-macros-0.7.0\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"cssparser_macros","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cssparser-macros-0.7.0\\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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\cssparser_macros-25e71036ad815c30.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\cssparser_macros-25e71036ad815c30.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\cssparser_macros-25e71036ad815c30.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\cssparser_macros-25e71036ad815c30.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#derive_more-impl@2.1.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\derive_more-impl-2.1.1\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"derive_more_impl","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\derive_more-impl-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":["add","add_assign","default"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\derive_more_impl-d3f5451d3b33e34b.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\derive_more_impl-d3f5451d3b33e34b.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\derive_more_impl-d3f5451d3b33e34b.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\derive_more_impl-d3f5451d3b33e34b.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ref-cast-impl@1.0.25","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ref-cast-impl-1.0.25\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"ref_cast_impl","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ref-cast-impl-1.0.25\\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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\ref_cast_impl-9ba99314937aa81b.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\ref_cast_impl-9ba99314937aa81b.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\ref_cast_impl-9ba99314937aa81b.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\ref_cast_impl-9ba99314937aa81b.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libserde_derive_internals-6b5f4df64aa550f9.rlib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\libserde_derive_internals-6b5f4df64aa550f9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fs-err@3.3.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fs-err-3.3.0\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fs-err-3.3.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":["tokio"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\fs-err-12e34af05f5ea072\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\fs-err-12e34af05f5ea072\\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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\multer-7d0079dfc2c9e79a\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\multer-7d0079dfc2c9e79a\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#data-encoding@2.11.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\data-encoding-2.11.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"data_encoding","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\data-encoding-2.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","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libdata_encoding-9505c2a04610281b.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libbumpalo-e4eade007cfd120b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#jiff-tzdb@0.1.6","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\jiff-tzdb-0.1.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"jiff_tzdb","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\jiff-tzdb-0.1.6\\lib.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libjiff_tzdb-c0e5aeaa70a7ccdf.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\\pc\\.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\\pc\\.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","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libeither-40ea00b2a0b8f64c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.25.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ttf-parser-0.25.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ttf_parser","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ttf-parser-0.25.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":["apple-layout","default","glyph-names","opentype-layout","std","variable-fonts"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libttf_parser-d4eb7e6458141725.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#web-time@1.1.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\web-time-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"web_time","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\web-time-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":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libweb_time-c7263a701ffe8999.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libweezl-d4baa2d4732e0c13.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rangemap@1.7.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rangemap-1.7.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rangemap","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rangemap-1.7.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\librangemap-221a63ee2b4c725e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pom@1.1.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pom-1.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pom","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pom-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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libpom-ad3878b5ce254acb.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\\pc\\.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\\pc\\.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":["std","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libregex_syntax-9ec4cb69b1c2ba67.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cpufeatures-0.3.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cpufeatures","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cpufeatures-0.3.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcpufeatures-89d6a6398902038f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#schemars_derive@1.2.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\schemars_derive-1.2.1\\Cargo.toml","target":{"kind":["proc-macro"],"crate_types":["proc-macro"],"name":"schemars_derive","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\schemars_derive-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":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\schemars_derive-2019dd3d00cab0c5.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\schemars_derive-2019dd3d00cab0c5.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\schemars_derive-2019dd3d00cab0c5.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\schemars_derive-2019dd3d00cab0c5.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#arboard@3.6.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\arboard-3.6.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"arboard","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\arboard-3.6.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":["core-graphics","image","image-data","windows-sys"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libarboard-e73ee53ee83d5bc4.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#fs-err@3.3.0","linked_libs":[],"linked_paths":[],"cfgs":["rustc_1_56","rustc_1_63","rustc_1_73","rustc_1_75","rustc_1_81","rustc_1_89"],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\fs-err-a19802bf508630cb\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#jiff-tzdb-platform@0.1.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\jiff-tzdb-platform-0.1.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"jiff_tzdb_platform","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\jiff-tzdb-platform-0.1.3\\lib.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libjiff_tzdb_platform-7ff878c370faf174.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#derive_more@2.1.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\derive_more-2.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"derive_more","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\derive_more-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":["add","add_assign","default","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libderive_more-7e1bdcb2ee3277af.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libzopfli-cb21f31457fdc5d4.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=C:\\RustProjects\\AiRust\\target\\debug\\build\\ring-afd4fa7b0e910262\\out"],"cfgs":[],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\ring-afd4fa7b0e910262\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cssparser@0.37.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cssparser-0.37.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cssparser","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cssparser-0.37.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","fast_match_byte","fast_match_color"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcssparser-360f1d81688dc7d1.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\\pc\\.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\\pc\\.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","hybrid","meta","nfa-pikevm","nfa-thompson","perf-inline","std","syntax","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment","unicode-word-boundary"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libregex_automata-ee267af9f1a63587.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\chacha20-0.10.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"chacha20","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\chacha20-0.10.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":["rng"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libchacha20-f0e2521cb09c0f4a.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tungstenite@0.29.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tungstenite-0.29.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tungstenite","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tungstenite-0.29.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":["data-encoding","handshake","http","httparse","sha1"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtungstenite-ebee5047d2a94175.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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\multer-eb8cad25357e0639\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ref-cast@1.0.25","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ref-cast-1.0.25\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ref_cast","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ref-cast-1.0.25\\src\\lib.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libref_cast-da6f8e6fa2ebf30b.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_winit@0.32.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\accesskit_winit-0.32.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"accesskit_winit","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\accesskit_winit-0.32.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":["accesskit_unix","async-io","default","rwh_06"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libaccesskit_winit-6042e048934b3662.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#selectors@0.38.0","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\selectors-50a8ab3d460a09d2\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.13.0","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\librayon_core-fe63f7016b761678.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#markup5ever@0.39.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\markup5ever-0.39.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"markup5ever","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\markup5ever-0.39.0\\lib.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libmarkup5ever-5802eec6d1b2f2e9.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libhyper_tls-d99e461a57bd61f9.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\\pc\\.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\\pc\\.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":["std","sys_rng"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libgetrandom-e4131543ce63864a.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\rustversion-cccb962627cfa13f.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\rustversion-cccb962627cfa13f.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\rustversion-cccb962627cfa13f.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\rustversion-cccb962627cfa13f.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#type-map@0.5.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\type-map-0.5.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"type_map","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\type-map-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":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtype_map-a05702646e885e5f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#webbrowser@1.2.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\webbrowser-1.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"webbrowser","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\webbrowser-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":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libwebbrowser-37f96fd31e6d816d.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\async_stream_impl-851052461bf7de76.dll","C:\\RustProjects\\AiRust\\target\\debug\\deps\\async_stream_impl-851052461bf7de76.dll.lib","C:\\RustProjects\\AiRust\\target\\debug\\deps\\async_stream_impl-851052461bf7de76.dll.exp","C:\\RustProjects\\AiRust\\target\\debug\\deps\\async_stream_impl-851052461bf7de76.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#servo_arc@0.4.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\servo_arc-0.4.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"servo_arc","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\servo_arc-0.4.3\\lib.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","track_alloc_size"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libservo_arc-f67be290d1a3c14b.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\\pc\\.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\\pc\\.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":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libgetrandom-e55e96bfc2f4f4bb.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\\pc\\.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\\pc\\.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":["mutex","spin_mutex"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libspin-cbd258ce64aed3fc.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#xml@1.3.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\xml-1.3.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"xml","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\xml-1.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libxml-ec05d61fa8ca6e95.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\build\\anyhow-00432e692368ea64\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\anyhow-00432e692368ea64\\build_script_build.pdb"],"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\\pc\\.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\\pc\\.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":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libdyn_clone-fbe4cf892afcbddb.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rfd@0.17.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rfd-0.17.2\\Cargo.toml","target":{"kind":["custom-build"],"crate_types":["bin"],"name":"build-script-build","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rfd-0.17.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":["default","pollster","wayland","wayland-backend","wayland-client","wayland-protocols","xdg-portal"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\build\\rfd-44602907556f7d32\\build-script-build.exe","C:\\RustProjects\\AiRust\\target\\debug\\build\\rfd-44602907556f7d32\\build_script_build.pdb"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#egui-winit@0.34.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\egui-winit-0.34.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"egui_winit","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\egui-winit-0.34.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":["accesskit","arboard","bytemuck","clipboard","links","smithay-clipboard","wayland","webbrowser","x11"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libegui_winit-092d61ee6603ea30.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rayon@1.12.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rayon-1.12.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rayon","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rayon-1.12.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\librayon-c8d31a4a61f814d4.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rand@0.10.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand-0.10.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rand","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rand-0.10.1\\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","std","std_rng","sys_rng","thread_rng"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\librand-45215a2436ea2904.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#html5ever@0.39.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\html5ever-0.39.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"html5ever","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\html5ever-0.39.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libhtml5ever-4f0ccc193e26d1a9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#async-stream@0.3.6","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libasync_stream-3126dcabfe96c535.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#tokio-tungstenite@0.29.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-tungstenite-0.29.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"tokio_tungstenite","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\tokio-tungstenite-0.29.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":["connect","default","handshake","stream"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtokio_tungstenite-d450568408a631dd.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\\pc\\.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\\pc\\.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":["__tls","default-tls","json","stream"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libreqwest-a64fdfb2433f09f5.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\\pc\\.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\\pc\\.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":["perf-cache","perf-dfa","perf-inline","std","unicode","unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libregex-5eeab87cbb81210b.rmeta"],"executable":null,"fresh":true} +{"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":"C:\\RustProjects\\AiRust\\target\\debug\\build\\anyhow-bca52ec9c173398f\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#multer@3.1.0","manifest_path":"C:\\Users\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libmulter-97c6680efd855eb7.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#selectors@0.38.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\selectors-0.38.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"selectors","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\selectors-0.38.0\\lib.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libselectors-ee51066dcc875252.rmeta"],"executable":null,"fresh":true} +{"reason":"build-script-executed","package_id":"registry+https://github.com/rust-lang/crates.io-index#rfd@0.17.2","linked_libs":[],"linked_paths":[],"cfgs":[],"env":[],"out_dir":"C:\\RustProjects\\AiRust\\target\\debug\\build\\rfd-1038716e604f86f8\\out"} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#schemars@1.2.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\schemars-1.2.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"schemars","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\schemars-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":["default","derive","preserve_order","schemars_derive","std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libschemars-d03d7abb64ae50ac.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\\pc\\.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\\pc\\.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"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libring-422d2edb9d541243.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#xml-rs@1.0.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\xml-rs-1.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"xml","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\xml-rs-1.0.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libxml-275ef4eb41223476.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#arc-swap@1.9.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\arc-swap-1.9.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"arc_swap","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\arc-swap-1.9.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libarc_swap-f87d365127991886.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#type1-encoding-parser@0.1.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\type1-encoding-parser-0.1.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"type1_encoding_parser","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\type1-encoding-parser-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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtype1_encoding_parser-a628ef40fedc2fa9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lopdf@0.38.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\lopdf-0.38.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lopdf","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\lopdf-0.38.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\liblopdf-c033223fc4cf0de1.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#zip@3.0.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zip-3.0.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"zip","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\zip-3.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":["_deflate-any","deflate","deflate-flate2","deflate-flate2-zlib-rs","deflate-zopfli","zopfli"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libzip-144a6b367d198888.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#jiff@0.2.24","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\jiff-0.2.24\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"jiff","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\jiff-0.2.24\\src\\lib.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","perf-inline","std","tz-fat","tz-system","tzdb-bundle-platform","tzdb-concatenated","tzdb-zoneinfo"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libjiff-5ccf53bfc06ea2ff.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#adobe-cmap-parser@0.4.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\adobe-cmap-parser-0.4.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"adobe_cmap_parser","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\adobe-cmap-parser-0.4.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libadobe_cmap_parser-bcee599e9963afe8.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#fs-err@3.3.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fs-err-3.3.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"fs_err","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\fs-err-3.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":["tokio"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfs_err-90a6575595739f40.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#yasna@0.6.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\yasna-0.6.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"yasna","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\yasna-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":["default","std","time"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libyasna-fa6f42cfa1e02ac8.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\\pc\\.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\\pc\\.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":["aws-lc-rs","http1","http2","tls12"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libhyper_rustls-c7d49f255cfc279c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rustls-platform-verifier@0.7.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustls-platform-verifier-0.7.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rustls_platform_verifier","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rustls-platform-verifier-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":[],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\librustls_platform_verifier-e8ac319e9728cf97.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#axum-core@0.5.6","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\axum-core-0.5.6\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"axum_core","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\axum-core-0.5.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":["tracing"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libaxum_core-3265fa679b48c312.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libserde_path_to_error-586423d54d904f71.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libpem-a2fa1df253434f66.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#getopts@0.2.24","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getopts-0.2.24\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"getopts","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\getopts-0.2.24\\src\\lib.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","unicode"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libgetopts-9d98f118d9dec2b6.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\\pc\\.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\\pc\\.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":["std"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfutures_executor-be33c9d42fc612f9.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#euclid@0.20.14","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\euclid-0.20.14\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"euclid","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\euclid-0.20.14\\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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libeuclid-8a86be1b4a24a40c.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\\pc\\.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\\pc\\.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","iana-time-zone","now","std","winapi","windows-link"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libchrono-7b7aafc5d7d5a006.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\\pc\\.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\\pc\\.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","time"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libtokio_stream-40cd33442bcfd85c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ego-tree@0.11.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ego-tree-0.11.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ego_tree","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ego-tree-0.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libego_tree-c30deb1718da6e8e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#cff-parser@0.1.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cff-parser-0.1.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"cff_parser","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\cff-parser-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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libcff_parser-2ee7fbd953fae73c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#matchit@0.8.4","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\matchit-0.8.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"matchit","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\matchit-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":["default"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libmatchit-86816976145f975f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#postscript@0.14.1","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\postscript-0.14.1\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"postscript","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\postscript-0.14.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libpostscript-af53c30283690007.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pollster@0.4.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pollster-0.4.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pollster","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pollster-0.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libpollster-562e1ff1d923d376.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#lopdf@0.40.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\lopdf-0.40.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"lopdf","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\lopdf-0.40.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":["chrono","default","jiff","rayon","time"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\liblopdf-0c104630dd89000f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rcgen@0.14.8","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rcgen-0.14.8\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rcgen","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rcgen-0.14.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":["crypto","default","pem","ring"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\librcgen-be3b1cc2d84d258d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#ollama-rs@0.3.4","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ollama-rs-0.3.4\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"ollama_rs","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\ollama-rs-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":["default","stream","tokio","tokio-stream"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libollama_rs-590bd6070fc2cdde.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#axum@0.8.9","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\axum-0.8.9\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"axum","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\axum-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","form","http1","json","matched-path","multipart","original-uri","query","tokio","tower-log","tracing","ws"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libaxum-1837af3c2f0f81f6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#pdf-extract@0.10.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pdf-extract-0.10.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"pdf_extract","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\pdf-extract-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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libpdf_extract-2b8c2902a2753676.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#reqwest@0.13.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\reqwest-0.13.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"reqwest","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\reqwest-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":["__rustls","__rustls-aws-lc-rs","__tls","blocking","charset","default","default-tls","http2","json","multipart","rustls","system-proxy"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libreqwest-c1125c3811a596cf.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libfutures-d6100f696e2658f6.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#scraper@0.27.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\scraper-0.27.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"scraper","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\scraper-0.27.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":["default","errors","main"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libscraper-4a6a9e92adb8a9c6.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libanyhow-db85ef2021a4376f.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#rfd@0.17.2","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rfd-0.17.2\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"rfd","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\rfd-0.17.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","pollster","wayland","wayland-backend","wayland-client","wayland-protocols","xdg-portal"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\librfd-99cb611564cf142d.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#axum-server@0.8.0","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\axum-server-0.8.0\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"axum_server","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\axum-server-0.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":["arc-swap","default","rustls","rustls-pki-types","tls-rustls","tls-rustls-no-provider","tokio-rustls"],"filenames":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libaxum_server-af5d4c83ee7c889e.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#epub@2.1.5","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\epub-2.1.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"epub","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\epub-2.1.5\\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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libepub-658ff2f106a0268c.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-artifact","package_id":"registry+https://github.com/rust-lang/crates.io-index#open@5.3.5","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\open-5.3.5\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"open","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\open-5.3.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\libopen-572ba77cf1b30540.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\\pc\\.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\\pc\\.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":["C:\\RustProjects\\AiRust\\target\\debug\\deps\\liburlencoding-f9a9ff7f9cf4ffcc.rmeta"],"executable":null,"fresh":true} +{"reason":"compiler-message","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-hal@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu_hal","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"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":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs","byte_start":2397,"byte_end":2408,"line_start":83,"line_end":83,"column_start":71,"column_end":82,"is_primary":true,"text":[{"text":" device: gpu_allocator::d3d12::ID3D12DeviceVersion::Device(raw.clone()),","highlight_start":71,"highlight_end":82}],"label":"expected `ID3D12Device`, found `Direct3D12::ID3D12Device`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs","byte_start":2347,"byte_end":2396,"line_start":83,"line_end":83,"column_start":21,"column_end":70,"is_primary":false,"text":[{"text":" device: gpu_allocator::d3d12::ID3D12DeviceVersion::Device(raw.clone()),","highlight_start":21,"highlight_end":70}],"label":"arguments to this enum variant are incorrect","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"there are multiple different versions of crate `windows` in the dependency graph","code":null,"level":"note","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\mod.rs","byte_start":1657,"byte_end":1700,"line_start":62,"line_end":62,"column_start":9,"column_end":52,"is_primary":true,"text":[{"text":" pub struct $name(::windows_core::IUnknown);","highlight_start":9,"highlight_end":52}],"label":"this is the expected type","suggested_replacement":null,"suggestion_applicability":null,"expansion":{"span":{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.58.0\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs","byte_start":38625,"byte_end":38734,"line_start":655,"line_end":655,"column_start":1,"column_end":110,"is_primary":false,"text":[{"text":"windows_core::imp::define_interface!(ID3D12Device, ID3D12Device_Vtbl, 0x189819f1_1db6_4b57_be54_1821339b85f7);","highlight_start":1,"highlight_end":110}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},"macro_decl_name":"windows_core::imp::define_interface!","def_site_span":{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\mod.rs","byte_start":1457,"byte_end":1486,"line_start":58,"line_end":58,"column_start":1,"column_end":30,"is_primary":false,"text":[{"text":"macro_rules! define_interface {","highlight_start":1,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}}},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.62.2\\src\\imp\\mod.rs","byte_start":1699,"byte_end":1742,"line_start":64,"line_end":64,"column_start":9,"column_end":52,"is_primary":false,"text":[{"text":" pub struct $name(::windows_core::IUnknown);","highlight_start":9,"highlight_end":52}],"label":"this is the found type","suggested_replacement":null,"suggestion_applicability":null,"expansion":{"span":{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs","byte_start":512093,"byte_end":512202,"line_start":9314,"line_end":9314,"column_start":1,"column_end":110,"is_primary":false,"text":[{"text":"windows_core::imp::define_interface!(ID3D12Device, ID3D12Device_Vtbl, 0x189819f1_1db6_4b57_be54_1821339b85f7);","highlight_start":1,"highlight_end":110}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},"macro_decl_name":"windows_core::imp::define_interface!","def_site_span":{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.62.2\\src\\imp\\mod.rs","byte_start":1499,"byte_end":1528,"line_start":60,"line_end":60,"column_start":1,"column_end":30,"is_primary":false,"text":[{"text":"macro_rules! define_interface {","highlight_start":1,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}}}],"children":[],"rendered":null},{"message":"you can use `cargo tree` to explore your dependency tree","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"tuple variant defined here","code":null,"level":"note","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\gpu-allocator-0.28.0\\src\\d3d12\\mod.rs","byte_start":4644,"byte_end":4650,"line_start":142,"line_end":142,"column_start":5,"column_end":11,"is_primary":true,"text":[{"text":" Device(ID3D12Device),","highlight_start":5,"highlight_end":11}],"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[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs:83:71\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 83\u001b[0m \u001b[1m\u001b[96m|\u001b[0m device: gpu_allocator::d3d12::ID3D12DeviceVersion::Device(raw.clone()),\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-------------------------------------------------\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[91mexpected `ID3D12Device`, found `Direct3D12::ID3D12Device`\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 enum variant are incorrect\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: there are multiple different versions of crate `windows` in the dependency graph\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\mod.rs:62:9\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 62\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub struct $name(::windows_core::IUnknown);\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[92mthis is the expected type\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m::: \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.62.2\\src\\imp\\mod.rs:64:9\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 64\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub struct $name(::windows_core::IUnknown);\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-------------------------------------------\u001b[0m \u001b[1m\u001b[96mthis is the found type\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m::: \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.58.0\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs:655:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m655\u001b[0m \u001b[1m\u001b[96m|\u001b[0m windows_core::imp::define_interface!(ID3D12Device, ID3D12Device_Vtbl, 0x189819f1_1db6_4b57_be54_1821339b85f7);\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-------------------------------------------------------------------------------------------------------------\u001b[0m \u001b[1m\u001b[96min this macro invocation\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: you can use `cargo tree` to explore your dependency tree\n\u001b[1m\u001b[92mnote\u001b[0m: tuple variant defined here\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\gpu-allocator-0.28.0\\src\\d3d12\\mod.rs:142:5\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m142\u001b[0m \u001b[1m\u001b[96m|\u001b[0m Device(ID3D12Device),\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: this error originates in the macro `windows_core::imp::define_interface` (in Nightly builds, run with -Z macro-backtrace for more info)\n\n"}} +{"reason":"compiler-message","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-hal@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu_hal","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"the trait bound `ResourceCategory: From<&D3D12_RESOURCE_DESC>` is not satisfied","code":{"code":"E0277","explanation":"You tried to use a type which doesn't implement some trait in a place which\nexpected that trait.\n\nErroneous code example:\n\n```compile_fail,E0277\n// here we declare the Foo trait with a bar method\ntrait Foo {\n fn bar(&self);\n}\n\n// we now declare a function which takes an object implementing the Foo trait\nfn some_func(foo: T) {\n foo.bar();\n}\n\nfn main() {\n // we now call the method with the i32 type, which doesn't implement\n // the Foo trait\n some_func(5i32); // error: the trait bound `i32 : Foo` is not satisfied\n}\n```\n\nIn order to fix this error, verify that the type you're using does implement\nthe trait. Example:\n\n```\ntrait Foo {\n fn bar(&self);\n}\n\n// we implement the trait on the i32 type\nimpl Foo for i32 {\n fn bar(&self) {}\n}\n\nfn some_func(foo: T) {\n foo.bar(); // we can now use this method since i32 implements the\n // Foo trait\n}\n\nfn main() {\n some_func(5i32); // ok!\n}\n```\n\nOr in a generic context, an erroneous code example would look like:\n\n```compile_fail,E0277\nfn some_func(foo: T) {\n println!(\"{:?}\", foo); // error: the trait `core::fmt::Debug` is not\n // implemented for the type `T`\n}\n\nfn main() {\n // We now call the method with the i32 type,\n // which *does* implement the Debug trait.\n some_func(5i32);\n}\n```\n\nNote that the error here is in the definition of the generic function. Although\nwe only call it with a parameter that does implement `Debug`, the compiler\nstill rejects the function. It must work with all possible input types. In\norder to make this example compile, we need to restrict the generic type we're\naccepting:\n\n```\nuse std::fmt;\n\n// Restrict the input type to types that implement Debug.\nfn some_func(foo: T) {\n println!(\"{:?}\", foo);\n}\n\nfn main() {\n // Calling the method is still fine, as i32 implements Debug.\n some_func(5i32);\n\n // This would fail to compile now:\n // struct WithoutDebug;\n // some_func(WithoutDebug);\n}\n```\n\nRust only looks at the signature of the called function, as such it must\nalready specify all requirements that will be used for every type parameter.\n"},"level":"error","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs","byte_start":9846,"byte_end":9884,"line_start":299,"line_end":299,"column_start":32,"column_end":70,"is_primary":true,"text":[{"text":" resource_category: gpu_allocator::d3d12::ResourceCategory::from(&raw_desc),","highlight_start":32,"highlight_end":70}],"label":"the trait `From<&D3D12_RESOURCE_DESC>` is not implemented for `ResourceCategory`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"the trait `From<&D3D12_RESOURCE_DESC>` is not implemented for `ResourceCategory`\nbut trait `From<&windows::Win32::Graphics::Direct3D12::D3D12_RESOURCE_DESC>` is implemented for it","code":null,"level":"help","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\gpu-allocator-0.28.0\\src\\d3d12\\mod.rs","byte_start":2181,"byte_end":2233,"line_start":79,"line_end":79,"column_start":1,"column_end":53,"is_primary":true,"text":[{"text":"impl From<&D3D12_RESOURCE_DESC> for ResourceCategory {","highlight_start":1,"highlight_end":53}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"for that trait implementation, expected `windows::Win32::Graphics::Direct3D12::D3D12_RESOURCE_DESC`, found `D3D12_RESOURCE_DESC`","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0277]\u001b[0m\u001b[1m\u001b[97m: the trait bound `ResourceCategory: From<&D3D12_RESOURCE_DESC>` is not satisfied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs:299:32\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m299\u001b[0m \u001b[1m\u001b[96m|\u001b[0m resource_category: gpu_allocator::d3d12::ResourceCategory::from(&raw_desc),\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[91mthe trait `From<&D3D12_RESOURCE_DESC>` is not implemented for `ResourceCategory`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: the trait `From<&\u001b[1m\u001b[35mD3D12_RESOURCE_DESC\u001b[0m>` \u001b[1m\u001b[35mis not\u001b[0m implemented for `ResourceCategory`\n but trait `From<&\u001b[1m\u001b[35mwindows::Win32::Graphics::Direct3D12::D3D12_RESOURCE_DESC\u001b[0m>` \u001b[1m\u001b[35mis\u001b[0m implemented for it\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\gpu-allocator-0.28.0\\src\\d3d12\\mod.rs:79:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 79\u001b[0m \u001b[1m\u001b[96m|\u001b[0m impl From<&D3D12_RESOURCE_DESC> for ResourceCategory {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: for that trait implementation, expected `\u001b[1m\u001b[35mwindows::Win32::Graphics::Direct3D12::D3D12_RESOURCE_DESC\u001b[0m`, found `\u001b[1m\u001b[35mD3D12_RESOURCE_DESC\u001b[0m`\n\n"}} +{"reason":"compiler-message","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-hal@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu_hal","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"the trait bound `&ID3D12Heap: Param` is not satisfied","code":{"code":"E0277","explanation":"You tried to use a type which doesn't implement some trait in a place which\nexpected that trait.\n\nErroneous code example:\n\n```compile_fail,E0277\n// here we declare the Foo trait with a bar method\ntrait Foo {\n fn bar(&self);\n}\n\n// we now declare a function which takes an object implementing the Foo trait\nfn some_func(foo: T) {\n foo.bar();\n}\n\nfn main() {\n // we now call the method with the i32 type, which doesn't implement\n // the Foo trait\n some_func(5i32); // error: the trait bound `i32 : Foo` is not satisfied\n}\n```\n\nIn order to fix this error, verify that the type you're using does implement\nthe trait. Example:\n\n```\ntrait Foo {\n fn bar(&self);\n}\n\n// we implement the trait on the i32 type\nimpl Foo for i32 {\n fn bar(&self) {}\n}\n\nfn some_func(foo: T) {\n foo.bar(); // we can now use this method since i32 implements the\n // Foo trait\n}\n\nfn main() {\n some_func(5i32); // ok!\n}\n```\n\nOr in a generic context, an erroneous code example would look like:\n\n```compile_fail,E0277\nfn some_func(foo: T) {\n println!(\"{:?}\", foo); // error: the trait `core::fmt::Debug` is not\n // implemented for the type `T`\n}\n\nfn main() {\n // We now call the method with the i32 type,\n // which *does* implement the Debug trait.\n some_func(5i32);\n}\n```\n\nNote that the error here is in the definition of the generic function. Although\nwe only call it with a parameter that does implement `Debug`, the compiler\nstill rejects the function. It must work with all possible input types. In\norder to make this example compile, we need to restrict the generic type we're\naccepting:\n\n```\nuse std::fmt;\n\n// Restrict the input type to types that implement Debug.\nfn some_func(foo: T) {\n println!(\"{:?}\", foo);\n}\n\nfn main() {\n // Calling the method is still fine, as i32 implements Debug.\n some_func(5i32);\n\n // This would fail to compile now:\n // struct WithoutDebug;\n // some_func(WithoutDebug);\n}\n```\n\nRust only looks at the signature of the called function, as such it must\nalready specify all requirements that will be used for every type parameter.\n"},"level":"error","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs","byte_start":10088,"byte_end":10105,"line_start":306,"line_end":306,"column_start":17,"column_end":34,"is_primary":true,"text":[{"text":" allocation.heap(),","highlight_start":17,"highlight_end":34}],"label":"the trait `Interface` is not implemented for `windows::Win32::Graphics::Direct3D12::ID3D12Heap`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs","byte_start":10050,"byte_end":10070,"line_start":305,"line_end":305,"column_start":22,"column_end":42,"is_primary":false,"text":[{"text":" self.raw.CreatePlacedResource(","highlight_start":22,"highlight_end":42}],"label":"required by a bound introduced by this call","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"there are multiple different versions of crate `windows_core` in the dependency graph","code":null,"level":"note","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.62.2\\src\\interface.rs","byte_start":356,"byte_end":397,"line_start":14,"line_end":14,"column_start":1,"column_end":42,"is_primary":true,"text":[{"text":"pub unsafe trait Interface: Sized + Clone {","highlight_start":1,"highlight_end":42}],"label":"this is the expected trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\interface.rs","byte_start":356,"byte_end":397,"line_start":14,"line_end":14,"column_start":1,"column_end":42,"is_primary":false,"text":[{"text":"pub unsafe trait Interface: Sized + Clone {","highlight_start":1,"highlight_end":42}],"label":"this is the found trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"you can use `cargo tree` to explore your dependency tree","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"the following other types implement trait `Interface`:\n AsyncIAdviseSink\n AsyncIAdviseSink2\n AsyncIMultiQI\n AsyncIPipeByte\n AsyncIPipeDouble\n AsyncIPipeLong\n AsyncIUnknown\n DICounterItem\nand 638 others","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"there are multiple different versions of crate `windows` in the dependency graph","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"you can use `cargo tree` to explore your dependency tree","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"required for `&windows::Win32::Graphics::Direct3D12::ID3D12Heap` to implement `Param`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"required by a bound in `Direct3D12::ID3D12Device::CreatePlacedResource`","code":null,"level":"note","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs","byte_start":522855,"byte_end":522875,"line_start":9454,"line_end":9454,"column_start":19,"column_end":39,"is_primary":false,"text":[{"text":" pub unsafe fn CreatePlacedResource(&self, pheap: P0, heapoffset: u64, pdesc: *const D3D12_RESOURCE_DESC, initialstate: D3D12_RESOURCE_STATES, poptimizedclearvalue: Option<*const D3D12_CLEAR_VALUE>, result__: *mut Option) -> windows_core::Result<()>","highlight_start":19,"highlight_end":39}],"label":"required by a bound in this associated function","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs","byte_start":523122,"byte_end":523153,"line_start":9456,"line_end":9456,"column_start":13,"column_end":44,"is_primary":true,"text":[{"text":" P0: windows_core::Param,","highlight_start":13,"highlight_end":44}],"label":"required by this bound in `ID3D12Device::CreatePlacedResource`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"the full name for the type has been written to 'C:\\RustProjects\\AiRust\\target\\debug\\deps\\wgpu_hal-5c9b741518706242.long-type-5291208293425977507.txt'","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"consider using `--verbose` to print the full type name to the console","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0277]\u001b[0m\u001b[1m\u001b[97m: the trait bound `&ID3D12Heap: Param` is not satisfied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs:306:17\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 305\u001b[0m \u001b[1m\u001b[96m|\u001b[0m self.raw.CreatePlacedResource(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m--------------------\u001b[0m \u001b[1m\u001b[96mrequired by a bound introduced by this call\u001b[0m\n\u001b[1m\u001b[96m 306\u001b[0m \u001b[1m\u001b[96m|\u001b[0m allocation.heap(),\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[91mthe trait `Interface` is not implemented for `windows::Win32::Graphics::Direct3D12::ID3D12Heap`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: there are multiple different versions of crate `windows_core` in the dependency graph\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.62.2\\src\\interface.rs:14:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 14\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub unsafe trait Interface: Sized + Clone {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[92mthis is the expected trait\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m::: \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\interface.rs:14:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 14\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub unsafe trait Interface: Sized + Clone {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-----------------------------------------\u001b[0m \u001b[1m\u001b[96mthis is the found trait\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: you can use `cargo tree` to explore your dependency tree\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: the following other types implement trait `Interface`:\n AsyncIAdviseSink\n AsyncIAdviseSink2\n AsyncIMultiQI\n AsyncIPipeByte\n AsyncIPipeDouble\n AsyncIPipeLong\n AsyncIUnknown\n DICounterItem\n and 638 others\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: there are multiple different versions of crate `windows` in the dependency graph\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: you can use `cargo tree` to explore your dependency tree\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: required for `&windows::Win32::Graphics::Direct3D12::ID3D12Heap` to implement `Param`\n\u001b[1m\u001b[92mnote\u001b[0m: required by a bound in `Direct3D12::ID3D12Device::CreatePlacedResource`\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs:9456:13\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m9454\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub unsafe fn CreatePlacedResource(&self, pheap: P0, heapoffset: u64, pdesc: *const D3D12_RESOURCE_DESC, initialstate: \u001b[1m\u001b[96m...\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m--------------------\u001b[0m \u001b[1m\u001b[96mrequired by a bound in this associated function\u001b[0m\n\u001b[1m\u001b[96m9455\u001b[0m \u001b[1m\u001b[96m|\u001b[0m where\n\u001b[1m\u001b[96m9456\u001b[0m \u001b[1m\u001b[96m|\u001b[0m P0: windows_core::Param,\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[92mrequired by this bound in `ID3D12Device::CreatePlacedResource`\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: the full name for the type has been written to 'C:\\RustProjects\\AiRust\\target\\debug\\deps\\wgpu_hal-5c9b741518706242.long-type-5291208293425977507.txt'\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: consider using `--verbose` to print the full type name to the console\n\n"}} +{"reason":"compiler-message","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-hal@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu_hal","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"the trait bound `&ID3D12Heap: Param` is not satisfied","code":{"code":"E0277","explanation":"You tried to use a type which doesn't implement some trait in a place which\nexpected that trait.\n\nErroneous code example:\n\n```compile_fail,E0277\n// here we declare the Foo trait with a bar method\ntrait Foo {\n fn bar(&self);\n}\n\n// we now declare a function which takes an object implementing the Foo trait\nfn some_func(foo: T) {\n foo.bar();\n}\n\nfn main() {\n // we now call the method with the i32 type, which doesn't implement\n // the Foo trait\n some_func(5i32); // error: the trait bound `i32 : Foo` is not satisfied\n}\n```\n\nIn order to fix this error, verify that the type you're using does implement\nthe trait. Example:\n\n```\ntrait Foo {\n fn bar(&self);\n}\n\n// we implement the trait on the i32 type\nimpl Foo for i32 {\n fn bar(&self) {}\n}\n\nfn some_func(foo: T) {\n foo.bar(); // we can now use this method since i32 implements the\n // Foo trait\n}\n\nfn main() {\n some_func(5i32); // ok!\n}\n```\n\nOr in a generic context, an erroneous code example would look like:\n\n```compile_fail,E0277\nfn some_func(foo: T) {\n println!(\"{:?}\", foo); // error: the trait `core::fmt::Debug` is not\n // implemented for the type `T`\n}\n\nfn main() {\n // We now call the method with the i32 type,\n // which *does* implement the Debug trait.\n some_func(5i32);\n}\n```\n\nNote that the error here is in the definition of the generic function. Although\nwe only call it with a parameter that does implement `Debug`, the compiler\nstill rejects the function. It must work with all possible input types. In\norder to make this example compile, we need to restrict the generic type we're\naccepting:\n\n```\nuse std::fmt;\n\n// Restrict the input type to types that implement Debug.\nfn some_func(foo: T) {\n println!(\"{:?}\", foo);\n}\n\nfn main() {\n // Calling the method is still fine, as i32 implements Debug.\n some_func(5i32);\n\n // This would fail to compile now:\n // struct WithoutDebug;\n // some_func(WithoutDebug);\n}\n```\n\nRust only looks at the signature of the called function, as such it must\nalready specify all requirements that will be used for every type parameter.\n"},"level":"error","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs","byte_start":10088,"byte_end":10105,"line_start":306,"line_end":306,"column_start":17,"column_end":34,"is_primary":true,"text":[{"text":" allocation.heap(),","highlight_start":17,"highlight_end":34}],"label":"the trait `windows_core::imp::CanInto` is not implemented for `windows::Win32::Graphics::Direct3D12::ID3D12Heap`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs","byte_start":10050,"byte_end":10070,"line_start":305,"line_end":305,"column_start":22,"column_end":42,"is_primary":false,"text":[{"text":" self.raw.CreatePlacedResource(","highlight_start":22,"highlight_end":42}],"label":"required by a bound introduced by this call","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"there are multiple different versions of crate `windows_core` in the dependency graph","code":null,"level":"note","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.62.2\\src\\imp\\can_into.rs","byte_start":0,"byte_end":27,"line_start":1,"line_end":1,"column_start":1,"column_end":28,"is_primary":true,"text":[{"text":"pub trait CanInto: Sized {","highlight_start":1,"highlight_end":28}],"label":"this is the expected trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\can_into.rs","byte_start":0,"byte_end":27,"line_start":1,"line_end":1,"column_start":1,"column_end":28,"is_primary":false,"text":[{"text":"pub trait CanInto: Sized {","highlight_start":1,"highlight_end":28}],"label":"this is the found trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\can_into.rs","byte_start":0,"byte_end":27,"line_start":1,"line_end":1,"column_start":1,"column_end":28,"is_primary":false,"text":[{"text":"pub trait CanInto: Sized {","highlight_start":1,"highlight_end":28}],"label":"this is the found trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\can_into.rs","byte_start":0,"byte_end":27,"line_start":1,"line_end":1,"column_start":1,"column_end":28,"is_primary":false,"text":[{"text":"pub trait CanInto: Sized {","highlight_start":1,"highlight_end":28}],"label":"this is the found trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\can_into.rs","byte_start":0,"byte_end":27,"line_start":1,"line_end":1,"column_start":1,"column_end":28,"is_primary":false,"text":[{"text":"pub trait CanInto: Sized {","highlight_start":1,"highlight_end":28}],"label":"this is the found trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\can_into.rs","byte_start":0,"byte_end":27,"line_start":1,"line_end":1,"column_start":1,"column_end":28,"is_primary":false,"text":[{"text":"pub trait CanInto: Sized {","highlight_start":1,"highlight_end":28}],"label":"this is the found trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"you can use `cargo tree` to explore your dependency tree","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"the following other types implement trait `windows_core::imp::CanInto`:\n `AsyncIAdviseSink` implements `windows_core::imp::CanInto`\n `AsyncIAdviseSink2` implements `windows_core::imp::CanInto`\n `AsyncIAdviseSink2` implements `windows_core::imp::CanInto`\n `AsyncIMultiQI` implements `windows_core::imp::CanInto`\n `AsyncIPipeByte` implements `windows_core::imp::CanInto`\n `AsyncIPipeDouble` implements `windows_core::imp::CanInto`\n `AsyncIPipeLong` implements `windows_core::imp::CanInto`\n `AsyncIUnknown` implements `windows_core::imp::CanInto`\nand 1330 others","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"there are multiple different versions of crate `windows` in the dependency graph","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"you can use `cargo tree` to explore your dependency tree","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"required for `&windows::Win32::Graphics::Direct3D12::ID3D12Heap` to implement `Param`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"required by a bound in `Direct3D12::ID3D12Device::CreatePlacedResource`","code":null,"level":"note","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs","byte_start":522855,"byte_end":522875,"line_start":9454,"line_end":9454,"column_start":19,"column_end":39,"is_primary":false,"text":[{"text":" pub unsafe fn CreatePlacedResource(&self, pheap: P0, heapoffset: u64, pdesc: *const D3D12_RESOURCE_DESC, initialstate: D3D12_RESOURCE_STATES, poptimizedclearvalue: Option<*const D3D12_CLEAR_VALUE>, result__: *mut Option) -> windows_core::Result<()>","highlight_start":19,"highlight_end":39}],"label":"required by a bound in this associated function","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs","byte_start":523122,"byte_end":523153,"line_start":9456,"line_end":9456,"column_start":13,"column_end":44,"is_primary":true,"text":[{"text":" P0: windows_core::Param,","highlight_start":13,"highlight_end":44}],"label":"required by this bound in `ID3D12Device::CreatePlacedResource`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"the full name for the type has been written to 'C:\\RustProjects\\AiRust\\target\\debug\\deps\\wgpu_hal-5c9b741518706242.long-type-5291208293425977507.txt'","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"consider using `--verbose` to print the full type name to the console","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0277]\u001b[0m\u001b[1m\u001b[97m: the trait bound `&ID3D12Heap: Param` is not satisfied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs:306:17\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 305\u001b[0m \u001b[1m\u001b[96m|\u001b[0m self.raw.CreatePlacedResource(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m--------------------\u001b[0m \u001b[1m\u001b[96mrequired by a bound introduced by this call\u001b[0m\n\u001b[1m\u001b[96m 306\u001b[0m \u001b[1m\u001b[96m|\u001b[0m allocation.heap(),\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[91mthe trait `windows_core::imp::CanInto` is not implemented for `windows::Win32::Graphics::Direct3D12::ID3D12Heap`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: there are multiple different versions of crate `windows_core` in the dependency graph\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.62.2\\src\\imp\\can_into.rs:1:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 1\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub trait CanInto: Sized {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[92mthis is the expected trait\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m::: \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\can_into.rs:1:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 1\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub trait CanInto: Sized {\n \u001b[1m\u001b[96m|\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[96mthis is the found trait\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96mthis is the found trait\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96mthis is the found trait\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96mthis is the found trait\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96mthis is the found trait\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: you can use `cargo tree` to explore your dependency tree\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: the following other types implement trait `windows_core::imp::CanInto`:\n `AsyncIAdviseSink` implements `windows_core::imp::CanInto`\n `AsyncIAdviseSink2` implements `windows_core::imp::CanInto`\n `AsyncIAdviseSink2` implements `windows_core::imp::CanInto`\n `AsyncIMultiQI` implements `windows_core::imp::CanInto`\n `AsyncIPipeByte` implements `windows_core::imp::CanInto`\n `AsyncIPipeDouble` implements `windows_core::imp::CanInto`\n `AsyncIPipeLong` implements `windows_core::imp::CanInto`\n `AsyncIUnknown` implements `windows_core::imp::CanInto`\n and 1330 others\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: there are multiple different versions of crate `windows` in the dependency graph\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: you can use `cargo tree` to explore your dependency tree\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: required for `&windows::Win32::Graphics::Direct3D12::ID3D12Heap` to implement `Param`\n\u001b[1m\u001b[92mnote\u001b[0m: required by a bound in `Direct3D12::ID3D12Device::CreatePlacedResource`\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs:9456:13\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m9454\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub unsafe fn CreatePlacedResource(&self, pheap: P0, heapoffset: u64, pdesc: *const D3D12_RESOURCE_DESC, initialstate: \u001b[1m\u001b[96m...\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m--------------------\u001b[0m \u001b[1m\u001b[96mrequired by a bound in this associated function\u001b[0m\n\u001b[1m\u001b[96m9455\u001b[0m \u001b[1m\u001b[96m|\u001b[0m where\n\u001b[1m\u001b[96m9456\u001b[0m \u001b[1m\u001b[96m|\u001b[0m P0: windows_core::Param,\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[92mrequired by this bound in `ID3D12Device::CreatePlacedResource`\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: the full name for the type has been written to 'C:\\RustProjects\\AiRust\\target\\debug\\deps\\wgpu_hal-5c9b741518706242.long-type-5291208293425977507.txt'\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: consider using `--verbose` to print the full type name to the console\n\n"}} +{"reason":"compiler-message","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-hal@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu_hal","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"the trait bound `ResourceCategory: From<&D3D12_RESOURCE_DESC>` is not satisfied","code":{"code":"E0277","explanation":"You tried to use a type which doesn't implement some trait in a place which\nexpected that trait.\n\nErroneous code example:\n\n```compile_fail,E0277\n// here we declare the Foo trait with a bar method\ntrait Foo {\n fn bar(&self);\n}\n\n// we now declare a function which takes an object implementing the Foo trait\nfn some_func(foo: T) {\n foo.bar();\n}\n\nfn main() {\n // we now call the method with the i32 type, which doesn't implement\n // the Foo trait\n some_func(5i32); // error: the trait bound `i32 : Foo` is not satisfied\n}\n```\n\nIn order to fix this error, verify that the type you're using does implement\nthe trait. Example:\n\n```\ntrait Foo {\n fn bar(&self);\n}\n\n// we implement the trait on the i32 type\nimpl Foo for i32 {\n fn bar(&self) {}\n}\n\nfn some_func(foo: T) {\n foo.bar(); // we can now use this method since i32 implements the\n // Foo trait\n}\n\nfn main() {\n some_func(5i32); // ok!\n}\n```\n\nOr in a generic context, an erroneous code example would look like:\n\n```compile_fail,E0277\nfn some_func(foo: T) {\n println!(\"{:?}\", foo); // error: the trait `core::fmt::Debug` is not\n // implemented for the type `T`\n}\n\nfn main() {\n // We now call the method with the i32 type,\n // which *does* implement the Debug trait.\n some_func(5i32);\n}\n```\n\nNote that the error here is in the definition of the generic function. Although\nwe only call it with a parameter that does implement `Debug`, the compiler\nstill rejects the function. It must work with all possible input types. In\norder to make this example compile, we need to restrict the generic type we're\naccepting:\n\n```\nuse std::fmt;\n\n// Restrict the input type to types that implement Debug.\nfn some_func(foo: T) {\n println!(\"{:?}\", foo);\n}\n\nfn main() {\n // Calling the method is still fine, as i32 implements Debug.\n some_func(5i32);\n\n // This would fail to compile now:\n // struct WithoutDebug;\n // some_func(WithoutDebug);\n}\n```\n\nRust only looks at the signature of the called function, as such it must\nalready specify all requirements that will be used for every type parameter.\n"},"level":"error","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs","byte_start":11244,"byte_end":11282,"line_start":338,"line_end":338,"column_start":32,"column_end":70,"is_primary":true,"text":[{"text":" resource_category: gpu_allocator::d3d12::ResourceCategory::from(&raw_desc),","highlight_start":32,"highlight_end":70}],"label":"the trait `From<&D3D12_RESOURCE_DESC>` is not implemented for `ResourceCategory`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"the trait `From<&D3D12_RESOURCE_DESC>` is not implemented for `ResourceCategory`\nbut trait `From<&windows::Win32::Graphics::Direct3D12::D3D12_RESOURCE_DESC>` is implemented for it","code":null,"level":"help","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\gpu-allocator-0.28.0\\src\\d3d12\\mod.rs","byte_start":2181,"byte_end":2233,"line_start":79,"line_end":79,"column_start":1,"column_end":53,"is_primary":true,"text":[{"text":"impl From<&D3D12_RESOURCE_DESC> for ResourceCategory {","highlight_start":1,"highlight_end":53}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"for that trait implementation, expected `windows::Win32::Graphics::Direct3D12::D3D12_RESOURCE_DESC`, found `D3D12_RESOURCE_DESC`","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0277]\u001b[0m\u001b[1m\u001b[97m: the trait bound `ResourceCategory: From<&D3D12_RESOURCE_DESC>` is not satisfied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs:338:32\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m338\u001b[0m \u001b[1m\u001b[96m|\u001b[0m resource_category: gpu_allocator::d3d12::ResourceCategory::from(&raw_desc),\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[91mthe trait `From<&D3D12_RESOURCE_DESC>` is not implemented for `ResourceCategory`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: the trait `From<&\u001b[1m\u001b[35mD3D12_RESOURCE_DESC\u001b[0m>` \u001b[1m\u001b[35mis not\u001b[0m implemented for `ResourceCategory`\n but trait `From<&\u001b[1m\u001b[35mwindows::Win32::Graphics::Direct3D12::D3D12_RESOURCE_DESC\u001b[0m>` \u001b[1m\u001b[35mis\u001b[0m implemented for it\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\gpu-allocator-0.28.0\\src\\d3d12\\mod.rs:79:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 79\u001b[0m \u001b[1m\u001b[96m|\u001b[0m impl From<&D3D12_RESOURCE_DESC> for ResourceCategory {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: for that trait implementation, expected `\u001b[1m\u001b[35mwindows::Win32::Graphics::Direct3D12::D3D12_RESOURCE_DESC\u001b[0m`, found `\u001b[1m\u001b[35mD3D12_RESOURCE_DESC\u001b[0m`\n\n"}} +{"reason":"compiler-message","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-hal@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu_hal","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"the trait bound `&ID3D12Heap: Param` is not satisfied","code":{"code":"E0277","explanation":"You tried to use a type which doesn't implement some trait in a place which\nexpected that trait.\n\nErroneous code example:\n\n```compile_fail,E0277\n// here we declare the Foo trait with a bar method\ntrait Foo {\n fn bar(&self);\n}\n\n// we now declare a function which takes an object implementing the Foo trait\nfn some_func(foo: T) {\n foo.bar();\n}\n\nfn main() {\n // we now call the method with the i32 type, which doesn't implement\n // the Foo trait\n some_func(5i32); // error: the trait bound `i32 : Foo` is not satisfied\n}\n```\n\nIn order to fix this error, verify that the type you're using does implement\nthe trait. Example:\n\n```\ntrait Foo {\n fn bar(&self);\n}\n\n// we implement the trait on the i32 type\nimpl Foo for i32 {\n fn bar(&self) {}\n}\n\nfn some_func(foo: T) {\n foo.bar(); // we can now use this method since i32 implements the\n // Foo trait\n}\n\nfn main() {\n some_func(5i32); // ok!\n}\n```\n\nOr in a generic context, an erroneous code example would look like:\n\n```compile_fail,E0277\nfn some_func(foo: T) {\n println!(\"{:?}\", foo); // error: the trait `core::fmt::Debug` is not\n // implemented for the type `T`\n}\n\nfn main() {\n // We now call the method with the i32 type,\n // which *does* implement the Debug trait.\n some_func(5i32);\n}\n```\n\nNote that the error here is in the definition of the generic function. Although\nwe only call it with a parameter that does implement `Debug`, the compiler\nstill rejects the function. It must work with all possible input types. In\norder to make this example compile, we need to restrict the generic type we're\naccepting:\n\n```\nuse std::fmt;\n\n// Restrict the input type to types that implement Debug.\nfn some_func(foo: T) {\n println!(\"{:?}\", foo);\n}\n\nfn main() {\n // Calling the method is still fine, as i32 implements Debug.\n some_func(5i32);\n\n // This would fail to compile now:\n // struct WithoutDebug;\n // some_func(WithoutDebug);\n}\n```\n\nRust only looks at the signature of the called function, as such it must\nalready specify all requirements that will be used for every type parameter.\n"},"level":"error","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs","byte_start":11486,"byte_end":11503,"line_start":345,"line_end":345,"column_start":17,"column_end":34,"is_primary":true,"text":[{"text":" allocation.heap(),","highlight_start":17,"highlight_end":34}],"label":"the trait `Interface` is not implemented for `windows::Win32::Graphics::Direct3D12::ID3D12Heap`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs","byte_start":11448,"byte_end":11468,"line_start":344,"line_end":344,"column_start":22,"column_end":42,"is_primary":false,"text":[{"text":" self.raw.CreatePlacedResource(","highlight_start":22,"highlight_end":42}],"label":"required by a bound introduced by this call","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"there are multiple different versions of crate `windows_core` in the dependency graph","code":null,"level":"note","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.62.2\\src\\interface.rs","byte_start":356,"byte_end":397,"line_start":14,"line_end":14,"column_start":1,"column_end":42,"is_primary":true,"text":[{"text":"pub unsafe trait Interface: Sized + Clone {","highlight_start":1,"highlight_end":42}],"label":"this is the expected trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\interface.rs","byte_start":356,"byte_end":397,"line_start":14,"line_end":14,"column_start":1,"column_end":42,"is_primary":false,"text":[{"text":"pub unsafe trait Interface: Sized + Clone {","highlight_start":1,"highlight_end":42}],"label":"this is the found trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"you can use `cargo tree` to explore your dependency tree","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"the following other types implement trait `Interface`:\n AsyncIAdviseSink\n AsyncIAdviseSink2\n AsyncIMultiQI\n AsyncIPipeByte\n AsyncIPipeDouble\n AsyncIPipeLong\n AsyncIUnknown\n DICounterItem\nand 638 others","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"there are multiple different versions of crate `windows` in the dependency graph","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"you can use `cargo tree` to explore your dependency tree","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"required for `&windows::Win32::Graphics::Direct3D12::ID3D12Heap` to implement `Param`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"required by a bound in `Direct3D12::ID3D12Device::CreatePlacedResource`","code":null,"level":"note","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs","byte_start":522855,"byte_end":522875,"line_start":9454,"line_end":9454,"column_start":19,"column_end":39,"is_primary":false,"text":[{"text":" pub unsafe fn CreatePlacedResource(&self, pheap: P0, heapoffset: u64, pdesc: *const D3D12_RESOURCE_DESC, initialstate: D3D12_RESOURCE_STATES, poptimizedclearvalue: Option<*const D3D12_CLEAR_VALUE>, result__: *mut Option) -> windows_core::Result<()>","highlight_start":19,"highlight_end":39}],"label":"required by a bound in this associated function","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs","byte_start":523122,"byte_end":523153,"line_start":9456,"line_end":9456,"column_start":13,"column_end":44,"is_primary":true,"text":[{"text":" P0: windows_core::Param,","highlight_start":13,"highlight_end":44}],"label":"required by this bound in `ID3D12Device::CreatePlacedResource`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"the full name for the type has been written to 'C:\\RustProjects\\AiRust\\target\\debug\\deps\\wgpu_hal-5c9b741518706242.long-type-5291208293425977507.txt'","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"consider using `--verbose` to print the full type name to the console","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0277]\u001b[0m\u001b[1m\u001b[97m: the trait bound `&ID3D12Heap: Param` is not satisfied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs:345:17\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 344\u001b[0m \u001b[1m\u001b[96m|\u001b[0m self.raw.CreatePlacedResource(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m--------------------\u001b[0m \u001b[1m\u001b[96mrequired by a bound introduced by this call\u001b[0m\n\u001b[1m\u001b[96m 345\u001b[0m \u001b[1m\u001b[96m|\u001b[0m allocation.heap(),\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[91mthe trait `Interface` is not implemented for `windows::Win32::Graphics::Direct3D12::ID3D12Heap`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: there are multiple different versions of crate `windows_core` in the dependency graph\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.62.2\\src\\interface.rs:14:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 14\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub unsafe trait Interface: Sized + Clone {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[92mthis is the expected trait\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m::: \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\interface.rs:14:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 14\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub unsafe trait Interface: Sized + Clone {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-----------------------------------------\u001b[0m \u001b[1m\u001b[96mthis is the found trait\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: you can use `cargo tree` to explore your dependency tree\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: the following other types implement trait `Interface`:\n AsyncIAdviseSink\n AsyncIAdviseSink2\n AsyncIMultiQI\n AsyncIPipeByte\n AsyncIPipeDouble\n AsyncIPipeLong\n AsyncIUnknown\n DICounterItem\n and 638 others\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: there are multiple different versions of crate `windows` in the dependency graph\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: you can use `cargo tree` to explore your dependency tree\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: required for `&windows::Win32::Graphics::Direct3D12::ID3D12Heap` to implement `Param`\n\u001b[1m\u001b[92mnote\u001b[0m: required by a bound in `Direct3D12::ID3D12Device::CreatePlacedResource`\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs:9456:13\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m9454\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub unsafe fn CreatePlacedResource(&self, pheap: P0, heapoffset: u64, pdesc: *const D3D12_RESOURCE_DESC, initialstate: \u001b[1m\u001b[96m...\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m--------------------\u001b[0m \u001b[1m\u001b[96mrequired by a bound in this associated function\u001b[0m\n\u001b[1m\u001b[96m9455\u001b[0m \u001b[1m\u001b[96m|\u001b[0m where\n\u001b[1m\u001b[96m9456\u001b[0m \u001b[1m\u001b[96m|\u001b[0m P0: windows_core::Param,\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[92mrequired by this bound in `ID3D12Device::CreatePlacedResource`\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: the full name for the type has been written to 'C:\\RustProjects\\AiRust\\target\\debug\\deps\\wgpu_hal-5c9b741518706242.long-type-5291208293425977507.txt'\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: consider using `--verbose` to print the full type name to the console\n\n"}} +{"reason":"compiler-message","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-hal@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu_hal","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"the trait bound `&ID3D12Heap: Param` is not satisfied","code":{"code":"E0277","explanation":"You tried to use a type which doesn't implement some trait in a place which\nexpected that trait.\n\nErroneous code example:\n\n```compile_fail,E0277\n// here we declare the Foo trait with a bar method\ntrait Foo {\n fn bar(&self);\n}\n\n// we now declare a function which takes an object implementing the Foo trait\nfn some_func(foo: T) {\n foo.bar();\n}\n\nfn main() {\n // we now call the method with the i32 type, which doesn't implement\n // the Foo trait\n some_func(5i32); // error: the trait bound `i32 : Foo` is not satisfied\n}\n```\n\nIn order to fix this error, verify that the type you're using does implement\nthe trait. Example:\n\n```\ntrait Foo {\n fn bar(&self);\n}\n\n// we implement the trait on the i32 type\nimpl Foo for i32 {\n fn bar(&self) {}\n}\n\nfn some_func(foo: T) {\n foo.bar(); // we can now use this method since i32 implements the\n // Foo trait\n}\n\nfn main() {\n some_func(5i32); // ok!\n}\n```\n\nOr in a generic context, an erroneous code example would look like:\n\n```compile_fail,E0277\nfn some_func(foo: T) {\n println!(\"{:?}\", foo); // error: the trait `core::fmt::Debug` is not\n // implemented for the type `T`\n}\n\nfn main() {\n // We now call the method with the i32 type,\n // which *does* implement the Debug trait.\n some_func(5i32);\n}\n```\n\nNote that the error here is in the definition of the generic function. Although\nwe only call it with a parameter that does implement `Debug`, the compiler\nstill rejects the function. It must work with all possible input types. In\norder to make this example compile, we need to restrict the generic type we're\naccepting:\n\n```\nuse std::fmt;\n\n// Restrict the input type to types that implement Debug.\nfn some_func(foo: T) {\n println!(\"{:?}\", foo);\n}\n\nfn main() {\n // Calling the method is still fine, as i32 implements Debug.\n some_func(5i32);\n\n // This would fail to compile now:\n // struct WithoutDebug;\n // some_func(WithoutDebug);\n}\n```\n\nRust only looks at the signature of the called function, as such it must\nalready specify all requirements that will be used for every type parameter.\n"},"level":"error","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs","byte_start":11486,"byte_end":11503,"line_start":345,"line_end":345,"column_start":17,"column_end":34,"is_primary":true,"text":[{"text":" allocation.heap(),","highlight_start":17,"highlight_end":34}],"label":"the trait `windows_core::imp::CanInto` is not implemented for `windows::Win32::Graphics::Direct3D12::ID3D12Heap`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs","byte_start":11448,"byte_end":11468,"line_start":344,"line_end":344,"column_start":22,"column_end":42,"is_primary":false,"text":[{"text":" self.raw.CreatePlacedResource(","highlight_start":22,"highlight_end":42}],"label":"required by a bound introduced by this call","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"there are multiple different versions of crate `windows_core` in the dependency graph","code":null,"level":"note","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.62.2\\src\\imp\\can_into.rs","byte_start":0,"byte_end":27,"line_start":1,"line_end":1,"column_start":1,"column_end":28,"is_primary":true,"text":[{"text":"pub trait CanInto: Sized {","highlight_start":1,"highlight_end":28}],"label":"this is the expected trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\can_into.rs","byte_start":0,"byte_end":27,"line_start":1,"line_end":1,"column_start":1,"column_end":28,"is_primary":false,"text":[{"text":"pub trait CanInto: Sized {","highlight_start":1,"highlight_end":28}],"label":"this is the found trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\can_into.rs","byte_start":0,"byte_end":27,"line_start":1,"line_end":1,"column_start":1,"column_end":28,"is_primary":false,"text":[{"text":"pub trait CanInto: Sized {","highlight_start":1,"highlight_end":28}],"label":"this is the found trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\can_into.rs","byte_start":0,"byte_end":27,"line_start":1,"line_end":1,"column_start":1,"column_end":28,"is_primary":false,"text":[{"text":"pub trait CanInto: Sized {","highlight_start":1,"highlight_end":28}],"label":"this is the found trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\can_into.rs","byte_start":0,"byte_end":27,"line_start":1,"line_end":1,"column_start":1,"column_end":28,"is_primary":false,"text":[{"text":"pub trait CanInto: Sized {","highlight_start":1,"highlight_end":28}],"label":"this is the found trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\can_into.rs","byte_start":0,"byte_end":27,"line_start":1,"line_end":1,"column_start":1,"column_end":28,"is_primary":false,"text":[{"text":"pub trait CanInto: Sized {","highlight_start":1,"highlight_end":28}],"label":"this is the found trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"you can use `cargo tree` to explore your dependency tree","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"the following other types implement trait `windows_core::imp::CanInto`:\n `AsyncIAdviseSink` implements `windows_core::imp::CanInto`\n `AsyncIAdviseSink2` implements `windows_core::imp::CanInto`\n `AsyncIAdviseSink2` implements `windows_core::imp::CanInto`\n `AsyncIMultiQI` implements `windows_core::imp::CanInto`\n `AsyncIPipeByte` implements `windows_core::imp::CanInto`\n `AsyncIPipeDouble` implements `windows_core::imp::CanInto`\n `AsyncIPipeLong` implements `windows_core::imp::CanInto`\n `AsyncIUnknown` implements `windows_core::imp::CanInto`\nand 1330 others","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"there are multiple different versions of crate `windows` in the dependency graph","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"you can use `cargo tree` to explore your dependency tree","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"required for `&windows::Win32::Graphics::Direct3D12::ID3D12Heap` to implement `Param`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"required by a bound in `Direct3D12::ID3D12Device::CreatePlacedResource`","code":null,"level":"note","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs","byte_start":522855,"byte_end":522875,"line_start":9454,"line_end":9454,"column_start":19,"column_end":39,"is_primary":false,"text":[{"text":" pub unsafe fn CreatePlacedResource(&self, pheap: P0, heapoffset: u64, pdesc: *const D3D12_RESOURCE_DESC, initialstate: D3D12_RESOURCE_STATES, poptimizedclearvalue: Option<*const D3D12_CLEAR_VALUE>, result__: *mut Option) -> windows_core::Result<()>","highlight_start":19,"highlight_end":39}],"label":"required by a bound in this associated function","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs","byte_start":523122,"byte_end":523153,"line_start":9456,"line_end":9456,"column_start":13,"column_end":44,"is_primary":true,"text":[{"text":" P0: windows_core::Param,","highlight_start":13,"highlight_end":44}],"label":"required by this bound in `ID3D12Device::CreatePlacedResource`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"the full name for the type has been written to 'C:\\RustProjects\\AiRust\\target\\debug\\deps\\wgpu_hal-5c9b741518706242.long-type-5291208293425977507.txt'","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"consider using `--verbose` to print the full type name to the console","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0277]\u001b[0m\u001b[1m\u001b[97m: the trait bound `&ID3D12Heap: Param` is not satisfied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs:345:17\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 344\u001b[0m \u001b[1m\u001b[96m|\u001b[0m self.raw.CreatePlacedResource(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m--------------------\u001b[0m \u001b[1m\u001b[96mrequired by a bound introduced by this call\u001b[0m\n\u001b[1m\u001b[96m 345\u001b[0m \u001b[1m\u001b[96m|\u001b[0m allocation.heap(),\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[91mthe trait `windows_core::imp::CanInto` is not implemented for `windows::Win32::Graphics::Direct3D12::ID3D12Heap`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: there are multiple different versions of crate `windows_core` in the dependency graph\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.62.2\\src\\imp\\can_into.rs:1:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 1\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub trait CanInto: Sized {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[92mthis is the expected trait\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m::: \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\can_into.rs:1:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 1\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub trait CanInto: Sized {\n \u001b[1m\u001b[96m|\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[96mthis is the found trait\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96mthis is the found trait\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96mthis is the found trait\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96mthis is the found trait\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96mthis is the found trait\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: you can use `cargo tree` to explore your dependency tree\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: the following other types implement trait `windows_core::imp::CanInto`:\n `AsyncIAdviseSink` implements `windows_core::imp::CanInto`\n `AsyncIAdviseSink2` implements `windows_core::imp::CanInto`\n `AsyncIAdviseSink2` implements `windows_core::imp::CanInto`\n `AsyncIMultiQI` implements `windows_core::imp::CanInto`\n `AsyncIPipeByte` implements `windows_core::imp::CanInto`\n `AsyncIPipeDouble` implements `windows_core::imp::CanInto`\n `AsyncIPipeLong` implements `windows_core::imp::CanInto`\n `AsyncIUnknown` implements `windows_core::imp::CanInto`\n and 1330 others\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: there are multiple different versions of crate `windows` in the dependency graph\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: you can use `cargo tree` to explore your dependency tree\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: required for `&windows::Win32::Graphics::Direct3D12::ID3D12Heap` to implement `Param`\n\u001b[1m\u001b[92mnote\u001b[0m: required by a bound in `Direct3D12::ID3D12Device::CreatePlacedResource`\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs:9456:13\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m9454\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub unsafe fn CreatePlacedResource(&self, pheap: P0, heapoffset: u64, pdesc: *const D3D12_RESOURCE_DESC, initialstate: \u001b[1m\u001b[96m...\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m--------------------\u001b[0m \u001b[1m\u001b[96mrequired by a bound in this associated function\u001b[0m\n\u001b[1m\u001b[96m9455\u001b[0m \u001b[1m\u001b[96m|\u001b[0m where\n\u001b[1m\u001b[96m9456\u001b[0m \u001b[1m\u001b[96m|\u001b[0m P0: windows_core::Param,\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[92mrequired by this bound in `ID3D12Device::CreatePlacedResource`\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: the full name for the type has been written to 'C:\\RustProjects\\AiRust\\target\\debug\\deps\\wgpu_hal-5c9b741518706242.long-type-5291208293425977507.txt'\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: consider using `--verbose` to print the full type name to the console\n\n"}} +{"reason":"compiler-message","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-hal@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu_hal","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"the trait bound `ResourceCategory: From<&D3D12_RESOURCE_DESC>` is not satisfied","code":{"code":"E0277","explanation":"You tried to use a type which doesn't implement some trait in a place which\nexpected that trait.\n\nErroneous code example:\n\n```compile_fail,E0277\n// here we declare the Foo trait with a bar method\ntrait Foo {\n fn bar(&self);\n}\n\n// we now declare a function which takes an object implementing the Foo trait\nfn some_func(foo: T) {\n foo.bar();\n}\n\nfn main() {\n // we now call the method with the i32 type, which doesn't implement\n // the Foo trait\n some_func(5i32); // error: the trait bound `i32 : Foo` is not satisfied\n}\n```\n\nIn order to fix this error, verify that the type you're using does implement\nthe trait. Example:\n\n```\ntrait Foo {\n fn bar(&self);\n}\n\n// we implement the trait on the i32 type\nimpl Foo for i32 {\n fn bar(&self) {}\n}\n\nfn some_func(foo: T) {\n foo.bar(); // we can now use this method since i32 implements the\n // Foo trait\n}\n\nfn main() {\n some_func(5i32); // ok!\n}\n```\n\nOr in a generic context, an erroneous code example would look like:\n\n```compile_fail,E0277\nfn some_func(foo: T) {\n println!(\"{:?}\", foo); // error: the trait `core::fmt::Debug` is not\n // implemented for the type `T`\n}\n\nfn main() {\n // We now call the method with the i32 type,\n // which *does* implement the Debug trait.\n some_func(5i32);\n}\n```\n\nNote that the error here is in the definition of the generic function. Although\nwe only call it with a parameter that does implement `Debug`, the compiler\nstill rejects the function. It must work with all possible input types. In\norder to make this example compile, we need to restrict the generic type we're\naccepting:\n\n```\nuse std::fmt;\n\n// Restrict the input type to types that implement Debug.\nfn some_func(foo: T) {\n println!(\"{:?}\", foo);\n}\n\nfn main() {\n // Calling the method is still fine, as i32 implements Debug.\n some_func(5i32);\n\n // This would fail to compile now:\n // struct WithoutDebug;\n // some_func(WithoutDebug);\n}\n```\n\nRust only looks at the signature of the called function, as such it must\nalready specify all requirements that will be used for every type parameter.\n"},"level":"error","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs","byte_start":12703,"byte_end":12741,"line_start":377,"line_end":377,"column_start":32,"column_end":70,"is_primary":true,"text":[{"text":" resource_category: gpu_allocator::d3d12::ResourceCategory::from(&raw_desc),","highlight_start":32,"highlight_end":70}],"label":"the trait `From<&D3D12_RESOURCE_DESC>` is not implemented for `ResourceCategory`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"the trait `From<&D3D12_RESOURCE_DESC>` is not implemented for `ResourceCategory`\nbut trait `From<&windows::Win32::Graphics::Direct3D12::D3D12_RESOURCE_DESC>` is implemented for it","code":null,"level":"help","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\gpu-allocator-0.28.0\\src\\d3d12\\mod.rs","byte_start":2181,"byte_end":2233,"line_start":79,"line_end":79,"column_start":1,"column_end":53,"is_primary":true,"text":[{"text":"impl From<&D3D12_RESOURCE_DESC> for ResourceCategory {","highlight_start":1,"highlight_end":53}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"for that trait implementation, expected `windows::Win32::Graphics::Direct3D12::D3D12_RESOURCE_DESC`, found `D3D12_RESOURCE_DESC`","code":null,"level":"help","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0277]\u001b[0m\u001b[1m\u001b[97m: the trait bound `ResourceCategory: From<&D3D12_RESOURCE_DESC>` is not satisfied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs:377:32\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m377\u001b[0m \u001b[1m\u001b[96m|\u001b[0m resource_category: gpu_allocator::d3d12::ResourceCategory::from(&raw_desc),\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[91mthe trait `From<&D3D12_RESOURCE_DESC>` is not implemented for `ResourceCategory`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96mhelp\u001b[0m: the trait `From<&\u001b[1m\u001b[35mD3D12_RESOURCE_DESC\u001b[0m>` \u001b[1m\u001b[35mis not\u001b[0m implemented for `ResourceCategory`\n but trait `From<&\u001b[1m\u001b[35mwindows::Win32::Graphics::Direct3D12::D3D12_RESOURCE_DESC\u001b[0m>` \u001b[1m\u001b[35mis\u001b[0m implemented for it\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\gpu-allocator-0.28.0\\src\\d3d12\\mod.rs:79:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 79\u001b[0m \u001b[1m\u001b[96m|\u001b[0m impl From<&D3D12_RESOURCE_DESC> for ResourceCategory {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: for that trait implementation, expected `\u001b[1m\u001b[35mwindows::Win32::Graphics::Direct3D12::D3D12_RESOURCE_DESC\u001b[0m`, found `\u001b[1m\u001b[35mD3D12_RESOURCE_DESC\u001b[0m`\n\n"}} +{"reason":"compiler-message","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-hal@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu_hal","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"the trait bound `&ID3D12Heap: Param` is not satisfied","code":{"code":"E0277","explanation":"You tried to use a type which doesn't implement some trait in a place which\nexpected that trait.\n\nErroneous code example:\n\n```compile_fail,E0277\n// here we declare the Foo trait with a bar method\ntrait Foo {\n fn bar(&self);\n}\n\n// we now declare a function which takes an object implementing the Foo trait\nfn some_func(foo: T) {\n foo.bar();\n}\n\nfn main() {\n // we now call the method with the i32 type, which doesn't implement\n // the Foo trait\n some_func(5i32); // error: the trait bound `i32 : Foo` is not satisfied\n}\n```\n\nIn order to fix this error, verify that the type you're using does implement\nthe trait. Example:\n\n```\ntrait Foo {\n fn bar(&self);\n}\n\n// we implement the trait on the i32 type\nimpl Foo for i32 {\n fn bar(&self) {}\n}\n\nfn some_func(foo: T) {\n foo.bar(); // we can now use this method since i32 implements the\n // Foo trait\n}\n\nfn main() {\n some_func(5i32); // ok!\n}\n```\n\nOr in a generic context, an erroneous code example would look like:\n\n```compile_fail,E0277\nfn some_func(foo: T) {\n println!(\"{:?}\", foo); // error: the trait `core::fmt::Debug` is not\n // implemented for the type `T`\n}\n\nfn main() {\n // We now call the method with the i32 type,\n // which *does* implement the Debug trait.\n some_func(5i32);\n}\n```\n\nNote that the error here is in the definition of the generic function. Although\nwe only call it with a parameter that does implement `Debug`, the compiler\nstill rejects the function. It must work with all possible input types. In\norder to make this example compile, we need to restrict the generic type we're\naccepting:\n\n```\nuse std::fmt;\n\n// Restrict the input type to types that implement Debug.\nfn some_func(foo: T) {\n println!(\"{:?}\", foo);\n}\n\nfn main() {\n // Calling the method is still fine, as i32 implements Debug.\n some_func(5i32);\n\n // This would fail to compile now:\n // struct WithoutDebug;\n // some_func(WithoutDebug);\n}\n```\n\nRust only looks at the signature of the called function, as such it must\nalready specify all requirements that will be used for every type parameter.\n"},"level":"error","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs","byte_start":12945,"byte_end":12962,"line_start":384,"line_end":384,"column_start":17,"column_end":34,"is_primary":true,"text":[{"text":" allocation.heap(),","highlight_start":17,"highlight_end":34}],"label":"the trait `Interface` is not implemented for `windows::Win32::Graphics::Direct3D12::ID3D12Heap`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs","byte_start":12907,"byte_end":12927,"line_start":383,"line_end":383,"column_start":22,"column_end":42,"is_primary":false,"text":[{"text":" self.raw.CreatePlacedResource(","highlight_start":22,"highlight_end":42}],"label":"required by a bound introduced by this call","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"there are multiple different versions of crate `windows_core` in the dependency graph","code":null,"level":"note","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.62.2\\src\\interface.rs","byte_start":356,"byte_end":397,"line_start":14,"line_end":14,"column_start":1,"column_end":42,"is_primary":true,"text":[{"text":"pub unsafe trait Interface: Sized + Clone {","highlight_start":1,"highlight_end":42}],"label":"this is the expected trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\interface.rs","byte_start":356,"byte_end":397,"line_start":14,"line_end":14,"column_start":1,"column_end":42,"is_primary":false,"text":[{"text":"pub unsafe trait Interface: Sized + Clone {","highlight_start":1,"highlight_end":42}],"label":"this is the found trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"you can use `cargo tree` to explore your dependency tree","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"the following other types implement trait `Interface`:\n AsyncIAdviseSink\n AsyncIAdviseSink2\n AsyncIMultiQI\n AsyncIPipeByte\n AsyncIPipeDouble\n AsyncIPipeLong\n AsyncIUnknown\n DICounterItem\nand 638 others","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"there are multiple different versions of crate `windows` in the dependency graph","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"you can use `cargo tree` to explore your dependency tree","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"required for `&windows::Win32::Graphics::Direct3D12::ID3D12Heap` to implement `Param`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"required by a bound in `Direct3D12::ID3D12Device::CreatePlacedResource`","code":null,"level":"note","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs","byte_start":522855,"byte_end":522875,"line_start":9454,"line_end":9454,"column_start":19,"column_end":39,"is_primary":false,"text":[{"text":" pub unsafe fn CreatePlacedResource(&self, pheap: P0, heapoffset: u64, pdesc: *const D3D12_RESOURCE_DESC, initialstate: D3D12_RESOURCE_STATES, poptimizedclearvalue: Option<*const D3D12_CLEAR_VALUE>, result__: *mut Option) -> windows_core::Result<()>","highlight_start":19,"highlight_end":39}],"label":"required by a bound in this associated function","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs","byte_start":523122,"byte_end":523153,"line_start":9456,"line_end":9456,"column_start":13,"column_end":44,"is_primary":true,"text":[{"text":" P0: windows_core::Param,","highlight_start":13,"highlight_end":44}],"label":"required by this bound in `ID3D12Device::CreatePlacedResource`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"the full name for the type has been written to 'C:\\RustProjects\\AiRust\\target\\debug\\deps\\wgpu_hal-5c9b741518706242.long-type-5291208293425977507.txt'","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"consider using `--verbose` to print the full type name to the console","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0277]\u001b[0m\u001b[1m\u001b[97m: the trait bound `&ID3D12Heap: Param` is not satisfied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs:384:17\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 383\u001b[0m \u001b[1m\u001b[96m|\u001b[0m self.raw.CreatePlacedResource(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m--------------------\u001b[0m \u001b[1m\u001b[96mrequired by a bound introduced by this call\u001b[0m\n\u001b[1m\u001b[96m 384\u001b[0m \u001b[1m\u001b[96m|\u001b[0m allocation.heap(),\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[91mthe trait `Interface` is not implemented for `windows::Win32::Graphics::Direct3D12::ID3D12Heap`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: there are multiple different versions of crate `windows_core` in the dependency graph\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.62.2\\src\\interface.rs:14:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 14\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub unsafe trait Interface: Sized + Clone {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[92mthis is the expected trait\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m::: \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\interface.rs:14:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 14\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub unsafe trait Interface: Sized + Clone {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m-----------------------------------------\u001b[0m \u001b[1m\u001b[96mthis is the found trait\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: you can use `cargo tree` to explore your dependency tree\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: the following other types implement trait `Interface`:\n AsyncIAdviseSink\n AsyncIAdviseSink2\n AsyncIMultiQI\n AsyncIPipeByte\n AsyncIPipeDouble\n AsyncIPipeLong\n AsyncIUnknown\n DICounterItem\n and 638 others\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: there are multiple different versions of crate `windows` in the dependency graph\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: you can use `cargo tree` to explore your dependency tree\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: required for `&windows::Win32::Graphics::Direct3D12::ID3D12Heap` to implement `Param`\n\u001b[1m\u001b[92mnote\u001b[0m: required by a bound in `Direct3D12::ID3D12Device::CreatePlacedResource`\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs:9456:13\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m9454\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub unsafe fn CreatePlacedResource(&self, pheap: P0, heapoffset: u64, pdesc: *const D3D12_RESOURCE_DESC, initialstate: \u001b[1m\u001b[96m...\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m--------------------\u001b[0m \u001b[1m\u001b[96mrequired by a bound in this associated function\u001b[0m\n\u001b[1m\u001b[96m9455\u001b[0m \u001b[1m\u001b[96m|\u001b[0m where\n\u001b[1m\u001b[96m9456\u001b[0m \u001b[1m\u001b[96m|\u001b[0m P0: windows_core::Param,\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[92mrequired by this bound in `ID3D12Device::CreatePlacedResource`\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: the full name for the type has been written to 'C:\\RustProjects\\AiRust\\target\\debug\\deps\\wgpu_hal-5c9b741518706242.long-type-5291208293425977507.txt'\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: consider using `--verbose` to print the full type name to the console\n\n"}} +{"reason":"compiler-message","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-hal@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu_hal","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"the trait bound `&ID3D12Heap: Param` is not satisfied","code":{"code":"E0277","explanation":"You tried to use a type which doesn't implement some trait in a place which\nexpected that trait.\n\nErroneous code example:\n\n```compile_fail,E0277\n// here we declare the Foo trait with a bar method\ntrait Foo {\n fn bar(&self);\n}\n\n// we now declare a function which takes an object implementing the Foo trait\nfn some_func(foo: T) {\n foo.bar();\n}\n\nfn main() {\n // we now call the method with the i32 type, which doesn't implement\n // the Foo trait\n some_func(5i32); // error: the trait bound `i32 : Foo` is not satisfied\n}\n```\n\nIn order to fix this error, verify that the type you're using does implement\nthe trait. Example:\n\n```\ntrait Foo {\n fn bar(&self);\n}\n\n// we implement the trait on the i32 type\nimpl Foo for i32 {\n fn bar(&self) {}\n}\n\nfn some_func(foo: T) {\n foo.bar(); // we can now use this method since i32 implements the\n // Foo trait\n}\n\nfn main() {\n some_func(5i32); // ok!\n}\n```\n\nOr in a generic context, an erroneous code example would look like:\n\n```compile_fail,E0277\nfn some_func(foo: T) {\n println!(\"{:?}\", foo); // error: the trait `core::fmt::Debug` is not\n // implemented for the type `T`\n}\n\nfn main() {\n // We now call the method with the i32 type,\n // which *does* implement the Debug trait.\n some_func(5i32);\n}\n```\n\nNote that the error here is in the definition of the generic function. Although\nwe only call it with a parameter that does implement `Debug`, the compiler\nstill rejects the function. It must work with all possible input types. In\norder to make this example compile, we need to restrict the generic type we're\naccepting:\n\n```\nuse std::fmt;\n\n// Restrict the input type to types that implement Debug.\nfn some_func(foo: T) {\n println!(\"{:?}\", foo);\n}\n\nfn main() {\n // Calling the method is still fine, as i32 implements Debug.\n some_func(5i32);\n\n // This would fail to compile now:\n // struct WithoutDebug;\n // some_func(WithoutDebug);\n}\n```\n\nRust only looks at the signature of the called function, as such it must\nalready specify all requirements that will be used for every type parameter.\n"},"level":"error","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs","byte_start":12945,"byte_end":12962,"line_start":384,"line_end":384,"column_start":17,"column_end":34,"is_primary":true,"text":[{"text":" allocation.heap(),","highlight_start":17,"highlight_end":34}],"label":"the trait `windows_core::imp::CanInto` is not implemented for `windows::Win32::Graphics::Direct3D12::ID3D12Heap`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs","byte_start":12907,"byte_end":12927,"line_start":383,"line_end":383,"column_start":22,"column_end":42,"is_primary":false,"text":[{"text":" self.raw.CreatePlacedResource(","highlight_start":22,"highlight_end":42}],"label":"required by a bound introduced by this call","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"there are multiple different versions of crate `windows_core` in the dependency graph","code":null,"level":"note","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.62.2\\src\\imp\\can_into.rs","byte_start":0,"byte_end":27,"line_start":1,"line_end":1,"column_start":1,"column_end":28,"is_primary":true,"text":[{"text":"pub trait CanInto: Sized {","highlight_start":1,"highlight_end":28}],"label":"this is the expected trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\can_into.rs","byte_start":0,"byte_end":27,"line_start":1,"line_end":1,"column_start":1,"column_end":28,"is_primary":false,"text":[{"text":"pub trait CanInto: Sized {","highlight_start":1,"highlight_end":28}],"label":"this is the found trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\can_into.rs","byte_start":0,"byte_end":27,"line_start":1,"line_end":1,"column_start":1,"column_end":28,"is_primary":false,"text":[{"text":"pub trait CanInto: Sized {","highlight_start":1,"highlight_end":28}],"label":"this is the found trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\can_into.rs","byte_start":0,"byte_end":27,"line_start":1,"line_end":1,"column_start":1,"column_end":28,"is_primary":false,"text":[{"text":"pub trait CanInto: Sized {","highlight_start":1,"highlight_end":28}],"label":"this is the found trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\can_into.rs","byte_start":0,"byte_end":27,"line_start":1,"line_end":1,"column_start":1,"column_end":28,"is_primary":false,"text":[{"text":"pub trait CanInto: Sized {","highlight_start":1,"highlight_end":28}],"label":"this is the found trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\can_into.rs","byte_start":0,"byte_end":27,"line_start":1,"line_end":1,"column_start":1,"column_end":28,"is_primary":false,"text":[{"text":"pub trait CanInto: Sized {","highlight_start":1,"highlight_end":28}],"label":"this is the found trait","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"you can use `cargo tree` to explore your dependency tree","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"the following other types implement trait `windows_core::imp::CanInto`:\n `AsyncIAdviseSink` implements `windows_core::imp::CanInto`\n `AsyncIAdviseSink2` implements `windows_core::imp::CanInto`\n `AsyncIAdviseSink2` implements `windows_core::imp::CanInto`\n `AsyncIMultiQI` implements `windows_core::imp::CanInto`\n `AsyncIPipeByte` implements `windows_core::imp::CanInto`\n `AsyncIPipeDouble` implements `windows_core::imp::CanInto`\n `AsyncIPipeLong` implements `windows_core::imp::CanInto`\n `AsyncIUnknown` implements `windows_core::imp::CanInto`\nand 1330 others","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"there are multiple different versions of crate `windows` in the dependency graph","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"you can use `cargo tree` to explore your dependency tree","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"required for `&windows::Win32::Graphics::Direct3D12::ID3D12Heap` to implement `Param`","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"required by a bound in `Direct3D12::ID3D12Device::CreatePlacedResource`","code":null,"level":"note","spans":[{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs","byte_start":522855,"byte_end":522875,"line_start":9454,"line_end":9454,"column_start":19,"column_end":39,"is_primary":false,"text":[{"text":" pub unsafe fn CreatePlacedResource(&self, pheap: P0, heapoffset: u64, pdesc: *const D3D12_RESOURCE_DESC, initialstate: D3D12_RESOURCE_STATES, poptimizedclearvalue: Option<*const D3D12_CLEAR_VALUE>, result__: *mut Option) -> windows_core::Result<()>","highlight_start":19,"highlight_end":39}],"label":"required by a bound in this associated function","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs","byte_start":523122,"byte_end":523153,"line_start":9456,"line_end":9456,"column_start":13,"column_end":44,"is_primary":true,"text":[{"text":" P0: windows_core::Param,","highlight_start":13,"highlight_end":44}],"label":"required by this bound in `ID3D12Device::CreatePlacedResource`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":null},{"message":"the full name for the type has been written to 'C:\\RustProjects\\AiRust\\target\\debug\\deps\\wgpu_hal-5c9b741518706242.long-type-5291208293425977507.txt'","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"consider using `--verbose` to print the full type name to the console","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror[E0277]\u001b[0m\u001b[1m\u001b[97m: the trait bound `&ID3D12Heap: Param` is not satisfied\u001b[0m\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\dx12\\suballocation.rs:384:17\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 383\u001b[0m \u001b[1m\u001b[96m|\u001b[0m self.raw.CreatePlacedResource(\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m--------------------\u001b[0m \u001b[1m\u001b[96mrequired by a bound introduced by this call\u001b[0m\n\u001b[1m\u001b[96m 384\u001b[0m \u001b[1m\u001b[96m|\u001b[0m allocation.heap(),\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[91m^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[91mthe trait `windows_core::imp::CanInto` is not implemented for `windows::Win32::Graphics::Direct3D12::ID3D12Heap`\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[92mnote\u001b[0m: there are multiple different versions of crate `windows_core` in the dependency graph\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.62.2\\src\\imp\\can_into.rs:1:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 1\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub trait CanInto: Sized {\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[92mthis is the expected trait\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m\n \u001b[1m\u001b[96m::: \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-core-0.58.0\\src\\imp\\can_into.rs:1:1\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m 1\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub trait CanInto: Sized {\n \u001b[1m\u001b[96m|\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[96mthis is the found trait\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96mthis is the found trait\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96mthis is the found trait\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96mthis is the found trait\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96mthis is the found trait\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: you can use `cargo tree` to explore your dependency tree\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: the following other types implement trait `windows_core::imp::CanInto`:\n `AsyncIAdviseSink` implements `windows_core::imp::CanInto`\n `AsyncIAdviseSink2` implements `windows_core::imp::CanInto`\n `AsyncIAdviseSink2` implements `windows_core::imp::CanInto`\n `AsyncIMultiQI` implements `windows_core::imp::CanInto`\n `AsyncIPipeByte` implements `windows_core::imp::CanInto`\n `AsyncIPipeDouble` implements `windows_core::imp::CanInto`\n `AsyncIPipeLong` implements `windows_core::imp::CanInto`\n `AsyncIUnknown` implements `windows_core::imp::CanInto`\n and 1330 others\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: there are multiple different versions of crate `windows` in the dependency graph\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mhelp\u001b[0m: you can use `cargo tree` to explore your dependency tree\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: required for `&windows::Win32::Graphics::Direct3D12::ID3D12Heap` to implement `Param`\n\u001b[1m\u001b[92mnote\u001b[0m: required by a bound in `Direct3D12::ID3D12Device::CreatePlacedResource`\n \u001b[1m\u001b[96m--> \u001b[0mC:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\windows-0.62.2\\src\\Windows\\Win32\\Graphics\\Direct3D12\\mod.rs:9456:13\n \u001b[1m\u001b[96m|\u001b[0m\n\u001b[1m\u001b[96m9454\u001b[0m \u001b[1m\u001b[96m|\u001b[0m pub unsafe fn CreatePlacedResource(&self, pheap: P0, heapoffset: u64, pdesc: *const D3D12_RESOURCE_DESC, initialstate: \u001b[1m\u001b[96m...\u001b[0m\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[96m--------------------\u001b[0m \u001b[1m\u001b[96mrequired by a bound in this associated function\u001b[0m\n\u001b[1m\u001b[96m9455\u001b[0m \u001b[1m\u001b[96m|\u001b[0m where\n\u001b[1m\u001b[96m9456\u001b[0m \u001b[1m\u001b[96m|\u001b[0m P0: windows_core::Param,\n \u001b[1m\u001b[96m|\u001b[0m \u001b[1m\u001b[92m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m \u001b[1m\u001b[92mrequired by this bound in `ID3D12Device::CreatePlacedResource`\u001b[0m\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: the full name for the type has been written to 'C:\\RustProjects\\AiRust\\target\\debug\\deps\\wgpu_hal-5c9b741518706242.long-type-5291208293425977507.txt'\n \u001b[1m\u001b[96m= \u001b[0m\u001b[1m\u001b[97mnote\u001b[0m: consider using `--verbose` to print the full type name to the console\n\n"}} +{"reason":"compiler-message","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-hal@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu_hal","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"Some errors have detailed explanations: E0277, E0308.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mSome errors have detailed explanations: E0277, E0308.\u001b[0m\n"}} +{"reason":"compiler-message","package_id":"registry+https://github.com/rust-lang/crates.io-index#wgpu-hal@29.0.3","manifest_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\Cargo.toml","target":{"kind":["lib"],"crate_types":["lib"],"name":"wgpu_hal","src_path":"C:\\Users\\pc\\.cargo\\registry\\src\\index.crates.io-1949cf8c6b5b557f\\wgpu-hal-29.0.3\\src\\lib.rs","edition":"2021","doc":true,"doctest":true,"test":true},"message":{"$message_type":"diagnostic","message":"For more information about an error, try `rustc --explain E0277`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[1m\u001b[97mFor more information about an error, try `rustc --explain E0277`.\u001b[0m\n"}} +{"reason":"build-finished","success":false}