| 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 = "ammonia" |
| 16 |
version = "4.1.2" |
| 17 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 |
checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6" |
| 19 |
dependencies = [ |
| 20 |
"cssparser", |
| 21 |
"html5ever", |
| 22 |
"maplit", |
| 23 |
"tendril", |
| 24 |
"url", |
| 25 |
] |
| 26 |
|
| 27 |
[[package]] |
| 28 |
name = "anyhow" |
| 29 |
version = "1.0.102" |
| 30 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 31 |
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 32 |
|
| 33 |
[[package]] |
| 34 |
name = "bitflags" |
| 35 |
version = "2.11.0" |
| 36 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 37 |
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" |
| 38 |
|
| 39 |
[[package]] |
| 40 |
name = "bumpalo" |
| 41 |
version = "3.20.2" |
| 42 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 43 |
checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" |
| 44 |
|
| 45 |
[[package]] |
| 46 |
name = "cfg-if" |
| 47 |
version = "1.0.4" |
| 48 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 49 |
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 50 |
|
| 51 |
[[package]] |
| 52 |
name = "cssparser" |
| 53 |
version = "0.35.0" |
| 54 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 55 |
checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa" |
| 56 |
dependencies = [ |
| 57 |
"cssparser-macros", |
| 58 |
"dtoa-short", |
| 59 |
"itoa", |
| 60 |
"phf", |
| 61 |
"smallvec", |
| 62 |
] |
| 63 |
|
| 64 |
[[package]] |
| 65 |
name = "cssparser-macros" |
| 66 |
version = "0.6.1" |
| 67 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 68 |
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" |
| 69 |
dependencies = [ |
| 70 |
"quote", |
| 71 |
"syn", |
| 72 |
] |
| 73 |
|
| 74 |
[[package]] |
| 75 |
name = "displaydoc" |
| 76 |
version = "0.2.5" |
| 77 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 78 |
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 79 |
dependencies = [ |
| 80 |
"proc-macro2", |
| 81 |
"quote", |
| 82 |
"syn", |
| 83 |
] |
| 84 |
|
| 85 |
[[package]] |
| 86 |
name = "docengine" |
| 87 |
version = "0.3.0" |
| 88 |
dependencies = [ |
| 89 |
"ammonia", |
| 90 |
"pulldown-cmark", |
| 91 |
"regex", |
| 92 |
"regex-lite", |
| 93 |
"serde", |
| 94 |
"toml", |
| 95 |
"tracing", |
| 96 |
"uuid", |
| 97 |
] |
| 98 |
|
| 99 |
[[package]] |
| 100 |
name = "dtoa" |
| 101 |
version = "1.0.11" |
| 102 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 103 |
checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" |
| 104 |
|
| 105 |
[[package]] |
| 106 |
name = "dtoa-short" |
| 107 |
version = "0.3.5" |
| 108 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 109 |
checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" |
| 110 |
dependencies = [ |
| 111 |
"dtoa", |
| 112 |
] |
| 113 |
|
| 114 |
[[package]] |
| 115 |
name = "equivalent" |
| 116 |
version = "1.0.2" |
| 117 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 118 |
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 119 |
|
| 120 |
[[package]] |
| 121 |
name = "foldhash" |
| 122 |
version = "0.1.5" |
| 123 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 124 |
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 125 |
|
| 126 |
[[package]] |
| 127 |
name = "form_urlencoded" |
| 128 |
version = "1.2.2" |
| 129 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 130 |
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 131 |
dependencies = [ |
| 132 |
"percent-encoding", |
| 133 |
] |
| 134 |
|
| 135 |
[[package]] |
| 136 |
name = "futf" |
| 137 |
version = "0.1.5" |
| 138 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 139 |
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
| 140 |
dependencies = [ |
| 141 |
"mac", |
| 142 |
"new_debug_unreachable", |
| 143 |
] |
| 144 |
|
| 145 |
[[package]] |
| 146 |
name = "getopts" |
| 147 |
version = "0.2.24" |
| 148 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 149 |
checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" |
| 150 |
dependencies = [ |
| 151 |
"unicode-width", |
| 152 |
] |
| 153 |
|
| 154 |
[[package]] |
| 155 |
name = "getrandom" |
| 156 |
version = "0.4.2" |
| 157 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 158 |
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| 159 |
dependencies = [ |
| 160 |
"cfg-if", |
| 161 |
"libc", |
| 162 |
"r-efi", |
| 163 |
"wasip2", |
| 164 |
"wasip3", |
| 165 |
] |
| 166 |
|
| 167 |
[[package]] |
| 168 |
name = "hashbrown" |
| 169 |
version = "0.15.5" |
| 170 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 171 |
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 172 |
dependencies = [ |
| 173 |
"foldhash", |
| 174 |
] |
| 175 |
|
| 176 |
[[package]] |
| 177 |
name = "hashbrown" |
| 178 |
version = "0.16.1" |
| 179 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 180 |
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 181 |
|
| 182 |
[[package]] |
| 183 |
name = "heck" |
| 184 |
version = "0.5.0" |
| 185 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 186 |
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 187 |
|
| 188 |
[[package]] |
| 189 |
name = "html5ever" |
| 190 |
version = "0.35.0" |
| 191 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 192 |
checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4" |
| 193 |
dependencies = [ |
| 194 |
"log", |
| 195 |
"markup5ever", |
| 196 |
"match_token", |
| 197 |
] |
| 198 |
|
| 199 |
[[package]] |
| 200 |
name = "icu_collections" |
| 201 |
version = "2.1.1" |
| 202 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 203 |
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" |
| 204 |
dependencies = [ |
| 205 |
"displaydoc", |
| 206 |
"potential_utf", |
| 207 |
"yoke", |
| 208 |
"zerofrom", |
| 209 |
"zerovec", |
| 210 |
] |
| 211 |
|
| 212 |
[[package]] |
| 213 |
name = "icu_locale_core" |
| 214 |
version = "2.1.1" |
| 215 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 216 |
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" |
| 217 |
dependencies = [ |
| 218 |
"displaydoc", |
| 219 |
"litemap", |
| 220 |
"tinystr", |
| 221 |
"writeable", |
| 222 |
"zerovec", |
| 223 |
] |
| 224 |
|
| 225 |
[[package]] |
| 226 |
name = "icu_normalizer" |
| 227 |
version = "2.1.1" |
| 228 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 229 |
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" |
| 230 |
dependencies = [ |
| 231 |
"icu_collections", |
| 232 |
"icu_normalizer_data", |
| 233 |
"icu_properties", |
| 234 |
"icu_provider", |
| 235 |
"smallvec", |
| 236 |
"zerovec", |
| 237 |
] |
| 238 |
|
| 239 |
[[package]] |
| 240 |
name = "icu_normalizer_data" |
| 241 |
version = "2.1.1" |
| 242 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 243 |
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" |
| 244 |
|
| 245 |
[[package]] |
| 246 |
name = "icu_properties" |
| 247 |
version = "2.1.2" |
| 248 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 249 |
checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" |
| 250 |
dependencies = [ |
| 251 |
"icu_collections", |
| 252 |
"icu_locale_core", |
| 253 |
"icu_properties_data", |
| 254 |
"icu_provider", |
| 255 |
"zerotrie", |
| 256 |
"zerovec", |
| 257 |
] |
| 258 |
|
| 259 |
[[package]] |
| 260 |
name = "icu_properties_data" |
| 261 |
version = "2.1.2" |
| 262 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 263 |
checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" |
| 264 |
|
| 265 |
[[package]] |
| 266 |
name = "icu_provider" |
| 267 |
version = "2.1.1" |
| 268 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 269 |
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" |
| 270 |
dependencies = [ |
| 271 |
"displaydoc", |
| 272 |
"icu_locale_core", |
| 273 |
"writeable", |
| 274 |
"yoke", |
| 275 |
"zerofrom", |
| 276 |
"zerotrie", |
| 277 |
"zerovec", |
| 278 |
] |
| 279 |
|
| 280 |
[[package]] |
| 281 |
name = "id-arena" |
| 282 |
version = "2.3.0" |
| 283 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 284 |
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 285 |
|
| 286 |
[[package]] |
| 287 |
name = "idna" |
| 288 |
version = "1.1.0" |
| 289 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 290 |
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 291 |
dependencies = [ |
| 292 |
"idna_adapter", |
| 293 |
"smallvec", |
| 294 |
"utf8_iter", |
| 295 |
] |
| 296 |
|
| 297 |
[[package]] |
| 298 |
name = "idna_adapter" |
| 299 |
version = "1.2.1" |
| 300 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 301 |
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| 302 |
dependencies = [ |
| 303 |
"icu_normalizer", |
| 304 |
"icu_properties", |
| 305 |
] |
| 306 |
|
| 307 |
[[package]] |
| 308 |
name = "indexmap" |
| 309 |
version = "2.13.0" |
| 310 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 311 |
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| 312 |
dependencies = [ |
| 313 |
"equivalent", |
| 314 |
"hashbrown 0.16.1", |
| 315 |
"serde", |
| 316 |
"serde_core", |
| 317 |
] |
| 318 |
|
| 319 |
[[package]] |
| 320 |
name = "itoa" |
| 321 |
version = "1.0.18" |
| 322 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 323 |
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 324 |
|
| 325 |
[[package]] |
| 326 |
name = "js-sys" |
| 327 |
version = "0.3.91" |
| 328 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 329 |
checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" |
| 330 |
dependencies = [ |
| 331 |
"once_cell", |
| 332 |
"wasm-bindgen", |
| 333 |
] |
| 334 |
|
| 335 |
[[package]] |
| 336 |
name = "leb128fmt" |
| 337 |
version = "0.1.0" |
| 338 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 339 |
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 340 |
|
| 341 |
[[package]] |
| 342 |
name = "libc" |
| 343 |
version = "0.2.183" |
| 344 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 345 |
checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" |
| 346 |
|
| 347 |
[[package]] |
| 348 |
name = "litemap" |
| 349 |
version = "0.8.1" |
| 350 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 351 |
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" |
| 352 |
|
| 353 |
[[package]] |
| 354 |
name = "lock_api" |
| 355 |
version = "0.4.14" |
| 356 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 357 |
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 358 |
dependencies = [ |
| 359 |
"scopeguard", |
| 360 |
] |
| 361 |
|
| 362 |
[[package]] |
| 363 |
name = "log" |
| 364 |
version = "0.4.29" |
| 365 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 366 |
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 367 |
|
| 368 |
[[package]] |
| 369 |
name = "mac" |
| 370 |
version = "0.1.1" |
| 371 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 372 |
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
| 373 |
|
| 374 |
[[package]] |
| 375 |
name = "maplit" |
| 376 |
version = "1.0.2" |
| 377 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 378 |
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
| 379 |
|
| 380 |
[[package]] |
| 381 |
name = "markup5ever" |
| 382 |
version = "0.35.0" |
| 383 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 384 |
checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3" |
| 385 |
dependencies = [ |
| 386 |
"log", |
| 387 |
"tendril", |
| 388 |
"web_atoms", |
| 389 |
] |
| 390 |
|
| 391 |
[[package]] |
| 392 |
name = "match_token" |
| 393 |
version = "0.35.0" |
| 394 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 395 |
checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf" |
| 396 |
dependencies = [ |
| 397 |
"proc-macro2", |
| 398 |
"quote", |
| 399 |
"syn", |
| 400 |
] |
| 401 |
|
| 402 |
[[package]] |
| 403 |
name = "memchr" |
| 404 |
version = "2.8.0" |
| 405 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 406 |
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 407 |
|
| 408 |
[[package]] |
| 409 |
name = "new_debug_unreachable" |
| 410 |
version = "1.0.6" |
| 411 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 412 |
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
| 413 |
|
| 414 |
[[package]] |
| 415 |
name = "once_cell" |
| 416 |
version = "1.21.4" |
| 417 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 418 |
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 419 |
|
| 420 |
[[package]] |
| 421 |
name = "parking_lot" |
| 422 |
version = "0.12.5" |
| 423 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 424 |
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 425 |
dependencies = [ |
| 426 |
"lock_api", |
| 427 |
"parking_lot_core", |
| 428 |
] |
| 429 |
|
| 430 |
[[package]] |
| 431 |
name = "parking_lot_core" |
| 432 |
version = "0.9.12" |
| 433 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 434 |
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 435 |
dependencies = [ |
| 436 |
"cfg-if", |
| 437 |
"libc", |
| 438 |
"redox_syscall", |
| 439 |
"smallvec", |
| 440 |
"windows-link", |
| 441 |
] |
| 442 |
|
| 443 |
[[package]] |
| 444 |
name = "percent-encoding" |
| 445 |
version = "2.3.2" |
| 446 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 447 |
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 448 |
|
| 449 |
[[package]] |
| 450 |
name = "phf" |
| 451 |
version = "0.11.3" |
| 452 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 453 |
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" |
| 454 |
dependencies = [ |
| 455 |
"phf_macros", |
| 456 |
"phf_shared", |
| 457 |
] |
| 458 |
|
| 459 |
[[package]] |
| 460 |
name = "phf_codegen" |
| 461 |
version = "0.11.3" |
| 462 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 463 |
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" |
| 464 |
dependencies = [ |
| 465 |
"phf_generator", |
| 466 |
"phf_shared", |
| 467 |
] |
| 468 |
|
| 469 |
[[package]] |
| 470 |
name = "phf_generator" |
| 471 |
version = "0.11.3" |
| 472 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 473 |
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" |
| 474 |
dependencies = [ |
| 475 |
"phf_shared", |
| 476 |
"rand", |
| 477 |
] |
| 478 |
|
| 479 |
[[package]] |
| 480 |
name = "phf_macros" |
| 481 |
version = "0.11.3" |
| 482 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 483 |
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" |
| 484 |
dependencies = [ |
| 485 |
"phf_generator", |
| 486 |
"phf_shared", |
| 487 |
"proc-macro2", |
| 488 |
"quote", |
| 489 |
"syn", |
| 490 |
] |
| 491 |
|
| 492 |
[[package]] |
| 493 |
name = "phf_shared" |
| 494 |
version = "0.11.3" |
| 495 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 496 |
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" |
| 497 |
dependencies = [ |
| 498 |
"siphasher", |
| 499 |
] |
| 500 |
|
| 501 |
[[package]] |
| 502 |
name = "pin-project-lite" |
| 503 |
version = "0.2.17" |
| 504 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 505 |
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 506 |
|
| 507 |
[[package]] |
| 508 |
name = "potential_utf" |
| 509 |
version = "0.1.4" |
| 510 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 511 |
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" |
| 512 |
dependencies = [ |
| 513 |
"zerovec", |
| 514 |
] |
| 515 |
|
| 516 |
[[package]] |
| 517 |
name = "precomputed-hash" |
| 518 |
version = "0.1.1" |
| 519 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 520 |
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| 521 |
|
| 522 |
[[package]] |
| 523 |
name = "prettyplease" |
| 524 |
version = "0.2.37" |
| 525 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 526 |
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 527 |
dependencies = [ |
| 528 |
"proc-macro2", |
| 529 |
"syn", |
| 530 |
] |
| 531 |
|
| 532 |
[[package]] |
| 533 |
name = "proc-macro2" |
| 534 |
version = "1.0.106" |
| 535 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 536 |
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 537 |
dependencies = [ |
| 538 |
"unicode-ident", |
| 539 |
] |
| 540 |
|
| 541 |
[[package]] |
| 542 |
name = "pulldown-cmark" |
| 543 |
version = "0.12.2" |
| 544 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 545 |
checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14" |
| 546 |
dependencies = [ |
| 547 |
"bitflags", |
| 548 |
"getopts", |
| 549 |
"memchr", |
| 550 |
"pulldown-cmark-escape", |
| 551 |
"unicase", |
| 552 |
] |
| 553 |
|
| 554 |
[[package]] |
| 555 |
name = "pulldown-cmark-escape" |
| 556 |
version = "0.11.0" |
| 557 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 558 |
checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" |
| 559 |
|
| 560 |
[[package]] |
| 561 |
name = "quote" |
| 562 |
version = "1.0.45" |
| 563 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 564 |
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 565 |
dependencies = [ |
| 566 |
"proc-macro2", |
| 567 |
] |
| 568 |
|
| 569 |
[[package]] |
| 570 |
name = "r-efi" |
| 571 |
version = "6.0.0" |
| 572 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 573 |
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 574 |
|
| 575 |
[[package]] |
| 576 |
name = "rand" |
| 577 |
version = "0.8.5" |
| 578 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 579 |
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 580 |
dependencies = [ |
| 581 |
"rand_core", |
| 582 |
] |
| 583 |
|
| 584 |
[[package]] |
| 585 |
name = "rand_core" |
| 586 |
version = "0.6.4" |
| 587 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 588 |
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 589 |
|
| 590 |
[[package]] |
| 591 |
name = "redox_syscall" |
| 592 |
version = "0.5.18" |
| 593 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 594 |
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 595 |
dependencies = [ |
| 596 |
"bitflags", |
| 597 |
] |
| 598 |
|
| 599 |
[[package]] |
| 600 |
name = "regex" |
| 601 |
version = "1.12.3" |
| 602 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 603 |
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" |
| 604 |
dependencies = [ |
| 605 |
"aho-corasick", |
| 606 |
"memchr", |
| 607 |
"regex-automata", |
| 608 |
"regex-syntax", |
| 609 |
] |
| 610 |
|
| 611 |
[[package]] |
| 612 |
name = "regex-automata" |
| 613 |
version = "0.4.14" |
| 614 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 615 |
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 616 |
dependencies = [ |
| 617 |
"aho-corasick", |
| 618 |
"memchr", |
| 619 |
"regex-syntax", |
| 620 |
] |
| 621 |
|
| 622 |
[[package]] |
| 623 |
name = "regex-lite" |
| 624 |
version = "0.1.9" |
| 625 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 626 |
checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" |
| 627 |
|
| 628 |
[[package]] |
| 629 |
name = "regex-syntax" |
| 630 |
version = "0.8.10" |
| 631 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 632 |
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" |
| 633 |
|
| 634 |
[[package]] |
| 635 |
name = "rustversion" |
| 636 |
version = "1.0.22" |
| 637 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 638 |
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 639 |
|
| 640 |
[[package]] |
| 641 |
name = "scopeguard" |
| 642 |
version = "1.2.0" |
| 643 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 644 |
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 645 |
|
| 646 |
[[package]] |
| 647 |
name = "semver" |
| 648 |
version = "1.0.27" |
| 649 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 650 |
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
| 651 |
|
| 652 |
[[package]] |
| 653 |
name = "serde" |
| 654 |
version = "1.0.228" |
| 655 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 656 |
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 657 |
dependencies = [ |
| 658 |
"serde_core", |
| 659 |
"serde_derive", |
| 660 |
] |
| 661 |
|
| 662 |
[[package]] |
| 663 |
name = "serde_core" |
| 664 |
version = "1.0.228" |
| 665 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 666 |
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 667 |
dependencies = [ |
| 668 |
"serde_derive", |
| 669 |
] |
| 670 |
|
| 671 |
[[package]] |
| 672 |
name = "serde_derive" |
| 673 |
version = "1.0.228" |
| 674 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 675 |
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 676 |
dependencies = [ |
| 677 |
"proc-macro2", |
| 678 |
"quote", |
| 679 |
"syn", |
| 680 |
] |
| 681 |
|
| 682 |
[[package]] |
| 683 |
name = "serde_json" |
| 684 |
version = "1.0.149" |
| 685 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 686 |
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 687 |
dependencies = [ |
| 688 |
"itoa", |
| 689 |
"memchr", |
| 690 |
"serde", |
| 691 |
"serde_core", |
| 692 |
"zmij", |
| 693 |
] |
| 694 |
|
| 695 |
[[package]] |
| 696 |
name = "serde_spanned" |
| 697 |
version = "0.6.9" |
| 698 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 699 |
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 700 |
dependencies = [ |
| 701 |
"serde", |
| 702 |
] |
| 703 |
|
| 704 |
[[package]] |
| 705 |
name = "siphasher" |
| 706 |
version = "1.0.2" |
| 707 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 708 |
checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" |
| 709 |
|
| 710 |
[[package]] |
| 711 |
name = "smallvec" |
| 712 |
version = "1.15.1" |
| 713 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 714 |
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 715 |
|
| 716 |
[[package]] |
| 717 |
name = "stable_deref_trait" |
| 718 |
version = "1.2.1" |
| 719 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 720 |
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 721 |
|
| 722 |
[[package]] |
| 723 |
name = "string_cache" |
| 724 |
version = "0.8.9" |
| 725 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 726 |
checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" |
| 727 |
dependencies = [ |
| 728 |
"new_debug_unreachable", |
| 729 |
"parking_lot", |
| 730 |
"phf_shared", |
| 731 |
"precomputed-hash", |
| 732 |
"serde", |
| 733 |
] |
| 734 |
|
| 735 |
[[package]] |
| 736 |
name = "string_cache_codegen" |
| 737 |
version = "0.5.4" |
| 738 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 739 |
checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" |
| 740 |
dependencies = [ |
| 741 |
"phf_generator", |
| 742 |
"phf_shared", |
| 743 |
"proc-macro2", |
| 744 |
"quote", |
| 745 |
] |
| 746 |
|
| 747 |
[[package]] |
| 748 |
name = "syn" |
| 749 |
version = "2.0.117" |
| 750 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 751 |
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 752 |
dependencies = [ |
| 753 |
"proc-macro2", |
| 754 |
"quote", |
| 755 |
"unicode-ident", |
| 756 |
] |
| 757 |
|
| 758 |
[[package]] |
| 759 |
name = "synstructure" |
| 760 |
version = "0.13.2" |
| 761 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 762 |
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 763 |
dependencies = [ |
| 764 |
"proc-macro2", |
| 765 |
"quote", |
| 766 |
"syn", |
| 767 |
] |
| 768 |
|
| 769 |
[[package]] |
| 770 |
name = "tendril" |
| 771 |
version = "0.4.3" |
| 772 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 773 |
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
| 774 |
dependencies = [ |
| 775 |
"futf", |
| 776 |
"mac", |
| 777 |
"utf-8", |
| 778 |
] |
| 779 |
|
| 780 |
[[package]] |
| 781 |
name = "tinystr" |
| 782 |
version = "0.8.2" |
| 783 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 784 |
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" |
| 785 |
dependencies = [ |
| 786 |
"displaydoc", |
| 787 |
"zerovec", |
| 788 |
] |
| 789 |
|
| 790 |
[[package]] |
| 791 |
name = "toml" |
| 792 |
version = "0.8.23" |
| 793 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 794 |
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| 795 |
dependencies = [ |
| 796 |
"serde", |
| 797 |
"serde_spanned", |
| 798 |
"toml_datetime", |
| 799 |
"toml_edit", |
| 800 |
] |
| 801 |
|
| 802 |
[[package]] |
| 803 |
name = "toml_datetime" |
| 804 |
version = "0.6.11" |
| 805 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 806 |
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| 807 |
dependencies = [ |
| 808 |
"serde", |
| 809 |
] |
| 810 |
|
| 811 |
[[package]] |
| 812 |
name = "toml_edit" |
| 813 |
version = "0.22.27" |
| 814 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 815 |
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| 816 |
dependencies = [ |
| 817 |
"indexmap", |
| 818 |
"serde", |
| 819 |
"serde_spanned", |
| 820 |
"toml_datetime", |
| 821 |
"toml_write", |
| 822 |
"winnow", |
| 823 |
] |
| 824 |
|
| 825 |
[[package]] |
| 826 |
name = "toml_write" |
| 827 |
version = "0.1.2" |
| 828 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 829 |
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| 830 |
|
| 831 |
[[package]] |
| 832 |
name = "tracing" |
| 833 |
version = "0.1.44" |
| 834 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 835 |
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 836 |
dependencies = [ |
| 837 |
"pin-project-lite", |
| 838 |
"tracing-attributes", |
| 839 |
"tracing-core", |
| 840 |
] |
| 841 |
|
| 842 |
[[package]] |
| 843 |
name = "tracing-attributes" |
| 844 |
version = "0.1.31" |
| 845 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 846 |
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 847 |
dependencies = [ |
| 848 |
"proc-macro2", |
| 849 |
"quote", |
| 850 |
"syn", |
| 851 |
] |
| 852 |
|
| 853 |
[[package]] |
| 854 |
name = "tracing-core" |
| 855 |
version = "0.1.36" |
| 856 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 857 |
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 858 |
dependencies = [ |
| 859 |
"once_cell", |
| 860 |
] |
| 861 |
|
| 862 |
[[package]] |
| 863 |
name = "unicase" |
| 864 |
version = "2.9.0" |
| 865 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 866 |
checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" |
| 867 |
|
| 868 |
[[package]] |
| 869 |
name = "unicode-ident" |
| 870 |
version = "1.0.24" |
| 871 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 872 |
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 873 |
|
| 874 |
[[package]] |
| 875 |
name = "unicode-width" |
| 876 |
version = "0.2.2" |
| 877 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 878 |
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| 879 |
|
| 880 |
[[package]] |
| 881 |
name = "unicode-xid" |
| 882 |
version = "0.2.6" |
| 883 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 884 |
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 885 |
|
| 886 |
[[package]] |
| 887 |
name = "url" |
| 888 |
version = "2.5.8" |
| 889 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 890 |
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 891 |
dependencies = [ |
| 892 |
"form_urlencoded", |
| 893 |
"idna", |
| 894 |
"percent-encoding", |
| 895 |
"serde", |
| 896 |
] |
| 897 |
|
| 898 |
[[package]] |
| 899 |
name = "utf-8" |
| 900 |
version = "0.7.6" |
| 901 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 902 |
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
| 903 |
|
| 904 |
[[package]] |
| 905 |
name = "utf8_iter" |
| 906 |
version = "1.0.4" |
| 907 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 908 |
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 909 |
|
| 910 |
[[package]] |
| 911 |
name = "uuid" |
| 912 |
version = "1.22.0" |
| 913 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 914 |
checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" |
| 915 |
dependencies = [ |
| 916 |
"getrandom", |
| 917 |
"js-sys", |
| 918 |
"serde_core", |
| 919 |
"wasm-bindgen", |
| 920 |
] |
| 921 |
|
| 922 |
[[package]] |
| 923 |
name = "wasip2" |
| 924 |
version = "1.0.2+wasi-0.2.9" |
| 925 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 926 |
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" |
| 927 |
dependencies = [ |
| 928 |
"wit-bindgen", |
| 929 |
] |
| 930 |
|
| 931 |
[[package]] |
| 932 |
name = "wasip3" |
| 933 |
version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| 934 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 935 |
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| 936 |
dependencies = [ |
| 937 |
"wit-bindgen", |
| 938 |
] |
| 939 |
|
| 940 |
[[package]] |
| 941 |
name = "wasm-bindgen" |
| 942 |
version = "0.2.114" |
| 943 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 944 |
checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" |
| 945 |
dependencies = [ |
| 946 |
"cfg-if", |
| 947 |
"once_cell", |
| 948 |
"rustversion", |
| 949 |
"wasm-bindgen-macro", |
| 950 |
"wasm-bindgen-shared", |
| 951 |
] |
| 952 |
|
| 953 |
[[package]] |
| 954 |
name = "wasm-bindgen-macro" |
| 955 |
version = "0.2.114" |
| 956 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 957 |
checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" |
| 958 |
dependencies = [ |
| 959 |
"quote", |
| 960 |
"wasm-bindgen-macro-support", |
| 961 |
] |
| 962 |
|
| 963 |
[[package]] |
| 964 |
name = "wasm-bindgen-macro-support" |
| 965 |
version = "0.2.114" |
| 966 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 967 |
checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" |
| 968 |
dependencies = [ |
| 969 |
"bumpalo", |
| 970 |
"proc-macro2", |
| 971 |
"quote", |
| 972 |
"syn", |
| 973 |
"wasm-bindgen-shared", |
| 974 |
] |
| 975 |
|
| 976 |
[[package]] |
| 977 |
name = "wasm-bindgen-shared" |
| 978 |
version = "0.2.114" |
| 979 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 980 |
checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" |
| 981 |
dependencies = [ |
| 982 |
"unicode-ident", |
| 983 |
] |
| 984 |
|
| 985 |
[[package]] |
| 986 |
name = "wasm-encoder" |
| 987 |
version = "0.244.0" |
| 988 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 989 |
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| 990 |
dependencies = [ |
| 991 |
"leb128fmt", |
| 992 |
"wasmparser", |
| 993 |
] |
| 994 |
|
| 995 |
[[package]] |
| 996 |
name = "wasm-metadata" |
| 997 |
version = "0.244.0" |
| 998 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 999 |
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| 1000 |
dependencies = [ |
| 1001 |
"anyhow", |
| 1002 |
"indexmap", |
| 1003 |
"wasm-encoder", |
| 1004 |
"wasmparser", |
| 1005 |
] |
| 1006 |
|
| 1007 |
[[package]] |
| 1008 |
name = "wasmparser" |
| 1009 |
version = "0.244.0" |
| 1010 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1011 |
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| 1012 |
dependencies = [ |
| 1013 |
"bitflags", |
| 1014 |
"hashbrown 0.15.5", |
| 1015 |
"indexmap", |
| 1016 |
"semver", |
| 1017 |
] |
| 1018 |
|
| 1019 |
[[package]] |
| 1020 |
name = "web_atoms" |
| 1021 |
version = "0.1.3" |
| 1022 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1023 |
checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414" |
| 1024 |
dependencies = [ |
| 1025 |
"phf", |
| 1026 |
"phf_codegen", |
| 1027 |
"string_cache", |
| 1028 |
"string_cache_codegen", |
| 1029 |
] |
| 1030 |
|
| 1031 |
[[package]] |
| 1032 |
name = "windows-link" |
| 1033 |
version = "0.2.1" |
| 1034 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1035 |
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 1036 |
|
| 1037 |
[[package]] |
| 1038 |
name = "winnow" |
| 1039 |
version = "0.7.15" |
| 1040 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1041 |
checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" |
| 1042 |
dependencies = [ |
| 1043 |
"memchr", |
| 1044 |
] |
| 1045 |
|
| 1046 |
[[package]] |
| 1047 |
name = "wit-bindgen" |
| 1048 |
version = "0.51.0" |
| 1049 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1050 |
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 1051 |
dependencies = [ |
| 1052 |
"wit-bindgen-rust-macro", |
| 1053 |
] |
| 1054 |
|
| 1055 |
[[package]] |
| 1056 |
name = "wit-bindgen-core" |
| 1057 |
version = "0.51.0" |
| 1058 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1059 |
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| 1060 |
dependencies = [ |
| 1061 |
"anyhow", |
| 1062 |
"heck", |
| 1063 |
"wit-parser", |
| 1064 |
] |
| 1065 |
|
| 1066 |
[[package]] |
| 1067 |
name = "wit-bindgen-rust" |
| 1068 |
version = "0.51.0" |
| 1069 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1070 |
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| 1071 |
dependencies = [ |
| 1072 |
"anyhow", |
| 1073 |
"heck", |
| 1074 |
"indexmap", |
| 1075 |
"prettyplease", |
| 1076 |
"syn", |
| 1077 |
"wasm-metadata", |
| 1078 |
"wit-bindgen-core", |
| 1079 |
"wit-component", |
| 1080 |
] |
| 1081 |
|
| 1082 |
[[package]] |
| 1083 |
name = "wit-bindgen-rust-macro" |
| 1084 |
version = "0.51.0" |
| 1085 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1086 |
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| 1087 |
dependencies = [ |
| 1088 |
"anyhow", |
| 1089 |
"prettyplease", |
| 1090 |
"proc-macro2", |
| 1091 |
"quote", |
| 1092 |
"syn", |
| 1093 |
"wit-bindgen-core", |
| 1094 |
"wit-bindgen-rust", |
| 1095 |
] |
| 1096 |
|
| 1097 |
[[package]] |
| 1098 |
name = "wit-component" |
| 1099 |
version = "0.244.0" |
| 1100 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1101 |
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| 1102 |
dependencies = [ |
| 1103 |
"anyhow", |
| 1104 |
"bitflags", |
| 1105 |
"indexmap", |
| 1106 |
"log", |
| 1107 |
"serde", |
| 1108 |
"serde_derive", |
| 1109 |
"serde_json", |
| 1110 |
"wasm-encoder", |
| 1111 |
"wasm-metadata", |
| 1112 |
"wasmparser", |
| 1113 |
"wit-parser", |
| 1114 |
] |
| 1115 |
|
| 1116 |
[[package]] |
| 1117 |
name = "wit-parser" |
| 1118 |
version = "0.244.0" |
| 1119 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1120 |
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| 1121 |
dependencies = [ |
| 1122 |
"anyhow", |
| 1123 |
"id-arena", |
| 1124 |
"indexmap", |
| 1125 |
"log", |
| 1126 |
"semver", |
| 1127 |
"serde", |
| 1128 |
"serde_derive", |
| 1129 |
"serde_json", |
| 1130 |
"unicode-xid", |
| 1131 |
"wasmparser", |
| 1132 |
] |
| 1133 |
|
| 1134 |
[[package]] |
| 1135 |
name = "writeable" |
| 1136 |
version = "0.6.2" |
| 1137 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1138 |
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" |
| 1139 |
|
| 1140 |
[[package]] |
| 1141 |
name = "yoke" |
| 1142 |
version = "0.8.1" |
| 1143 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1144 |
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" |
| 1145 |
dependencies = [ |
| 1146 |
"stable_deref_trait", |
| 1147 |
"yoke-derive", |
| 1148 |
"zerofrom", |
| 1149 |
] |
| 1150 |
|
| 1151 |
[[package]] |
| 1152 |
name = "yoke-derive" |
| 1153 |
version = "0.8.1" |
| 1154 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1155 |
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" |
| 1156 |
dependencies = [ |
| 1157 |
"proc-macro2", |
| 1158 |
"quote", |
| 1159 |
"syn", |
| 1160 |
"synstructure", |
| 1161 |
] |
| 1162 |
|
| 1163 |
[[package]] |
| 1164 |
name = "zerofrom" |
| 1165 |
version = "0.1.6" |
| 1166 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1167 |
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
| 1168 |
dependencies = [ |
| 1169 |
"zerofrom-derive", |
| 1170 |
] |
| 1171 |
|
| 1172 |
[[package]] |
| 1173 |
name = "zerofrom-derive" |
| 1174 |
version = "0.1.6" |
| 1175 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1176 |
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
| 1177 |
dependencies = [ |
| 1178 |
"proc-macro2", |
| 1179 |
"quote", |
| 1180 |
"syn", |
| 1181 |
"synstructure", |
| 1182 |
] |
| 1183 |
|
| 1184 |
[[package]] |
| 1185 |
name = "zerotrie" |
| 1186 |
version = "0.2.3" |
| 1187 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1188 |
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" |
| 1189 |
dependencies = [ |
| 1190 |
"displaydoc", |
| 1191 |
"yoke", |
| 1192 |
"zerofrom", |
| 1193 |
] |
| 1194 |
|
| 1195 |
[[package]] |
| 1196 |
name = "zerovec" |
| 1197 |
version = "0.11.5" |
| 1198 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1199 |
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" |
| 1200 |
dependencies = [ |
| 1201 |
"yoke", |
| 1202 |
"zerofrom", |
| 1203 |
"zerovec-derive", |
| 1204 |
] |
| 1205 |
|
| 1206 |
[[package]] |
| 1207 |
name = "zerovec-derive" |
| 1208 |
version = "0.11.2" |
| 1209 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1210 |
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" |
| 1211 |
dependencies = [ |
| 1212 |
"proc-macro2", |
| 1213 |
"quote", |
| 1214 |
"syn", |
| 1215 |
] |
| 1216 |
|
| 1217 |
[[package]] |
| 1218 |
name = "zmij" |
| 1219 |
version = "1.0.21" |
| 1220 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1221 |
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| 1222 |
|