| 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 = "anyhow" |
| 28 |
version = "1.0.102" |
| 29 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 30 |
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 31 |
|
| 32 |
[[package]] |
| 33 |
name = "autocfg" |
| 34 |
version = "1.5.0" |
| 35 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 36 |
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 37 |
|
| 38 |
[[package]] |
| 39 |
name = "bit-set" |
| 40 |
version = "0.8.0" |
| 41 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 42 |
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" |
| 43 |
dependencies = [ |
| 44 |
"bit-vec", |
| 45 |
] |
| 46 |
|
| 47 |
[[package]] |
| 48 |
name = "bit-vec" |
| 49 |
version = "0.8.0" |
| 50 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 51 |
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" |
| 52 |
|
| 53 |
[[package]] |
| 54 |
name = "bitflags" |
| 55 |
version = "2.11.1" |
| 56 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 57 |
checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" |
| 58 |
|
| 59 |
[[package]] |
| 60 |
name = "bumpalo" |
| 61 |
version = "3.20.2" |
| 62 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 63 |
checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" |
| 64 |
|
| 65 |
[[package]] |
| 66 |
name = "cast" |
| 67 |
version = "0.3.0" |
| 68 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 69 |
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
| 70 |
|
| 71 |
[[package]] |
| 72 |
name = "cfg-if" |
| 73 |
version = "1.0.4" |
| 74 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 75 |
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 76 |
|
| 77 |
[[package]] |
| 78 |
name = "ciborium" |
| 79 |
version = "0.2.2" |
| 80 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 81 |
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" |
| 82 |
dependencies = [ |
| 83 |
"ciborium-io", |
| 84 |
"ciborium-ll", |
| 85 |
"serde", |
| 86 |
] |
| 87 |
|
| 88 |
[[package]] |
| 89 |
name = "ciborium-io" |
| 90 |
version = "0.2.2" |
| 91 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 92 |
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" |
| 93 |
|
| 94 |
[[package]] |
| 95 |
name = "ciborium-ll" |
| 96 |
version = "0.2.2" |
| 97 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 98 |
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" |
| 99 |
dependencies = [ |
| 100 |
"ciborium-io", |
| 101 |
"half", |
| 102 |
] |
| 103 |
|
| 104 |
[[package]] |
| 105 |
name = "clap" |
| 106 |
version = "4.6.1" |
| 107 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 108 |
checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" |
| 109 |
dependencies = [ |
| 110 |
"clap_builder", |
| 111 |
] |
| 112 |
|
| 113 |
[[package]] |
| 114 |
name = "clap_builder" |
| 115 |
version = "4.6.0" |
| 116 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 117 |
checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" |
| 118 |
dependencies = [ |
| 119 |
"anstyle", |
| 120 |
"clap_lex", |
| 121 |
] |
| 122 |
|
| 123 |
[[package]] |
| 124 |
name = "clap_lex" |
| 125 |
version = "1.1.0" |
| 126 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 127 |
checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" |
| 128 |
|
| 129 |
[[package]] |
| 130 |
name = "criterion" |
| 131 |
version = "0.5.1" |
| 132 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 133 |
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" |
| 134 |
dependencies = [ |
| 135 |
"anes", |
| 136 |
"cast", |
| 137 |
"ciborium", |
| 138 |
"clap", |
| 139 |
"criterion-plot", |
| 140 |
"is-terminal", |
| 141 |
"itertools", |
| 142 |
"num-traits", |
| 143 |
"once_cell", |
| 144 |
"oorandom", |
| 145 |
"plotters", |
| 146 |
"rayon", |
| 147 |
"regex", |
| 148 |
"serde", |
| 149 |
"serde_derive", |
| 150 |
"serde_json", |
| 151 |
"tinytemplate", |
| 152 |
"walkdir", |
| 153 |
] |
| 154 |
|
| 155 |
[[package]] |
| 156 |
name = "criterion-plot" |
| 157 |
version = "0.5.0" |
| 158 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 159 |
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" |
| 160 |
dependencies = [ |
| 161 |
"cast", |
| 162 |
"itertools", |
| 163 |
] |
| 164 |
|
| 165 |
[[package]] |
| 166 |
name = "crossbeam-deque" |
| 167 |
version = "0.8.6" |
| 168 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 169 |
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| 170 |
dependencies = [ |
| 171 |
"crossbeam-epoch", |
| 172 |
"crossbeam-utils", |
| 173 |
] |
| 174 |
|
| 175 |
[[package]] |
| 176 |
name = "crossbeam-epoch" |
| 177 |
version = "0.9.18" |
| 178 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 179 |
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| 180 |
dependencies = [ |
| 181 |
"crossbeam-utils", |
| 182 |
] |
| 183 |
|
| 184 |
[[package]] |
| 185 |
name = "crossbeam-utils" |
| 186 |
version = "0.8.21" |
| 187 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 188 |
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 189 |
|
| 190 |
[[package]] |
| 191 |
name = "crunchy" |
| 192 |
version = "0.2.4" |
| 193 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 194 |
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| 195 |
|
| 196 |
[[package]] |
| 197 |
name = "cssparser" |
| 198 |
version = "0.36.0" |
| 199 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 200 |
checksum = "dae61cf9c0abb83bd659dab65b7e4e38d8236824c85f0f804f173567bda257d2" |
| 201 |
dependencies = [ |
| 202 |
"cssparser-macros", |
| 203 |
"dtoa-short", |
| 204 |
"itoa", |
| 205 |
"phf", |
| 206 |
"smallvec", |
| 207 |
] |
| 208 |
|
| 209 |
[[package]] |
| 210 |
name = "cssparser-macros" |
| 211 |
version = "0.6.1" |
| 212 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 213 |
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" |
| 214 |
dependencies = [ |
| 215 |
"quote", |
| 216 |
"syn", |
| 217 |
] |
| 218 |
|
| 219 |
[[package]] |
| 220 |
name = "derive_more" |
| 221 |
version = "2.1.1" |
| 222 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 223 |
checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" |
| 224 |
dependencies = [ |
| 225 |
"derive_more-impl", |
| 226 |
] |
| 227 |
|
| 228 |
[[package]] |
| 229 |
name = "derive_more-impl" |
| 230 |
version = "2.1.1" |
| 231 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 232 |
checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" |
| 233 |
dependencies = [ |
| 234 |
"proc-macro2", |
| 235 |
"quote", |
| 236 |
"rustc_version", |
| 237 |
"syn", |
| 238 |
] |
| 239 |
|
| 240 |
[[package]] |
| 241 |
name = "dtoa" |
| 242 |
version = "1.0.11" |
| 243 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 244 |
checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" |
| 245 |
|
| 246 |
[[package]] |
| 247 |
name = "dtoa-short" |
| 248 |
version = "0.3.5" |
| 249 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 250 |
checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" |
| 251 |
dependencies = [ |
| 252 |
"dtoa", |
| 253 |
] |
| 254 |
|
| 255 |
[[package]] |
| 256 |
name = "ego-tree" |
| 257 |
version = "0.11.0" |
| 258 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 259 |
checksum = "b04dc5a38e4f151a79d9f2451ae6037fb6eaf5cba34771f44781f80e508498e3" |
| 260 |
|
| 261 |
[[package]] |
| 262 |
name = "either" |
| 263 |
version = "1.15.0" |
| 264 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 265 |
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 266 |
|
| 267 |
[[package]] |
| 268 |
name = "equivalent" |
| 269 |
version = "1.0.2" |
| 270 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 271 |
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 272 |
|
| 273 |
[[package]] |
| 274 |
name = "errno" |
| 275 |
version = "0.3.14" |
| 276 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 277 |
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 278 |
dependencies = [ |
| 279 |
"libc", |
| 280 |
"windows-sys", |
| 281 |
] |
| 282 |
|
| 283 |
[[package]] |
| 284 |
name = "fastrand" |
| 285 |
version = "2.4.1" |
| 286 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 287 |
checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" |
| 288 |
|
| 289 |
[[package]] |
| 290 |
name = "fnv" |
| 291 |
version = "1.0.7" |
| 292 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 293 |
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 294 |
|
| 295 |
[[package]] |
| 296 |
name = "foldhash" |
| 297 |
version = "0.1.5" |
| 298 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 299 |
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 300 |
|
| 301 |
[[package]] |
| 302 |
name = "futures-core" |
| 303 |
version = "0.3.32" |
| 304 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 305 |
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 306 |
|
| 307 |
[[package]] |
| 308 |
name = "futures-task" |
| 309 |
version = "0.3.32" |
| 310 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 311 |
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 312 |
|
| 313 |
[[package]] |
| 314 |
name = "futures-util" |
| 315 |
version = "0.3.32" |
| 316 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 317 |
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 318 |
dependencies = [ |
| 319 |
"futures-core", |
| 320 |
"futures-task", |
| 321 |
"pin-project-lite", |
| 322 |
"slab", |
| 323 |
] |
| 324 |
|
| 325 |
[[package]] |
| 326 |
name = "getopts" |
| 327 |
version = "0.2.24" |
| 328 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 329 |
checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" |
| 330 |
dependencies = [ |
| 331 |
"unicode-width", |
| 332 |
] |
| 333 |
|
| 334 |
[[package]] |
| 335 |
name = "getrandom" |
| 336 |
version = "0.3.4" |
| 337 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 338 |
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 339 |
dependencies = [ |
| 340 |
"cfg-if", |
| 341 |
"libc", |
| 342 |
"r-efi 5.3.0", |
| 343 |
"wasip2", |
| 344 |
] |
| 345 |
|
| 346 |
[[package]] |
| 347 |
name = "getrandom" |
| 348 |
version = "0.4.2" |
| 349 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 350 |
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| 351 |
dependencies = [ |
| 352 |
"cfg-if", |
| 353 |
"libc", |
| 354 |
"r-efi 6.0.0", |
| 355 |
"wasip2", |
| 356 |
"wasip3", |
| 357 |
] |
| 358 |
|
| 359 |
[[package]] |
| 360 |
name = "half" |
| 361 |
version = "2.7.1" |
| 362 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 363 |
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" |
| 364 |
dependencies = [ |
| 365 |
"cfg-if", |
| 366 |
"crunchy", |
| 367 |
"zerocopy", |
| 368 |
] |
| 369 |
|
| 370 |
[[package]] |
| 371 |
name = "hashbrown" |
| 372 |
version = "0.15.5" |
| 373 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 374 |
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 375 |
dependencies = [ |
| 376 |
"foldhash", |
| 377 |
] |
| 378 |
|
| 379 |
[[package]] |
| 380 |
name = "hashbrown" |
| 381 |
version = "0.17.0" |
| 382 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 383 |
checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" |
| 384 |
|
| 385 |
[[package]] |
| 386 |
name = "heck" |
| 387 |
version = "0.5.0" |
| 388 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 389 |
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 390 |
|
| 391 |
[[package]] |
| 392 |
name = "hermit-abi" |
| 393 |
version = "0.5.2" |
| 394 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 395 |
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 396 |
|
| 397 |
[[package]] |
| 398 |
name = "html5ever" |
| 399 |
version = "0.39.0" |
| 400 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 401 |
checksum = "46a1761807faccc9a19e86944bbf40610014066306f96edcdedc2fb714bcb7b8" |
| 402 |
dependencies = [ |
| 403 |
"log", |
| 404 |
"markup5ever", |
| 405 |
] |
| 406 |
|
| 407 |
[[package]] |
| 408 |
name = "id-arena" |
| 409 |
version = "2.3.0" |
| 410 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 411 |
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 412 |
|
| 413 |
[[package]] |
| 414 |
name = "indexmap" |
| 415 |
version = "2.14.0" |
| 416 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 417 |
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 418 |
dependencies = [ |
| 419 |
"equivalent", |
| 420 |
"hashbrown 0.17.0", |
| 421 |
"serde", |
| 422 |
"serde_core", |
| 423 |
] |
| 424 |
|
| 425 |
[[package]] |
| 426 |
name = "is-terminal" |
| 427 |
version = "0.4.17" |
| 428 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 429 |
checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" |
| 430 |
dependencies = [ |
| 431 |
"hermit-abi", |
| 432 |
"libc", |
| 433 |
"windows-sys", |
| 434 |
] |
| 435 |
|
| 436 |
[[package]] |
| 437 |
name = "itertools" |
| 438 |
version = "0.10.5" |
| 439 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 440 |
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
| 441 |
dependencies = [ |
| 442 |
"either", |
| 443 |
] |
| 444 |
|
| 445 |
[[package]] |
| 446 |
name = "itoa" |
| 447 |
version = "1.0.18" |
| 448 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 449 |
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 450 |
|
| 451 |
[[package]] |
| 452 |
name = "js-sys" |
| 453 |
version = "0.3.97" |
| 454 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 455 |
checksum = "a1840c94c045fbcf8ba2812c95db44499f7c64910a912551aaaa541decebcacf" |
| 456 |
dependencies = [ |
| 457 |
"cfg-if", |
| 458 |
"futures-util", |
| 459 |
"once_cell", |
| 460 |
"wasm-bindgen", |
| 461 |
] |
| 462 |
|
| 463 |
[[package]] |
| 464 |
name = "leb128fmt" |
| 465 |
version = "0.1.0" |
| 466 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 467 |
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 468 |
|
| 469 |
[[package]] |
| 470 |
name = "libc" |
| 471 |
version = "0.2.186" |
| 472 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 473 |
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" |
| 474 |
|
| 475 |
[[package]] |
| 476 |
name = "linux-raw-sys" |
| 477 |
version = "0.12.1" |
| 478 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 479 |
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 480 |
|
| 481 |
[[package]] |
| 482 |
name = "lock_api" |
| 483 |
version = "0.4.14" |
| 484 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 485 |
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 486 |
dependencies = [ |
| 487 |
"scopeguard", |
| 488 |
] |
| 489 |
|
| 490 |
[[package]] |
| 491 |
name = "log" |
| 492 |
version = "0.4.29" |
| 493 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 494 |
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 495 |
|
| 496 |
[[package]] |
| 497 |
name = "markup5ever" |
| 498 |
version = "0.39.0" |
| 499 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 500 |
checksum = "7122d987ec5f704ee56f6e5b41a7d93722e9aae27ae07cafa4036c4d3f9757de" |
| 501 |
dependencies = [ |
| 502 |
"log", |
| 503 |
"tendril", |
| 504 |
"web_atoms", |
| 505 |
] |
| 506 |
|
| 507 |
[[package]] |
| 508 |
name = "memchr" |
| 509 |
version = "2.8.0" |
| 510 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 511 |
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 512 |
|
| 513 |
[[package]] |
| 514 |
name = "new_debug_unreachable" |
| 515 |
version = "1.0.6" |
| 516 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 517 |
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
| 518 |
|
| 519 |
[[package]] |
| 520 |
name = "num-traits" |
| 521 |
version = "0.2.19" |
| 522 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 523 |
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 524 |
dependencies = [ |
| 525 |
"autocfg", |
| 526 |
] |
| 527 |
|
| 528 |
[[package]] |
| 529 |
name = "once_cell" |
| 530 |
version = "1.21.4" |
| 531 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 532 |
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 533 |
|
| 534 |
[[package]] |
| 535 |
name = "oorandom" |
| 536 |
version = "11.1.5" |
| 537 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 538 |
checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" |
| 539 |
|
| 540 |
[[package]] |
| 541 |
name = "parking_lot" |
| 542 |
version = "0.12.5" |
| 543 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 544 |
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 545 |
dependencies = [ |
| 546 |
"lock_api", |
| 547 |
"parking_lot_core", |
| 548 |
] |
| 549 |
|
| 550 |
[[package]] |
| 551 |
name = "parking_lot_core" |
| 552 |
version = "0.9.12" |
| 553 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 554 |
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 555 |
dependencies = [ |
| 556 |
"cfg-if", |
| 557 |
"libc", |
| 558 |
"redox_syscall", |
| 559 |
"smallvec", |
| 560 |
"windows-link", |
| 561 |
] |
| 562 |
|
| 563 |
[[package]] |
| 564 |
name = "phf" |
| 565 |
version = "0.13.1" |
| 566 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 567 |
checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" |
| 568 |
dependencies = [ |
| 569 |
"phf_macros", |
| 570 |
"phf_shared", |
| 571 |
"serde", |
| 572 |
] |
| 573 |
|
| 574 |
[[package]] |
| 575 |
name = "phf_codegen" |
| 576 |
version = "0.13.1" |
| 577 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 578 |
checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1" |
| 579 |
dependencies = [ |
| 580 |
"phf_generator", |
| 581 |
"phf_shared", |
| 582 |
] |
| 583 |
|
| 584 |
[[package]] |
| 585 |
name = "phf_generator" |
| 586 |
version = "0.13.1" |
| 587 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 588 |
checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" |
| 589 |
dependencies = [ |
| 590 |
"fastrand", |
| 591 |
"phf_shared", |
| 592 |
] |
| 593 |
|
| 594 |
[[package]] |
| 595 |
name = "phf_macros" |
| 596 |
version = "0.13.1" |
| 597 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 598 |
checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef" |
| 599 |
dependencies = [ |
| 600 |
"phf_generator", |
| 601 |
"phf_shared", |
| 602 |
"proc-macro2", |
| 603 |
"quote", |
| 604 |
"syn", |
| 605 |
] |
| 606 |
|
| 607 |
[[package]] |
| 608 |
name = "phf_shared" |
| 609 |
version = "0.13.1" |
| 610 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 611 |
checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" |
| 612 |
dependencies = [ |
| 613 |
"siphasher", |
| 614 |
] |
| 615 |
|
| 616 |
[[package]] |
| 617 |
name = "pin-project-lite" |
| 618 |
version = "0.2.17" |
| 619 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 620 |
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 621 |
|
| 622 |
[[package]] |
| 623 |
name = "plotters" |
| 624 |
version = "0.3.7" |
| 625 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 626 |
checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" |
| 627 |
dependencies = [ |
| 628 |
"num-traits", |
| 629 |
"plotters-backend", |
| 630 |
"plotters-svg", |
| 631 |
"wasm-bindgen", |
| 632 |
"web-sys", |
| 633 |
] |
| 634 |
|
| 635 |
[[package]] |
| 636 |
name = "plotters-backend" |
| 637 |
version = "0.3.7" |
| 638 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 639 |
checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" |
| 640 |
|
| 641 |
[[package]] |
| 642 |
name = "plotters-svg" |
| 643 |
version = "0.3.7" |
| 644 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 645 |
checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" |
| 646 |
dependencies = [ |
| 647 |
"plotters-backend", |
| 648 |
] |
| 649 |
|
| 650 |
[[package]] |
| 651 |
name = "ppv-lite86" |
| 652 |
version = "0.2.21" |
| 653 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 654 |
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 655 |
dependencies = [ |
| 656 |
"zerocopy", |
| 657 |
] |
| 658 |
|
| 659 |
[[package]] |
| 660 |
name = "precomputed-hash" |
| 661 |
version = "0.1.1" |
| 662 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 663 |
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| 664 |
|
| 665 |
[[package]] |
| 666 |
name = "prettyplease" |
| 667 |
version = "0.2.37" |
| 668 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 669 |
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 670 |
dependencies = [ |
| 671 |
"proc-macro2", |
| 672 |
"syn", |
| 673 |
] |
| 674 |
|
| 675 |
[[package]] |
| 676 |
name = "proc-macro2" |
| 677 |
version = "1.0.106" |
| 678 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 679 |
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 680 |
dependencies = [ |
| 681 |
"unicode-ident", |
| 682 |
] |
| 683 |
|
| 684 |
[[package]] |
| 685 |
name = "proptest" |
| 686 |
version = "1.11.0" |
| 687 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 688 |
checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744" |
| 689 |
dependencies = [ |
| 690 |
"bit-set", |
| 691 |
"bit-vec", |
| 692 |
"bitflags", |
| 693 |
"num-traits", |
| 694 |
"rand", |
| 695 |
"rand_chacha", |
| 696 |
"rand_xorshift", |
| 697 |
"regex-syntax", |
| 698 |
"rusty-fork", |
| 699 |
"tempfile", |
| 700 |
"unarray", |
| 701 |
] |
| 702 |
|
| 703 |
[[package]] |
| 704 |
name = "pter" |
| 705 |
version = "0.1.0" |
| 706 |
dependencies = [ |
| 707 |
"criterion", |
| 708 |
"proptest", |
| 709 |
"scraper", |
| 710 |
] |
| 711 |
|
| 712 |
[[package]] |
| 713 |
name = "quick-error" |
| 714 |
version = "1.2.3" |
| 715 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 716 |
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
| 717 |
|
| 718 |
[[package]] |
| 719 |
name = "quote" |
| 720 |
version = "1.0.45" |
| 721 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 722 |
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 723 |
dependencies = [ |
| 724 |
"proc-macro2", |
| 725 |
] |
| 726 |
|
| 727 |
[[package]] |
| 728 |
name = "r-efi" |
| 729 |
version = "5.3.0" |
| 730 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 731 |
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 732 |
|
| 733 |
[[package]] |
| 734 |
name = "r-efi" |
| 735 |
version = "6.0.0" |
| 736 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 737 |
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 738 |
|
| 739 |
[[package]] |
| 740 |
name = "rand" |
| 741 |
version = "0.9.4" |
| 742 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 743 |
checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" |
| 744 |
dependencies = [ |
| 745 |
"rand_chacha", |
| 746 |
"rand_core", |
| 747 |
] |
| 748 |
|
| 749 |
[[package]] |
| 750 |
name = "rand_chacha" |
| 751 |
version = "0.9.0" |
| 752 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 753 |
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 754 |
dependencies = [ |
| 755 |
"ppv-lite86", |
| 756 |
"rand_core", |
| 757 |
] |
| 758 |
|
| 759 |
[[package]] |
| 760 |
name = "rand_core" |
| 761 |
version = "0.9.5" |
| 762 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 763 |
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" |
| 764 |
dependencies = [ |
| 765 |
"getrandom 0.3.4", |
| 766 |
] |
| 767 |
|
| 768 |
[[package]] |
| 769 |
name = "rand_xorshift" |
| 770 |
version = "0.4.0" |
| 771 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 772 |
checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" |
| 773 |
dependencies = [ |
| 774 |
"rand_core", |
| 775 |
] |
| 776 |
|
| 777 |
[[package]] |
| 778 |
name = "rayon" |
| 779 |
version = "1.12.0" |
| 780 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 781 |
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" |
| 782 |
dependencies = [ |
| 783 |
"either", |
| 784 |
"rayon-core", |
| 785 |
] |
| 786 |
|
| 787 |
[[package]] |
| 788 |
name = "rayon-core" |
| 789 |
version = "1.13.0" |
| 790 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 791 |
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
| 792 |
dependencies = [ |
| 793 |
"crossbeam-deque", |
| 794 |
"crossbeam-utils", |
| 795 |
] |
| 796 |
|
| 797 |
[[package]] |
| 798 |
name = "redox_syscall" |
| 799 |
version = "0.5.18" |
| 800 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 801 |
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 802 |
dependencies = [ |
| 803 |
"bitflags", |
| 804 |
] |
| 805 |
|
| 806 |
[[package]] |
| 807 |
name = "regex" |
| 808 |
version = "1.12.3" |
| 809 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 810 |
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" |
| 811 |
dependencies = [ |
| 812 |
"aho-corasick", |
| 813 |
"memchr", |
| 814 |
"regex-automata", |
| 815 |
"regex-syntax", |
| 816 |
] |
| 817 |
|
| 818 |
[[package]] |
| 819 |
name = "regex-automata" |
| 820 |
version = "0.4.14" |
| 821 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 822 |
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 823 |
dependencies = [ |
| 824 |
"aho-corasick", |
| 825 |
"memchr", |
| 826 |
"regex-syntax", |
| 827 |
] |
| 828 |
|
| 829 |
[[package]] |
| 830 |
name = "regex-syntax" |
| 831 |
version = "0.8.10" |
| 832 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 833 |
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" |
| 834 |
|
| 835 |
[[package]] |
| 836 |
name = "rustc-hash" |
| 837 |
version = "2.1.2" |
| 838 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 839 |
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" |
| 840 |
|
| 841 |
[[package]] |
| 842 |
name = "rustc_version" |
| 843 |
version = "0.4.1" |
| 844 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 845 |
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 846 |
dependencies = [ |
| 847 |
"semver", |
| 848 |
] |
| 849 |
|
| 850 |
[[package]] |
| 851 |
name = "rustix" |
| 852 |
version = "1.1.4" |
| 853 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 854 |
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 855 |
dependencies = [ |
| 856 |
"bitflags", |
| 857 |
"errno", |
| 858 |
"libc", |
| 859 |
"linux-raw-sys", |
| 860 |
"windows-sys", |
| 861 |
] |
| 862 |
|
| 863 |
[[package]] |
| 864 |
name = "rustversion" |
| 865 |
version = "1.0.22" |
| 866 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 867 |
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 868 |
|
| 869 |
[[package]] |
| 870 |
name = "rusty-fork" |
| 871 |
version = "0.3.1" |
| 872 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 873 |
checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2" |
| 874 |
dependencies = [ |
| 875 |
"fnv", |
| 876 |
"quick-error", |
| 877 |
"tempfile", |
| 878 |
"wait-timeout", |
| 879 |
] |
| 880 |
|
| 881 |
[[package]] |
| 882 |
name = "same-file" |
| 883 |
version = "1.0.6" |
| 884 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 885 |
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 886 |
dependencies = [ |
| 887 |
"winapi-util", |
| 888 |
] |
| 889 |
|
| 890 |
[[package]] |
| 891 |
name = "scopeguard" |
| 892 |
version = "1.2.0" |
| 893 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 894 |
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 895 |
|
| 896 |
[[package]] |
| 897 |
name = "scraper" |
| 898 |
version = "0.26.0" |
| 899 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 900 |
checksum = "f0f5297102b8b62b4454ee8561601b2d551b4913148feb4241ca9d1a04bf4526" |
| 901 |
dependencies = [ |
| 902 |
"cssparser", |
| 903 |
"ego-tree", |
| 904 |
"getopts", |
| 905 |
"html5ever", |
| 906 |
"precomputed-hash", |
| 907 |
"selectors", |
| 908 |
"tendril", |
| 909 |
] |
| 910 |
|
| 911 |
[[package]] |
| 912 |
name = "selectors" |
| 913 |
version = "0.36.1" |
| 914 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 915 |
checksum = "c5d9c0c92a92d33f08817311cf3f2c29a3538a8240e94a6a3c622ce652d7e00c" |
| 916 |
dependencies = [ |
| 917 |
"bitflags", |
| 918 |
"cssparser", |
| 919 |
"derive_more", |
| 920 |
"log", |
| 921 |
"new_debug_unreachable", |
| 922 |
"phf", |
| 923 |
"phf_codegen", |
| 924 |
"precomputed-hash", |
| 925 |
"rustc-hash", |
| 926 |
"servo_arc", |
| 927 |
"smallvec", |
| 928 |
] |
| 929 |
|
| 930 |
[[package]] |
| 931 |
name = "semver" |
| 932 |
version = "1.0.28" |
| 933 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 934 |
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 935 |
|
| 936 |
[[package]] |
| 937 |
name = "serde" |
| 938 |
version = "1.0.228" |
| 939 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 940 |
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 941 |
dependencies = [ |
| 942 |
"serde_core", |
| 943 |
"serde_derive", |
| 944 |
] |
| 945 |
|
| 946 |
[[package]] |
| 947 |
name = "serde_core" |
| 948 |
version = "1.0.228" |
| 949 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 950 |
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 951 |
dependencies = [ |
| 952 |
"serde_derive", |
| 953 |
] |
| 954 |
|
| 955 |
[[package]] |
| 956 |
name = "serde_derive" |
| 957 |
version = "1.0.228" |
| 958 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 959 |
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 960 |
dependencies = [ |
| 961 |
"proc-macro2", |
| 962 |
"quote", |
| 963 |
"syn", |
| 964 |
] |
| 965 |
|
| 966 |
[[package]] |
| 967 |
name = "serde_json" |
| 968 |
version = "1.0.149" |
| 969 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 970 |
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 971 |
dependencies = [ |
| 972 |
"itoa", |
| 973 |
"memchr", |
| 974 |
"serde", |
| 975 |
"serde_core", |
| 976 |
"zmij", |
| 977 |
] |
| 978 |
|
| 979 |
[[package]] |
| 980 |
name = "servo_arc" |
| 981 |
version = "0.4.3" |
| 982 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 983 |
checksum = "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930" |
| 984 |
dependencies = [ |
| 985 |
"stable_deref_trait", |
| 986 |
] |
| 987 |
|
| 988 |
[[package]] |
| 989 |
name = "siphasher" |
| 990 |
version = "1.0.2" |
| 991 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 992 |
checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" |
| 993 |
|
| 994 |
[[package]] |
| 995 |
name = "slab" |
| 996 |
version = "0.4.12" |
| 997 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 998 |
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 999 |
|
| 1000 |
[[package]] |
| 1001 |
name = "smallvec" |
| 1002 |
version = "1.15.1" |
| 1003 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1004 |
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 1005 |
|
| 1006 |
[[package]] |
| 1007 |
name = "stable_deref_trait" |
| 1008 |
version = "1.2.1" |
| 1009 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1010 |
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 1011 |
|
| 1012 |
[[package]] |
| 1013 |
name = "string_cache" |
| 1014 |
version = "0.9.0" |
| 1015 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1016 |
checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901" |
| 1017 |
dependencies = [ |
| 1018 |
"new_debug_unreachable", |
| 1019 |
"parking_lot", |
| 1020 |
"phf_shared", |
| 1021 |
"precomputed-hash", |
| 1022 |
] |
| 1023 |
|
| 1024 |
[[package]] |
| 1025 |
name = "string_cache_codegen" |
| 1026 |
version = "0.6.1" |
| 1027 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1028 |
checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69" |
| 1029 |
dependencies = [ |
| 1030 |
"phf_generator", |
| 1031 |
"phf_shared", |
| 1032 |
"proc-macro2", |
| 1033 |
"quote", |
| 1034 |
] |
| 1035 |
|
| 1036 |
[[package]] |
| 1037 |
name = "syn" |
| 1038 |
version = "2.0.117" |
| 1039 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1040 |
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 1041 |
dependencies = [ |
| 1042 |
"proc-macro2", |
| 1043 |
"quote", |
| 1044 |
"unicode-ident", |
| 1045 |
] |
| 1046 |
|
| 1047 |
[[package]] |
| 1048 |
name = "tempfile" |
| 1049 |
version = "3.27.0" |
| 1050 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1051 |
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| 1052 |
dependencies = [ |
| 1053 |
"fastrand", |
| 1054 |
"getrandom 0.4.2", |
| 1055 |
"once_cell", |
| 1056 |
"rustix", |
| 1057 |
"windows-sys", |
| 1058 |
] |
| 1059 |
|
| 1060 |
[[package]] |
| 1061 |
name = "tendril" |
| 1062 |
version = "0.5.0" |
| 1063 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1064 |
checksum = "c4790fc369d5a530f4b544b094e31388b9b3a37c0f4652ade4505945f5660d24" |
| 1065 |
dependencies = [ |
| 1066 |
"new_debug_unreachable", |
| 1067 |
"utf-8", |
| 1068 |
] |
| 1069 |
|
| 1070 |
[[package]] |
| 1071 |
name = "tinytemplate" |
| 1072 |
version = "1.2.1" |
| 1073 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1074 |
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" |
| 1075 |
dependencies = [ |
| 1076 |
"serde", |
| 1077 |
"serde_json", |
| 1078 |
] |
| 1079 |
|
| 1080 |
[[package]] |
| 1081 |
name = "unarray" |
| 1082 |
version = "0.1.4" |
| 1083 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1084 |
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" |
| 1085 |
|
| 1086 |
[[package]] |
| 1087 |
name = "unicode-ident" |
| 1088 |
version = "1.0.24" |
| 1089 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1090 |
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 1091 |
|
| 1092 |
[[package]] |
| 1093 |
name = "unicode-width" |
| 1094 |
version = "0.2.2" |
| 1095 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1096 |
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| 1097 |
|
| 1098 |
[[package]] |
| 1099 |
name = "unicode-xid" |
| 1100 |
version = "0.2.6" |
| 1101 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1102 |
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 1103 |
|
| 1104 |
[[package]] |
| 1105 |
name = "utf-8" |
| 1106 |
version = "0.7.6" |
| 1107 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1108 |
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
| 1109 |
|
| 1110 |
[[package]] |
| 1111 |
name = "wait-timeout" |
| 1112 |
version = "0.2.1" |
| 1113 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1114 |
checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" |
| 1115 |
dependencies = [ |
| 1116 |
"libc", |
| 1117 |
] |
| 1118 |
|
| 1119 |
[[package]] |
| 1120 |
name = "walkdir" |
| 1121 |
version = "2.5.0" |
| 1122 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1123 |
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 1124 |
dependencies = [ |
| 1125 |
"same-file", |
| 1126 |
"winapi-util", |
| 1127 |
] |
| 1128 |
|
| 1129 |
[[package]] |
| 1130 |
name = "wasip2" |
| 1131 |
version = "1.0.3+wasi-0.2.9" |
| 1132 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1133 |
checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" |
| 1134 |
dependencies = [ |
| 1135 |
"wit-bindgen 0.57.1", |
| 1136 |
] |
| 1137 |
|
| 1138 |
[[package]] |
| 1139 |
name = "wasip3" |
| 1140 |
version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| 1141 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1142 |
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| 1143 |
dependencies = [ |
| 1144 |
"wit-bindgen 0.51.0", |
| 1145 |
] |
| 1146 |
|
| 1147 |
[[package]] |
| 1148 |
name = "wasm-bindgen" |
| 1149 |
version = "0.2.120" |
| 1150 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1151 |
checksum = "df52b6d9b87e0c74c9edfa1eb2d9bf85e5d63515474513aa50fa181b3c4f5db1" |
| 1152 |
dependencies = [ |
| 1153 |
"cfg-if", |
| 1154 |
"once_cell", |
| 1155 |
"rustversion", |
| 1156 |
"wasm-bindgen-macro", |
| 1157 |
"wasm-bindgen-shared", |
| 1158 |
] |
| 1159 |
|
| 1160 |
[[package]] |
| 1161 |
name = "wasm-bindgen-macro" |
| 1162 |
version = "0.2.120" |
| 1163 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1164 |
checksum = "78b1041f495fb322e64aca85f5756b2172e35cd459376e67f2a6c9dffcedb103" |
| 1165 |
dependencies = [ |
| 1166 |
"quote", |
| 1167 |
"wasm-bindgen-macro-support", |
| 1168 |
] |
| 1169 |
|
| 1170 |
[[package]] |
| 1171 |
name = "wasm-bindgen-macro-support" |
| 1172 |
version = "0.2.120" |
| 1173 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1174 |
checksum = "9dcd0ff20416988a18ac686d4d4d0f6aae9ebf08a389ff5d29012b05af2a1b41" |
| 1175 |
dependencies = [ |
| 1176 |
"bumpalo", |
| 1177 |
"proc-macro2", |
| 1178 |
"quote", |
| 1179 |
"syn", |
| 1180 |
"wasm-bindgen-shared", |
| 1181 |
] |
| 1182 |
|
| 1183 |
[[package]] |
| 1184 |
name = "wasm-bindgen-shared" |
| 1185 |
version = "0.2.120" |
| 1186 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1187 |
checksum = "49757b3c82ebf16c57d69365a142940b384176c24df52a087fb748e2085359ea" |
| 1188 |
dependencies = [ |
| 1189 |
"unicode-ident", |
| 1190 |
] |
| 1191 |
|
| 1192 |
[[package]] |
| 1193 |
name = "wasm-encoder" |
| 1194 |
version = "0.244.0" |
| 1195 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1196 |
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| 1197 |
dependencies = [ |
| 1198 |
"leb128fmt", |
| 1199 |
"wasmparser", |
| 1200 |
] |
| 1201 |
|
| 1202 |
[[package]] |
| 1203 |
name = "wasm-metadata" |
| 1204 |
version = "0.244.0" |
| 1205 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1206 |
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| 1207 |
dependencies = [ |
| 1208 |
"anyhow", |
| 1209 |
"indexmap", |
| 1210 |
"wasm-encoder", |
| 1211 |
"wasmparser", |
| 1212 |
] |
| 1213 |
|
| 1214 |
[[package]] |
| 1215 |
name = "wasmparser" |
| 1216 |
version = "0.244.0" |
| 1217 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1218 |
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| 1219 |
dependencies = [ |
| 1220 |
"bitflags", |
| 1221 |
"hashbrown 0.15.5", |
| 1222 |
"indexmap", |
| 1223 |
"semver", |
| 1224 |
] |
| 1225 |
|
| 1226 |
[[package]] |
| 1227 |
name = "web-sys" |
| 1228 |
version = "0.3.97" |
| 1229 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1230 |
checksum = "2eadbac71025cd7b0834f20d1fe8472e8495821b4e9801eb0a60bd1f19827602" |
| 1231 |
dependencies = [ |
| 1232 |
"js-sys", |
| 1233 |
"wasm-bindgen", |
| 1234 |
] |
| 1235 |
|
| 1236 |
[[package]] |
| 1237 |
name = "web_atoms" |
| 1238 |
version = "0.2.4" |
| 1239 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1240 |
checksum = "d7cff6eef815df1834fd250e3a2ff436044d82a9f1bc1980ca1dbdf07effc538" |
| 1241 |
dependencies = [ |
| 1242 |
"phf", |
| 1243 |
"phf_codegen", |
| 1244 |
"string_cache", |
| 1245 |
"string_cache_codegen", |
| 1246 |
] |
| 1247 |
|
| 1248 |
[[package]] |
| 1249 |
name = "winapi-util" |
| 1250 |
version = "0.1.11" |
| 1251 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1252 |
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 1253 |
dependencies = [ |
| 1254 |
"windows-sys", |
| 1255 |
] |
| 1256 |
|
| 1257 |
[[package]] |
| 1258 |
name = "windows-link" |
| 1259 |
version = "0.2.1" |
| 1260 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1261 |
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 1262 |
|
| 1263 |
[[package]] |
| 1264 |
name = "windows-sys" |
| 1265 |
version = "0.61.2" |
| 1266 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1267 |
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 1268 |
dependencies = [ |
| 1269 |
"windows-link", |
| 1270 |
] |
| 1271 |
|
| 1272 |
[[package]] |
| 1273 |
name = "wit-bindgen" |
| 1274 |
version = "0.51.0" |
| 1275 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1276 |
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 1277 |
dependencies = [ |
| 1278 |
"wit-bindgen-rust-macro", |
| 1279 |
] |
| 1280 |
|
| 1281 |
[[package]] |
| 1282 |
name = "wit-bindgen" |
| 1283 |
version = "0.57.1" |
| 1284 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1285 |
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" |
| 1286 |
|
| 1287 |
[[package]] |
| 1288 |
name = "wit-bindgen-core" |
| 1289 |
version = "0.51.0" |
| 1290 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1291 |
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| 1292 |
dependencies = [ |
| 1293 |
"anyhow", |
| 1294 |
"heck", |
| 1295 |
"wit-parser", |
| 1296 |
] |
| 1297 |
|
| 1298 |
[[package]] |
| 1299 |
name = "wit-bindgen-rust" |
| 1300 |
version = "0.51.0" |
| 1301 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1302 |
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| 1303 |
dependencies = [ |
| 1304 |
"anyhow", |
| 1305 |
"heck", |
| 1306 |
"indexmap", |
| 1307 |
"prettyplease", |
| 1308 |
"syn", |
| 1309 |
"wasm-metadata", |
| 1310 |
"wit-bindgen-core", |
| 1311 |
"wit-component", |
| 1312 |
] |
| 1313 |
|
| 1314 |
[[package]] |
| 1315 |
name = "wit-bindgen-rust-macro" |
| 1316 |
version = "0.51.0" |
| 1317 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1318 |
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| 1319 |
dependencies = [ |
| 1320 |
"anyhow", |
| 1321 |
"prettyplease", |
| 1322 |
"proc-macro2", |
| 1323 |
"quote", |
| 1324 |
"syn", |
| 1325 |
"wit-bindgen-core", |
| 1326 |
"wit-bindgen-rust", |
| 1327 |
] |
| 1328 |
|
| 1329 |
[[package]] |
| 1330 |
name = "wit-component" |
| 1331 |
version = "0.244.0" |
| 1332 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1333 |
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| 1334 |
dependencies = [ |
| 1335 |
"anyhow", |
| 1336 |
"bitflags", |
| 1337 |
"indexmap", |
| 1338 |
"log", |
| 1339 |
"serde", |
| 1340 |
"serde_derive", |
| 1341 |
"serde_json", |
| 1342 |
"wasm-encoder", |
| 1343 |
"wasm-metadata", |
| 1344 |
"wasmparser", |
| 1345 |
"wit-parser", |
| 1346 |
] |
| 1347 |
|
| 1348 |
[[package]] |
| 1349 |
name = "wit-parser" |
| 1350 |
version = "0.244.0" |
| 1351 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1352 |
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| 1353 |
dependencies = [ |
| 1354 |
"anyhow", |
| 1355 |
"id-arena", |
| 1356 |
"indexmap", |
| 1357 |
"log", |
| 1358 |
"semver", |
| 1359 |
"serde", |
| 1360 |
"serde_derive", |
| 1361 |
"serde_json", |
| 1362 |
"unicode-xid", |
| 1363 |
"wasmparser", |
| 1364 |
] |
| 1365 |
|
| 1366 |
[[package]] |
| 1367 |
name = "zerocopy" |
| 1368 |
version = "0.8.48" |
| 1369 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1370 |
checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" |
| 1371 |
dependencies = [ |
| 1372 |
"zerocopy-derive", |
| 1373 |
] |
| 1374 |
|
| 1375 |
[[package]] |
| 1376 |
name = "zerocopy-derive" |
| 1377 |
version = "0.8.48" |
| 1378 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1379 |
checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" |
| 1380 |
dependencies = [ |
| 1381 |
"proc-macro2", |
| 1382 |
"quote", |
| 1383 |
"syn", |
| 1384 |
] |
| 1385 |
|
| 1386 |
[[package]] |
| 1387 |
name = "zmij" |
| 1388 |
version = "1.0.21" |
| 1389 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1390 |
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| 1391 |
|