Cargo.lock (73604B)
1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 version = 3 4 5 [[package]] 6 name = "ab_glyph" 7 version = "0.2.23" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 checksum = "80179d7dd5d7e8c285d67c4a1e652972a92de7475beddfb92028c76463b13225" 10 dependencies = [ 11 "ab_glyph_rasterizer", 12 "owned_ttf_parser", 13 ] 14 15 [[package]] 16 name = "ab_glyph_rasterizer" 17 version = "0.1.8" 18 source = "registry+https://github.com/rust-lang/crates.io-index" 19 checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" 20 21 [[package]] 22 name = "accesskit" 23 version = "0.11.2" 24 source = "registry+https://github.com/rust-lang/crates.io-index" 25 checksum = "76eb1adf08c5bcaa8490b9851fd53cca27fa9880076f178ea9d29f05196728a8" 26 dependencies = [ 27 "enumn", 28 "serde", 29 ] 30 31 [[package]] 32 name = "addr2line" 33 version = "0.21.0" 34 source = "registry+https://github.com/rust-lang/crates.io-index" 35 checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 36 dependencies = [ 37 "gimli", 38 ] 39 40 [[package]] 41 name = "adler" 42 version = "1.0.2" 43 source = "registry+https://github.com/rust-lang/crates.io-index" 44 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 45 46 [[package]] 47 name = "aes" 48 version = "0.8.3" 49 source = "registry+https://github.com/rust-lang/crates.io-index" 50 checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" 51 dependencies = [ 52 "cfg-if", 53 "cipher", 54 "cpufeatures", 55 ] 56 57 [[package]] 58 name = "ahash" 59 version = "0.8.6" 60 source = "registry+https://github.com/rust-lang/crates.io-index" 61 checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a" 62 dependencies = [ 63 "cfg-if", 64 "once_cell", 65 "serde", 66 "version_check", 67 "zerocopy", 68 ] 69 70 [[package]] 71 name = "aho-corasick" 72 version = "1.1.2" 73 source = "registry+https://github.com/rust-lang/crates.io-index" 74 checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 75 dependencies = [ 76 "memchr", 77 ] 78 79 [[package]] 80 name = "allocator-api2" 81 version = "0.2.16" 82 source = "registry+https://github.com/rust-lang/crates.io-index" 83 checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" 84 85 [[package]] 86 name = "arrayref" 87 version = "0.3.7" 88 source = "registry+https://github.com/rust-lang/crates.io-index" 89 checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 90 91 [[package]] 92 name = "arrayvec" 93 version = "0.7.4" 94 source = "registry+https://github.com/rust-lang/crates.io-index" 95 checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 96 97 [[package]] 98 name = "async-trait" 99 version = "0.1.74" 100 source = "registry+https://github.com/rust-lang/crates.io-index" 101 checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" 102 dependencies = [ 103 "proc-macro2", 104 "quote", 105 "syn 2.0.41", 106 ] 107 108 [[package]] 109 name = "async-utility" 110 version = "0.1.1" 111 source = "registry+https://github.com/rust-lang/crates.io-index" 112 checksum = "3716c0d3970fe92d79a8f4cda2caf91113574505dff5b18e455e549d4b078e98" 113 dependencies = [ 114 "futures-util", 115 "gloo-timers", 116 "tokio", 117 "wasm-bindgen-futures", 118 ] 119 120 [[package]] 121 name = "async_io_stream" 122 version = "0.3.3" 123 source = "registry+https://github.com/rust-lang/crates.io-index" 124 checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c" 125 dependencies = [ 126 "futures", 127 "pharos", 128 "rustc_version", 129 ] 130 131 [[package]] 132 name = "autocfg" 133 version = "1.1.0" 134 source = "registry+https://github.com/rust-lang/crates.io-index" 135 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 136 137 [[package]] 138 name = "backtrace" 139 version = "0.3.69" 140 source = "registry+https://github.com/rust-lang/crates.io-index" 141 checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 142 dependencies = [ 143 "addr2line", 144 "cc", 145 "cfg-if", 146 "libc", 147 "miniz_oxide", 148 "object", 149 "rustc-demangle", 150 ] 151 152 [[package]] 153 name = "base64" 154 version = "0.13.1" 155 source = "registry+https://github.com/rust-lang/crates.io-index" 156 checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 157 158 [[package]] 159 name = "base64" 160 version = "0.21.5" 161 source = "registry+https://github.com/rust-lang/crates.io-index" 162 checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" 163 164 [[package]] 165 name = "bech32" 166 version = "0.9.1" 167 source = "registry+https://github.com/rust-lang/crates.io-index" 168 checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445" 169 170 [[package]] 171 name = "bindgen" 172 version = "0.63.0" 173 source = "registry+https://github.com/rust-lang/crates.io-index" 174 checksum = "36d860121800b2a9a94f9b5604b332d5cffb234ce17609ea479d723dbc9d3885" 175 dependencies = [ 176 "bitflags 1.3.2", 177 "cexpr", 178 "clang-sys", 179 "lazy_static", 180 "lazycell", 181 "log", 182 "peeking_take_while", 183 "proc-macro2", 184 "quote", 185 "regex", 186 "rustc-hash", 187 "shlex", 188 "syn 1.0.109", 189 "which", 190 ] 191 192 [[package]] 193 name = "bindgen" 194 version = "0.69.1" 195 source = "registry+https://github.com/rust-lang/crates.io-index" 196 checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2" 197 dependencies = [ 198 "bitflags 2.4.1", 199 "cexpr", 200 "clang-sys", 201 "lazy_static", 202 "lazycell", 203 "log", 204 "peeking_take_while", 205 "prettyplease", 206 "proc-macro2", 207 "quote", 208 "regex", 209 "rustc-hash", 210 "shlex", 211 "syn 2.0.41", 212 "which", 213 ] 214 215 [[package]] 216 name = "bip39" 217 version = "2.0.0" 218 source = "registry+https://github.com/rust-lang/crates.io-index" 219 checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" 220 dependencies = [ 221 "bitcoin_hashes 0.11.0", 222 "serde", 223 "unicode-normalization", 224 ] 225 226 [[package]] 227 name = "bit_field" 228 version = "0.10.2" 229 source = "registry+https://github.com/rust-lang/crates.io-index" 230 checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" 231 232 [[package]] 233 name = "bitcoin" 234 version = "0.30.2" 235 source = "registry+https://github.com/rust-lang/crates.io-index" 236 checksum = "1945a5048598e4189e239d3f809b19bdad4845c4b2ba400d304d2dcf26d2c462" 237 dependencies = [ 238 "bech32", 239 "bitcoin-private", 240 "bitcoin_hashes 0.12.0", 241 "hex_lit", 242 "secp256k1", 243 "serde", 244 ] 245 246 [[package]] 247 name = "bitcoin-private" 248 version = "0.1.0" 249 source = "registry+https://github.com/rust-lang/crates.io-index" 250 checksum = "73290177011694f38ec25e165d0387ab7ea749a4b81cd4c80dae5988229f7a57" 251 252 [[package]] 253 name = "bitcoin_hashes" 254 version = "0.11.0" 255 source = "registry+https://github.com/rust-lang/crates.io-index" 256 checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4" 257 258 [[package]] 259 name = "bitcoin_hashes" 260 version = "0.12.0" 261 source = "registry+https://github.com/rust-lang/crates.io-index" 262 checksum = "5d7066118b13d4b20b23645932dfb3a81ce7e29f95726c2036fa33cd7b092501" 263 dependencies = [ 264 "bitcoin-private", 265 "serde", 266 ] 267 268 [[package]] 269 name = "bitflags" 270 version = "1.3.2" 271 source = "registry+https://github.com/rust-lang/crates.io-index" 272 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 273 274 [[package]] 275 name = "bitflags" 276 version = "2.4.1" 277 source = "registry+https://github.com/rust-lang/crates.io-index" 278 checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" 279 280 [[package]] 281 name = "block-buffer" 282 version = "0.10.4" 283 source = "registry+https://github.com/rust-lang/crates.io-index" 284 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 285 dependencies = [ 286 "generic-array", 287 ] 288 289 [[package]] 290 name = "block-padding" 291 version = "0.3.3" 292 source = "registry+https://github.com/rust-lang/crates.io-index" 293 checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" 294 dependencies = [ 295 "generic-array", 296 ] 297 298 [[package]] 299 name = "bumpalo" 300 version = "3.14.0" 301 source = "registry+https://github.com/rust-lang/crates.io-index" 302 checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" 303 304 [[package]] 305 name = "bytemuck" 306 version = "1.14.0" 307 source = "registry+https://github.com/rust-lang/crates.io-index" 308 checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" 309 310 [[package]] 311 name = "byteorder" 312 version = "1.5.0" 313 source = "registry+https://github.com/rust-lang/crates.io-index" 314 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 315 316 [[package]] 317 name = "bytes" 318 version = "1.5.0" 319 source = "registry+https://github.com/rust-lang/crates.io-index" 320 checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 321 322 [[package]] 323 name = "cbc" 324 version = "0.1.2" 325 source = "registry+https://github.com/rust-lang/crates.io-index" 326 checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" 327 dependencies = [ 328 "cipher", 329 ] 330 331 [[package]] 332 name = "cc" 333 version = "1.0.83" 334 source = "registry+https://github.com/rust-lang/crates.io-index" 335 checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 336 dependencies = [ 337 "libc", 338 ] 339 340 [[package]] 341 name = "cexpr" 342 version = "0.6.0" 343 source = "registry+https://github.com/rust-lang/crates.io-index" 344 checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 345 dependencies = [ 346 "nom", 347 ] 348 349 [[package]] 350 name = "cfg-if" 351 version = "1.0.0" 352 source = "registry+https://github.com/rust-lang/crates.io-index" 353 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 354 355 [[package]] 356 name = "chacha20" 357 version = "0.9.1" 358 source = "registry+https://github.com/rust-lang/crates.io-index" 359 checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" 360 dependencies = [ 361 "cfg-if", 362 "cipher", 363 "cpufeatures", 364 ] 365 366 [[package]] 367 name = "cipher" 368 version = "0.4.4" 369 source = "registry+https://github.com/rust-lang/crates.io-index" 370 checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 371 dependencies = [ 372 "crypto-common", 373 "inout", 374 ] 375 376 [[package]] 377 name = "clang-sys" 378 version = "1.6.1" 379 source = "registry+https://github.com/rust-lang/crates.io-index" 380 checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" 381 dependencies = [ 382 "glob", 383 "libc", 384 "libloading", 385 ] 386 387 [[package]] 388 name = "color_quant" 389 version = "1.1.0" 390 source = "registry+https://github.com/rust-lang/crates.io-index" 391 checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 392 393 [[package]] 394 name = "core-foundation" 395 version = "0.9.4" 396 source = "registry+https://github.com/rust-lang/crates.io-index" 397 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 398 dependencies = [ 399 "core-foundation-sys", 400 "libc", 401 ] 402 403 [[package]] 404 name = "core-foundation-sys" 405 version = "0.8.6" 406 source = "registry+https://github.com/rust-lang/crates.io-index" 407 checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 408 409 [[package]] 410 name = "cpufeatures" 411 version = "0.2.11" 412 source = "registry+https://github.com/rust-lang/crates.io-index" 413 checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0" 414 dependencies = [ 415 "libc", 416 ] 417 418 [[package]] 419 name = "crc32fast" 420 version = "1.3.2" 421 source = "registry+https://github.com/rust-lang/crates.io-index" 422 checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 423 dependencies = [ 424 "cfg-if", 425 ] 426 427 [[package]] 428 name = "crossbeam-deque" 429 version = "0.8.4" 430 source = "registry+https://github.com/rust-lang/crates.io-index" 431 checksum = "fca89a0e215bab21874660c67903c5f143333cab1da83d041c7ded6053774751" 432 dependencies = [ 433 "cfg-if", 434 "crossbeam-epoch", 435 "crossbeam-utils", 436 ] 437 438 [[package]] 439 name = "crossbeam-epoch" 440 version = "0.9.16" 441 source = "registry+https://github.com/rust-lang/crates.io-index" 442 checksum = "2d2fe95351b870527a5d09bf563ed3c97c0cffb87cf1c78a591bf48bb218d9aa" 443 dependencies = [ 444 "autocfg", 445 "cfg-if", 446 "crossbeam-utils", 447 "memoffset", 448 ] 449 450 [[package]] 451 name = "crossbeam-utils" 452 version = "0.8.17" 453 source = "registry+https://github.com/rust-lang/crates.io-index" 454 checksum = "c06d96137f14f244c37f989d9fff8f95e6c18b918e71f36638f8c49112e4c78f" 455 dependencies = [ 456 "cfg-if", 457 ] 458 459 [[package]] 460 name = "crunchy" 461 version = "0.2.2" 462 source = "registry+https://github.com/rust-lang/crates.io-index" 463 checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 464 465 [[package]] 466 name = "crypto-common" 467 version = "0.1.6" 468 source = "registry+https://github.com/rust-lang/crates.io-index" 469 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 470 dependencies = [ 471 "generic-array", 472 "typenum", 473 ] 474 475 [[package]] 476 name = "data-encoding" 477 version = "2.5.0" 478 source = "registry+https://github.com/rust-lang/crates.io-index" 479 checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" 480 481 [[package]] 482 name = "data-url" 483 version = "0.2.0" 484 source = "registry+https://github.com/rust-lang/crates.io-index" 485 checksum = "8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5" 486 487 [[package]] 488 name = "digest" 489 version = "0.10.7" 490 source = "registry+https://github.com/rust-lang/crates.io-index" 491 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 492 dependencies = [ 493 "block-buffer", 494 "crypto-common", 495 ] 496 497 [[package]] 498 name = "ecolor" 499 version = "0.23.0" 500 source = "registry+https://github.com/rust-lang/crates.io-index" 501 checksum = "cfdf4e52dbbb615cfd30cf5a5265335c217b5fd8d669593cea74a517d9c605af" 502 dependencies = [ 503 "serde", 504 ] 505 506 [[package]] 507 name = "egui" 508 version = "0.23.0" 509 source = "registry+https://github.com/rust-lang/crates.io-index" 510 checksum = "8bd69fed5fcf4fbb8225b24e80ea6193b61e17a625db105ef0c4d71dde6eb8b7" 511 dependencies = [ 512 "accesskit", 513 "ahash", 514 "epaint", 515 "nohash-hasher", 516 "serde", 517 ] 518 519 [[package]] 520 name = "egui_extras" 521 version = "0.23.0" 522 source = "registry+https://github.com/rust-lang/crates.io-index" 523 checksum = "68ffe3fe5c00295f91c2a61a74ee271c32f74049c94ba0b1cea8f26eb478bc07" 524 dependencies = [ 525 "egui", 526 "enum-map", 527 "image", 528 "log", 529 "mime_guess", 530 "resvg", 531 "serde", 532 "tiny-skia", 533 "usvg", 534 ] 535 536 [[package]] 537 name = "egui_skia" 538 version = "0.4.0" 539 source = "git+https://github.com/jb55/egui_skia.git?rev=6205d63e751d3acfcf6d43908c27a82d59706038#6205d63e751d3acfcf6d43908c27a82d59706038" 540 dependencies = [ 541 "egui", 542 "skia-safe", 543 ] 544 545 [[package]] 546 name = "either" 547 version = "1.9.0" 548 source = "registry+https://github.com/rust-lang/crates.io-index" 549 checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 550 551 [[package]] 552 name = "emath" 553 version = "0.23.0" 554 source = "registry+https://github.com/rust-lang/crates.io-index" 555 checksum = "1ef2b29de53074e575c18b694167ccbe6e5191f7b25fe65175a0d905a32eeec0" 556 dependencies = [ 557 "serde", 558 ] 559 560 [[package]] 561 name = "encoding_rs" 562 version = "0.8.33" 563 source = "registry+https://github.com/rust-lang/crates.io-index" 564 checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 565 dependencies = [ 566 "cfg-if", 567 ] 568 569 [[package]] 570 name = "enum-map" 571 version = "2.7.3" 572 source = "registry+https://github.com/rust-lang/crates.io-index" 573 checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9" 574 dependencies = [ 575 "enum-map-derive", 576 "serde", 577 ] 578 579 [[package]] 580 name = "enum-map-derive" 581 version = "0.17.0" 582 source = "registry+https://github.com/rust-lang/crates.io-index" 583 checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb" 584 dependencies = [ 585 "proc-macro2", 586 "quote", 587 "syn 2.0.41", 588 ] 589 590 [[package]] 591 name = "enumn" 592 version = "0.1.12" 593 source = "registry+https://github.com/rust-lang/crates.io-index" 594 checksum = "c2ad8cef1d801a4686bfd8919f0b30eac4c8e48968c437a6405ded4fb5272d2b" 595 dependencies = [ 596 "proc-macro2", 597 "quote", 598 "syn 2.0.41", 599 ] 600 601 [[package]] 602 name = "env_logger" 603 version = "0.10.1" 604 source = "registry+https://github.com/rust-lang/crates.io-index" 605 checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece" 606 dependencies = [ 607 "humantime", 608 "is-terminal", 609 "log", 610 "regex", 611 "termcolor", 612 ] 613 614 [[package]] 615 name = "epaint" 616 version = "0.23.0" 617 source = "registry+https://github.com/rust-lang/crates.io-index" 618 checksum = "58067b840d009143934d91d8dcb8ded054d8301d7c11a517ace0a99bb1e1595e" 619 dependencies = [ 620 "ab_glyph", 621 "ahash", 622 "ecolor", 623 "emath", 624 "nohash-hasher", 625 "parking_lot", 626 "serde", 627 ] 628 629 [[package]] 630 name = "equivalent" 631 version = "1.0.1" 632 source = "registry+https://github.com/rust-lang/crates.io-index" 633 checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 634 635 [[package]] 636 name = "errno" 637 version = "0.3.8" 638 source = "registry+https://github.com/rust-lang/crates.io-index" 639 checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 640 dependencies = [ 641 "libc", 642 "windows-sys 0.52.0", 643 ] 644 645 [[package]] 646 name = "exr" 647 version = "1.71.0" 648 source = "registry+https://github.com/rust-lang/crates.io-index" 649 checksum = "832a761f35ab3e6664babfbdc6cef35a4860e816ec3916dcfd0882954e98a8a8" 650 dependencies = [ 651 "bit_field", 652 "flume", 653 "half", 654 "lebe", 655 "miniz_oxide", 656 "rayon-core", 657 "smallvec", 658 "zune-inflate", 659 ] 660 661 [[package]] 662 name = "fdeflate" 663 version = "0.3.1" 664 source = "registry+https://github.com/rust-lang/crates.io-index" 665 checksum = "64d6dafc854908ff5da46ff3f8f473c6984119a2876a383a860246dd7841a868" 666 dependencies = [ 667 "simd-adler32", 668 ] 669 670 [[package]] 671 name = "filetime" 672 version = "0.2.23" 673 source = "registry+https://github.com/rust-lang/crates.io-index" 674 checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" 675 dependencies = [ 676 "cfg-if", 677 "libc", 678 "redox_syscall", 679 "windows-sys 0.52.0", 680 ] 681 682 [[package]] 683 name = "flatbuffers" 684 version = "23.5.26" 685 source = "registry+https://github.com/rust-lang/crates.io-index" 686 checksum = "4dac53e22462d78c16d64a1cd22371b54cc3fe94aa15e7886a2fa6e5d1ab8640" 687 dependencies = [ 688 "bitflags 1.3.2", 689 "rustc_version", 690 ] 691 692 [[package]] 693 name = "flate2" 694 version = "1.0.28" 695 source = "registry+https://github.com/rust-lang/crates.io-index" 696 checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 697 dependencies = [ 698 "crc32fast", 699 "miniz_oxide", 700 ] 701 702 [[package]] 703 name = "float-cmp" 704 version = "0.9.0" 705 source = "registry+https://github.com/rust-lang/crates.io-index" 706 checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 707 708 [[package]] 709 name = "flume" 710 version = "0.11.0" 711 source = "registry+https://github.com/rust-lang/crates.io-index" 712 checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" 713 dependencies = [ 714 "spin", 715 ] 716 717 [[package]] 718 name = "fnv" 719 version = "1.0.7" 720 source = "registry+https://github.com/rust-lang/crates.io-index" 721 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 722 723 [[package]] 724 name = "form_urlencoded" 725 version = "1.2.1" 726 source = "registry+https://github.com/rust-lang/crates.io-index" 727 checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 728 dependencies = [ 729 "percent-encoding", 730 ] 731 732 [[package]] 733 name = "futures" 734 version = "0.3.29" 735 source = "registry+https://github.com/rust-lang/crates.io-index" 736 checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335" 737 dependencies = [ 738 "futures-channel", 739 "futures-core", 740 "futures-executor", 741 "futures-io", 742 "futures-sink", 743 "futures-task", 744 "futures-util", 745 ] 746 747 [[package]] 748 name = "futures-channel" 749 version = "0.3.29" 750 source = "registry+https://github.com/rust-lang/crates.io-index" 751 checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb" 752 dependencies = [ 753 "futures-core", 754 "futures-sink", 755 ] 756 757 [[package]] 758 name = "futures-core" 759 version = "0.3.29" 760 source = "registry+https://github.com/rust-lang/crates.io-index" 761 checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" 762 763 [[package]] 764 name = "futures-executor" 765 version = "0.3.29" 766 source = "registry+https://github.com/rust-lang/crates.io-index" 767 checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc" 768 dependencies = [ 769 "futures-core", 770 "futures-task", 771 "futures-util", 772 ] 773 774 [[package]] 775 name = "futures-io" 776 version = "0.3.29" 777 source = "registry+https://github.com/rust-lang/crates.io-index" 778 checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" 779 780 [[package]] 781 name = "futures-macro" 782 version = "0.3.29" 783 source = "registry+https://github.com/rust-lang/crates.io-index" 784 checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb" 785 dependencies = [ 786 "proc-macro2", 787 "quote", 788 "syn 2.0.41", 789 ] 790 791 [[package]] 792 name = "futures-sink" 793 version = "0.3.29" 794 source = "registry+https://github.com/rust-lang/crates.io-index" 795 checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817" 796 797 [[package]] 798 name = "futures-task" 799 version = "0.3.29" 800 source = "registry+https://github.com/rust-lang/crates.io-index" 801 checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" 802 803 [[package]] 804 name = "futures-util" 805 version = "0.3.29" 806 source = "registry+https://github.com/rust-lang/crates.io-index" 807 checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" 808 dependencies = [ 809 "futures-channel", 810 "futures-core", 811 "futures-io", 812 "futures-macro", 813 "futures-sink", 814 "futures-task", 815 "memchr", 816 "pin-project-lite", 817 "pin-utils", 818 "slab", 819 ] 820 821 [[package]] 822 name = "generic-array" 823 version = "0.14.7" 824 source = "registry+https://github.com/rust-lang/crates.io-index" 825 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 826 dependencies = [ 827 "typenum", 828 "version_check", 829 ] 830 831 [[package]] 832 name = "getrandom" 833 version = "0.2.11" 834 source = "registry+https://github.com/rust-lang/crates.io-index" 835 checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f" 836 dependencies = [ 837 "cfg-if", 838 "js-sys", 839 "libc", 840 "wasi", 841 "wasm-bindgen", 842 ] 843 844 [[package]] 845 name = "gif" 846 version = "0.12.0" 847 source = "registry+https://github.com/rust-lang/crates.io-index" 848 checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045" 849 dependencies = [ 850 "color_quant", 851 "weezl", 852 ] 853 854 [[package]] 855 name = "gimli" 856 version = "0.28.1" 857 source = "registry+https://github.com/rust-lang/crates.io-index" 858 checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 859 860 [[package]] 861 name = "glob" 862 version = "0.3.1" 863 source = "registry+https://github.com/rust-lang/crates.io-index" 864 checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 865 866 [[package]] 867 name = "gloo-timers" 868 version = "0.2.6" 869 source = "registry+https://github.com/rust-lang/crates.io-index" 870 checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" 871 dependencies = [ 872 "futures-channel", 873 "futures-core", 874 "js-sys", 875 "wasm-bindgen", 876 ] 877 878 [[package]] 879 name = "h2" 880 version = "0.3.22" 881 source = "registry+https://github.com/rust-lang/crates.io-index" 882 checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178" 883 dependencies = [ 884 "bytes", 885 "fnv", 886 "futures-core", 887 "futures-sink", 888 "futures-util", 889 "http 0.2.11", 890 "indexmap", 891 "slab", 892 "tokio", 893 "tokio-util", 894 "tracing", 895 ] 896 897 [[package]] 898 name = "h2" 899 version = "0.4.0" 900 source = "registry+https://github.com/rust-lang/crates.io-index" 901 checksum = "e1d308f63daf4181410c242d34c11f928dcb3aa105852019e043c9d1f4e4368a" 902 dependencies = [ 903 "bytes", 904 "fnv", 905 "futures-core", 906 "futures-sink", 907 "futures-util", 908 "http 1.0.0", 909 "indexmap", 910 "slab", 911 "tokio", 912 "tokio-util", 913 "tracing", 914 ] 915 916 [[package]] 917 name = "half" 918 version = "2.2.1" 919 source = "registry+https://github.com/rust-lang/crates.io-index" 920 checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0" 921 dependencies = [ 922 "crunchy", 923 ] 924 925 [[package]] 926 name = "hashbrown" 927 version = "0.14.3" 928 source = "registry+https://github.com/rust-lang/crates.io-index" 929 checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 930 dependencies = [ 931 "ahash", 932 "allocator-api2", 933 ] 934 935 [[package]] 936 name = "heck" 937 version = "0.4.1" 938 source = "registry+https://github.com/rust-lang/crates.io-index" 939 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 940 941 [[package]] 942 name = "hermit-abi" 943 version = "0.3.3" 944 source = "registry+https://github.com/rust-lang/crates.io-index" 945 checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" 946 947 [[package]] 948 name = "hex" 949 version = "0.4.3" 950 source = "registry+https://github.com/rust-lang/crates.io-index" 951 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 952 953 [[package]] 954 name = "hex_lit" 955 version = "0.1.1" 956 source = "registry+https://github.com/rust-lang/crates.io-index" 957 checksum = "3011d1213f159867b13cfd6ac92d2cd5f1345762c63be3554e84092d85a50bbd" 958 959 [[package]] 960 name = "home" 961 version = "0.5.9" 962 source = "registry+https://github.com/rust-lang/crates.io-index" 963 checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 964 dependencies = [ 965 "windows-sys 0.52.0", 966 ] 967 968 [[package]] 969 name = "html-escape" 970 version = "0.2.13" 971 source = "registry+https://github.com/rust-lang/crates.io-index" 972 checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476" 973 dependencies = [ 974 "utf8-width", 975 ] 976 977 [[package]] 978 name = "http" 979 version = "0.2.11" 980 source = "registry+https://github.com/rust-lang/crates.io-index" 981 checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" 982 dependencies = [ 983 "bytes", 984 "fnv", 985 "itoa", 986 ] 987 988 [[package]] 989 name = "http" 990 version = "1.0.0" 991 source = "registry+https://github.com/rust-lang/crates.io-index" 992 checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea" 993 dependencies = [ 994 "bytes", 995 "fnv", 996 "itoa", 997 ] 998 999 [[package]] 1000 name = "http-body" 1001 version = "0.4.6" 1002 source = "registry+https://github.com/rust-lang/crates.io-index" 1003 checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 1004 dependencies = [ 1005 "bytes", 1006 "http 0.2.11", 1007 "pin-project-lite", 1008 ] 1009 1010 [[package]] 1011 name = "http-body" 1012 version = "1.0.0" 1013 source = "registry+https://github.com/rust-lang/crates.io-index" 1014 checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" 1015 dependencies = [ 1016 "bytes", 1017 "http 1.0.0", 1018 ] 1019 1020 [[package]] 1021 name = "http-body-util" 1022 version = "0.1.0" 1023 source = "registry+https://github.com/rust-lang/crates.io-index" 1024 checksum = "41cb79eb393015dadd30fc252023adb0b2400a0caee0fa2a077e6e21a551e840" 1025 dependencies = [ 1026 "bytes", 1027 "futures-util", 1028 "http 1.0.0", 1029 "http-body 1.0.0", 1030 "pin-project-lite", 1031 ] 1032 1033 [[package]] 1034 name = "httparse" 1035 version = "1.8.0" 1036 source = "registry+https://github.com/rust-lang/crates.io-index" 1037 checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1038 1039 [[package]] 1040 name = "httpdate" 1041 version = "1.0.3" 1042 source = "registry+https://github.com/rust-lang/crates.io-index" 1043 checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1044 1045 [[package]] 1046 name = "humantime" 1047 version = "2.1.0" 1048 source = "registry+https://github.com/rust-lang/crates.io-index" 1049 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1050 1051 [[package]] 1052 name = "hyper" 1053 version = "0.14.28" 1054 source = "registry+https://github.com/rust-lang/crates.io-index" 1055 checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" 1056 dependencies = [ 1057 "bytes", 1058 "futures-channel", 1059 "futures-core", 1060 "futures-util", 1061 "h2 0.3.22", 1062 "http 0.2.11", 1063 "http-body 0.4.6", 1064 "httparse", 1065 "httpdate", 1066 "itoa", 1067 "pin-project-lite", 1068 "socket2", 1069 "tokio", 1070 "tower-service", 1071 "tracing", 1072 "want", 1073 ] 1074 1075 [[package]] 1076 name = "hyper" 1077 version = "1.1.0" 1078 source = "registry+https://github.com/rust-lang/crates.io-index" 1079 checksum = "fb5aa53871fc917b1a9ed87b683a5d86db645e23acb32c2e0785a353e522fb75" 1080 dependencies = [ 1081 "bytes", 1082 "futures-channel", 1083 "futures-util", 1084 "h2 0.4.0", 1085 "http 1.0.0", 1086 "http-body 1.0.0", 1087 "httparse", 1088 "httpdate", 1089 "itoa", 1090 "pin-project-lite", 1091 "tokio", 1092 "want", 1093 ] 1094 1095 [[package]] 1096 name = "hyper-rustls" 1097 version = "0.24.2" 1098 source = "registry+https://github.com/rust-lang/crates.io-index" 1099 checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 1100 dependencies = [ 1101 "futures-util", 1102 "http 0.2.11", 1103 "hyper 0.14.28", 1104 "rustls", 1105 "tokio", 1106 "tokio-rustls", 1107 ] 1108 1109 [[package]] 1110 name = "hyper-util" 1111 version = "0.1.1" 1112 source = "registry+https://github.com/rust-lang/crates.io-index" 1113 checksum = "9ca339002caeb0d159cc6e023dff48e199f081e42fa039895c7c6f38b37f2e9d" 1114 dependencies = [ 1115 "bytes", 1116 "futures-channel", 1117 "futures-util", 1118 "http 1.0.0", 1119 "http-body 1.0.0", 1120 "hyper 1.1.0", 1121 "pin-project-lite", 1122 "socket2", 1123 "tokio", 1124 "tower", 1125 "tower-service", 1126 "tracing", 1127 ] 1128 1129 [[package]] 1130 name = "idna" 1131 version = "0.5.0" 1132 source = "registry+https://github.com/rust-lang/crates.io-index" 1133 checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 1134 dependencies = [ 1135 "unicode-bidi", 1136 "unicode-normalization", 1137 ] 1138 1139 [[package]] 1140 name = "image" 1141 version = "0.24.7" 1142 source = "registry+https://github.com/rust-lang/crates.io-index" 1143 checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711" 1144 dependencies = [ 1145 "bytemuck", 1146 "byteorder", 1147 "color_quant", 1148 "exr", 1149 "gif", 1150 "jpeg-decoder", 1151 "num-rational", 1152 "num-traits", 1153 "png", 1154 "qoi", 1155 "tiff", 1156 ] 1157 1158 [[package]] 1159 name = "imagesize" 1160 version = "0.10.1" 1161 source = "registry+https://github.com/rust-lang/crates.io-index" 1162 checksum = "df19da1e92fbfec043ca97d622955381b1f3ee72a180ec999912df31b1ccd951" 1163 1164 [[package]] 1165 name = "indexmap" 1166 version = "2.1.0" 1167 source = "registry+https://github.com/rust-lang/crates.io-index" 1168 checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" 1169 dependencies = [ 1170 "equivalent", 1171 "hashbrown", 1172 ] 1173 1174 [[package]] 1175 name = "inout" 1176 version = "0.1.3" 1177 source = "registry+https://github.com/rust-lang/crates.io-index" 1178 checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 1179 dependencies = [ 1180 "block-padding", 1181 "generic-array", 1182 ] 1183 1184 [[package]] 1185 name = "instant" 1186 version = "0.1.12" 1187 source = "registry+https://github.com/rust-lang/crates.io-index" 1188 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1189 dependencies = [ 1190 "cfg-if", 1191 "js-sys", 1192 "wasm-bindgen", 1193 "web-sys", 1194 ] 1195 1196 [[package]] 1197 name = "ipnet" 1198 version = "2.9.0" 1199 source = "registry+https://github.com/rust-lang/crates.io-index" 1200 checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 1201 1202 [[package]] 1203 name = "is-terminal" 1204 version = "0.4.9" 1205 source = "registry+https://github.com/rust-lang/crates.io-index" 1206 checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 1207 dependencies = [ 1208 "hermit-abi", 1209 "rustix", 1210 "windows-sys 0.48.0", 1211 ] 1212 1213 [[package]] 1214 name = "itoa" 1215 version = "1.0.10" 1216 source = "registry+https://github.com/rust-lang/crates.io-index" 1217 checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 1218 1219 [[package]] 1220 name = "jpeg-decoder" 1221 version = "0.3.0" 1222 source = "registry+https://github.com/rust-lang/crates.io-index" 1223 checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e" 1224 dependencies = [ 1225 "rayon", 1226 ] 1227 1228 [[package]] 1229 name = "js-sys" 1230 version = "0.3.66" 1231 source = "registry+https://github.com/rust-lang/crates.io-index" 1232 checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca" 1233 dependencies = [ 1234 "wasm-bindgen", 1235 ] 1236 1237 [[package]] 1238 name = "kurbo" 1239 version = "0.8.3" 1240 source = "registry+https://github.com/rust-lang/crates.io-index" 1241 checksum = "7a53776d271cfb873b17c618af0298445c88afc52837f3e948fa3fafd131f449" 1242 dependencies = [ 1243 "arrayvec", 1244 ] 1245 1246 [[package]] 1247 name = "lazy_static" 1248 version = "1.4.0" 1249 source = "registry+https://github.com/rust-lang/crates.io-index" 1250 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1251 1252 [[package]] 1253 name = "lazycell" 1254 version = "1.3.0" 1255 source = "registry+https://github.com/rust-lang/crates.io-index" 1256 checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1257 1258 [[package]] 1259 name = "lebe" 1260 version = "0.5.2" 1261 source = "registry+https://github.com/rust-lang/crates.io-index" 1262 checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" 1263 1264 [[package]] 1265 name = "libc" 1266 version = "0.2.151" 1267 source = "registry+https://github.com/rust-lang/crates.io-index" 1268 checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" 1269 1270 [[package]] 1271 name = "libloading" 1272 version = "0.7.4" 1273 source = "registry+https://github.com/rust-lang/crates.io-index" 1274 checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 1275 dependencies = [ 1276 "cfg-if", 1277 "winapi", 1278 ] 1279 1280 [[package]] 1281 name = "linux-raw-sys" 1282 version = "0.4.12" 1283 source = "registry+https://github.com/rust-lang/crates.io-index" 1284 checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" 1285 1286 [[package]] 1287 name = "lock_api" 1288 version = "0.4.11" 1289 source = "registry+https://github.com/rust-lang/crates.io-index" 1290 checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" 1291 dependencies = [ 1292 "autocfg", 1293 "scopeguard", 1294 ] 1295 1296 [[package]] 1297 name = "log" 1298 version = "0.4.20" 1299 source = "registry+https://github.com/rust-lang/crates.io-index" 1300 checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 1301 1302 [[package]] 1303 name = "lru" 1304 version = "0.12.1" 1305 source = "registry+https://github.com/rust-lang/crates.io-index" 1306 checksum = "2994eeba8ed550fd9b47a0b38f0242bc3344e496483c6180b69139cc2fa5d1d7" 1307 dependencies = [ 1308 "hashbrown", 1309 ] 1310 1311 [[package]] 1312 name = "memchr" 1313 version = "2.6.4" 1314 source = "registry+https://github.com/rust-lang/crates.io-index" 1315 checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" 1316 1317 [[package]] 1318 name = "memoffset" 1319 version = "0.9.0" 1320 source = "registry+https://github.com/rust-lang/crates.io-index" 1321 checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 1322 dependencies = [ 1323 "autocfg", 1324 ] 1325 1326 [[package]] 1327 name = "mime" 1328 version = "0.3.17" 1329 source = "registry+https://github.com/rust-lang/crates.io-index" 1330 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1331 1332 [[package]] 1333 name = "mime_guess" 1334 version = "2.0.4" 1335 source = "registry+https://github.com/rust-lang/crates.io-index" 1336 checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 1337 dependencies = [ 1338 "mime", 1339 "unicase", 1340 ] 1341 1342 [[package]] 1343 name = "minimal-lexical" 1344 version = "0.2.1" 1345 source = "registry+https://github.com/rust-lang/crates.io-index" 1346 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1347 1348 [[package]] 1349 name = "miniz_oxide" 1350 version = "0.7.1" 1351 source = "registry+https://github.com/rust-lang/crates.io-index" 1352 checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1353 dependencies = [ 1354 "adler", 1355 "simd-adler32", 1356 ] 1357 1358 [[package]] 1359 name = "mio" 1360 version = "0.8.10" 1361 source = "registry+https://github.com/rust-lang/crates.io-index" 1362 checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" 1363 dependencies = [ 1364 "libc", 1365 "wasi", 1366 "windows-sys 0.48.0", 1367 ] 1368 1369 [[package]] 1370 name = "negentropy" 1371 version = "0.3.1" 1372 source = "registry+https://github.com/rust-lang/crates.io-index" 1373 checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe" 1374 1375 [[package]] 1376 name = "nohash-hasher" 1377 version = "0.2.0" 1378 source = "registry+https://github.com/rust-lang/crates.io-index" 1379 checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" 1380 1381 [[package]] 1382 name = "nom" 1383 version = "7.1.3" 1384 source = "registry+https://github.com/rust-lang/crates.io-index" 1385 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1386 dependencies = [ 1387 "memchr", 1388 "minimal-lexical", 1389 ] 1390 1391 [[package]] 1392 name = "nostr" 1393 version = "0.26.0" 1394 source = "registry+https://github.com/rust-lang/crates.io-index" 1395 checksum = "72adfa99eb5f1e5afa3f1fe6503c89989b7b0b61c4e5ec23c5b839967cd54da1" 1396 dependencies = [ 1397 "aes", 1398 "base64 0.21.5", 1399 "bip39", 1400 "bitcoin", 1401 "cbc", 1402 "chacha20", 1403 "getrandom", 1404 "instant", 1405 "negentropy", 1406 "once_cell", 1407 "reqwest", 1408 "serde", 1409 "serde_json", 1410 "tracing", 1411 "url-fork", 1412 ] 1413 1414 [[package]] 1415 name = "nostr-database" 1416 version = "0.26.0" 1417 source = "registry+https://github.com/rust-lang/crates.io-index" 1418 checksum = "569f72670f79c10437eed69325b5b10ac69a1e23c2ee45d7d5781e6ec791cbce" 1419 dependencies = [ 1420 "async-trait", 1421 "nostr", 1422 "rayon", 1423 "thiserror", 1424 "tokio", 1425 "tracing", 1426 ] 1427 1428 [[package]] 1429 name = "nostr-sdk" 1430 version = "0.26.0" 1431 source = "registry+https://github.com/rust-lang/crates.io-index" 1432 checksum = "a96ff1b1be7872abe0f6c0e151c2a1fd45b374756f05f2c00e328b003333f0c5" 1433 dependencies = [ 1434 "async-utility", 1435 "nostr", 1436 "nostr-database", 1437 "nostr-sdk-net", 1438 "once_cell", 1439 "thiserror", 1440 "tokio", 1441 "tracing", 1442 ] 1443 1444 [[package]] 1445 name = "nostr-sdk-net" 1446 version = "0.26.0" 1447 source = "registry+https://github.com/rust-lang/crates.io-index" 1448 checksum = "d7eccf4d9be57b513f5ee77e1931bf2fbf02da8ca1edae1feb001558e1e23332" 1449 dependencies = [ 1450 "futures-util", 1451 "thiserror", 1452 "tokio", 1453 "tokio-rustls", 1454 "tokio-socks", 1455 "tokio-tungstenite", 1456 "url-fork", 1457 "wasm-ws", 1458 "webpki-roots", 1459 ] 1460 1461 [[package]] 1462 name = "nostrdb" 1463 version = "0.1.6" 1464 source = "git+https://github.com/damus-io/nostrdb-rs.git?rev=2c0d43497d626e61a8de7a1efaff13d44e30d556#2c0d43497d626e61a8de7a1efaff13d44e30d556" 1465 dependencies = [ 1466 "bindgen 0.69.1", 1467 "cc", 1468 "env_logger", 1469 "flatbuffers", 1470 "libc", 1471 "log", 1472 ] 1473 1474 [[package]] 1475 name = "notecrumbs" 1476 version = "0.1.0" 1477 dependencies = [ 1478 "bytes", 1479 "egui", 1480 "egui_extras", 1481 "egui_skia", 1482 "env_logger", 1483 "hex", 1484 "html-escape", 1485 "http 1.0.0", 1486 "http-body-util", 1487 "hyper 1.1.0", 1488 "hyper-util", 1489 "image", 1490 "log", 1491 "lru", 1492 "nostr-sdk", 1493 "nostrdb", 1494 "skia-safe", 1495 "tokio", 1496 ] 1497 1498 [[package]] 1499 name = "num-integer" 1500 version = "0.1.45" 1501 source = "registry+https://github.com/rust-lang/crates.io-index" 1502 checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1503 dependencies = [ 1504 "autocfg", 1505 "num-traits", 1506 ] 1507 1508 [[package]] 1509 name = "num-rational" 1510 version = "0.4.1" 1511 source = "registry+https://github.com/rust-lang/crates.io-index" 1512 checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 1513 dependencies = [ 1514 "autocfg", 1515 "num-integer", 1516 "num-traits", 1517 ] 1518 1519 [[package]] 1520 name = "num-traits" 1521 version = "0.2.17" 1522 source = "registry+https://github.com/rust-lang/crates.io-index" 1523 checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" 1524 dependencies = [ 1525 "autocfg", 1526 ] 1527 1528 [[package]] 1529 name = "num_cpus" 1530 version = "1.16.0" 1531 source = "registry+https://github.com/rust-lang/crates.io-index" 1532 checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1533 dependencies = [ 1534 "hermit-abi", 1535 "libc", 1536 ] 1537 1538 [[package]] 1539 name = "object" 1540 version = "0.32.1" 1541 source = "registry+https://github.com/rust-lang/crates.io-index" 1542 checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" 1543 dependencies = [ 1544 "memchr", 1545 ] 1546 1547 [[package]] 1548 name = "once_cell" 1549 version = "1.19.0" 1550 source = "registry+https://github.com/rust-lang/crates.io-index" 1551 checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 1552 1553 [[package]] 1554 name = "owned_ttf_parser" 1555 version = "0.20.0" 1556 source = "registry+https://github.com/rust-lang/crates.io-index" 1557 checksum = "d4586edfe4c648c71797a74c84bacb32b52b212eff5dfe2bb9f2c599844023e7" 1558 dependencies = [ 1559 "ttf-parser", 1560 ] 1561 1562 [[package]] 1563 name = "parking_lot" 1564 version = "0.12.1" 1565 source = "registry+https://github.com/rust-lang/crates.io-index" 1566 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1567 dependencies = [ 1568 "lock_api", 1569 "parking_lot_core", 1570 ] 1571 1572 [[package]] 1573 name = "parking_lot_core" 1574 version = "0.9.9" 1575 source = "registry+https://github.com/rust-lang/crates.io-index" 1576 checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 1577 dependencies = [ 1578 "cfg-if", 1579 "libc", 1580 "redox_syscall", 1581 "smallvec", 1582 "windows-targets 0.48.5", 1583 ] 1584 1585 [[package]] 1586 name = "peeking_take_while" 1587 version = "0.1.2" 1588 source = "registry+https://github.com/rust-lang/crates.io-index" 1589 checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" 1590 1591 [[package]] 1592 name = "percent-encoding" 1593 version = "2.3.1" 1594 source = "registry+https://github.com/rust-lang/crates.io-index" 1595 checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1596 1597 [[package]] 1598 name = "pharos" 1599 version = "0.5.3" 1600 source = "registry+https://github.com/rust-lang/crates.io-index" 1601 checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414" 1602 dependencies = [ 1603 "futures", 1604 "rustc_version", 1605 ] 1606 1607 [[package]] 1608 name = "pico-args" 1609 version = "0.5.0" 1610 source = "registry+https://github.com/rust-lang/crates.io-index" 1611 checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 1612 1613 [[package]] 1614 name = "pin-project" 1615 version = "1.1.3" 1616 source = "registry+https://github.com/rust-lang/crates.io-index" 1617 checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" 1618 dependencies = [ 1619 "pin-project-internal", 1620 ] 1621 1622 [[package]] 1623 name = "pin-project-internal" 1624 version = "1.1.3" 1625 source = "registry+https://github.com/rust-lang/crates.io-index" 1626 checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" 1627 dependencies = [ 1628 "proc-macro2", 1629 "quote", 1630 "syn 2.0.41", 1631 ] 1632 1633 [[package]] 1634 name = "pin-project-lite" 1635 version = "0.2.13" 1636 source = "registry+https://github.com/rust-lang/crates.io-index" 1637 checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 1638 1639 [[package]] 1640 name = "pin-utils" 1641 version = "0.1.0" 1642 source = "registry+https://github.com/rust-lang/crates.io-index" 1643 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1644 1645 [[package]] 1646 name = "png" 1647 version = "0.17.10" 1648 source = "registry+https://github.com/rust-lang/crates.io-index" 1649 checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64" 1650 dependencies = [ 1651 "bitflags 1.3.2", 1652 "crc32fast", 1653 "fdeflate", 1654 "flate2", 1655 "miniz_oxide", 1656 ] 1657 1658 [[package]] 1659 name = "ppv-lite86" 1660 version = "0.2.17" 1661 source = "registry+https://github.com/rust-lang/crates.io-index" 1662 checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 1663 1664 [[package]] 1665 name = "prettyplease" 1666 version = "0.2.15" 1667 source = "registry+https://github.com/rust-lang/crates.io-index" 1668 checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d" 1669 dependencies = [ 1670 "proc-macro2", 1671 "syn 2.0.41", 1672 ] 1673 1674 [[package]] 1675 name = "proc-macro2" 1676 version = "1.0.70" 1677 source = "registry+https://github.com/rust-lang/crates.io-index" 1678 checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" 1679 dependencies = [ 1680 "unicode-ident", 1681 ] 1682 1683 [[package]] 1684 name = "qoi" 1685 version = "0.4.1" 1686 source = "registry+https://github.com/rust-lang/crates.io-index" 1687 checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" 1688 dependencies = [ 1689 "bytemuck", 1690 ] 1691 1692 [[package]] 1693 name = "quote" 1694 version = "1.0.33" 1695 source = "registry+https://github.com/rust-lang/crates.io-index" 1696 checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 1697 dependencies = [ 1698 "proc-macro2", 1699 ] 1700 1701 [[package]] 1702 name = "rand" 1703 version = "0.8.5" 1704 source = "registry+https://github.com/rust-lang/crates.io-index" 1705 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1706 dependencies = [ 1707 "libc", 1708 "rand_chacha", 1709 "rand_core", 1710 ] 1711 1712 [[package]] 1713 name = "rand_chacha" 1714 version = "0.3.1" 1715 source = "registry+https://github.com/rust-lang/crates.io-index" 1716 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1717 dependencies = [ 1718 "ppv-lite86", 1719 "rand_core", 1720 ] 1721 1722 [[package]] 1723 name = "rand_core" 1724 version = "0.6.4" 1725 source = "registry+https://github.com/rust-lang/crates.io-index" 1726 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1727 dependencies = [ 1728 "getrandom", 1729 ] 1730 1731 [[package]] 1732 name = "rayon" 1733 version = "1.8.0" 1734 source = "registry+https://github.com/rust-lang/crates.io-index" 1735 checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" 1736 dependencies = [ 1737 "either", 1738 "rayon-core", 1739 ] 1740 1741 [[package]] 1742 name = "rayon-core" 1743 version = "1.12.0" 1744 source = "registry+https://github.com/rust-lang/crates.io-index" 1745 checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" 1746 dependencies = [ 1747 "crossbeam-deque", 1748 "crossbeam-utils", 1749 ] 1750 1751 [[package]] 1752 name = "rctree" 1753 version = "0.5.0" 1754 source = "registry+https://github.com/rust-lang/crates.io-index" 1755 checksum = "3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f" 1756 1757 [[package]] 1758 name = "redox_syscall" 1759 version = "0.4.1" 1760 source = "registry+https://github.com/rust-lang/crates.io-index" 1761 checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 1762 dependencies = [ 1763 "bitflags 1.3.2", 1764 ] 1765 1766 [[package]] 1767 name = "regex" 1768 version = "1.10.2" 1769 source = "registry+https://github.com/rust-lang/crates.io-index" 1770 checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" 1771 dependencies = [ 1772 "aho-corasick", 1773 "memchr", 1774 "regex-automata", 1775 "regex-syntax", 1776 ] 1777 1778 [[package]] 1779 name = "regex-automata" 1780 version = "0.4.3" 1781 source = "registry+https://github.com/rust-lang/crates.io-index" 1782 checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" 1783 dependencies = [ 1784 "aho-corasick", 1785 "memchr", 1786 "regex-syntax", 1787 ] 1788 1789 [[package]] 1790 name = "regex-syntax" 1791 version = "0.8.2" 1792 source = "registry+https://github.com/rust-lang/crates.io-index" 1793 checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 1794 1795 [[package]] 1796 name = "reqwest" 1797 version = "0.11.23" 1798 source = "registry+https://github.com/rust-lang/crates.io-index" 1799 checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41" 1800 dependencies = [ 1801 "base64 0.21.5", 1802 "bytes", 1803 "encoding_rs", 1804 "futures-core", 1805 "futures-util", 1806 "h2 0.3.22", 1807 "http 0.2.11", 1808 "http-body 0.4.6", 1809 "hyper 0.14.28", 1810 "hyper-rustls", 1811 "ipnet", 1812 "js-sys", 1813 "log", 1814 "mime", 1815 "once_cell", 1816 "percent-encoding", 1817 "pin-project-lite", 1818 "rustls", 1819 "rustls-pemfile", 1820 "serde", 1821 "serde_json", 1822 "serde_urlencoded", 1823 "system-configuration", 1824 "tokio", 1825 "tokio-rustls", 1826 "tokio-socks", 1827 "tower-service", 1828 "url", 1829 "wasm-bindgen", 1830 "wasm-bindgen-futures", 1831 "web-sys", 1832 "webpki-roots", 1833 "winreg", 1834 ] 1835 1836 [[package]] 1837 name = "resvg" 1838 version = "0.28.0" 1839 source = "registry+https://github.com/rust-lang/crates.io-index" 1840 checksum = "c115863f2d3621999cf187e318bc92b16402dfeff6a48c74df700d77381394c1" 1841 dependencies = [ 1842 "log", 1843 "pico-args", 1844 "rgb", 1845 "svgtypes", 1846 "tiny-skia", 1847 "usvg", 1848 ] 1849 1850 [[package]] 1851 name = "rgb" 1852 version = "0.8.36" 1853 source = "registry+https://github.com/rust-lang/crates.io-index" 1854 checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59" 1855 dependencies = [ 1856 "bytemuck", 1857 ] 1858 1859 [[package]] 1860 name = "ring" 1861 version = "0.17.7" 1862 source = "registry+https://github.com/rust-lang/crates.io-index" 1863 checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74" 1864 dependencies = [ 1865 "cc", 1866 "getrandom", 1867 "libc", 1868 "spin", 1869 "untrusted", 1870 "windows-sys 0.48.0", 1871 ] 1872 1873 [[package]] 1874 name = "roxmltree" 1875 version = "0.15.1" 1876 source = "registry+https://github.com/rust-lang/crates.io-index" 1877 checksum = "6b9de9831a129b122e7e61f242db509fa9d0838008bf0b29bb0624669edfe48a" 1878 dependencies = [ 1879 "xmlparser", 1880 ] 1881 1882 [[package]] 1883 name = "rustc-demangle" 1884 version = "0.1.23" 1885 source = "registry+https://github.com/rust-lang/crates.io-index" 1886 checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 1887 1888 [[package]] 1889 name = "rustc-hash" 1890 version = "1.1.0" 1891 source = "registry+https://github.com/rust-lang/crates.io-index" 1892 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 1893 1894 [[package]] 1895 name = "rustc_version" 1896 version = "0.4.0" 1897 source = "registry+https://github.com/rust-lang/crates.io-index" 1898 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 1899 dependencies = [ 1900 "semver", 1901 ] 1902 1903 [[package]] 1904 name = "rustix" 1905 version = "0.38.28" 1906 source = "registry+https://github.com/rust-lang/crates.io-index" 1907 checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" 1908 dependencies = [ 1909 "bitflags 2.4.1", 1910 "errno", 1911 "libc", 1912 "linux-raw-sys", 1913 "windows-sys 0.52.0", 1914 ] 1915 1916 [[package]] 1917 name = "rustls" 1918 version = "0.21.10" 1919 source = "registry+https://github.com/rust-lang/crates.io-index" 1920 checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" 1921 dependencies = [ 1922 "log", 1923 "ring", 1924 "rustls-webpki", 1925 "sct", 1926 ] 1927 1928 [[package]] 1929 name = "rustls-pemfile" 1930 version = "1.0.4" 1931 source = "registry+https://github.com/rust-lang/crates.io-index" 1932 checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 1933 dependencies = [ 1934 "base64 0.21.5", 1935 ] 1936 1937 [[package]] 1938 name = "rustls-webpki" 1939 version = "0.101.7" 1940 source = "registry+https://github.com/rust-lang/crates.io-index" 1941 checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 1942 dependencies = [ 1943 "ring", 1944 "untrusted", 1945 ] 1946 1947 [[package]] 1948 name = "ryu" 1949 version = "1.0.16" 1950 source = "registry+https://github.com/rust-lang/crates.io-index" 1951 checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" 1952 1953 [[package]] 1954 name = "scopeguard" 1955 version = "1.2.0" 1956 source = "registry+https://github.com/rust-lang/crates.io-index" 1957 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1958 1959 [[package]] 1960 name = "sct" 1961 version = "0.7.1" 1962 source = "registry+https://github.com/rust-lang/crates.io-index" 1963 checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 1964 dependencies = [ 1965 "ring", 1966 "untrusted", 1967 ] 1968 1969 [[package]] 1970 name = "secp256k1" 1971 version = "0.27.0" 1972 source = "registry+https://github.com/rust-lang/crates.io-index" 1973 checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f" 1974 dependencies = [ 1975 "bitcoin_hashes 0.12.0", 1976 "rand", 1977 "secp256k1-sys", 1978 "serde", 1979 ] 1980 1981 [[package]] 1982 name = "secp256k1-sys" 1983 version = "0.8.1" 1984 source = "registry+https://github.com/rust-lang/crates.io-index" 1985 checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e" 1986 dependencies = [ 1987 "cc", 1988 ] 1989 1990 [[package]] 1991 name = "semver" 1992 version = "1.0.20" 1993 source = "registry+https://github.com/rust-lang/crates.io-index" 1994 checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" 1995 1996 [[package]] 1997 name = "send_wrapper" 1998 version = "0.6.0" 1999 source = "registry+https://github.com/rust-lang/crates.io-index" 2000 checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" 2001 2002 [[package]] 2003 name = "serde" 2004 version = "1.0.193" 2005 source = "registry+https://github.com/rust-lang/crates.io-index" 2006 checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" 2007 dependencies = [ 2008 "serde_derive", 2009 ] 2010 2011 [[package]] 2012 name = "serde_derive" 2013 version = "1.0.193" 2014 source = "registry+https://github.com/rust-lang/crates.io-index" 2015 checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" 2016 dependencies = [ 2017 "proc-macro2", 2018 "quote", 2019 "syn 2.0.41", 2020 ] 2021 2022 [[package]] 2023 name = "serde_json" 2024 version = "1.0.108" 2025 source = "registry+https://github.com/rust-lang/crates.io-index" 2026 checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" 2027 dependencies = [ 2028 "itoa", 2029 "ryu", 2030 "serde", 2031 ] 2032 2033 [[package]] 2034 name = "serde_urlencoded" 2035 version = "0.7.1" 2036 source = "registry+https://github.com/rust-lang/crates.io-index" 2037 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2038 dependencies = [ 2039 "form_urlencoded", 2040 "itoa", 2041 "ryu", 2042 "serde", 2043 ] 2044 2045 [[package]] 2046 name = "sha1" 2047 version = "0.10.6" 2048 source = "registry+https://github.com/rust-lang/crates.io-index" 2049 checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2050 dependencies = [ 2051 "cfg-if", 2052 "cpufeatures", 2053 "digest", 2054 ] 2055 2056 [[package]] 2057 name = "shlex" 2058 version = "1.2.0" 2059 source = "registry+https://github.com/rust-lang/crates.io-index" 2060 checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380" 2061 2062 [[package]] 2063 name = "signal-hook-registry" 2064 version = "1.4.1" 2065 source = "registry+https://github.com/rust-lang/crates.io-index" 2066 checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 2067 dependencies = [ 2068 "libc", 2069 ] 2070 2071 [[package]] 2072 name = "simd-adler32" 2073 version = "0.3.7" 2074 source = "registry+https://github.com/rust-lang/crates.io-index" 2075 checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 2076 2077 [[package]] 2078 name = "simplecss" 2079 version = "0.2.1" 2080 source = "registry+https://github.com/rust-lang/crates.io-index" 2081 checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d" 2082 dependencies = [ 2083 "log", 2084 ] 2085 2086 [[package]] 2087 name = "siphasher" 2088 version = "0.3.11" 2089 source = "registry+https://github.com/rust-lang/crates.io-index" 2090 checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 2091 2092 [[package]] 2093 name = "skia-bindings" 2094 version = "0.58.0" 2095 source = "registry+https://github.com/rust-lang/crates.io-index" 2096 checksum = "404d98ffda633acd7a3ea68e0e5f160814ee7ae8942c89d60c53f7e0fae99373" 2097 dependencies = [ 2098 "bindgen 0.63.0", 2099 "cc", 2100 "flate2", 2101 "heck", 2102 "lazy_static", 2103 "regex", 2104 "serde_json", 2105 "tar", 2106 "toml", 2107 "ureq", 2108 ] 2109 2110 [[package]] 2111 name = "skia-safe" 2112 version = "0.58.0" 2113 source = "registry+https://github.com/rust-lang/crates.io-index" 2114 checksum = "53fb6ba679574182f565bd7b38e40d1ba658d33d8287d28905af5fb3e9b98b49" 2115 dependencies = [ 2116 "bitflags 1.3.2", 2117 "lazy_static", 2118 "skia-bindings", 2119 ] 2120 2121 [[package]] 2122 name = "slab" 2123 version = "0.4.9" 2124 source = "registry+https://github.com/rust-lang/crates.io-index" 2125 checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2126 dependencies = [ 2127 "autocfg", 2128 ] 2129 2130 [[package]] 2131 name = "smallvec" 2132 version = "1.11.2" 2133 source = "registry+https://github.com/rust-lang/crates.io-index" 2134 checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" 2135 2136 [[package]] 2137 name = "socket2" 2138 version = "0.5.5" 2139 source = "registry+https://github.com/rust-lang/crates.io-index" 2140 checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" 2141 dependencies = [ 2142 "libc", 2143 "windows-sys 0.48.0", 2144 ] 2145 2146 [[package]] 2147 name = "spin" 2148 version = "0.9.8" 2149 source = "registry+https://github.com/rust-lang/crates.io-index" 2150 checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2151 dependencies = [ 2152 "lock_api", 2153 ] 2154 2155 [[package]] 2156 name = "strict-num" 2157 version = "0.1.1" 2158 source = "registry+https://github.com/rust-lang/crates.io-index" 2159 checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 2160 dependencies = [ 2161 "float-cmp", 2162 ] 2163 2164 [[package]] 2165 name = "svgtypes" 2166 version = "0.8.2" 2167 source = "registry+https://github.com/rust-lang/crates.io-index" 2168 checksum = "22975e8a2bac6a76bb54f898a6b18764633b00e780330f0b689f65afb3975564" 2169 dependencies = [ 2170 "siphasher", 2171 ] 2172 2173 [[package]] 2174 name = "syn" 2175 version = "1.0.109" 2176 source = "registry+https://github.com/rust-lang/crates.io-index" 2177 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2178 dependencies = [ 2179 "proc-macro2", 2180 "quote", 2181 "unicode-ident", 2182 ] 2183 2184 [[package]] 2185 name = "syn" 2186 version = "2.0.41" 2187 source = "registry+https://github.com/rust-lang/crates.io-index" 2188 checksum = "44c8b28c477cc3bf0e7966561e3460130e1255f7a1cf71931075f1c5e7a7e269" 2189 dependencies = [ 2190 "proc-macro2", 2191 "quote", 2192 "unicode-ident", 2193 ] 2194 2195 [[package]] 2196 name = "system-configuration" 2197 version = "0.5.1" 2198 source = "registry+https://github.com/rust-lang/crates.io-index" 2199 checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 2200 dependencies = [ 2201 "bitflags 1.3.2", 2202 "core-foundation", 2203 "system-configuration-sys", 2204 ] 2205 2206 [[package]] 2207 name = "system-configuration-sys" 2208 version = "0.5.0" 2209 source = "registry+https://github.com/rust-lang/crates.io-index" 2210 checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 2211 dependencies = [ 2212 "core-foundation-sys", 2213 "libc", 2214 ] 2215 2216 [[package]] 2217 name = "tar" 2218 version = "0.4.40" 2219 source = "registry+https://github.com/rust-lang/crates.io-index" 2220 checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" 2221 dependencies = [ 2222 "filetime", 2223 "libc", 2224 "xattr", 2225 ] 2226 2227 [[package]] 2228 name = "termcolor" 2229 version = "1.4.0" 2230 source = "registry+https://github.com/rust-lang/crates.io-index" 2231 checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449" 2232 dependencies = [ 2233 "winapi-util", 2234 ] 2235 2236 [[package]] 2237 name = "thiserror" 2238 version = "1.0.51" 2239 source = "registry+https://github.com/rust-lang/crates.io-index" 2240 checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7" 2241 dependencies = [ 2242 "thiserror-impl", 2243 ] 2244 2245 [[package]] 2246 name = "thiserror-impl" 2247 version = "1.0.51" 2248 source = "registry+https://github.com/rust-lang/crates.io-index" 2249 checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df" 2250 dependencies = [ 2251 "proc-macro2", 2252 "quote", 2253 "syn 2.0.41", 2254 ] 2255 2256 [[package]] 2257 name = "tiff" 2258 version = "0.9.0" 2259 source = "registry+https://github.com/rust-lang/crates.io-index" 2260 checksum = "6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211" 2261 dependencies = [ 2262 "flate2", 2263 "jpeg-decoder", 2264 "weezl", 2265 ] 2266 2267 [[package]] 2268 name = "tiny-skia" 2269 version = "0.8.4" 2270 source = "registry+https://github.com/rust-lang/crates.io-index" 2271 checksum = "df8493a203431061e901613751931f047d1971337153f96d0e5e363d6dbf6a67" 2272 dependencies = [ 2273 "arrayref", 2274 "arrayvec", 2275 "bytemuck", 2276 "cfg-if", 2277 "png", 2278 "tiny-skia-path", 2279 ] 2280 2281 [[package]] 2282 name = "tiny-skia-path" 2283 version = "0.8.4" 2284 source = "registry+https://github.com/rust-lang/crates.io-index" 2285 checksum = "adbfb5d3f3dd57a0e11d12f4f13d4ebbbc1b5c15b7ab0a156d030b21da5f677c" 2286 dependencies = [ 2287 "arrayref", 2288 "bytemuck", 2289 "strict-num", 2290 ] 2291 2292 [[package]] 2293 name = "tinyvec" 2294 version = "1.6.0" 2295 source = "registry+https://github.com/rust-lang/crates.io-index" 2296 checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2297 dependencies = [ 2298 "tinyvec_macros", 2299 ] 2300 2301 [[package]] 2302 name = "tinyvec_macros" 2303 version = "0.1.1" 2304 source = "registry+https://github.com/rust-lang/crates.io-index" 2305 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2306 2307 [[package]] 2308 name = "tokio" 2309 version = "1.35.0" 2310 source = "registry+https://github.com/rust-lang/crates.io-index" 2311 checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" 2312 dependencies = [ 2313 "backtrace", 2314 "bytes", 2315 "libc", 2316 "mio", 2317 "num_cpus", 2318 "parking_lot", 2319 "pin-project-lite", 2320 "signal-hook-registry", 2321 "socket2", 2322 "tokio-macros", 2323 "windows-sys 0.48.0", 2324 ] 2325 2326 [[package]] 2327 name = "tokio-macros" 2328 version = "2.2.0" 2329 source = "registry+https://github.com/rust-lang/crates.io-index" 2330 checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" 2331 dependencies = [ 2332 "proc-macro2", 2333 "quote", 2334 "syn 2.0.41", 2335 ] 2336 2337 [[package]] 2338 name = "tokio-rustls" 2339 version = "0.24.1" 2340 source = "registry+https://github.com/rust-lang/crates.io-index" 2341 checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 2342 dependencies = [ 2343 "rustls", 2344 "tokio", 2345 ] 2346 2347 [[package]] 2348 name = "tokio-socks" 2349 version = "0.5.1" 2350 source = "registry+https://github.com/rust-lang/crates.io-index" 2351 checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0" 2352 dependencies = [ 2353 "either", 2354 "futures-util", 2355 "thiserror", 2356 "tokio", 2357 ] 2358 2359 [[package]] 2360 name = "tokio-tungstenite" 2361 version = "0.20.1" 2362 source = "registry+https://github.com/rust-lang/crates.io-index" 2363 checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" 2364 dependencies = [ 2365 "futures-util", 2366 "log", 2367 "rustls", 2368 "tokio", 2369 "tokio-rustls", 2370 "tungstenite", 2371 "webpki-roots", 2372 ] 2373 2374 [[package]] 2375 name = "tokio-util" 2376 version = "0.7.10" 2377 source = "registry+https://github.com/rust-lang/crates.io-index" 2378 checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" 2379 dependencies = [ 2380 "bytes", 2381 "futures-core", 2382 "futures-sink", 2383 "pin-project-lite", 2384 "tokio", 2385 "tracing", 2386 ] 2387 2388 [[package]] 2389 name = "toml" 2390 version = "0.5.11" 2391 source = "registry+https://github.com/rust-lang/crates.io-index" 2392 checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 2393 dependencies = [ 2394 "serde", 2395 ] 2396 2397 [[package]] 2398 name = "tower" 2399 version = "0.4.13" 2400 source = "registry+https://github.com/rust-lang/crates.io-index" 2401 checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 2402 dependencies = [ 2403 "futures-core", 2404 "futures-util", 2405 "pin-project", 2406 "pin-project-lite", 2407 "tokio", 2408 "tower-layer", 2409 "tower-service", 2410 "tracing", 2411 ] 2412 2413 [[package]] 2414 name = "tower-layer" 2415 version = "0.3.2" 2416 source = "registry+https://github.com/rust-lang/crates.io-index" 2417 checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 2418 2419 [[package]] 2420 name = "tower-service" 2421 version = "0.3.2" 2422 source = "registry+https://github.com/rust-lang/crates.io-index" 2423 checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 2424 2425 [[package]] 2426 name = "tracing" 2427 version = "0.1.40" 2428 source = "registry+https://github.com/rust-lang/crates.io-index" 2429 checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 2430 dependencies = [ 2431 "log", 2432 "pin-project-lite", 2433 "tracing-attributes", 2434 "tracing-core", 2435 ] 2436 2437 [[package]] 2438 name = "tracing-attributes" 2439 version = "0.1.27" 2440 source = "registry+https://github.com/rust-lang/crates.io-index" 2441 checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 2442 dependencies = [ 2443 "proc-macro2", 2444 "quote", 2445 "syn 2.0.41", 2446 ] 2447 2448 [[package]] 2449 name = "tracing-core" 2450 version = "0.1.32" 2451 source = "registry+https://github.com/rust-lang/crates.io-index" 2452 checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 2453 dependencies = [ 2454 "once_cell", 2455 ] 2456 2457 [[package]] 2458 name = "try-lock" 2459 version = "0.2.5" 2460 source = "registry+https://github.com/rust-lang/crates.io-index" 2461 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2462 2463 [[package]] 2464 name = "ttf-parser" 2465 version = "0.20.0" 2466 source = "registry+https://github.com/rust-lang/crates.io-index" 2467 checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4" 2468 2469 [[package]] 2470 name = "tungstenite" 2471 version = "0.20.1" 2472 source = "registry+https://github.com/rust-lang/crates.io-index" 2473 checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" 2474 dependencies = [ 2475 "byteorder", 2476 "bytes", 2477 "data-encoding", 2478 "http 0.2.11", 2479 "httparse", 2480 "log", 2481 "rand", 2482 "rustls", 2483 "sha1", 2484 "thiserror", 2485 "url", 2486 "utf-8", 2487 ] 2488 2489 [[package]] 2490 name = "typenum" 2491 version = "1.17.0" 2492 source = "registry+https://github.com/rust-lang/crates.io-index" 2493 checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 2494 2495 [[package]] 2496 name = "unicase" 2497 version = "2.7.0" 2498 source = "registry+https://github.com/rust-lang/crates.io-index" 2499 checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 2500 dependencies = [ 2501 "version_check", 2502 ] 2503 2504 [[package]] 2505 name = "unicode-bidi" 2506 version = "0.3.14" 2507 source = "registry+https://github.com/rust-lang/crates.io-index" 2508 checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416" 2509 2510 [[package]] 2511 name = "unicode-ident" 2512 version = "1.0.12" 2513 source = "registry+https://github.com/rust-lang/crates.io-index" 2514 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 2515 2516 [[package]] 2517 name = "unicode-normalization" 2518 version = "0.1.22" 2519 source = "registry+https://github.com/rust-lang/crates.io-index" 2520 checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2521 dependencies = [ 2522 "tinyvec", 2523 ] 2524 2525 [[package]] 2526 name = "untrusted" 2527 version = "0.9.0" 2528 source = "registry+https://github.com/rust-lang/crates.io-index" 2529 checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2530 2531 [[package]] 2532 name = "ureq" 2533 version = "2.9.1" 2534 source = "registry+https://github.com/rust-lang/crates.io-index" 2535 checksum = "f8cdd25c339e200129fe4de81451814e5228c9b771d57378817d6117cc2b3f97" 2536 dependencies = [ 2537 "base64 0.21.5", 2538 "flate2", 2539 "log", 2540 "once_cell", 2541 "rustls", 2542 "rustls-webpki", 2543 "url", 2544 "webpki-roots", 2545 ] 2546 2547 [[package]] 2548 name = "url" 2549 version = "2.5.0" 2550 source = "registry+https://github.com/rust-lang/crates.io-index" 2551 checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 2552 dependencies = [ 2553 "form_urlencoded", 2554 "idna", 2555 "percent-encoding", 2556 ] 2557 2558 [[package]] 2559 name = "url-fork" 2560 version = "3.0.0" 2561 source = "registry+https://github.com/rust-lang/crates.io-index" 2562 checksum = "956afc9d7e101f0b718a6776489cd7998d0b17fc79f4cdb6ee6761fb72d1c2ce" 2563 dependencies = [ 2564 "form_urlencoded", 2565 "percent-encoding", 2566 "serde", 2567 "unicode-bidi", 2568 "unicode-normalization", 2569 ] 2570 2571 [[package]] 2572 name = "usvg" 2573 version = "0.28.0" 2574 source = "registry+https://github.com/rust-lang/crates.io-index" 2575 checksum = "8b5b7c2b30845b3348c067ca3d09e20cc6e327c288f0ca4c48698712abf432e9" 2576 dependencies = [ 2577 "base64 0.13.1", 2578 "data-url", 2579 "flate2", 2580 "imagesize", 2581 "kurbo", 2582 "log", 2583 "rctree", 2584 "roxmltree", 2585 "simplecss", 2586 "siphasher", 2587 "strict-num", 2588 "svgtypes", 2589 ] 2590 2591 [[package]] 2592 name = "utf-8" 2593 version = "0.7.6" 2594 source = "registry+https://github.com/rust-lang/crates.io-index" 2595 checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 2596 2597 [[package]] 2598 name = "utf8-width" 2599 version = "0.1.7" 2600 source = "registry+https://github.com/rust-lang/crates.io-index" 2601 checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" 2602 2603 [[package]] 2604 name = "version_check" 2605 version = "0.9.4" 2606 source = "registry+https://github.com/rust-lang/crates.io-index" 2607 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2608 2609 [[package]] 2610 name = "want" 2611 version = "0.3.1" 2612 source = "registry+https://github.com/rust-lang/crates.io-index" 2613 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2614 dependencies = [ 2615 "try-lock", 2616 ] 2617 2618 [[package]] 2619 name = "wasi" 2620 version = "0.11.0+wasi-snapshot-preview1" 2621 source = "registry+https://github.com/rust-lang/crates.io-index" 2622 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2623 2624 [[package]] 2625 name = "wasm-bindgen" 2626 version = "0.2.89" 2627 source = "registry+https://github.com/rust-lang/crates.io-index" 2628 checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e" 2629 dependencies = [ 2630 "cfg-if", 2631 "wasm-bindgen-macro", 2632 ] 2633 2634 [[package]] 2635 name = "wasm-bindgen-backend" 2636 version = "0.2.89" 2637 source = "registry+https://github.com/rust-lang/crates.io-index" 2638 checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826" 2639 dependencies = [ 2640 "bumpalo", 2641 "log", 2642 "once_cell", 2643 "proc-macro2", 2644 "quote", 2645 "syn 2.0.41", 2646 "wasm-bindgen-shared", 2647 ] 2648 2649 [[package]] 2650 name = "wasm-bindgen-futures" 2651 version = "0.4.39" 2652 source = "registry+https://github.com/rust-lang/crates.io-index" 2653 checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12" 2654 dependencies = [ 2655 "cfg-if", 2656 "js-sys", 2657 "wasm-bindgen", 2658 "web-sys", 2659 ] 2660 2661 [[package]] 2662 name = "wasm-bindgen-macro" 2663 version = "0.2.89" 2664 source = "registry+https://github.com/rust-lang/crates.io-index" 2665 checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2" 2666 dependencies = [ 2667 "quote", 2668 "wasm-bindgen-macro-support", 2669 ] 2670 2671 [[package]] 2672 name = "wasm-bindgen-macro-support" 2673 version = "0.2.89" 2674 source = "registry+https://github.com/rust-lang/crates.io-index" 2675 checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283" 2676 dependencies = [ 2677 "proc-macro2", 2678 "quote", 2679 "syn 2.0.41", 2680 "wasm-bindgen-backend", 2681 "wasm-bindgen-shared", 2682 ] 2683 2684 [[package]] 2685 name = "wasm-bindgen-shared" 2686 version = "0.2.89" 2687 source = "registry+https://github.com/rust-lang/crates.io-index" 2688 checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f" 2689 2690 [[package]] 2691 name = "wasm-ws" 2692 version = "0.1.0" 2693 source = "registry+https://github.com/rust-lang/crates.io-index" 2694 checksum = "601c6f6340b473083c38e6cdda1f39dfc35d67b0e4b54fa56624d6189c2aa366" 2695 dependencies = [ 2696 "async_io_stream", 2697 "futures", 2698 "js-sys", 2699 "pharos", 2700 "send_wrapper", 2701 "thiserror", 2702 "wasm-bindgen", 2703 "wasm-bindgen-futures", 2704 "web-sys", 2705 ] 2706 2707 [[package]] 2708 name = "web-sys" 2709 version = "0.3.66" 2710 source = "registry+https://github.com/rust-lang/crates.io-index" 2711 checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f" 2712 dependencies = [ 2713 "js-sys", 2714 "wasm-bindgen", 2715 ] 2716 2717 [[package]] 2718 name = "webpki-roots" 2719 version = "0.25.3" 2720 source = "registry+https://github.com/rust-lang/crates.io-index" 2721 checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" 2722 2723 [[package]] 2724 name = "weezl" 2725 version = "0.1.7" 2726 source = "registry+https://github.com/rust-lang/crates.io-index" 2727 checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" 2728 2729 [[package]] 2730 name = "which" 2731 version = "4.4.2" 2732 source = "registry+https://github.com/rust-lang/crates.io-index" 2733 checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 2734 dependencies = [ 2735 "either", 2736 "home", 2737 "once_cell", 2738 "rustix", 2739 ] 2740 2741 [[package]] 2742 name = "winapi" 2743 version = "0.3.9" 2744 source = "registry+https://github.com/rust-lang/crates.io-index" 2745 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2746 dependencies = [ 2747 "winapi-i686-pc-windows-gnu", 2748 "winapi-x86_64-pc-windows-gnu", 2749 ] 2750 2751 [[package]] 2752 name = "winapi-i686-pc-windows-gnu" 2753 version = "0.4.0" 2754 source = "registry+https://github.com/rust-lang/crates.io-index" 2755 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2756 2757 [[package]] 2758 name = "winapi-util" 2759 version = "0.1.6" 2760 source = "registry+https://github.com/rust-lang/crates.io-index" 2761 checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 2762 dependencies = [ 2763 "winapi", 2764 ] 2765 2766 [[package]] 2767 name = "winapi-x86_64-pc-windows-gnu" 2768 version = "0.4.0" 2769 source = "registry+https://github.com/rust-lang/crates.io-index" 2770 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2771 2772 [[package]] 2773 name = "windows-sys" 2774 version = "0.48.0" 2775 source = "registry+https://github.com/rust-lang/crates.io-index" 2776 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2777 dependencies = [ 2778 "windows-targets 0.48.5", 2779 ] 2780 2781 [[package]] 2782 name = "windows-sys" 2783 version = "0.52.0" 2784 source = "registry+https://github.com/rust-lang/crates.io-index" 2785 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2786 dependencies = [ 2787 "windows-targets 0.52.0", 2788 ] 2789 2790 [[package]] 2791 name = "windows-targets" 2792 version = "0.48.5" 2793 source = "registry+https://github.com/rust-lang/crates.io-index" 2794 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2795 dependencies = [ 2796 "windows_aarch64_gnullvm 0.48.5", 2797 "windows_aarch64_msvc 0.48.5", 2798 "windows_i686_gnu 0.48.5", 2799 "windows_i686_msvc 0.48.5", 2800 "windows_x86_64_gnu 0.48.5", 2801 "windows_x86_64_gnullvm 0.48.5", 2802 "windows_x86_64_msvc 0.48.5", 2803 ] 2804 2805 [[package]] 2806 name = "windows-targets" 2807 version = "0.52.0" 2808 source = "registry+https://github.com/rust-lang/crates.io-index" 2809 checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 2810 dependencies = [ 2811 "windows_aarch64_gnullvm 0.52.0", 2812 "windows_aarch64_msvc 0.52.0", 2813 "windows_i686_gnu 0.52.0", 2814 "windows_i686_msvc 0.52.0", 2815 "windows_x86_64_gnu 0.52.0", 2816 "windows_x86_64_gnullvm 0.52.0", 2817 "windows_x86_64_msvc 0.52.0", 2818 ] 2819 2820 [[package]] 2821 name = "windows_aarch64_gnullvm" 2822 version = "0.48.5" 2823 source = "registry+https://github.com/rust-lang/crates.io-index" 2824 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2825 2826 [[package]] 2827 name = "windows_aarch64_gnullvm" 2828 version = "0.52.0" 2829 source = "registry+https://github.com/rust-lang/crates.io-index" 2830 checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 2831 2832 [[package]] 2833 name = "windows_aarch64_msvc" 2834 version = "0.48.5" 2835 source = "registry+https://github.com/rust-lang/crates.io-index" 2836 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2837 2838 [[package]] 2839 name = "windows_aarch64_msvc" 2840 version = "0.52.0" 2841 source = "registry+https://github.com/rust-lang/crates.io-index" 2842 checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 2843 2844 [[package]] 2845 name = "windows_i686_gnu" 2846 version = "0.48.5" 2847 source = "registry+https://github.com/rust-lang/crates.io-index" 2848 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2849 2850 [[package]] 2851 name = "windows_i686_gnu" 2852 version = "0.52.0" 2853 source = "registry+https://github.com/rust-lang/crates.io-index" 2854 checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 2855 2856 [[package]] 2857 name = "windows_i686_msvc" 2858 version = "0.48.5" 2859 source = "registry+https://github.com/rust-lang/crates.io-index" 2860 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2861 2862 [[package]] 2863 name = "windows_i686_msvc" 2864 version = "0.52.0" 2865 source = "registry+https://github.com/rust-lang/crates.io-index" 2866 checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 2867 2868 [[package]] 2869 name = "windows_x86_64_gnu" 2870 version = "0.48.5" 2871 source = "registry+https://github.com/rust-lang/crates.io-index" 2872 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2873 2874 [[package]] 2875 name = "windows_x86_64_gnu" 2876 version = "0.52.0" 2877 source = "registry+https://github.com/rust-lang/crates.io-index" 2878 checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 2879 2880 [[package]] 2881 name = "windows_x86_64_gnullvm" 2882 version = "0.48.5" 2883 source = "registry+https://github.com/rust-lang/crates.io-index" 2884 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2885 2886 [[package]] 2887 name = "windows_x86_64_gnullvm" 2888 version = "0.52.0" 2889 source = "registry+https://github.com/rust-lang/crates.io-index" 2890 checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 2891 2892 [[package]] 2893 name = "windows_x86_64_msvc" 2894 version = "0.48.5" 2895 source = "registry+https://github.com/rust-lang/crates.io-index" 2896 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2897 2898 [[package]] 2899 name = "windows_x86_64_msvc" 2900 version = "0.52.0" 2901 source = "registry+https://github.com/rust-lang/crates.io-index" 2902 checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 2903 2904 [[package]] 2905 name = "winreg" 2906 version = "0.50.0" 2907 source = "registry+https://github.com/rust-lang/crates.io-index" 2908 checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 2909 dependencies = [ 2910 "cfg-if", 2911 "windows-sys 0.48.0", 2912 ] 2913 2914 [[package]] 2915 name = "xattr" 2916 version = "1.1.3" 2917 source = "registry+https://github.com/rust-lang/crates.io-index" 2918 checksum = "a7dae5072fe1f8db8f8d29059189ac175196e410e40ba42d5d4684ae2f750995" 2919 dependencies = [ 2920 "libc", 2921 "linux-raw-sys", 2922 "rustix", 2923 ] 2924 2925 [[package]] 2926 name = "xmlparser" 2927 version = "0.13.5" 2928 source = "registry+https://github.com/rust-lang/crates.io-index" 2929 checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd" 2930 2931 [[package]] 2932 name = "zerocopy" 2933 version = "0.7.31" 2934 source = "registry+https://github.com/rust-lang/crates.io-index" 2935 checksum = "1c4061bedbb353041c12f413700357bec76df2c7e2ca8e4df8bac24c6bf68e3d" 2936 dependencies = [ 2937 "zerocopy-derive", 2938 ] 2939 2940 [[package]] 2941 name = "zerocopy-derive" 2942 version = "0.7.31" 2943 source = "registry+https://github.com/rust-lang/crates.io-index" 2944 checksum = "b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a" 2945 dependencies = [ 2946 "proc-macro2", 2947 "quote", 2948 "syn 2.0.41", 2949 ] 2950 2951 [[package]] 2952 name = "zune-inflate" 2953 version = "0.2.54" 2954 source = "registry+https://github.com/rust-lang/crates.io-index" 2955 checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02" 2956 dependencies = [ 2957 "simd-adler32", 2958 ]