1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "basic-toml" 7version = "0.1.7" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "2f2139706359229bfa8f19142ac1155b4b80beafb7a60471ac5dd109d4a19778" 10dependencies = [ 11 "serde", 12] 13 14[[package]] 15name = "bytemuck" 16version = "1.14.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" 19dependencies = [ 20 "bytemuck_derive", 21] 22 23[[package]] 24name = "bytemuck_derive" 25version = "1.5.0" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1" 28dependencies = [ 29 "proc-macro2", 30 "quote", 31 "syn", 32] 33 34[[package]] 35name = "glob" 36version = "0.3.1" 37source = "registry+https://github.com/rust-lang/crates.io-index" 38checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 39 40[[package]] 41name = "itoa" 42version = "1.0.9" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 45 46[[package]] 47name = "once_cell" 48version = "1.18.0" 49source = "registry+https://github.com/rust-lang/crates.io-index" 50checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 51 52[[package]] 53name = "proc-macro2" 54version = "1.0.70" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" 57dependencies = [ 58 "unicode-ident", 59] 60 61[[package]] 62name = "quote" 63version = "1.0.33" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 66dependencies = [ 67 "proc-macro2", 68] 69 70[[package]] 71name = "ryu" 72version = "1.0.15" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 75 76[[package]] 77name = "serde" 78version = "1.0.193" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" 81dependencies = [ 82 "serde_derive", 83] 84 85[[package]] 86name = "serde_derive" 87version = "1.0.193" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" 90dependencies = [ 91 "proc-macro2", 92 "quote", 93 "syn", 94] 95 96[[package]] 97name = "serde_json" 98version = "1.0.108" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" 101dependencies = [ 102 "itoa", 103 "ryu", 104 "serde", 105] 106 107[[package]] 108name = "serde_test" 109version = "1.0.176" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "5a2f49ace1498612d14f7e0b8245519584db8299541dfe31a06374a828d620ab" 112dependencies = [ 113 "serde", 114] 115 116[[package]] 117name = "syn" 118version = "2.0.39" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" 121dependencies = [ 122 "proc-macro2", 123 "quote", 124 "unicode-ident", 125] 126 127[[package]] 128name = "termcolor" 129version = "1.4.0" 130source = "registry+https://github.com/rust-lang/crates.io-index" 131checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449" 132dependencies = [ 133 "winapi-util", 134] 135 136[[package]] 137name = "trybuild" 138version = "1.0.85" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "196a58260a906cedb9bf6d8034b6379d0c11f552416960452f267402ceeddff1" 141dependencies = [ 142 "basic-toml", 143 "glob", 144 "once_cell", 145 "serde", 146 "serde_derive", 147 "serde_json", 148 "termcolor", 149] 150 151[[package]] 152name = "uguid" 153version = "2.2.0" 154dependencies = [ 155 "bytemuck", 156 "serde", 157 "serde_test", 158 "trybuild", 159] 160 161[[package]] 162name = "unicode-ident" 163version = "1.0.12" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 166 167[[package]] 168name = "winapi" 169version = "0.3.9" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 172dependencies = [ 173 "winapi-i686-pc-windows-gnu", 174 "winapi-x86_64-pc-windows-gnu", 175] 176 177[[package]] 178name = "winapi-i686-pc-windows-gnu" 179version = "0.4.0" 180source = "registry+https://github.com/rust-lang/crates.io-index" 181checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 182 183[[package]] 184name = "winapi-util" 185version = "0.1.6" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 188dependencies = [ 189 "winapi", 190] 191 192[[package]] 193name = "winapi-x86_64-pc-windows-gnu" 194version = "0.4.0" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 197