| 1 |
# This file is automatically @generated by Cargo. |
| 2 |
# It is not intended for manual editing. |
| 3 |
version = 4 |
| 4 |
|
| 5 |
[[package]] |
| 6 |
name = "aho-corasick" |
| 7 |
version = "1.1.4" |
| 8 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 |
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 10 |
dependencies = [ |
| 11 |
"memchr", |
| 12 |
] |
| 13 |
|
| 14 |
[[package]] |
| 15 |
name = "anes" |
| 16 |
version = "0.1.6" |
| 17 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 |
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" |
| 19 |
|
| 20 |
[[package]] |
| 21 |
name = "anstyle" |
| 22 |
version = "1.0.14" |
| 23 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 |
checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" |
| 25 |
|
| 26 |
[[package]] |
| 27 |
name = "autocfg" |
| 28 |
version = "1.5.0" |
| 29 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 30 |
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 31 |
|
| 32 |
[[package]] |
| 33 |
name = "bumpalo" |
| 34 |
version = "3.20.2" |
| 35 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 36 |
checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" |
| 37 |
|
| 38 |
[[package]] |
| 39 |
name = "cast" |
| 40 |
version = "0.3.0" |
| 41 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 42 |
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
| 43 |
|
| 44 |
[[package]] |
| 45 |
name = "cfg-if" |
| 46 |
version = "1.0.4" |
| 47 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 48 |
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 49 |
|
| 50 |
[[package]] |
| 51 |
name = "ciborium" |
| 52 |
version = "0.2.2" |
| 53 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 54 |
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" |
| 55 |
dependencies = [ |
| 56 |
"ciborium-io", |
| 57 |
"ciborium-ll", |
| 58 |
"serde", |
| 59 |
] |
| 60 |
|
| 61 |
[[package]] |
| 62 |
name = "ciborium-io" |
| 63 |
version = "0.2.2" |
| 64 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 65 |
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" |
| 66 |
|
| 67 |
[[package]] |
| 68 |
name = "ciborium-ll" |
| 69 |
version = "0.2.2" |
| 70 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 71 |
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" |
| 72 |
dependencies = [ |
| 73 |
"ciborium-io", |
| 74 |
"half", |
| 75 |
] |
| 76 |
|
| 77 |
[[package]] |
| 78 |
name = "clap" |
| 79 |
version = "4.6.0" |
| 80 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 81 |
checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" |
| 82 |
dependencies = [ |
| 83 |
"clap_builder", |
| 84 |
] |
| 85 |
|
| 86 |
[[package]] |
| 87 |
name = "clap_builder" |
| 88 |
version = "4.6.0" |
| 89 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 90 |
checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" |
| 91 |
dependencies = [ |
| 92 |
"anstyle", |
| 93 |
"clap_lex", |
| 94 |
] |
| 95 |
|
| 96 |
[[package]] |
| 97 |
name = "clap_lex" |
| 98 |
version = "1.1.0" |
| 99 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 100 |
checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" |
| 101 |
|
| 102 |
[[package]] |
| 103 |
name = "criterion" |
| 104 |
version = "0.5.1" |
| 105 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 106 |
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" |
| 107 |
dependencies = [ |
| 108 |
"anes", |
| 109 |
"cast", |
| 110 |
"ciborium", |
| 111 |
"clap", |
| 112 |
"criterion-plot", |
| 113 |
"is-terminal", |
| 114 |
"itertools", |
| 115 |
"num-traits", |
| 116 |
"once_cell", |
| 117 |
"oorandom", |
| 118 |
"plotters", |
| 119 |
"rayon", |
| 120 |
"regex", |
| 121 |
"serde", |
| 122 |
"serde_derive", |
| 123 |
"serde_json", |
| 124 |
"tinytemplate", |
| 125 |
"walkdir", |
| 126 |
] |
| 127 |
|
| 128 |
[[package]] |
| 129 |
name = "criterion-plot" |
| 130 |
version = "0.5.0" |
| 131 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 132 |
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" |
| 133 |
dependencies = [ |
| 134 |
"cast", |
| 135 |
"itertools", |
| 136 |
] |
| 137 |
|
| 138 |
[[package]] |
| 139 |
name = "crossbeam-deque" |
| 140 |
version = "0.8.6" |
| 141 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 142 |
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| 143 |
dependencies = [ |
| 144 |
"crossbeam-epoch", |
| 145 |
"crossbeam-utils", |
| 146 |
] |
| 147 |
|
| 148 |
[[package]] |
| 149 |
name = "crossbeam-epoch" |
| 150 |
version = "0.9.18" |
| 151 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 152 |
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| 153 |
dependencies = [ |
| 154 |
"crossbeam-utils", |
| 155 |
] |
| 156 |
|
| 157 |
[[package]] |
| 158 |
name = "crossbeam-utils" |
| 159 |
version = "0.8.21" |
| 160 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 161 |
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 162 |
|
| 163 |
[[package]] |
| 164 |
name = "crunchy" |
| 165 |
version = "0.2.4" |
| 166 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 167 |
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| 168 |
|
| 169 |
[[package]] |
| 170 |
name = "either" |
| 171 |
version = "1.15.0" |
| 172 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 173 |
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 174 |
|
| 175 |
[[package]] |
| 176 |
name = "half" |
| 177 |
version = "2.7.1" |
| 178 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 179 |
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" |
| 180 |
dependencies = [ |
| 181 |
"cfg-if", |
| 182 |
"crunchy", |
| 183 |
"zerocopy", |
| 184 |
] |
| 185 |
|
| 186 |
[[package]] |
| 187 |
name = "hermit-abi" |
| 188 |
version = "0.5.2" |
| 189 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 190 |
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 191 |
|
| 192 |
[[package]] |
| 193 |
name = "is-terminal" |
| 194 |
version = "0.4.17" |
| 195 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 196 |
checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" |
| 197 |
dependencies = [ |
| 198 |
"hermit-abi", |
| 199 |
"libc", |
| 200 |
"windows-sys", |
| 201 |
] |
| 202 |
|
| 203 |
[[package]] |
| 204 |
name = "itertools" |
| 205 |
version = "0.10.5" |
| 206 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 207 |
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
| 208 |
dependencies = [ |
| 209 |
"either", |
| 210 |
] |
| 211 |
|
| 212 |
[[package]] |
| 213 |
name = "itoa" |
| 214 |
version = "1.0.18" |
| 215 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 216 |
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 217 |
|
| 218 |
[[package]] |
| 219 |
name = "js-sys" |
| 220 |
version = "0.3.91" |
| 221 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 222 |
checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" |
| 223 |
dependencies = [ |
| 224 |
"once_cell", |
| 225 |
"wasm-bindgen", |
| 226 |
] |
| 227 |
|
| 228 |
[[package]] |
| 229 |
name = "libc" |
| 230 |
version = "0.2.183" |
| 231 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 232 |
checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" |
| 233 |
|
| 234 |
[[package]] |
| 235 |
name = "memchr" |
| 236 |
version = "2.8.0" |
| 237 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 238 |
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 239 |
|
| 240 |
[[package]] |
| 241 |
name = "num-traits" |
| 242 |
version = "0.2.19" |
| 243 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 244 |
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 245 |
dependencies = [ |
| 246 |
"autocfg", |
| 247 |
] |
| 248 |
|
| 249 |
[[package]] |
| 250 |
name = "once_cell" |
| 251 |
version = "1.21.4" |
| 252 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 253 |
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 254 |
|
| 255 |
[[package]] |
| 256 |
name = "oorandom" |
| 257 |
version = "11.1.5" |
| 258 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 259 |
checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" |
| 260 |
|
| 261 |
[[package]] |
| 262 |
name = "plotters" |
| 263 |
version = "0.3.7" |
| 264 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 265 |
checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" |
| 266 |
dependencies = [ |
| 267 |
"num-traits", |
| 268 |
"plotters-backend", |
| 269 |
"plotters-svg", |
| 270 |
"wasm-bindgen", |
| 271 |
"web-sys", |
| 272 |
] |
| 273 |
|
| 274 |
[[package]] |
| 275 |
name = "plotters-backend" |
| 276 |
version = "0.3.7" |
| 277 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 278 |
checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" |
| 279 |
|
| 280 |
[[package]] |
| 281 |
name = "plotters-svg" |
| 282 |
version = "0.3.7" |
| 283 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 284 |
checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" |
| 285 |
dependencies = [ |
| 286 |
"plotters-backend", |
| 287 |
] |
| 288 |
|
| 289 |
[[package]] |
| 290 |
name = "proc-macro2" |
| 291 |
version = "1.0.106" |
| 292 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 293 |
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 294 |
dependencies = [ |
| 295 |
"unicode-ident", |
| 296 |
] |
| 297 |
|
| 298 |
[[package]] |
| 299 |
name = "quote" |
| 300 |
version = "1.0.45" |
| 301 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 302 |
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 303 |
dependencies = [ |
| 304 |
"proc-macro2", |
| 305 |
] |
| 306 |
|
| 307 |
[[package]] |
| 308 |
name = "rayon" |
| 309 |
version = "1.11.0" |
| 310 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 311 |
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" |
| 312 |
dependencies = [ |
| 313 |
"either", |
| 314 |
"rayon-core", |
| 315 |
] |
| 316 |
|
| 317 |
[[package]] |
| 318 |
name = "rayon-core" |
| 319 |
version = "1.13.0" |
| 320 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 321 |
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
| 322 |
dependencies = [ |
| 323 |
"crossbeam-deque", |
| 324 |
"crossbeam-utils", |
| 325 |
] |
| 326 |
|
| 327 |
[[package]] |
| 328 |
name = "regex" |
| 329 |
version = "1.12.3" |
| 330 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 331 |
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" |
| 332 |
dependencies = [ |
| 333 |
"aho-corasick", |
| 334 |
"memchr", |
| 335 |
"regex-automata", |
| 336 |
"regex-syntax", |
| 337 |
] |
| 338 |
|
| 339 |
[[package]] |
| 340 |
name = "regex-automata" |
| 341 |
version = "0.4.14" |
| 342 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 343 |
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 344 |
dependencies = [ |
| 345 |
"aho-corasick", |
| 346 |
"memchr", |
| 347 |
"regex-syntax", |
| 348 |
] |
| 349 |
|
| 350 |
[[package]] |
| 351 |
name = "regex-syntax" |
| 352 |
version = "0.8.10" |
| 353 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 354 |
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" |
| 355 |
|
| 356 |
[[package]] |
| 357 |
name = "rustversion" |
| 358 |
version = "1.0.22" |
| 359 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 360 |
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 361 |
|
| 362 |
[[package]] |
| 363 |
name = "same-file" |
| 364 |
version = "1.0.6" |
| 365 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 366 |
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 367 |
dependencies = [ |
| 368 |
"winapi-util", |
| 369 |
] |
| 370 |
|
| 371 |
[[package]] |
| 372 |
name = "serde" |
| 373 |
version = "1.0.228" |
| 374 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 375 |
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 376 |
dependencies = [ |
| 377 |
"serde_core", |
| 378 |
"serde_derive", |
| 379 |
] |
| 380 |
|
| 381 |
[[package]] |
| 382 |
name = "serde_core" |
| 383 |
version = "1.0.228" |
| 384 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 385 |
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 386 |
dependencies = [ |
| 387 |
"serde_derive", |
| 388 |
] |
| 389 |
|
| 390 |
[[package]] |
| 391 |
name = "serde_derive" |
| 392 |
version = "1.0.228" |
| 393 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 394 |
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 395 |
dependencies = [ |
| 396 |
"proc-macro2", |
| 397 |
"quote", |
| 398 |
"syn", |
| 399 |
] |
| 400 |
|
| 401 |
[[package]] |
| 402 |
name = "serde_json" |
| 403 |
version = "1.0.149" |
| 404 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 405 |
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 406 |
dependencies = [ |
| 407 |
"itoa", |
| 408 |
"memchr", |
| 409 |
"serde", |
| 410 |
"serde_core", |
| 411 |
"zmij", |
| 412 |
] |
| 413 |
|
| 414 |
[[package]] |
| 415 |
name = "syn" |
| 416 |
version = "2.0.117" |
| 417 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 418 |
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 419 |
dependencies = [ |
| 420 |
"proc-macro2", |
| 421 |
"quote", |
| 422 |
"unicode-ident", |
| 423 |
] |
| 424 |
|
| 425 |
[[package]] |
| 426 |
name = "tagtree" |
| 427 |
version = "0.3.0" |
| 428 |
dependencies = [ |
| 429 |
"criterion", |
| 430 |
] |
| 431 |
|
| 432 |
[[package]] |
| 433 |
name = "tinytemplate" |
| 434 |
version = "1.2.1" |
| 435 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 436 |
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" |
| 437 |
dependencies = [ |
| 438 |
"serde", |
| 439 |
"serde_json", |
| 440 |
] |
| 441 |
|
| 442 |
[[package]] |
| 443 |
name = "unicode-ident" |
| 444 |
version = "1.0.24" |
| 445 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 446 |
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 447 |
|
| 448 |
[[package]] |
| 449 |
name = "walkdir" |
| 450 |
version = "2.5.0" |
| 451 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 452 |
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 453 |
dependencies = [ |
| 454 |
"same-file", |
| 455 |
"winapi-util", |
| 456 |
] |
| 457 |
|
| 458 |
[[package]] |
| 459 |
name = "wasm-bindgen" |
| 460 |
version = "0.2.114" |
| 461 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 462 |
checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" |
| 463 |
dependencies = [ |
| 464 |
"cfg-if", |
| 465 |
"once_cell", |
| 466 |
"rustversion", |
| 467 |
"wasm-bindgen-macro", |
| 468 |
"wasm-bindgen-shared", |
| 469 |
] |
| 470 |
|
| 471 |
[[package]] |
| 472 |
name = "wasm-bindgen-macro" |
| 473 |
version = "0.2.114" |
| 474 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 475 |
checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" |
| 476 |
dependencies = [ |
| 477 |
"quote", |
| 478 |
"wasm-bindgen-macro-support", |
| 479 |
] |
| 480 |
|
| 481 |
[[package]] |
| 482 |
name = "wasm-bindgen-macro-support" |
| 483 |
version = "0.2.114" |
| 484 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 485 |
checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" |
| 486 |
dependencies = [ |
| 487 |
"bumpalo", |
| 488 |
"proc-macro2", |
| 489 |
"quote", |
| 490 |
"syn", |
| 491 |
"wasm-bindgen-shared", |
| 492 |
] |
| 493 |
|
| 494 |
[[package]] |
| 495 |
name = "wasm-bindgen-shared" |
| 496 |
version = "0.2.114" |
| 497 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 498 |
checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" |
| 499 |
dependencies = [ |
| 500 |
"unicode-ident", |
| 501 |
] |
| 502 |
|
| 503 |
[[package]] |
| 504 |
name = "web-sys" |
| 505 |
version = "0.3.91" |
| 506 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 507 |
checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9" |
| 508 |
dependencies = [ |
| 509 |
"js-sys", |
| 510 |
"wasm-bindgen", |
| 511 |
] |
| 512 |
|
| 513 |
[[package]] |
| 514 |
name = "winapi-util" |
| 515 |
version = "0.1.11" |
| 516 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 517 |
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 518 |
dependencies = [ |
| 519 |
"windows-sys", |
| 520 |
] |
| 521 |
|
| 522 |
[[package]] |
| 523 |
name = "windows-link" |
| 524 |
version = "0.2.1" |
| 525 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 526 |
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 527 |
|
| 528 |
[[package]] |
| 529 |
name = "windows-sys" |
| 530 |
version = "0.61.2" |
| 531 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 532 |
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 533 |
dependencies = [ |
| 534 |
"windows-link", |
| 535 |
] |
| 536 |
|
| 537 |
[[package]] |
| 538 |
name = "zerocopy" |
| 539 |
version = "0.8.47" |
| 540 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 541 |
checksum = "efbb2a062be311f2ba113ce66f697a4dc589f85e78a4aea276200804cea0ed87" |
| 542 |
dependencies = [ |
| 543 |
"zerocopy-derive", |
| 544 |
] |
| 545 |
|
| 546 |
[[package]] |
| 547 |
name = "zerocopy-derive" |
| 548 |
version = "0.8.47" |
| 549 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 550 |
checksum = "0e8bc7269b54418e7aeeef514aa68f8690b8c0489a06b0136e5f57c4c5ccab89" |
| 551 |
dependencies = [ |
| 552 |
"proc-macro2", |
| 553 |
"quote", |
| 554 |
"syn", |
| 555 |
] |
| 556 |
|
| 557 |
[[package]] |
| 558 |
name = "zmij" |
| 559 |
version = "1.0.21" |
| 560 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 561 |
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| 562 |
|