Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 5929 lines 145 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "addr2line" 7version = "0.21.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler" 16version = "1.0.2" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 20[[package]] 21name = "adler32" 22version = "1.2.0" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" 25 26[[package]] 27name = "ahash" 28version = "0.7.7" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd" 31dependencies = [ 32 "getrandom 0.2.12", 33 "once_cell", 34 "version_check", 35] 36 37[[package]] 38name = "ahash" 39version = "0.8.7" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" 42dependencies = [ 43 "cfg-if", 44 "once_cell", 45 "version_check", 46 "zerocopy 0.7.32", 47] 48 49[[package]] 50name = "aho-corasick" 51version = "1.1.2" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 54dependencies = [ 55 "memchr", 56] 57 58[[package]] 59name = "alloc-no-stdlib" 60version = "2.0.4" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 63 64[[package]] 65name = "alloc-stdlib" 66version = "0.2.2" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 69dependencies = [ 70 "alloc-no-stdlib", 71] 72 73[[package]] 74name = "allocator-api2" 75version = "0.2.16" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" 78 79[[package]] 80name = "android-tzdata" 81version = "0.1.1" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 84 85[[package]] 86name = "android_system_properties" 87version = "0.1.5" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 90dependencies = [ 91 "libc", 92] 93 94[[package]] 95name = "anyhow" 96version = "1.0.79" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" 99 100[[package]] 101name = "apache-avro" 102version = "0.16.0" 103source = "git+https://github.com/andrewinci/avro#81a44a1b2df4a117a0a27d164cd2a0638f31ffc3" 104dependencies = [ 105 "byteorder", 106 "digest", 107 "lazy_static", 108 "libflate", 109 "log", 110 "num-bigint", 111 "quad-rand", 112 "rand 0.8.5", 113 "regex", 114 "serde", 115 "serde_json", 116 "strum", 117 "strum_macros", 118 "thiserror", 119 "typed-builder", 120 "uuid", 121 "zerocopy 0.6.6", 122] 123 124[[package]] 125name = "arrayvec" 126version = "0.7.4" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 129 130[[package]] 131name = "ascii-canvas" 132version = "3.0.0" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6" 135dependencies = [ 136 "term", 137] 138 139[[package]] 140name = "assert-json-diff" 141version = "2.0.2" 142source = "registry+https://github.com/rust-lang/crates.io-index" 143checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12" 144dependencies = [ 145 "serde", 146 "serde_json", 147] 148 149[[package]] 150name = "async-channel" 151version = "1.9.0" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 154dependencies = [ 155 "concurrent-queue", 156 "event-listener 2.5.3", 157 "futures-core", 158] 159 160[[package]] 161name = "async-channel" 162version = "2.1.1" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "1ca33f4bc4ed1babef42cad36cc1f51fa88be00420404e5b1e80ab1b18f7678c" 165dependencies = [ 166 "concurrent-queue", 167 "event-listener 4.0.3", 168 "event-listener-strategy", 169 "futures-core", 170 "pin-project-lite", 171] 172 173[[package]] 174name = "async-executor" 175version = "1.8.0" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c" 178dependencies = [ 179 "async-lock 3.3.0", 180 "async-task", 181 "concurrent-queue", 182 "fastrand 2.0.1", 183 "futures-lite 2.2.0", 184 "slab", 185] 186 187[[package]] 188name = "async-global-executor" 189version = "2.4.1" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" 192dependencies = [ 193 "async-channel 2.1.1", 194 "async-executor", 195 "async-io 2.3.1", 196 "async-lock 3.3.0", 197 "blocking", 198 "futures-lite 2.2.0", 199 "once_cell", 200] 201 202[[package]] 203name = "async-io" 204version = "1.13.0" 205source = "registry+https://github.com/rust-lang/crates.io-index" 206checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 207dependencies = [ 208 "async-lock 2.8.0", 209 "autocfg", 210 "cfg-if", 211 "concurrent-queue", 212 "futures-lite 1.13.0", 213 "log", 214 "parking", 215 "polling 2.8.0", 216 "rustix 0.37.27", 217 "slab", 218 "socket2 0.4.10", 219 "waker-fn", 220] 221 222[[package]] 223name = "async-io" 224version = "2.3.1" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65" 227dependencies = [ 228 "async-lock 3.3.0", 229 "cfg-if", 230 "concurrent-queue", 231 "futures-io", 232 "futures-lite 2.2.0", 233 "parking", 234 "polling 3.3.2", 235 "rustix 0.38.31", 236 "slab", 237 "tracing", 238 "windows-sys 0.52.0", 239] 240 241[[package]] 242name = "async-lock" 243version = "2.8.0" 244source = "registry+https://github.com/rust-lang/crates.io-index" 245checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 246dependencies = [ 247 "event-listener 2.5.3", 248] 249 250[[package]] 251name = "async-lock" 252version = "3.3.0" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b" 255dependencies = [ 256 "event-listener 4.0.3", 257 "event-listener-strategy", 258 "pin-project-lite", 259] 260 261[[package]] 262name = "async-object-pool" 263version = "0.1.4" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "aeb901c30ebc2fc4ab46395bbfbdba9542c16559d853645d75190c3056caf3bc" 266dependencies = [ 267 "async-std", 268] 269 270[[package]] 271name = "async-process" 272version = "1.8.1" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88" 275dependencies = [ 276 "async-io 1.13.0", 277 "async-lock 2.8.0", 278 "async-signal", 279 "blocking", 280 "cfg-if", 281 "event-listener 3.1.0", 282 "futures-lite 1.13.0", 283 "rustix 0.38.31", 284 "windows-sys 0.48.0", 285] 286 287[[package]] 288name = "async-signal" 289version = "0.2.5" 290source = "registry+https://github.com/rust-lang/crates.io-index" 291checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" 292dependencies = [ 293 "async-io 2.3.1", 294 "async-lock 2.8.0", 295 "atomic-waker", 296 "cfg-if", 297 "futures-core", 298 "futures-io", 299 "rustix 0.38.31", 300 "signal-hook-registry", 301 "slab", 302 "windows-sys 0.48.0", 303] 304 305[[package]] 306name = "async-std" 307version = "1.12.0" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" 310dependencies = [ 311 "async-channel 1.9.0", 312 "async-global-executor", 313 "async-io 1.13.0", 314 "async-lock 2.8.0", 315 "async-process", 316 "crossbeam-utils", 317 "futures-channel", 318 "futures-core", 319 "futures-io", 320 "futures-lite 1.13.0", 321 "gloo-timers", 322 "kv-log-macro", 323 "log", 324 "memchr", 325 "once_cell", 326 "pin-project-lite", 327 "pin-utils", 328 "slab", 329 "wasm-bindgen-futures", 330] 331 332[[package]] 333name = "async-task" 334version = "4.7.0" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799" 337 338[[package]] 339name = "async-trait" 340version = "0.1.77" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" 343dependencies = [ 344 "proc-macro2", 345 "quote", 346 "syn 2.0.48", 347] 348 349[[package]] 350name = "atk" 351version = "0.15.1" 352source = "registry+https://github.com/rust-lang/crates.io-index" 353checksum = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd" 354dependencies = [ 355 "atk-sys", 356 "bitflags 1.3.2", 357 "glib", 358 "libc", 359] 360 361[[package]] 362name = "atk-sys" 363version = "0.15.1" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6" 366dependencies = [ 367 "glib-sys", 368 "gobject-sys", 369 "libc", 370 "system-deps 6.2.0", 371] 372 373[[package]] 374name = "atomic-waker" 375version = "1.1.2" 376source = "registry+https://github.com/rust-lang/crates.io-index" 377checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 378 379[[package]] 380name = "autocfg" 381version = "1.1.0" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 384 385[[package]] 386name = "backtrace" 387version = "0.3.69" 388source = "registry+https://github.com/rust-lang/crates.io-index" 389checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 390dependencies = [ 391 "addr2line", 392 "cc", 393 "cfg-if", 394 "libc", 395 "miniz_oxide", 396 "object", 397 "rustc-demangle", 398] 399 400[[package]] 401name = "base64" 402version = "0.13.1" 403source = "registry+https://github.com/rust-lang/crates.io-index" 404checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 405 406[[package]] 407name = "base64" 408version = "0.21.7" 409source = "registry+https://github.com/rust-lang/crates.io-index" 410checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 411 412[[package]] 413name = "basic-cookies" 414version = "0.1.5" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "67bd8fd42c16bdb08688243dc5f0cc117a3ca9efeeaba3a345a18a6159ad96f7" 417dependencies = [ 418 "lalrpop", 419 "lalrpop-util", 420 "regex", 421] 422 423[[package]] 424name = "bit-set" 425version = "0.5.3" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 428dependencies = [ 429 "bit-vec", 430] 431 432[[package]] 433name = "bit-vec" 434version = "0.6.3" 435source = "registry+https://github.com/rust-lang/crates.io-index" 436checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 437 438[[package]] 439name = "bitflags" 440version = "1.3.2" 441source = "registry+https://github.com/rust-lang/crates.io-index" 442checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 443 444[[package]] 445name = "bitflags" 446version = "2.4.2" 447source = "registry+https://github.com/rust-lang/crates.io-index" 448checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" 449 450[[package]] 451name = "bitvec" 452version = "1.0.1" 453source = "registry+https://github.com/rust-lang/crates.io-index" 454checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 455dependencies = [ 456 "funty", 457 "radium", 458 "tap", 459 "wyz", 460] 461 462[[package]] 463name = "block" 464version = "0.1.6" 465source = "registry+https://github.com/rust-lang/crates.io-index" 466checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 467 468[[package]] 469name = "block-buffer" 470version = "0.10.4" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 473dependencies = [ 474 "generic-array", 475] 476 477[[package]] 478name = "blocking" 479version = "1.5.1" 480source = "registry+https://github.com/rust-lang/crates.io-index" 481checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" 482dependencies = [ 483 "async-channel 2.1.1", 484 "async-lock 3.3.0", 485 "async-task", 486 "fastrand 2.0.1", 487 "futures-io", 488 "futures-lite 2.2.0", 489 "piper", 490 "tracing", 491] 492 493[[package]] 494name = "borsh" 495version = "1.3.1" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "f58b559fd6448c6e2fd0adb5720cd98a2506594cafa4737ff98c396f3e82f667" 498dependencies = [ 499 "borsh-derive", 500 "cfg_aliases", 501] 502 503[[package]] 504name = "borsh-derive" 505version = "1.3.1" 506source = "registry+https://github.com/rust-lang/crates.io-index" 507checksum = "7aadb5b6ccbd078890f6d7003694e33816e6b784358f18e15e7e6d9f065a57cd" 508dependencies = [ 509 "once_cell", 510 "proc-macro-crate 3.1.0", 511 "proc-macro2", 512 "quote", 513 "syn 2.0.48", 514 "syn_derive", 515] 516 517[[package]] 518name = "brotli" 519version = "3.4.0" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f" 522dependencies = [ 523 "alloc-no-stdlib", 524 "alloc-stdlib", 525 "brotli-decompressor", 526] 527 528[[package]] 529name = "brotli-decompressor" 530version = "2.5.1" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" 533dependencies = [ 534 "alloc-no-stdlib", 535 "alloc-stdlib", 536] 537 538[[package]] 539name = "bstr" 540version = "1.9.0" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc" 543dependencies = [ 544 "memchr", 545 "serde", 546] 547 548[[package]] 549name = "bumpalo" 550version = "3.14.0" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" 553 554[[package]] 555name = "bytecheck" 556version = "0.6.11" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627" 559dependencies = [ 560 "bytecheck_derive", 561 "ptr_meta", 562 "simdutf8", 563] 564 565[[package]] 566name = "bytecheck_derive" 567version = "0.6.11" 568source = "registry+https://github.com/rust-lang/crates.io-index" 569checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61" 570dependencies = [ 571 "proc-macro2", 572 "quote", 573 "syn 1.0.109", 574] 575 576[[package]] 577name = "bytemuck" 578version = "1.14.1" 579source = "registry+https://github.com/rust-lang/crates.io-index" 580checksum = "ed2490600f404f2b94c167e31d3ed1d5f3c225a0f3b80230053b3e0b7b962bd9" 581 582[[package]] 583name = "byteorder" 584version = "1.5.0" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 587 588[[package]] 589name = "bytes" 590version = "1.5.0" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 593dependencies = [ 594 "serde", 595] 596 597[[package]] 598name = "cairo-rs" 599version = "0.15.12" 600source = "registry+https://github.com/rust-lang/crates.io-index" 601checksum = "c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc" 602dependencies = [ 603 "bitflags 1.3.2", 604 "cairo-sys-rs", 605 "glib", 606 "libc", 607 "thiserror", 608] 609 610[[package]] 611name = "cairo-sys-rs" 612version = "0.15.1" 613source = "registry+https://github.com/rust-lang/crates.io-index" 614checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8" 615dependencies = [ 616 "glib-sys", 617 "libc", 618 "system-deps 6.2.0", 619] 620 621[[package]] 622name = "cargo_toml" 623version = "0.15.3" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "599aa35200ffff8f04c1925aa1acc92fa2e08874379ef42e210a80e527e60838" 626dependencies = [ 627 "serde", 628 "toml 0.7.8", 629] 630 631[[package]] 632name = "castaway" 633version = "0.1.2" 634source = "registry+https://github.com/rust-lang/crates.io-index" 635checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6" 636 637[[package]] 638name = "cc" 639version = "1.0.83" 640source = "registry+https://github.com/rust-lang/crates.io-index" 641checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 642dependencies = [ 643 "libc", 644] 645 646[[package]] 647name = "cesu8" 648version = "1.1.0" 649source = "registry+https://github.com/rust-lang/crates.io-index" 650checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 651 652[[package]] 653name = "cfb" 654version = "0.7.3" 655source = "registry+https://github.com/rust-lang/crates.io-index" 656checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" 657dependencies = [ 658 "byteorder", 659 "fnv", 660 "uuid", 661] 662 663[[package]] 664name = "cfg-expr" 665version = "0.9.1" 666source = "registry+https://github.com/rust-lang/crates.io-index" 667checksum = "3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7" 668dependencies = [ 669 "smallvec", 670] 671 672[[package]] 673name = "cfg-expr" 674version = "0.15.6" 675source = "registry+https://github.com/rust-lang/crates.io-index" 676checksum = "6100bc57b6209840798d95cb2775684849d332f7bd788db2a8c8caf7ef82a41a" 677dependencies = [ 678 "smallvec", 679 "target-lexicon", 680] 681 682[[package]] 683name = "cfg-if" 684version = "1.0.0" 685source = "registry+https://github.com/rust-lang/crates.io-index" 686checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 687 688[[package]] 689name = "cfg_aliases" 690version = "0.1.1" 691source = "registry+https://github.com/rust-lang/crates.io-index" 692checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 693 694[[package]] 695name = "chrono" 696version = "0.4.33" 697source = "registry+https://github.com/rust-lang/crates.io-index" 698checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb" 699dependencies = [ 700 "android-tzdata", 701 "iana-time-zone", 702 "num-traits", 703 "serde", 704 "windows-targets 0.52.0", 705] 706 707[[package]] 708name = "cmake" 709version = "0.1.50" 710source = "registry+https://github.com/rust-lang/crates.io-index" 711checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" 712dependencies = [ 713 "cc", 714] 715 716[[package]] 717name = "cocoa" 718version = "0.24.1" 719source = "registry+https://github.com/rust-lang/crates.io-index" 720checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a" 721dependencies = [ 722 "bitflags 1.3.2", 723 "block", 724 "cocoa-foundation", 725 "core-foundation", 726 "core-graphics", 727 "foreign-types", 728 "libc", 729 "objc", 730] 731 732[[package]] 733name = "cocoa-foundation" 734version = "0.1.2" 735source = "registry+https://github.com/rust-lang/crates.io-index" 736checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" 737dependencies = [ 738 "bitflags 1.3.2", 739 "block", 740 "core-foundation", 741 "core-graphics-types", 742 "libc", 743 "objc", 744] 745 746[[package]] 747name = "color_quant" 748version = "1.1.0" 749source = "registry+https://github.com/rust-lang/crates.io-index" 750checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 751 752[[package]] 753name = "combine" 754version = "4.6.6" 755source = "registry+https://github.com/rust-lang/crates.io-index" 756checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" 757dependencies = [ 758 "bytes", 759 "memchr", 760] 761 762[[package]] 763name = "concurrent-queue" 764version = "2.4.0" 765source = "registry+https://github.com/rust-lang/crates.io-index" 766checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363" 767dependencies = [ 768 "crossbeam-utils", 769] 770 771[[package]] 772name = "convert_case" 773version = "0.4.0" 774source = "registry+https://github.com/rust-lang/crates.io-index" 775checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 776 777[[package]] 778name = "core-foundation" 779version = "0.9.4" 780source = "registry+https://github.com/rust-lang/crates.io-index" 781checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 782dependencies = [ 783 "core-foundation-sys", 784 "libc", 785] 786 787[[package]] 788name = "core-foundation-sys" 789version = "0.8.6" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 792 793[[package]] 794name = "core-graphics" 795version = "0.22.3" 796source = "registry+https://github.com/rust-lang/crates.io-index" 797checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 798dependencies = [ 799 "bitflags 1.3.2", 800 "core-foundation", 801 "core-graphics-types", 802 "foreign-types", 803 "libc", 804] 805 806[[package]] 807name = "core-graphics-types" 808version = "0.1.3" 809source = "registry+https://github.com/rust-lang/crates.io-index" 810checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 811dependencies = [ 812 "bitflags 1.3.2", 813 "core-foundation", 814 "libc", 815] 816 817[[package]] 818name = "core2" 819version = "0.4.0" 820source = "registry+https://github.com/rust-lang/crates.io-index" 821checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 822dependencies = [ 823 "memchr", 824] 825 826[[package]] 827name = "cpufeatures" 828version = "0.2.12" 829source = "registry+https://github.com/rust-lang/crates.io-index" 830checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 831dependencies = [ 832 "libc", 833] 834 835[[package]] 836name = "crc32fast" 837version = "1.3.2" 838source = "registry+https://github.com/rust-lang/crates.io-index" 839checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 840dependencies = [ 841 "cfg-if", 842] 843 844[[package]] 845name = "crossbeam-channel" 846version = "0.5.11" 847source = "registry+https://github.com/rust-lang/crates.io-index" 848checksum = "176dc175b78f56c0f321911d9c8eb2b77a78a4860b9c19db83835fea1a46649b" 849dependencies = [ 850 "crossbeam-utils", 851] 852 853[[package]] 854name = "crossbeam-deque" 855version = "0.8.5" 856source = "registry+https://github.com/rust-lang/crates.io-index" 857checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 858dependencies = [ 859 "crossbeam-epoch", 860 "crossbeam-utils", 861] 862 863[[package]] 864name = "crossbeam-epoch" 865version = "0.9.18" 866source = "registry+https://github.com/rust-lang/crates.io-index" 867checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 868dependencies = [ 869 "crossbeam-utils", 870] 871 872[[package]] 873name = "crossbeam-utils" 874version = "0.8.19" 875source = "registry+https://github.com/rust-lang/crates.io-index" 876checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" 877 878[[package]] 879name = "crunchy" 880version = "0.2.2" 881source = "registry+https://github.com/rust-lang/crates.io-index" 882checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 883 884[[package]] 885name = "crypto-common" 886version = "0.1.6" 887source = "registry+https://github.com/rust-lang/crates.io-index" 888checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 889dependencies = [ 890 "generic-array", 891 "typenum", 892] 893 894[[package]] 895name = "cssparser" 896version = "0.27.2" 897source = "registry+https://github.com/rust-lang/crates.io-index" 898checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a" 899dependencies = [ 900 "cssparser-macros", 901 "dtoa-short", 902 "itoa 0.4.8", 903 "matches", 904 "phf 0.8.0", 905 "proc-macro2", 906 "quote", 907 "smallvec", 908 "syn 1.0.109", 909] 910 911[[package]] 912name = "cssparser-macros" 913version = "0.6.1" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 916dependencies = [ 917 "quote", 918 "syn 2.0.48", 919] 920 921[[package]] 922name = "ctor" 923version = "0.2.6" 924source = "registry+https://github.com/rust-lang/crates.io-index" 925checksum = "30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e" 926dependencies = [ 927 "quote", 928 "syn 2.0.48", 929] 930 931[[package]] 932name = "curl" 933version = "0.4.44" 934source = "registry+https://github.com/rust-lang/crates.io-index" 935checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22" 936dependencies = [ 937 "curl-sys", 938 "libc", 939 "openssl-probe", 940 "openssl-sys", 941 "schannel", 942 "socket2 0.4.10", 943 "winapi", 944] 945 946[[package]] 947name = "curl-sys" 948version = "0.4.71+curl-8.6.0" 949source = "registry+https://github.com/rust-lang/crates.io-index" 950checksum = "c7b12a7ab780395666cb576203dc3ed6e01513754939a600b85196ccf5356bc5" 951dependencies = [ 952 "cc", 953 "libc", 954 "libnghttp2-sys", 955 "libz-sys", 956 "openssl-sys", 957 "pkg-config", 958 "vcpkg", 959 "windows-sys 0.48.0", 960] 961 962[[package]] 963name = "darling" 964version = "0.20.5" 965source = "registry+https://github.com/rust-lang/crates.io-index" 966checksum = "fc5d6b04b3fd0ba9926f945895de7d806260a2d7431ba82e7edaecb043c4c6b8" 967dependencies = [ 968 "darling_core", 969 "darling_macro", 970] 971 972[[package]] 973name = "darling_core" 974version = "0.20.5" 975source = "registry+https://github.com/rust-lang/crates.io-index" 976checksum = "04e48a959bcd5c761246f5d090ebc2fbf7b9cd527a492b07a67510c108f1e7e3" 977dependencies = [ 978 "fnv", 979 "ident_case", 980 "proc-macro2", 981 "quote", 982 "strsim", 983 "syn 2.0.48", 984] 985 986[[package]] 987name = "darling_macro" 988version = "0.20.5" 989source = "registry+https://github.com/rust-lang/crates.io-index" 990checksum = "1d1545d67a2149e1d93b7e5c7752dce5a7426eb5d1357ddcfd89336b94444f77" 991dependencies = [ 992 "darling_core", 993 "quote", 994 "syn 2.0.48", 995] 996 997[[package]] 998name = "dary_heap" 999version = "0.3.6" 1000source = "registry+https://github.com/rust-lang/crates.io-index" 1001checksum = "7762d17f1241643615821a8455a0b2c3e803784b058693d990b11f2dce25a0ca" 1002 1003[[package]] 1004name = "deranged" 1005version = "0.3.11" 1006source = "registry+https://github.com/rust-lang/crates.io-index" 1007checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 1008dependencies = [ 1009 "powerfmt", 1010 "serde", 1011] 1012 1013[[package]] 1014name = "derive_more" 1015version = "0.99.17" 1016source = "registry+https://github.com/rust-lang/crates.io-index" 1017checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" 1018dependencies = [ 1019 "convert_case", 1020 "proc-macro2", 1021 "quote", 1022 "rustc_version", 1023 "syn 1.0.109", 1024] 1025 1026[[package]] 1027name = "diff" 1028version = "0.1.13" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 1031 1032[[package]] 1033name = "difflib" 1034version = "0.4.0" 1035source = "registry+https://github.com/rust-lang/crates.io-index" 1036checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 1037 1038[[package]] 1039name = "digest" 1040version = "0.10.7" 1041source = "registry+https://github.com/rust-lang/crates.io-index" 1042checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1043dependencies = [ 1044 "block-buffer", 1045 "crypto-common", 1046] 1047 1048[[package]] 1049name = "dirs" 1050version = "5.0.1" 1051source = "registry+https://github.com/rust-lang/crates.io-index" 1052checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 1053dependencies = [ 1054 "dirs-sys", 1055] 1056 1057[[package]] 1058name = "dirs-next" 1059version = "2.0.0" 1060source = "registry+https://github.com/rust-lang/crates.io-index" 1061checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 1062dependencies = [ 1063 "cfg-if", 1064 "dirs-sys-next", 1065] 1066 1067[[package]] 1068name = "dirs-sys" 1069version = "0.4.1" 1070source = "registry+https://github.com/rust-lang/crates.io-index" 1071checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 1072dependencies = [ 1073 "libc", 1074 "option-ext", 1075 "redox_users", 1076 "windows-sys 0.48.0", 1077] 1078 1079[[package]] 1080name = "dirs-sys-next" 1081version = "0.1.2" 1082source = "registry+https://github.com/rust-lang/crates.io-index" 1083checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 1084dependencies = [ 1085 "libc", 1086 "redox_users", 1087 "winapi", 1088] 1089 1090[[package]] 1091name = "dispatch" 1092version = "0.2.0" 1093source = "registry+https://github.com/rust-lang/crates.io-index" 1094checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 1095 1096[[package]] 1097name = "downcast" 1098version = "0.11.0" 1099source = "registry+https://github.com/rust-lang/crates.io-index" 1100checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" 1101 1102[[package]] 1103name = "dtoa" 1104version = "1.0.9" 1105source = "registry+https://github.com/rust-lang/crates.io-index" 1106checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" 1107 1108[[package]] 1109name = "dtoa-short" 1110version = "0.3.4" 1111source = "registry+https://github.com/rust-lang/crates.io-index" 1112checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74" 1113dependencies = [ 1114 "dtoa", 1115] 1116 1117[[package]] 1118name = "duct" 1119version = "0.13.7" 1120source = "registry+https://github.com/rust-lang/crates.io-index" 1121checksum = "e4ab5718d1224b63252cd0c6f74f6480f9ffeb117438a2e0f5cf6d9a4798929c" 1122dependencies = [ 1123 "libc", 1124 "once_cell", 1125 "os_pipe", 1126 "shared_child", 1127] 1128 1129[[package]] 1130name = "dunce" 1131version = "1.0.4" 1132source = "registry+https://github.com/rust-lang/crates.io-index" 1133checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" 1134 1135[[package]] 1136name = "either" 1137version = "1.9.0" 1138source = "registry+https://github.com/rust-lang/crates.io-index" 1139checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 1140 1141[[package]] 1142name = "embed-resource" 1143version = "2.4.1" 1144source = "registry+https://github.com/rust-lang/crates.io-index" 1145checksum = "3bde55e389bea6a966bd467ad1ad7da0ae14546a5bc794d16d1e55e7fca44881" 1146dependencies = [ 1147 "cc", 1148 "memchr", 1149 "rustc_version", 1150 "toml 0.8.9", 1151 "vswhom", 1152 "winreg 0.51.0", 1153] 1154 1155[[package]] 1156name = "embed_plist" 1157version = "1.2.2" 1158source = "registry+https://github.com/rust-lang/crates.io-index" 1159checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7" 1160 1161[[package]] 1162name = "ena" 1163version = "0.14.2" 1164source = "registry+https://github.com/rust-lang/crates.io-index" 1165checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1" 1166dependencies = [ 1167 "log", 1168] 1169 1170[[package]] 1171name = "encoding_rs" 1172version = "0.8.33" 1173source = "registry+https://github.com/rust-lang/crates.io-index" 1174checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 1175dependencies = [ 1176 "cfg-if", 1177] 1178 1179[[package]] 1180name = "env_logger" 1181version = "0.10.2" 1182source = "registry+https://github.com/rust-lang/crates.io-index" 1183checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" 1184dependencies = [ 1185 "humantime", 1186 "is-terminal", 1187 "log", 1188 "regex", 1189 "termcolor", 1190] 1191 1192[[package]] 1193name = "equivalent" 1194version = "1.0.1" 1195source = "registry+https://github.com/rust-lang/crates.io-index" 1196checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1197 1198[[package]] 1199name = "errno" 1200version = "0.3.8" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 1203dependencies = [ 1204 "libc", 1205 "windows-sys 0.52.0", 1206] 1207 1208[[package]] 1209name = "event-listener" 1210version = "2.5.3" 1211source = "registry+https://github.com/rust-lang/crates.io-index" 1212checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1213 1214[[package]] 1215name = "event-listener" 1216version = "3.1.0" 1217source = "registry+https://github.com/rust-lang/crates.io-index" 1218checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" 1219dependencies = [ 1220 "concurrent-queue", 1221 "parking", 1222 "pin-project-lite", 1223] 1224 1225[[package]] 1226name = "event-listener" 1227version = "4.0.3" 1228source = "registry+https://github.com/rust-lang/crates.io-index" 1229checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" 1230dependencies = [ 1231 "concurrent-queue", 1232 "parking", 1233 "pin-project-lite", 1234] 1235 1236[[package]] 1237name = "event-listener-strategy" 1238version = "0.4.0" 1239source = "registry+https://github.com/rust-lang/crates.io-index" 1240checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" 1241dependencies = [ 1242 "event-listener 4.0.3", 1243 "pin-project-lite", 1244] 1245 1246[[package]] 1247name = "fallible-iterator" 1248version = "0.2.0" 1249source = "registry+https://github.com/rust-lang/crates.io-index" 1250checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" 1251 1252[[package]] 1253name = "fallible-streaming-iterator" 1254version = "0.1.9" 1255source = "registry+https://github.com/rust-lang/crates.io-index" 1256checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 1257 1258[[package]] 1259name = "fastrand" 1260version = "1.9.0" 1261source = "registry+https://github.com/rust-lang/crates.io-index" 1262checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1263dependencies = [ 1264 "instant", 1265] 1266 1267[[package]] 1268name = "fastrand" 1269version = "2.0.1" 1270source = "registry+https://github.com/rust-lang/crates.io-index" 1271checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 1272 1273[[package]] 1274name = "fdeflate" 1275version = "0.3.4" 1276source = "registry+https://github.com/rust-lang/crates.io-index" 1277checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645" 1278dependencies = [ 1279 "simd-adler32", 1280] 1281 1282[[package]] 1283name = "field-offset" 1284version = "0.3.6" 1285source = "registry+https://github.com/rust-lang/crates.io-index" 1286checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" 1287dependencies = [ 1288 "memoffset", 1289 "rustc_version", 1290] 1291 1292[[package]] 1293name = "filetime" 1294version = "0.2.23" 1295source = "registry+https://github.com/rust-lang/crates.io-index" 1296checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" 1297dependencies = [ 1298 "cfg-if", 1299 "libc", 1300 "redox_syscall", 1301 "windows-sys 0.52.0", 1302] 1303 1304[[package]] 1305name = "fixedbitset" 1306version = "0.4.2" 1307source = "registry+https://github.com/rust-lang/crates.io-index" 1308checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 1309 1310[[package]] 1311name = "flate2" 1312version = "1.0.28" 1313source = "registry+https://github.com/rust-lang/crates.io-index" 1314checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 1315dependencies = [ 1316 "crc32fast", 1317 "miniz_oxide", 1318] 1319 1320[[package]] 1321name = "float-cmp" 1322version = "0.9.0" 1323source = "registry+https://github.com/rust-lang/crates.io-index" 1324checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 1325dependencies = [ 1326 "num-traits", 1327] 1328 1329[[package]] 1330name = "fnv" 1331version = "1.0.7" 1332source = "registry+https://github.com/rust-lang/crates.io-index" 1333checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1334 1335[[package]] 1336name = "foreign-types" 1337version = "0.3.2" 1338source = "registry+https://github.com/rust-lang/crates.io-index" 1339checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1340dependencies = [ 1341 "foreign-types-shared", 1342] 1343 1344[[package]] 1345name = "foreign-types-shared" 1346version = "0.1.1" 1347source = "registry+https://github.com/rust-lang/crates.io-index" 1348checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1349 1350[[package]] 1351name = "form_urlencoded" 1352version = "1.2.1" 1353source = "registry+https://github.com/rust-lang/crates.io-index" 1354checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1355dependencies = [ 1356 "percent-encoding", 1357] 1358 1359[[package]] 1360name = "fragile" 1361version = "2.0.0" 1362source = "registry+https://github.com/rust-lang/crates.io-index" 1363checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" 1364 1365[[package]] 1366name = "funty" 1367version = "2.0.0" 1368source = "registry+https://github.com/rust-lang/crates.io-index" 1369checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 1370 1371[[package]] 1372name = "futf" 1373version = "0.1.5" 1374source = "registry+https://github.com/rust-lang/crates.io-index" 1375checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 1376dependencies = [ 1377 "mac", 1378 "new_debug_unreachable", 1379] 1380 1381[[package]] 1382name = "futures" 1383version = "0.3.30" 1384source = "registry+https://github.com/rust-lang/crates.io-index" 1385checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 1386dependencies = [ 1387 "futures-channel", 1388 "futures-core", 1389 "futures-executor", 1390 "futures-io", 1391 "futures-sink", 1392 "futures-task", 1393 "futures-util", 1394] 1395 1396[[package]] 1397name = "futures-channel" 1398version = "0.3.30" 1399source = "registry+https://github.com/rust-lang/crates.io-index" 1400checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 1401dependencies = [ 1402 "futures-core", 1403 "futures-sink", 1404] 1405 1406[[package]] 1407name = "futures-core" 1408version = "0.3.30" 1409source = "registry+https://github.com/rust-lang/crates.io-index" 1410checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 1411 1412[[package]] 1413name = "futures-executor" 1414version = "0.3.30" 1415source = "registry+https://github.com/rust-lang/crates.io-index" 1416checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 1417dependencies = [ 1418 "futures-core", 1419 "futures-task", 1420 "futures-util", 1421] 1422 1423[[package]] 1424name = "futures-io" 1425version = "0.3.30" 1426source = "registry+https://github.com/rust-lang/crates.io-index" 1427checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 1428 1429[[package]] 1430name = "futures-lite" 1431version = "1.13.0" 1432source = "registry+https://github.com/rust-lang/crates.io-index" 1433checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 1434dependencies = [ 1435 "fastrand 1.9.0", 1436 "futures-core", 1437 "futures-io", 1438 "memchr", 1439 "parking", 1440 "pin-project-lite", 1441 "waker-fn", 1442] 1443 1444[[package]] 1445name = "futures-lite" 1446version = "2.2.0" 1447source = "registry+https://github.com/rust-lang/crates.io-index" 1448checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba" 1449dependencies = [ 1450 "fastrand 2.0.1", 1451 "futures-core", 1452 "futures-io", 1453 "parking", 1454 "pin-project-lite", 1455] 1456 1457[[package]] 1458name = "futures-macro" 1459version = "0.3.30" 1460source = "registry+https://github.com/rust-lang/crates.io-index" 1461checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 1462dependencies = [ 1463 "proc-macro2", 1464 "quote", 1465 "syn 2.0.48", 1466] 1467 1468[[package]] 1469name = "futures-sink" 1470version = "0.3.30" 1471source = "registry+https://github.com/rust-lang/crates.io-index" 1472checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 1473 1474[[package]] 1475name = "futures-task" 1476version = "0.3.30" 1477source = "registry+https://github.com/rust-lang/crates.io-index" 1478checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 1479 1480[[package]] 1481name = "futures-util" 1482version = "0.3.30" 1483source = "registry+https://github.com/rust-lang/crates.io-index" 1484checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 1485dependencies = [ 1486 "futures-channel", 1487 "futures-core", 1488 "futures-io", 1489 "futures-macro", 1490 "futures-sink", 1491 "futures-task", 1492 "memchr", 1493 "pin-project-lite", 1494 "pin-utils", 1495 "slab", 1496] 1497 1498[[package]] 1499name = "fxhash" 1500version = "0.2.1" 1501source = "registry+https://github.com/rust-lang/crates.io-index" 1502checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 1503dependencies = [ 1504 "byteorder", 1505] 1506 1507[[package]] 1508name = "gdk" 1509version = "0.15.4" 1510source = "registry+https://github.com/rust-lang/crates.io-index" 1511checksum = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8" 1512dependencies = [ 1513 "bitflags 1.3.2", 1514 "cairo-rs", 1515 "gdk-pixbuf", 1516 "gdk-sys", 1517 "gio", 1518 "glib", 1519 "libc", 1520 "pango", 1521] 1522 1523[[package]] 1524name = "gdk-pixbuf" 1525version = "0.15.11" 1526source = "registry+https://github.com/rust-lang/crates.io-index" 1527checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a" 1528dependencies = [ 1529 "bitflags 1.3.2", 1530 "gdk-pixbuf-sys", 1531 "gio", 1532 "glib", 1533 "libc", 1534] 1535 1536[[package]] 1537name = "gdk-pixbuf-sys" 1538version = "0.15.10" 1539source = "registry+https://github.com/rust-lang/crates.io-index" 1540checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7" 1541dependencies = [ 1542 "gio-sys", 1543 "glib-sys", 1544 "gobject-sys", 1545 "libc", 1546 "system-deps 6.2.0", 1547] 1548 1549[[package]] 1550name = "gdk-sys" 1551version = "0.15.1" 1552source = "registry+https://github.com/rust-lang/crates.io-index" 1553checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88" 1554dependencies = [ 1555 "cairo-sys-rs", 1556 "gdk-pixbuf-sys", 1557 "gio-sys", 1558 "glib-sys", 1559 "gobject-sys", 1560 "libc", 1561 "pango-sys", 1562 "pkg-config", 1563 "system-deps 6.2.0", 1564] 1565 1566[[package]] 1567name = "gdkwayland-sys" 1568version = "0.15.3" 1569source = "registry+https://github.com/rust-lang/crates.io-index" 1570checksum = "cca49a59ad8cfdf36ef7330fe7bdfbe1d34323220cc16a0de2679ee773aee2c2" 1571dependencies = [ 1572 "gdk-sys", 1573 "glib-sys", 1574 "gobject-sys", 1575 "libc", 1576 "pkg-config", 1577 "system-deps 6.2.0", 1578] 1579 1580[[package]] 1581name = "gdkx11-sys" 1582version = "0.15.1" 1583source = "registry+https://github.com/rust-lang/crates.io-index" 1584checksum = "b4b7f8c7a84b407aa9b143877e267e848ff34106578b64d1e0a24bf550716178" 1585dependencies = [ 1586 "gdk-sys", 1587 "glib-sys", 1588 "libc", 1589 "system-deps 6.2.0", 1590 "x11", 1591] 1592 1593[[package]] 1594name = "generator" 1595version = "0.7.5" 1596source = "registry+https://github.com/rust-lang/crates.io-index" 1597checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e" 1598dependencies = [ 1599 "cc", 1600 "libc", 1601 "log", 1602 "rustversion", 1603 "windows 0.48.0", 1604] 1605 1606[[package]] 1607name = "generic-array" 1608version = "0.14.7" 1609source = "registry+https://github.com/rust-lang/crates.io-index" 1610checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1611dependencies = [ 1612 "typenum", 1613 "version_check", 1614] 1615 1616[[package]] 1617name = "getrandom" 1618version = "0.1.16" 1619source = "registry+https://github.com/rust-lang/crates.io-index" 1620checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1621dependencies = [ 1622 "cfg-if", 1623 "libc", 1624 "wasi 0.9.0+wasi-snapshot-preview1", 1625] 1626 1627[[package]] 1628name = "getrandom" 1629version = "0.2.12" 1630source = "registry+https://github.com/rust-lang/crates.io-index" 1631checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 1632dependencies = [ 1633 "cfg-if", 1634 "libc", 1635 "wasi 0.11.0+wasi-snapshot-preview1", 1636] 1637 1638[[package]] 1639name = "gimli" 1640version = "0.28.1" 1641source = "registry+https://github.com/rust-lang/crates.io-index" 1642checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 1643 1644[[package]] 1645name = "gio" 1646version = "0.15.12" 1647source = "registry+https://github.com/rust-lang/crates.io-index" 1648checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b" 1649dependencies = [ 1650 "bitflags 1.3.2", 1651 "futures-channel", 1652 "futures-core", 1653 "futures-io", 1654 "gio-sys", 1655 "glib", 1656 "libc", 1657 "once_cell", 1658 "thiserror", 1659] 1660 1661[[package]] 1662name = "gio-sys" 1663version = "0.15.10" 1664source = "registry+https://github.com/rust-lang/crates.io-index" 1665checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d" 1666dependencies = [ 1667 "glib-sys", 1668 "gobject-sys", 1669 "libc", 1670 "system-deps 6.2.0", 1671 "winapi", 1672] 1673 1674[[package]] 1675name = "glib" 1676version = "0.15.12" 1677source = "registry+https://github.com/rust-lang/crates.io-index" 1678checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d" 1679dependencies = [ 1680 "bitflags 1.3.2", 1681 "futures-channel", 1682 "futures-core", 1683 "futures-executor", 1684 "futures-task", 1685 "glib-macros", 1686 "glib-sys", 1687 "gobject-sys", 1688 "libc", 1689 "once_cell", 1690 "smallvec", 1691 "thiserror", 1692] 1693 1694[[package]] 1695name = "glib-macros" 1696version = "0.15.13" 1697source = "registry+https://github.com/rust-lang/crates.io-index" 1698checksum = "10c6ae9f6fa26f4fb2ac16b528d138d971ead56141de489f8111e259b9df3c4a" 1699dependencies = [ 1700 "anyhow", 1701 "heck 0.4.1", 1702 "proc-macro-crate 1.3.1", 1703 "proc-macro-error", 1704 "proc-macro2", 1705 "quote", 1706 "syn 1.0.109", 1707] 1708 1709[[package]] 1710name = "glib-sys" 1711version = "0.15.10" 1712source = "registry+https://github.com/rust-lang/crates.io-index" 1713checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4" 1714dependencies = [ 1715 "libc", 1716 "system-deps 6.2.0", 1717] 1718 1719[[package]] 1720name = "glob" 1721version = "0.3.1" 1722source = "registry+https://github.com/rust-lang/crates.io-index" 1723checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1724 1725[[package]] 1726name = "globset" 1727version = "0.4.14" 1728source = "registry+https://github.com/rust-lang/crates.io-index" 1729checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" 1730dependencies = [ 1731 "aho-corasick", 1732 "bstr", 1733 "log", 1734 "regex-automata 0.4.5", 1735 "regex-syntax 0.8.2", 1736] 1737 1738[[package]] 1739name = "gloo-timers" 1740version = "0.2.6" 1741source = "registry+https://github.com/rust-lang/crates.io-index" 1742checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" 1743dependencies = [ 1744 "futures-channel", 1745 "futures-core", 1746 "js-sys", 1747 "wasm-bindgen", 1748] 1749 1750[[package]] 1751name = "gobject-sys" 1752version = "0.15.10" 1753source = "registry+https://github.com/rust-lang/crates.io-index" 1754checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a" 1755dependencies = [ 1756 "glib-sys", 1757 "libc", 1758 "system-deps 6.2.0", 1759] 1760 1761[[package]] 1762name = "gtk" 1763version = "0.15.5" 1764source = "registry+https://github.com/rust-lang/crates.io-index" 1765checksum = "92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0" 1766dependencies = [ 1767 "atk", 1768 "bitflags 1.3.2", 1769 "cairo-rs", 1770 "field-offset", 1771 "futures-channel", 1772 "gdk", 1773 "gdk-pixbuf", 1774 "gio", 1775 "glib", 1776 "gtk-sys", 1777 "gtk3-macros", 1778 "libc", 1779 "once_cell", 1780 "pango", 1781 "pkg-config", 1782] 1783 1784[[package]] 1785name = "gtk-sys" 1786version = "0.15.3" 1787source = "registry+https://github.com/rust-lang/crates.io-index" 1788checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84" 1789dependencies = [ 1790 "atk-sys", 1791 "cairo-sys-rs", 1792 "gdk-pixbuf-sys", 1793 "gdk-sys", 1794 "gio-sys", 1795 "glib-sys", 1796 "gobject-sys", 1797 "libc", 1798 "pango-sys", 1799 "system-deps 6.2.0", 1800] 1801 1802[[package]] 1803name = "gtk3-macros" 1804version = "0.15.6" 1805source = "registry+https://github.com/rust-lang/crates.io-index" 1806checksum = "684c0456c086e8e7e9af73ec5b84e35938df394712054550e81558d21c44ab0d" 1807dependencies = [ 1808 "anyhow", 1809 "proc-macro-crate 1.3.1", 1810 "proc-macro-error", 1811 "proc-macro2", 1812 "quote", 1813 "syn 1.0.109", 1814] 1815 1816[[package]] 1817name = "h2" 1818version = "0.3.24" 1819source = "registry+https://github.com/rust-lang/crates.io-index" 1820checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" 1821dependencies = [ 1822 "bytes", 1823 "fnv", 1824 "futures-core", 1825 "futures-sink", 1826 "futures-util", 1827 "http", 1828 "indexmap 2.2.2", 1829 "slab", 1830 "tokio", 1831 "tokio-util", 1832 "tracing", 1833] 1834 1835[[package]] 1836name = "hashbrown" 1837version = "0.12.3" 1838source = "registry+https://github.com/rust-lang/crates.io-index" 1839checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1840dependencies = [ 1841 "ahash 0.7.7", 1842] 1843 1844[[package]] 1845name = "hashbrown" 1846version = "0.13.2" 1847source = "registry+https://github.com/rust-lang/crates.io-index" 1848checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 1849dependencies = [ 1850 "ahash 0.8.7", 1851] 1852 1853[[package]] 1854name = "hashbrown" 1855version = "0.14.3" 1856source = "registry+https://github.com/rust-lang/crates.io-index" 1857checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 1858dependencies = [ 1859 "ahash 0.8.7", 1860 "allocator-api2", 1861] 1862 1863[[package]] 1864name = "hashlink" 1865version = "0.8.4" 1866source = "registry+https://github.com/rust-lang/crates.io-index" 1867checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" 1868dependencies = [ 1869 "hashbrown 0.14.3", 1870] 1871 1872[[package]] 1873name = "heck" 1874version = "0.3.3" 1875source = "registry+https://github.com/rust-lang/crates.io-index" 1876checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 1877dependencies = [ 1878 "unicode-segmentation", 1879] 1880 1881[[package]] 1882name = "heck" 1883version = "0.4.1" 1884source = "registry+https://github.com/rust-lang/crates.io-index" 1885checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1886 1887[[package]] 1888name = "hermit-abi" 1889version = "0.3.4" 1890source = "registry+https://github.com/rust-lang/crates.io-index" 1891checksum = "5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f" 1892 1893[[package]] 1894name = "hex" 1895version = "0.4.3" 1896source = "registry+https://github.com/rust-lang/crates.io-index" 1897checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1898 1899[[package]] 1900name = "html5ever" 1901version = "0.26.0" 1902source = "registry+https://github.com/rust-lang/crates.io-index" 1903checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" 1904dependencies = [ 1905 "log", 1906 "mac", 1907 "markup5ever", 1908 "proc-macro2", 1909 "quote", 1910 "syn 1.0.109", 1911] 1912 1913[[package]] 1914name = "http" 1915version = "0.2.11" 1916source = "registry+https://github.com/rust-lang/crates.io-index" 1917checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" 1918dependencies = [ 1919 "bytes", 1920 "fnv", 1921 "itoa 1.0.10", 1922] 1923 1924[[package]] 1925name = "http-body" 1926version = "0.4.6" 1927source = "registry+https://github.com/rust-lang/crates.io-index" 1928checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 1929dependencies = [ 1930 "bytes", 1931 "http", 1932 "pin-project-lite", 1933] 1934 1935[[package]] 1936name = "http-range" 1937version = "0.1.5" 1938source = "registry+https://github.com/rust-lang/crates.io-index" 1939checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573" 1940 1941[[package]] 1942name = "httparse" 1943version = "1.8.0" 1944source = "registry+https://github.com/rust-lang/crates.io-index" 1945checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1946 1947[[package]] 1948name = "httpdate" 1949version = "1.0.3" 1950source = "registry+https://github.com/rust-lang/crates.io-index" 1951checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1952 1953[[package]] 1954name = "httpmock" 1955version = "0.6.8" 1956source = "registry+https://github.com/rust-lang/crates.io-index" 1957checksum = "4b02e044d3b4c2f94936fb05f9649efa658ca788f44eb6b87554e2033fc8ce93" 1958dependencies = [ 1959 "assert-json-diff", 1960 "async-object-pool", 1961 "async-trait", 1962 "base64 0.21.7", 1963 "basic-cookies", 1964 "crossbeam-utils", 1965 "form_urlencoded", 1966 "futures-util", 1967 "hyper", 1968 "isahc", 1969 "lazy_static", 1970 "levenshtein", 1971 "log", 1972 "regex", 1973 "serde", 1974 "serde_json", 1975 "serde_regex", 1976 "similar", 1977 "tokio", 1978 "url", 1979] 1980 1981[[package]] 1982name = "humantime" 1983version = "2.1.0" 1984source = "registry+https://github.com/rust-lang/crates.io-index" 1985checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1986 1987[[package]] 1988name = "hyper" 1989version = "0.14.28" 1990source = "registry+https://github.com/rust-lang/crates.io-index" 1991checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" 1992dependencies = [ 1993 "bytes", 1994 "futures-channel", 1995 "futures-core", 1996 "futures-util", 1997 "h2", 1998 "http", 1999 "http-body", 2000 "httparse", 2001 "httpdate", 2002 "itoa 1.0.10", 2003 "pin-project-lite", 2004 "socket2 0.5.5", 2005 "tokio", 2006 "tower-service", 2007 "tracing", 2008 "want", 2009] 2010 2011[[package]] 2012name = "hyper-tls" 2013version = "0.5.0" 2014source = "registry+https://github.com/rust-lang/crates.io-index" 2015checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" 2016dependencies = [ 2017 "bytes", 2018 "hyper", 2019 "native-tls", 2020 "tokio", 2021 "tokio-native-tls", 2022] 2023 2024[[package]] 2025name = "iana-time-zone" 2026version = "0.1.59" 2027source = "registry+https://github.com/rust-lang/crates.io-index" 2028checksum = "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539" 2029dependencies = [ 2030 "android_system_properties", 2031 "core-foundation-sys", 2032 "iana-time-zone-haiku", 2033 "js-sys", 2034 "wasm-bindgen", 2035 "windows-core", 2036] 2037 2038[[package]] 2039name = "iana-time-zone-haiku" 2040version = "0.1.2" 2041source = "registry+https://github.com/rust-lang/crates.io-index" 2042checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2043dependencies = [ 2044 "cc", 2045] 2046 2047[[package]] 2048name = "ico" 2049version = "0.3.0" 2050source = "registry+https://github.com/rust-lang/crates.io-index" 2051checksum = "e3804960be0bb5e4edb1e1ad67afd321a9ecfd875c3e65c099468fd2717d7cae" 2052dependencies = [ 2053 "byteorder", 2054 "png", 2055] 2056 2057[[package]] 2058name = "ident_case" 2059version = "1.0.1" 2060source = "registry+https://github.com/rust-lang/crates.io-index" 2061checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2062 2063[[package]] 2064name = "idna" 2065version = "0.5.0" 2066source = "registry+https://github.com/rust-lang/crates.io-index" 2067checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 2068dependencies = [ 2069 "unicode-bidi", 2070 "unicode-normalization", 2071] 2072 2073[[package]] 2074name = "ignore" 2075version = "0.4.22" 2076source = "registry+https://github.com/rust-lang/crates.io-index" 2077checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1" 2078dependencies = [ 2079 "crossbeam-deque", 2080 "globset", 2081 "log", 2082 "memchr", 2083 "regex-automata 0.4.5", 2084 "same-file", 2085 "walkdir", 2086 "winapi-util", 2087] 2088 2089[[package]] 2090name = "image" 2091version = "0.24.8" 2092source = "registry+https://github.com/rust-lang/crates.io-index" 2093checksum = "034bbe799d1909622a74d1193aa50147769440040ff36cb2baa947609b0a4e23" 2094dependencies = [ 2095 "bytemuck", 2096 "byteorder", 2097 "color_quant", 2098 "num-traits", 2099] 2100 2101[[package]] 2102name = "indexmap" 2103version = "1.9.3" 2104source = "registry+https://github.com/rust-lang/crates.io-index" 2105checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 2106dependencies = [ 2107 "autocfg", 2108 "hashbrown 0.12.3", 2109 "serde", 2110] 2111 2112[[package]] 2113name = "indexmap" 2114version = "2.2.2" 2115source = "registry+https://github.com/rust-lang/crates.io-index" 2116checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520" 2117dependencies = [ 2118 "equivalent", 2119 "hashbrown 0.14.3", 2120 "serde", 2121] 2122 2123[[package]] 2124name = "infer" 2125version = "0.13.0" 2126source = "registry+https://github.com/rust-lang/crates.io-index" 2127checksum = "f551f8c3a39f68f986517db0d1759de85881894fdc7db798bd2a9df9cb04b7fc" 2128dependencies = [ 2129 "cfb", 2130] 2131 2132[[package]] 2133name = "instant" 2134version = "0.1.12" 2135source = "registry+https://github.com/rust-lang/crates.io-index" 2136checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 2137dependencies = [ 2138 "cfg-if", 2139] 2140 2141[[package]] 2142name = "insulator2" 2143version = "0.0.0" 2144dependencies = [ 2145 "apache-avro", 2146 "async-trait", 2147 "dirs", 2148 "env_logger", 2149 "futures", 2150 "httpmock", 2151 "log", 2152 "mockall", 2153 "num-bigint", 2154 "once_cell", 2155 "openssl-src 111.28.1+1.1.1w", 2156 "r2d2", 2157 "r2d2_sqlite", 2158 "rand 0.8.5", 2159 "rdkafka", 2160 "reqwest", 2161 "rlimit", 2162 "rusqlite", 2163 "rust-keystore", 2164 "rust_decimal", 2165 "serde", 2166 "serde_json", 2167 "sys-locale 0.3.1", 2168 "tauri", 2169 "tauri-build", 2170 "time", 2171 "tokio", 2172 "toml 0.7.8", 2173 "url", 2174 "uuid", 2175] 2176 2177[[package]] 2178name = "io-lifetimes" 2179version = "1.0.11" 2180source = "registry+https://github.com/rust-lang/crates.io-index" 2181checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 2182dependencies = [ 2183 "hermit-abi", 2184 "libc", 2185 "windows-sys 0.48.0", 2186] 2187 2188[[package]] 2189name = "ipnet" 2190version = "2.9.0" 2191source = "registry+https://github.com/rust-lang/crates.io-index" 2192checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 2193 2194[[package]] 2195name = "is-terminal" 2196version = "0.4.10" 2197source = "registry+https://github.com/rust-lang/crates.io-index" 2198checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455" 2199dependencies = [ 2200 "hermit-abi", 2201 "rustix 0.38.31", 2202 "windows-sys 0.52.0", 2203] 2204 2205[[package]] 2206name = "isahc" 2207version = "1.7.2" 2208source = "registry+https://github.com/rust-lang/crates.io-index" 2209checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9" 2210dependencies = [ 2211 "async-channel 1.9.0", 2212 "castaway", 2213 "crossbeam-utils", 2214 "curl", 2215 "curl-sys", 2216 "encoding_rs", 2217 "event-listener 2.5.3", 2218 "futures-lite 1.13.0", 2219 "http", 2220 "log", 2221 "mime", 2222 "once_cell", 2223 "polling 2.8.0", 2224 "slab", 2225 "sluice", 2226 "tracing", 2227 "tracing-futures", 2228 "url", 2229 "waker-fn", 2230] 2231 2232[[package]] 2233name = "itertools" 2234version = "0.10.5" 2235source = "registry+https://github.com/rust-lang/crates.io-index" 2236checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 2237dependencies = [ 2238 "either", 2239] 2240 2241[[package]] 2242name = "itoa" 2243version = "0.4.8" 2244source = "registry+https://github.com/rust-lang/crates.io-index" 2245checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 2246 2247[[package]] 2248name = "itoa" 2249version = "1.0.10" 2250source = "registry+https://github.com/rust-lang/crates.io-index" 2251checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 2252 2253[[package]] 2254name = "javascriptcore-rs" 2255version = "0.16.0" 2256source = "registry+https://github.com/rust-lang/crates.io-index" 2257checksum = "bf053e7843f2812ff03ef5afe34bb9c06ffee120385caad4f6b9967fcd37d41c" 2258dependencies = [ 2259 "bitflags 1.3.2", 2260 "glib", 2261 "javascriptcore-rs-sys", 2262] 2263 2264[[package]] 2265name = "javascriptcore-rs-sys" 2266version = "0.4.0" 2267source = "registry+https://github.com/rust-lang/crates.io-index" 2268checksum = "905fbb87419c5cde6e3269537e4ea7d46431f3008c5d057e915ef3f115e7793c" 2269dependencies = [ 2270 "glib-sys", 2271 "gobject-sys", 2272 "libc", 2273 "system-deps 5.0.0", 2274] 2275 2276[[package]] 2277name = "jni" 2278version = "0.20.0" 2279source = "registry+https://github.com/rust-lang/crates.io-index" 2280checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c" 2281dependencies = [ 2282 "cesu8", 2283 "combine", 2284 "jni-sys", 2285 "log", 2286 "thiserror", 2287 "walkdir", 2288] 2289 2290[[package]] 2291name = "jni-sys" 2292version = "0.3.0" 2293source = "registry+https://github.com/rust-lang/crates.io-index" 2294checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2295 2296[[package]] 2297name = "js-sys" 2298version = "0.3.67" 2299source = "registry+https://github.com/rust-lang/crates.io-index" 2300checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1" 2301dependencies = [ 2302 "wasm-bindgen", 2303] 2304 2305[[package]] 2306name = "json-patch" 2307version = "1.2.0" 2308source = "registry+https://github.com/rust-lang/crates.io-index" 2309checksum = "55ff1e1486799e3f64129f8ccad108b38290df9cd7015cd31bed17239f0789d6" 2310dependencies = [ 2311 "serde", 2312 "serde_json", 2313 "thiserror", 2314 "treediff", 2315] 2316 2317[[package]] 2318name = "kuchikiki" 2319version = "0.8.2" 2320source = "registry+https://github.com/rust-lang/crates.io-index" 2321checksum = "f29e4755b7b995046f510a7520c42b2fed58b77bd94d5a87a8eb43d2fd126da8" 2322dependencies = [ 2323 "cssparser", 2324 "html5ever", 2325 "indexmap 1.9.3", 2326 "matches", 2327 "selectors", 2328] 2329 2330[[package]] 2331name = "kv-log-macro" 2332version = "1.0.7" 2333source = "registry+https://github.com/rust-lang/crates.io-index" 2334checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 2335dependencies = [ 2336 "log", 2337] 2338 2339[[package]] 2340name = "lalrpop" 2341version = "0.20.0" 2342source = "registry+https://github.com/rust-lang/crates.io-index" 2343checksum = "da4081d44f4611b66c6dd725e6de3169f9f63905421e8626fcb86b6a898998b8" 2344dependencies = [ 2345 "ascii-canvas", 2346 "bit-set", 2347 "diff", 2348 "ena", 2349 "is-terminal", 2350 "itertools", 2351 "lalrpop-util", 2352 "petgraph", 2353 "pico-args", 2354 "regex", 2355 "regex-syntax 0.7.5", 2356 "string_cache", 2357 "term", 2358 "tiny-keccak", 2359 "unicode-xid", 2360] 2361 2362[[package]] 2363name = "lalrpop-util" 2364version = "0.20.0" 2365source = "registry+https://github.com/rust-lang/crates.io-index" 2366checksum = "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d" 2367dependencies = [ 2368 "regex", 2369] 2370 2371[[package]] 2372name = "lazy_static" 2373version = "1.4.0" 2374source = "registry+https://github.com/rust-lang/crates.io-index" 2375checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 2376 2377[[package]] 2378name = "levenshtein" 2379version = "1.0.5" 2380source = "registry+https://github.com/rust-lang/crates.io-index" 2381checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" 2382 2383[[package]] 2384name = "libc" 2385version = "0.2.153" 2386source = "registry+https://github.com/rust-lang/crates.io-index" 2387checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 2388 2389[[package]] 2390name = "libflate" 2391version = "2.0.0" 2392source = "registry+https://github.com/rust-lang/crates.io-index" 2393checksum = "9f7d5654ae1795afc7ff76f4365c2c8791b0feb18e8996a96adad8ffd7c3b2bf" 2394dependencies = [ 2395 "adler32", 2396 "core2", 2397 "crc32fast", 2398 "dary_heap", 2399 "libflate_lz77", 2400] 2401 2402[[package]] 2403name = "libflate_lz77" 2404version = "2.0.0" 2405source = "registry+https://github.com/rust-lang/crates.io-index" 2406checksum = "be5f52fb8c451576ec6b79d3f4deb327398bc05bbdbd99021a6e77a4c855d524" 2407dependencies = [ 2408 "core2", 2409 "hashbrown 0.13.2", 2410 "rle-decode-fast", 2411] 2412 2413[[package]] 2414name = "libnghttp2-sys" 2415version = "0.1.9+1.58.0" 2416source = "registry+https://github.com/rust-lang/crates.io-index" 2417checksum = "b57e858af2798e167e709b9d969325b6d8e9d50232fcbc494d7d54f976854a64" 2418dependencies = [ 2419 "cc", 2420 "libc", 2421] 2422 2423[[package]] 2424name = "libredox" 2425version = "0.0.1" 2426source = "registry+https://github.com/rust-lang/crates.io-index" 2427checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" 2428dependencies = [ 2429 "bitflags 2.4.2", 2430 "libc", 2431 "redox_syscall", 2432] 2433 2434[[package]] 2435name = "libsqlite3-sys" 2436version = "0.25.2" 2437source = "registry+https://github.com/rust-lang/crates.io-index" 2438checksum = "29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa" 2439dependencies = [ 2440 "cc", 2441 "pkg-config", 2442 "vcpkg", 2443] 2444 2445[[package]] 2446name = "libz-sys" 2447version = "1.1.15" 2448source = "registry+https://github.com/rust-lang/crates.io-index" 2449checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6" 2450dependencies = [ 2451 "cc", 2452 "libc", 2453 "pkg-config", 2454 "vcpkg", 2455] 2456 2457[[package]] 2458name = "line-wrap" 2459version = "0.1.1" 2460source = "registry+https://github.com/rust-lang/crates.io-index" 2461checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9" 2462dependencies = [ 2463 "safemem", 2464] 2465 2466[[package]] 2467name = "linux-raw-sys" 2468version = "0.3.8" 2469source = "registry+https://github.com/rust-lang/crates.io-index" 2470checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 2471 2472[[package]] 2473name = "linux-raw-sys" 2474version = "0.4.13" 2475source = "registry+https://github.com/rust-lang/crates.io-index" 2476checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 2477 2478[[package]] 2479name = "lock_api" 2480version = "0.4.11" 2481source = "registry+https://github.com/rust-lang/crates.io-index" 2482checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" 2483dependencies = [ 2484 "autocfg", 2485 "scopeguard", 2486] 2487 2488[[package]] 2489name = "log" 2490version = "0.4.20" 2491source = "registry+https://github.com/rust-lang/crates.io-index" 2492checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 2493dependencies = [ 2494 "value-bag", 2495] 2496 2497[[package]] 2498name = "loom" 2499version = "0.5.6" 2500source = "registry+https://github.com/rust-lang/crates.io-index" 2501checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5" 2502dependencies = [ 2503 "cfg-if", 2504 "generator", 2505 "scoped-tls", 2506 "serde", 2507 "serde_json", 2508 "tracing", 2509 "tracing-subscriber", 2510] 2511 2512[[package]] 2513name = "mac" 2514version = "0.1.1" 2515source = "registry+https://github.com/rust-lang/crates.io-index" 2516checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 2517 2518[[package]] 2519name = "malloc_buf" 2520version = "0.0.6" 2521source = "registry+https://github.com/rust-lang/crates.io-index" 2522checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 2523dependencies = [ 2524 "libc", 2525] 2526 2527[[package]] 2528name = "markup5ever" 2529version = "0.11.0" 2530source = "registry+https://github.com/rust-lang/crates.io-index" 2531checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" 2532dependencies = [ 2533 "log", 2534 "phf 0.10.1", 2535 "phf_codegen 0.10.0", 2536 "string_cache", 2537 "string_cache_codegen", 2538 "tendril", 2539] 2540 2541[[package]] 2542name = "matchers" 2543version = "0.1.0" 2544source = "registry+https://github.com/rust-lang/crates.io-index" 2545checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2546dependencies = [ 2547 "regex-automata 0.1.10", 2548] 2549 2550[[package]] 2551name = "matches" 2552version = "0.1.10" 2553source = "registry+https://github.com/rust-lang/crates.io-index" 2554checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 2555 2556[[package]] 2557name = "memchr" 2558version = "2.7.1" 2559source = "registry+https://github.com/rust-lang/crates.io-index" 2560checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 2561 2562[[package]] 2563name = "memoffset" 2564version = "0.9.0" 2565source = "registry+https://github.com/rust-lang/crates.io-index" 2566checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 2567dependencies = [ 2568 "autocfg", 2569] 2570 2571[[package]] 2572name = "mime" 2573version = "0.3.17" 2574source = "registry+https://github.com/rust-lang/crates.io-index" 2575checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2576 2577[[package]] 2578name = "minisign-verify" 2579version = "0.2.1" 2580source = "registry+https://github.com/rust-lang/crates.io-index" 2581checksum = "933dca44d65cdd53b355d0b73d380a2ff5da71f87f036053188bf1eab6a19881" 2582 2583[[package]] 2584name = "miniz_oxide" 2585version = "0.7.1" 2586source = "registry+https://github.com/rust-lang/crates.io-index" 2587checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 2588dependencies = [ 2589 "adler", 2590 "simd-adler32", 2591] 2592 2593[[package]] 2594name = "mio" 2595version = "0.8.10" 2596source = "registry+https://github.com/rust-lang/crates.io-index" 2597checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" 2598dependencies = [ 2599 "libc", 2600 "wasi 0.11.0+wasi-snapshot-preview1", 2601 "windows-sys 0.48.0", 2602] 2603 2604[[package]] 2605name = "mockall" 2606version = "0.11.4" 2607source = "registry+https://github.com/rust-lang/crates.io-index" 2608checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" 2609dependencies = [ 2610 "cfg-if", 2611 "downcast", 2612 "fragile", 2613 "lazy_static", 2614 "mockall_derive", 2615 "predicates", 2616 "predicates-tree", 2617] 2618 2619[[package]] 2620name = "mockall_derive" 2621version = "0.11.4" 2622source = "registry+https://github.com/rust-lang/crates.io-index" 2623checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" 2624dependencies = [ 2625 "cfg-if", 2626 "proc-macro2", 2627 "quote", 2628 "syn 1.0.109", 2629] 2630 2631[[package]] 2632name = "native-tls" 2633version = "0.2.11" 2634source = "registry+https://github.com/rust-lang/crates.io-index" 2635checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 2636dependencies = [ 2637 "lazy_static", 2638 "libc", 2639 "log", 2640 "openssl", 2641 "openssl-probe", 2642 "openssl-sys", 2643 "schannel", 2644 "security-framework", 2645 "security-framework-sys", 2646 "tempfile", 2647] 2648 2649[[package]] 2650name = "ndk" 2651version = "0.6.0" 2652source = "registry+https://github.com/rust-lang/crates.io-index" 2653checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4" 2654dependencies = [ 2655 "bitflags 1.3.2", 2656 "jni-sys", 2657 "ndk-sys", 2658 "num_enum", 2659 "thiserror", 2660] 2661 2662[[package]] 2663name = "ndk-context" 2664version = "0.1.1" 2665source = "registry+https://github.com/rust-lang/crates.io-index" 2666checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 2667 2668[[package]] 2669name = "ndk-sys" 2670version = "0.3.0" 2671source = "registry+https://github.com/rust-lang/crates.io-index" 2672checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97" 2673dependencies = [ 2674 "jni-sys", 2675] 2676 2677[[package]] 2678name = "new_debug_unreachable" 2679version = "1.0.4" 2680source = "registry+https://github.com/rust-lang/crates.io-index" 2681checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" 2682 2683[[package]] 2684name = "nodrop" 2685version = "0.1.14" 2686source = "registry+https://github.com/rust-lang/crates.io-index" 2687checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 2688 2689[[package]] 2690name = "normalize-line-endings" 2691version = "0.3.0" 2692source = "registry+https://github.com/rust-lang/crates.io-index" 2693checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" 2694 2695[[package]] 2696name = "nu-ansi-term" 2697version = "0.46.0" 2698source = "registry+https://github.com/rust-lang/crates.io-index" 2699checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 2700dependencies = [ 2701 "overload", 2702 "winapi", 2703] 2704 2705[[package]] 2706name = "num-bigint" 2707version = "0.4.4" 2708source = "registry+https://github.com/rust-lang/crates.io-index" 2709checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" 2710dependencies = [ 2711 "autocfg", 2712 "num-integer", 2713 "num-traits", 2714] 2715 2716[[package]] 2717name = "num-conv" 2718version = "0.1.0" 2719source = "registry+https://github.com/rust-lang/crates.io-index" 2720checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2721 2722[[package]] 2723name = "num-integer" 2724version = "0.1.45" 2725source = "registry+https://github.com/rust-lang/crates.io-index" 2726checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 2727dependencies = [ 2728 "autocfg", 2729 "num-traits", 2730] 2731 2732[[package]] 2733name = "num-traits" 2734version = "0.2.17" 2735source = "registry+https://github.com/rust-lang/crates.io-index" 2736checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" 2737dependencies = [ 2738 "autocfg", 2739] 2740 2741[[package]] 2742name = "num_cpus" 2743version = "1.16.0" 2744source = "registry+https://github.com/rust-lang/crates.io-index" 2745checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 2746dependencies = [ 2747 "hermit-abi", 2748 "libc", 2749] 2750 2751[[package]] 2752name = "num_enum" 2753version = "0.5.11" 2754source = "registry+https://github.com/rust-lang/crates.io-index" 2755checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" 2756dependencies = [ 2757 "num_enum_derive", 2758] 2759 2760[[package]] 2761name = "num_enum_derive" 2762version = "0.5.11" 2763source = "registry+https://github.com/rust-lang/crates.io-index" 2764checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" 2765dependencies = [ 2766 "proc-macro-crate 1.3.1", 2767 "proc-macro2", 2768 "quote", 2769 "syn 1.0.109", 2770] 2771 2772[[package]] 2773name = "objc" 2774version = "0.2.7" 2775source = "registry+https://github.com/rust-lang/crates.io-index" 2776checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 2777dependencies = [ 2778 "malloc_buf", 2779 "objc_exception", 2780] 2781 2782[[package]] 2783name = "objc-foundation" 2784version = "0.1.1" 2785source = "registry+https://github.com/rust-lang/crates.io-index" 2786checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 2787dependencies = [ 2788 "block", 2789 "objc", 2790 "objc_id", 2791] 2792 2793[[package]] 2794name = "objc_exception" 2795version = "0.1.2" 2796source = "registry+https://github.com/rust-lang/crates.io-index" 2797checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4" 2798dependencies = [ 2799 "cc", 2800] 2801 2802[[package]] 2803name = "objc_id" 2804version = "0.1.1" 2805source = "registry+https://github.com/rust-lang/crates.io-index" 2806checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 2807dependencies = [ 2808 "objc", 2809] 2810 2811[[package]] 2812name = "object" 2813version = "0.32.2" 2814source = "registry+https://github.com/rust-lang/crates.io-index" 2815checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 2816dependencies = [ 2817 "memchr", 2818] 2819 2820[[package]] 2821name = "once_cell" 2822version = "1.19.0" 2823source = "registry+https://github.com/rust-lang/crates.io-index" 2824checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 2825 2826[[package]] 2827name = "openssl" 2828version = "0.10.63" 2829source = "registry+https://github.com/rust-lang/crates.io-index" 2830checksum = "15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8" 2831dependencies = [ 2832 "bitflags 2.4.2", 2833 "cfg-if", 2834 "foreign-types", 2835 "libc", 2836 "once_cell", 2837 "openssl-macros", 2838 "openssl-sys", 2839] 2840 2841[[package]] 2842name = "openssl-macros" 2843version = "0.1.1" 2844source = "registry+https://github.com/rust-lang/crates.io-index" 2845checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2846dependencies = [ 2847 "proc-macro2", 2848 "quote", 2849 "syn 2.0.48", 2850] 2851 2852[[package]] 2853name = "openssl-probe" 2854version = "0.1.5" 2855source = "registry+https://github.com/rust-lang/crates.io-index" 2856checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 2857 2858[[package]] 2859name = "openssl-src" 2860version = "111.28.1+1.1.1w" 2861source = "registry+https://github.com/rust-lang/crates.io-index" 2862checksum = "4bf7e82ffd6d3d6e6524216a0bfd85509f68b5b28354e8e7800057e44cefa9b4" 2863dependencies = [ 2864 "cc", 2865] 2866 2867[[package]] 2868name = "openssl-src" 2869version = "300.2.2+3.2.1" 2870source = "registry+https://github.com/rust-lang/crates.io-index" 2871checksum = "8bbfad0063610ac26ee79f7484739e2b07555a75c42453b89263830b5c8103bc" 2872dependencies = [ 2873 "cc", 2874] 2875 2876[[package]] 2877name = "openssl-sys" 2878version = "0.9.99" 2879source = "registry+https://github.com/rust-lang/crates.io-index" 2880checksum = "22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae" 2881dependencies = [ 2882 "cc", 2883 "libc", 2884 "openssl-src 300.2.2+3.2.1", 2885 "pkg-config", 2886 "vcpkg", 2887] 2888 2889[[package]] 2890name = "option-ext" 2891version = "0.2.0" 2892source = "registry+https://github.com/rust-lang/crates.io-index" 2893checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 2894 2895[[package]] 2896name = "os_info" 2897version = "3.7.0" 2898source = "registry+https://github.com/rust-lang/crates.io-index" 2899checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e" 2900dependencies = [ 2901 "log", 2902 "serde", 2903 "winapi", 2904] 2905 2906[[package]] 2907name = "os_pipe" 2908version = "1.1.5" 2909source = "registry+https://github.com/rust-lang/crates.io-index" 2910checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9" 2911dependencies = [ 2912 "libc", 2913 "windows-sys 0.52.0", 2914] 2915 2916[[package]] 2917name = "overload" 2918version = "0.1.1" 2919source = "registry+https://github.com/rust-lang/crates.io-index" 2920checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 2921 2922[[package]] 2923name = "pango" 2924version = "0.15.10" 2925source = "registry+https://github.com/rust-lang/crates.io-index" 2926checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f" 2927dependencies = [ 2928 "bitflags 1.3.2", 2929 "glib", 2930 "libc", 2931 "once_cell", 2932 "pango-sys", 2933] 2934 2935[[package]] 2936name = "pango-sys" 2937version = "0.15.10" 2938source = "registry+https://github.com/rust-lang/crates.io-index" 2939checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa" 2940dependencies = [ 2941 "glib-sys", 2942 "gobject-sys", 2943 "libc", 2944 "system-deps 6.2.0", 2945] 2946 2947[[package]] 2948name = "parking" 2949version = "2.2.0" 2950source = "registry+https://github.com/rust-lang/crates.io-index" 2951checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" 2952 2953[[package]] 2954name = "parking_lot" 2955version = "0.12.1" 2956source = "registry+https://github.com/rust-lang/crates.io-index" 2957checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 2958dependencies = [ 2959 "lock_api", 2960 "parking_lot_core", 2961] 2962 2963[[package]] 2964name = "parking_lot_core" 2965version = "0.9.9" 2966source = "registry+https://github.com/rust-lang/crates.io-index" 2967checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 2968dependencies = [ 2969 "cfg-if", 2970 "libc", 2971 "redox_syscall", 2972 "smallvec", 2973 "windows-targets 0.48.5", 2974] 2975 2976[[package]] 2977name = "percent-encoding" 2978version = "2.3.1" 2979source = "registry+https://github.com/rust-lang/crates.io-index" 2980checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2981 2982[[package]] 2983name = "petgraph" 2984version = "0.6.4" 2985source = "registry+https://github.com/rust-lang/crates.io-index" 2986checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" 2987dependencies = [ 2988 "fixedbitset", 2989 "indexmap 2.2.2", 2990] 2991 2992[[package]] 2993name = "phf" 2994version = "0.8.0" 2995source = "registry+https://github.com/rust-lang/crates.io-index" 2996checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 2997dependencies = [ 2998 "phf_macros 0.8.0", 2999 "phf_shared 0.8.0", 3000 "proc-macro-hack", 3001] 3002 3003[[package]] 3004name = "phf" 3005version = "0.10.1" 3006source = "registry+https://github.com/rust-lang/crates.io-index" 3007checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 3008dependencies = [ 3009 "phf_shared 0.10.0", 3010] 3011 3012[[package]] 3013name = "phf" 3014version = "0.11.2" 3015source = "registry+https://github.com/rust-lang/crates.io-index" 3016checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 3017dependencies = [ 3018 "phf_macros 0.11.2", 3019 "phf_shared 0.11.2", 3020] 3021 3022[[package]] 3023name = "phf_codegen" 3024version = "0.8.0" 3025source = "registry+https://github.com/rust-lang/crates.io-index" 3026checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 3027dependencies = [ 3028 "phf_generator 0.8.0", 3029 "phf_shared 0.8.0", 3030] 3031 3032[[package]] 3033name = "phf_codegen" 3034version = "0.10.0" 3035source = "registry+https://github.com/rust-lang/crates.io-index" 3036checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" 3037dependencies = [ 3038 "phf_generator 0.10.0", 3039 "phf_shared 0.10.0", 3040] 3041 3042[[package]] 3043name = "phf_generator" 3044version = "0.8.0" 3045source = "registry+https://github.com/rust-lang/crates.io-index" 3046checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 3047dependencies = [ 3048 "phf_shared 0.8.0", 3049 "rand 0.7.3", 3050] 3051 3052[[package]] 3053name = "phf_generator" 3054version = "0.10.0" 3055source = "registry+https://github.com/rust-lang/crates.io-index" 3056checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 3057dependencies = [ 3058 "phf_shared 0.10.0", 3059 "rand 0.8.5", 3060] 3061 3062[[package]] 3063name = "phf_generator" 3064version = "0.11.2" 3065source = "registry+https://github.com/rust-lang/crates.io-index" 3066checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 3067dependencies = [ 3068 "phf_shared 0.11.2", 3069 "rand 0.8.5", 3070] 3071 3072[[package]] 3073name = "phf_macros" 3074version = "0.8.0" 3075source = "registry+https://github.com/rust-lang/crates.io-index" 3076checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c" 3077dependencies = [ 3078 "phf_generator 0.8.0", 3079 "phf_shared 0.8.0", 3080 "proc-macro-hack", 3081 "proc-macro2", 3082 "quote", 3083 "syn 1.0.109", 3084] 3085 3086[[package]] 3087name = "phf_macros" 3088version = "0.11.2" 3089source = "registry+https://github.com/rust-lang/crates.io-index" 3090checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" 3091dependencies = [ 3092 "phf_generator 0.11.2", 3093 "phf_shared 0.11.2", 3094 "proc-macro2", 3095 "quote", 3096 "syn 2.0.48", 3097] 3098 3099[[package]] 3100name = "phf_shared" 3101version = "0.8.0" 3102source = "registry+https://github.com/rust-lang/crates.io-index" 3103checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 3104dependencies = [ 3105 "siphasher", 3106] 3107 3108[[package]] 3109name = "phf_shared" 3110version = "0.10.0" 3111source = "registry+https://github.com/rust-lang/crates.io-index" 3112checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 3113dependencies = [ 3114 "siphasher", 3115] 3116 3117[[package]] 3118name = "phf_shared" 3119version = "0.11.2" 3120source = "registry+https://github.com/rust-lang/crates.io-index" 3121checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 3122dependencies = [ 3123 "siphasher", 3124] 3125 3126[[package]] 3127name = "pico-args" 3128version = "0.5.0" 3129source = "registry+https://github.com/rust-lang/crates.io-index" 3130checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 3131 3132[[package]] 3133name = "pin-project" 3134version = "1.1.4" 3135source = "registry+https://github.com/rust-lang/crates.io-index" 3136checksum = "0302c4a0442c456bd56f841aee5c3bfd17967563f6fadc9ceb9f9c23cf3807e0" 3137dependencies = [ 3138 "pin-project-internal", 3139] 3140 3141[[package]] 3142name = "pin-project-internal" 3143version = "1.1.4" 3144source = "registry+https://github.com/rust-lang/crates.io-index" 3145checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690" 3146dependencies = [ 3147 "proc-macro2", 3148 "quote", 3149 "syn 2.0.48", 3150] 3151 3152[[package]] 3153name = "pin-project-lite" 3154version = "0.2.13" 3155source = "registry+https://github.com/rust-lang/crates.io-index" 3156checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 3157 3158[[package]] 3159name = "pin-utils" 3160version = "0.1.0" 3161source = "registry+https://github.com/rust-lang/crates.io-index" 3162checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3163 3164[[package]] 3165name = "piper" 3166version = "0.2.1" 3167source = "registry+https://github.com/rust-lang/crates.io-index" 3168checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" 3169dependencies = [ 3170 "atomic-waker", 3171 "fastrand 2.0.1", 3172 "futures-io", 3173] 3174 3175[[package]] 3176name = "pkg-config" 3177version = "0.3.29" 3178source = "registry+https://github.com/rust-lang/crates.io-index" 3179checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb" 3180 3181[[package]] 3182name = "plist" 3183version = "1.6.0" 3184source = "registry+https://github.com/rust-lang/crates.io-index" 3185checksum = "e5699cc8a63d1aa2b1ee8e12b9ad70ac790d65788cd36101fa37f87ea46c4cef" 3186dependencies = [ 3187 "base64 0.21.7", 3188 "indexmap 2.2.2", 3189 "line-wrap", 3190 "quick-xml", 3191 "serde", 3192 "time", 3193] 3194 3195[[package]] 3196name = "png" 3197version = "0.17.11" 3198source = "registry+https://github.com/rust-lang/crates.io-index" 3199checksum = "1f6c3c3e617595665b8ea2ff95a86066be38fb121ff920a9c0eb282abcd1da5a" 3200dependencies = [ 3201 "bitflags 1.3.2", 3202 "crc32fast", 3203 "fdeflate", 3204 "flate2", 3205 "miniz_oxide", 3206] 3207 3208[[package]] 3209name = "polling" 3210version = "2.8.0" 3211source = "registry+https://github.com/rust-lang/crates.io-index" 3212checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 3213dependencies = [ 3214 "autocfg", 3215 "bitflags 1.3.2", 3216 "cfg-if", 3217 "concurrent-queue", 3218 "libc", 3219 "log", 3220 "pin-project-lite", 3221 "windows-sys 0.48.0", 3222] 3223 3224[[package]] 3225name = "polling" 3226version = "3.3.2" 3227source = "registry+https://github.com/rust-lang/crates.io-index" 3228checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41" 3229dependencies = [ 3230 "cfg-if", 3231 "concurrent-queue", 3232 "pin-project-lite", 3233 "rustix 0.38.31", 3234 "tracing", 3235 "windows-sys 0.52.0", 3236] 3237 3238[[package]] 3239name = "powerfmt" 3240version = "0.2.0" 3241source = "registry+https://github.com/rust-lang/crates.io-index" 3242checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3243 3244[[package]] 3245name = "ppv-lite86" 3246version = "0.2.17" 3247source = "registry+https://github.com/rust-lang/crates.io-index" 3248checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 3249 3250[[package]] 3251name = "precomputed-hash" 3252version = "0.1.1" 3253source = "registry+https://github.com/rust-lang/crates.io-index" 3254checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 3255 3256[[package]] 3257name = "predicates" 3258version = "2.1.5" 3259source = "registry+https://github.com/rust-lang/crates.io-index" 3260checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" 3261dependencies = [ 3262 "difflib", 3263 "float-cmp", 3264 "itertools", 3265 "normalize-line-endings", 3266 "predicates-core", 3267 "regex", 3268] 3269 3270[[package]] 3271name = "predicates-core" 3272version = "1.0.6" 3273source = "registry+https://github.com/rust-lang/crates.io-index" 3274checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" 3275 3276[[package]] 3277name = "predicates-tree" 3278version = "1.0.9" 3279source = "registry+https://github.com/rust-lang/crates.io-index" 3280checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" 3281dependencies = [ 3282 "predicates-core", 3283 "termtree", 3284] 3285 3286[[package]] 3287name = "proc-macro-crate" 3288version = "1.3.1" 3289source = "registry+https://github.com/rust-lang/crates.io-index" 3290checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 3291dependencies = [ 3292 "once_cell", 3293 "toml_edit 0.19.15", 3294] 3295 3296[[package]] 3297name = "proc-macro-crate" 3298version = "3.1.0" 3299source = "registry+https://github.com/rust-lang/crates.io-index" 3300checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" 3301dependencies = [ 3302 "toml_edit 0.21.1", 3303] 3304 3305[[package]] 3306name = "proc-macro-error" 3307version = "1.0.4" 3308source = "registry+https://github.com/rust-lang/crates.io-index" 3309checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 3310dependencies = [ 3311 "proc-macro-error-attr", 3312 "proc-macro2", 3313 "quote", 3314 "syn 1.0.109", 3315 "version_check", 3316] 3317 3318[[package]] 3319name = "proc-macro-error-attr" 3320version = "1.0.4" 3321source = "registry+https://github.com/rust-lang/crates.io-index" 3322checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 3323dependencies = [ 3324 "proc-macro2", 3325 "quote", 3326 "version_check", 3327] 3328 3329[[package]] 3330name = "proc-macro-hack" 3331version = "0.5.20+deprecated" 3332source = "registry+https://github.com/rust-lang/crates.io-index" 3333checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 3334 3335[[package]] 3336name = "proc-macro2" 3337version = "1.0.78" 3338source = "registry+https://github.com/rust-lang/crates.io-index" 3339checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 3340dependencies = [ 3341 "unicode-ident", 3342] 3343 3344[[package]] 3345name = "ptr_meta" 3346version = "0.1.4" 3347source = "registry+https://github.com/rust-lang/crates.io-index" 3348checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" 3349dependencies = [ 3350 "ptr_meta_derive", 3351] 3352 3353[[package]] 3354name = "ptr_meta_derive" 3355version = "0.1.4" 3356source = "registry+https://github.com/rust-lang/crates.io-index" 3357checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 3358dependencies = [ 3359 "proc-macro2", 3360 "quote", 3361 "syn 1.0.109", 3362] 3363 3364[[package]] 3365name = "quad-rand" 3366version = "0.2.1" 3367source = "registry+https://github.com/rust-lang/crates.io-index" 3368checksum = "658fa1faf7a4cc5f057c9ee5ef560f717ad9d8dc66d975267f709624d6e1ab88" 3369 3370[[package]] 3371name = "quick-xml" 3372version = "0.31.0" 3373source = "registry+https://github.com/rust-lang/crates.io-index" 3374checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" 3375dependencies = [ 3376 "memchr", 3377] 3378 3379[[package]] 3380name = "quote" 3381version = "1.0.35" 3382source = "registry+https://github.com/rust-lang/crates.io-index" 3383checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 3384dependencies = [ 3385 "proc-macro2", 3386] 3387 3388[[package]] 3389name = "r2d2" 3390version = "0.8.10" 3391source = "registry+https://github.com/rust-lang/crates.io-index" 3392checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93" 3393dependencies = [ 3394 "log", 3395 "parking_lot", 3396 "scheduled-thread-pool", 3397] 3398 3399[[package]] 3400name = "r2d2_sqlite" 3401version = "0.21.0" 3402source = "registry+https://github.com/rust-lang/crates.io-index" 3403checksum = "b4f5d0337e99cd5cacd91ffc326c6cc9d8078def459df560c4f9bf9ba4a51034" 3404dependencies = [ 3405 "r2d2", 3406 "rusqlite", 3407] 3408 3409[[package]] 3410name = "radium" 3411version = "0.7.0" 3412source = "registry+https://github.com/rust-lang/crates.io-index" 3413checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 3414 3415[[package]] 3416name = "rand" 3417version = "0.7.3" 3418source = "registry+https://github.com/rust-lang/crates.io-index" 3419checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 3420dependencies = [ 3421 "getrandom 0.1.16", 3422 "libc", 3423 "rand_chacha 0.2.2", 3424 "rand_core 0.5.1", 3425 "rand_hc", 3426 "rand_pcg", 3427] 3428 3429[[package]] 3430name = "rand" 3431version = "0.8.5" 3432source = "registry+https://github.com/rust-lang/crates.io-index" 3433checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3434dependencies = [ 3435 "libc", 3436 "rand_chacha 0.3.1", 3437 "rand_core 0.6.4", 3438] 3439 3440[[package]] 3441name = "rand_chacha" 3442version = "0.2.2" 3443source = "registry+https://github.com/rust-lang/crates.io-index" 3444checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 3445dependencies = [ 3446 "ppv-lite86", 3447 "rand_core 0.5.1", 3448] 3449 3450[[package]] 3451name = "rand_chacha" 3452version = "0.3.1" 3453source = "registry+https://github.com/rust-lang/crates.io-index" 3454checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3455dependencies = [ 3456 "ppv-lite86", 3457 "rand_core 0.6.4", 3458] 3459 3460[[package]] 3461name = "rand_core" 3462version = "0.5.1" 3463source = "registry+https://github.com/rust-lang/crates.io-index" 3464checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 3465dependencies = [ 3466 "getrandom 0.1.16", 3467] 3468 3469[[package]] 3470name = "rand_core" 3471version = "0.6.4" 3472source = "registry+https://github.com/rust-lang/crates.io-index" 3473checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3474dependencies = [ 3475 "getrandom 0.2.12", 3476] 3477 3478[[package]] 3479name = "rand_hc" 3480version = "0.2.0" 3481source = "registry+https://github.com/rust-lang/crates.io-index" 3482checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 3483dependencies = [ 3484 "rand_core 0.5.1", 3485] 3486 3487[[package]] 3488name = "rand_pcg" 3489version = "0.2.1" 3490source = "registry+https://github.com/rust-lang/crates.io-index" 3491checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 3492dependencies = [ 3493 "rand_core 0.5.1", 3494] 3495 3496[[package]] 3497name = "raw-window-handle" 3498version = "0.5.2" 3499source = "registry+https://github.com/rust-lang/crates.io-index" 3500checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 3501 3502[[package]] 3503name = "rdkafka" 3504version = "0.36.2" 3505source = "registry+https://github.com/rust-lang/crates.io-index" 3506checksum = "1beea247b9a7600a81d4cc33f659ce1a77e1988323d7d2809c7ed1c21f4c316d" 3507dependencies = [ 3508 "futures-channel", 3509 "futures-util", 3510 "libc", 3511 "log", 3512 "rdkafka-sys", 3513 "serde", 3514 "serde_derive", 3515 "serde_json", 3516 "slab", 3517 "tokio", 3518] 3519 3520[[package]] 3521name = "rdkafka-sys" 3522version = "4.7.0+2.3.0" 3523source = "registry+https://github.com/rust-lang/crates.io-index" 3524checksum = "55e0d2f9ba6253f6ec72385e453294f8618e9e15c2c6aba2a5c01ccf9622d615" 3525dependencies = [ 3526 "cmake", 3527 "libc", 3528 "libz-sys", 3529 "num_enum", 3530 "openssl-sys", 3531 "pkg-config", 3532 "sasl2-sys", 3533] 3534 3535[[package]] 3536name = "redox_syscall" 3537version = "0.4.1" 3538source = "registry+https://github.com/rust-lang/crates.io-index" 3539checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 3540dependencies = [ 3541 "bitflags 1.3.2", 3542] 3543 3544[[package]] 3545name = "redox_users" 3546version = "0.4.4" 3547source = "registry+https://github.com/rust-lang/crates.io-index" 3548checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" 3549dependencies = [ 3550 "getrandom 0.2.12", 3551 "libredox", 3552 "thiserror", 3553] 3554 3555[[package]] 3556name = "regex" 3557version = "1.10.3" 3558source = "registry+https://github.com/rust-lang/crates.io-index" 3559checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" 3560dependencies = [ 3561 "aho-corasick", 3562 "memchr", 3563 "regex-automata 0.4.5", 3564 "regex-syntax 0.8.2", 3565] 3566 3567[[package]] 3568name = "regex-automata" 3569version = "0.1.10" 3570source = "registry+https://github.com/rust-lang/crates.io-index" 3571checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 3572dependencies = [ 3573 "regex-syntax 0.6.29", 3574] 3575 3576[[package]] 3577name = "regex-automata" 3578version = "0.4.5" 3579source = "registry+https://github.com/rust-lang/crates.io-index" 3580checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" 3581dependencies = [ 3582 "aho-corasick", 3583 "memchr", 3584 "regex-syntax 0.8.2", 3585] 3586 3587[[package]] 3588name = "regex-syntax" 3589version = "0.6.29" 3590source = "registry+https://github.com/rust-lang/crates.io-index" 3591checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 3592 3593[[package]] 3594name = "regex-syntax" 3595version = "0.7.5" 3596source = "registry+https://github.com/rust-lang/crates.io-index" 3597checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 3598 3599[[package]] 3600name = "regex-syntax" 3601version = "0.8.2" 3602source = "registry+https://github.com/rust-lang/crates.io-index" 3603checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 3604 3605[[package]] 3606name = "rend" 3607version = "0.4.1" 3608source = "registry+https://github.com/rust-lang/crates.io-index" 3609checksum = "a2571463863a6bd50c32f94402933f03457a3fbaf697a707c5be741e459f08fd" 3610dependencies = [ 3611 "bytecheck", 3612] 3613 3614[[package]] 3615name = "reqwest" 3616version = "0.11.24" 3617source = "registry+https://github.com/rust-lang/crates.io-index" 3618checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251" 3619dependencies = [ 3620 "base64 0.21.7", 3621 "bytes", 3622 "encoding_rs", 3623 "futures-core", 3624 "futures-util", 3625 "h2", 3626 "http", 3627 "http-body", 3628 "hyper", 3629 "hyper-tls", 3630 "ipnet", 3631 "js-sys", 3632 "log", 3633 "mime", 3634 "native-tls", 3635 "once_cell", 3636 "percent-encoding", 3637 "pin-project-lite", 3638 "rustls-pemfile", 3639 "serde", 3640 "serde_json", 3641 "serde_urlencoded", 3642 "sync_wrapper", 3643 "system-configuration", 3644 "tokio", 3645 "tokio-native-tls", 3646 "tokio-util", 3647 "tower-service", 3648 "url", 3649 "wasm-bindgen", 3650 "wasm-bindgen-futures", 3651 "wasm-streams", 3652 "web-sys", 3653 "winreg 0.50.0", 3654] 3655 3656[[package]] 3657name = "rfd" 3658version = "0.10.0" 3659source = "registry+https://github.com/rust-lang/crates.io-index" 3660checksum = "0149778bd99b6959285b0933288206090c50e2327f47a9c463bfdbf45c8823ea" 3661dependencies = [ 3662 "block", 3663 "dispatch", 3664 "glib-sys", 3665 "gobject-sys", 3666 "gtk-sys", 3667 "js-sys", 3668 "lazy_static", 3669 "log", 3670 "objc", 3671 "objc-foundation", 3672 "objc_id", 3673 "raw-window-handle", 3674 "wasm-bindgen", 3675 "wasm-bindgen-futures", 3676 "web-sys", 3677 "windows 0.37.0", 3678] 3679 3680[[package]] 3681name = "rkyv" 3682version = "0.7.43" 3683source = "registry+https://github.com/rust-lang/crates.io-index" 3684checksum = "527a97cdfef66f65998b5f3b637c26f5a5ec09cc52a3f9932313ac645f4190f5" 3685dependencies = [ 3686 "bitvec", 3687 "bytecheck", 3688 "bytes", 3689 "hashbrown 0.12.3", 3690 "ptr_meta", 3691 "rend", 3692 "rkyv_derive", 3693 "seahash", 3694 "tinyvec", 3695 "uuid", 3696] 3697 3698[[package]] 3699name = "rkyv_derive" 3700version = "0.7.43" 3701source = "registry+https://github.com/rust-lang/crates.io-index" 3702checksum = "b5c462a1328c8e67e4d6dbad1eb0355dd43e8ab432c6e227a43657f16ade5033" 3703dependencies = [ 3704 "proc-macro2", 3705 "quote", 3706 "syn 1.0.109", 3707] 3708 3709[[package]] 3710name = "rle-decode-fast" 3711version = "1.0.3" 3712source = "registry+https://github.com/rust-lang/crates.io-index" 3713checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" 3714 3715[[package]] 3716name = "rlimit" 3717version = "0.10.1" 3718source = "registry+https://github.com/rust-lang/crates.io-index" 3719checksum = "3560f70f30a0f16d11d01ed078a07740fe6b489667abc7c7b029155d9f21c3d8" 3720dependencies = [ 3721 "libc", 3722] 3723 3724[[package]] 3725name = "rusqlite" 3726version = "0.28.0" 3727source = "registry+https://github.com/rust-lang/crates.io-index" 3728checksum = "01e213bc3ecb39ac32e81e51ebe31fd888a940515173e3a18a35f8c6e896422a" 3729dependencies = [ 3730 "bitflags 1.3.2", 3731 "fallible-iterator", 3732 "fallible-streaming-iterator", 3733 "hashlink", 3734 "libsqlite3-sys", 3735 "smallvec", 3736] 3737 3738[[package]] 3739name = "rust-keystore" 3740version = "0.1.1" 3741source = "git+https://github.com/andrewinci/rust-keystore?tag=v0.1.2#fbbf2ba943bb778b1c06f5e1cc9ceb889d724ed3" 3742dependencies = [ 3743 "base64 0.13.1", 3744 "openssl", 3745 "sha1", 3746 "simple_asn1", 3747] 3748 3749[[package]] 3750name = "rust_decimal" 3751version = "1.34.2" 3752source = "registry+https://github.com/rust-lang/crates.io-index" 3753checksum = "755392e1a2f77afd95580d3f0d0e94ac83eeeb7167552c9b5bca549e61a94d83" 3754dependencies = [ 3755 "arrayvec", 3756 "borsh", 3757 "bytes", 3758 "num-traits", 3759 "rand 0.8.5", 3760 "rkyv", 3761 "serde", 3762 "serde_json", 3763] 3764 3765[[package]] 3766name = "rustc-demangle" 3767version = "0.1.23" 3768source = "registry+https://github.com/rust-lang/crates.io-index" 3769checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 3770 3771[[package]] 3772name = "rustc_version" 3773version = "0.4.0" 3774source = "registry+https://github.com/rust-lang/crates.io-index" 3775checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 3776dependencies = [ 3777 "semver", 3778] 3779 3780[[package]] 3781name = "rustix" 3782version = "0.37.27" 3783source = "registry+https://github.com/rust-lang/crates.io-index" 3784checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" 3785dependencies = [ 3786 "bitflags 1.3.2", 3787 "errno", 3788 "io-lifetimes", 3789 "libc", 3790 "linux-raw-sys 0.3.8", 3791 "windows-sys 0.48.0", 3792] 3793 3794[[package]] 3795name = "rustix" 3796version = "0.38.31" 3797source = "registry+https://github.com/rust-lang/crates.io-index" 3798checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" 3799dependencies = [ 3800 "bitflags 2.4.2", 3801 "errno", 3802 "libc", 3803 "linux-raw-sys 0.4.13", 3804 "windows-sys 0.52.0", 3805] 3806 3807[[package]] 3808name = "rustls-pemfile" 3809version = "1.0.4" 3810source = "registry+https://github.com/rust-lang/crates.io-index" 3811checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 3812dependencies = [ 3813 "base64 0.21.7", 3814] 3815 3816[[package]] 3817name = "rustversion" 3818version = "1.0.14" 3819source = "registry+https://github.com/rust-lang/crates.io-index" 3820checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 3821 3822[[package]] 3823name = "ryu" 3824version = "1.0.16" 3825source = "registry+https://github.com/rust-lang/crates.io-index" 3826checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" 3827 3828[[package]] 3829name = "safemem" 3830version = "0.3.3" 3831source = "registry+https://github.com/rust-lang/crates.io-index" 3832checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" 3833 3834[[package]] 3835name = "same-file" 3836version = "1.0.6" 3837source = "registry+https://github.com/rust-lang/crates.io-index" 3838checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3839dependencies = [ 3840 "winapi-util", 3841] 3842 3843[[package]] 3844name = "sasl2-sys" 3845version = "0.1.20+2.1.28" 3846source = "registry+https://github.com/rust-lang/crates.io-index" 3847checksum = "9e645bd98535fc8fd251c43ba7c7c1f9be1e0369c99b6a5ea719052a773e655c" 3848dependencies = [ 3849 "cc", 3850 "duct", 3851 "libc", 3852 "pkg-config", 3853] 3854 3855[[package]] 3856name = "schannel" 3857version = "0.1.23" 3858source = "registry+https://github.com/rust-lang/crates.io-index" 3859checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 3860dependencies = [ 3861 "windows-sys 0.52.0", 3862] 3863 3864[[package]] 3865name = "scheduled-thread-pool" 3866version = "0.2.7" 3867source = "registry+https://github.com/rust-lang/crates.io-index" 3868checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19" 3869dependencies = [ 3870 "parking_lot", 3871] 3872 3873[[package]] 3874name = "scoped-tls" 3875version = "1.0.1" 3876source = "registry+https://github.com/rust-lang/crates.io-index" 3877checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 3878 3879[[package]] 3880name = "scopeguard" 3881version = "1.2.0" 3882source = "registry+https://github.com/rust-lang/crates.io-index" 3883checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3884 3885[[package]] 3886name = "seahash" 3887version = "4.1.0" 3888source = "registry+https://github.com/rust-lang/crates.io-index" 3889checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 3890 3891[[package]] 3892name = "security-framework" 3893version = "2.9.2" 3894source = "registry+https://github.com/rust-lang/crates.io-index" 3895checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 3896dependencies = [ 3897 "bitflags 1.3.2", 3898 "core-foundation", 3899 "core-foundation-sys", 3900 "libc", 3901 "security-framework-sys", 3902] 3903 3904[[package]] 3905name = "security-framework-sys" 3906version = "2.9.1" 3907source = "registry+https://github.com/rust-lang/crates.io-index" 3908checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 3909dependencies = [ 3910 "core-foundation-sys", 3911 "libc", 3912] 3913 3914[[package]] 3915name = "selectors" 3916version = "0.22.0" 3917source = "registry+https://github.com/rust-lang/crates.io-index" 3918checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe" 3919dependencies = [ 3920 "bitflags 1.3.2", 3921 "cssparser", 3922 "derive_more", 3923 "fxhash", 3924 "log", 3925 "matches", 3926 "phf 0.8.0", 3927 "phf_codegen 0.8.0", 3928 "precomputed-hash", 3929 "servo_arc", 3930 "smallvec", 3931 "thin-slice", 3932] 3933 3934[[package]] 3935name = "semver" 3936version = "1.0.21" 3937source = "registry+https://github.com/rust-lang/crates.io-index" 3938checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0" 3939dependencies = [ 3940 "serde", 3941] 3942 3943[[package]] 3944name = "serde" 3945version = "1.0.196" 3946source = "registry+https://github.com/rust-lang/crates.io-index" 3947checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32" 3948dependencies = [ 3949 "serde_derive", 3950] 3951 3952[[package]] 3953name = "serde_derive" 3954version = "1.0.196" 3955source = "registry+https://github.com/rust-lang/crates.io-index" 3956checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67" 3957dependencies = [ 3958 "proc-macro2", 3959 "quote", 3960 "syn 2.0.48", 3961] 3962 3963[[package]] 3964name = "serde_json" 3965version = "1.0.113" 3966source = "registry+https://github.com/rust-lang/crates.io-index" 3967checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" 3968dependencies = [ 3969 "itoa 1.0.10", 3970 "ryu", 3971 "serde", 3972] 3973 3974[[package]] 3975name = "serde_regex" 3976version = "1.1.0" 3977source = "registry+https://github.com/rust-lang/crates.io-index" 3978checksum = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf" 3979dependencies = [ 3980 "regex", 3981 "serde", 3982] 3983 3984[[package]] 3985name = "serde_repr" 3986version = "0.1.18" 3987source = "registry+https://github.com/rust-lang/crates.io-index" 3988checksum = "0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb" 3989dependencies = [ 3990 "proc-macro2", 3991 "quote", 3992 "syn 2.0.48", 3993] 3994 3995[[package]] 3996name = "serde_spanned" 3997version = "0.6.5" 3998source = "registry+https://github.com/rust-lang/crates.io-index" 3999checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" 4000dependencies = [ 4001 "serde", 4002] 4003 4004[[package]] 4005name = "serde_urlencoded" 4006version = "0.7.1" 4007source = "registry+https://github.com/rust-lang/crates.io-index" 4008checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4009dependencies = [ 4010 "form_urlencoded", 4011 "itoa 1.0.10", 4012 "ryu", 4013 "serde", 4014] 4015 4016[[package]] 4017name = "serde_with" 4018version = "3.6.0" 4019source = "registry+https://github.com/rust-lang/crates.io-index" 4020checksum = "1b0ed1662c5a68664f45b76d18deb0e234aff37207086803165c961eb695e981" 4021dependencies = [ 4022 "base64 0.21.7", 4023 "chrono", 4024 "hex", 4025 "indexmap 1.9.3", 4026 "indexmap 2.2.2", 4027 "serde", 4028 "serde_json", 4029 "serde_with_macros", 4030 "time", 4031] 4032 4033[[package]] 4034name = "serde_with_macros" 4035version = "3.6.0" 4036source = "registry+https://github.com/rust-lang/crates.io-index" 4037checksum = "568577ff0ef47b879f736cd66740e022f3672788cdf002a05a4e609ea5a6fb15" 4038dependencies = [ 4039 "darling", 4040 "proc-macro2", 4041 "quote", 4042 "syn 2.0.48", 4043] 4044 4045[[package]] 4046name = "serialize-to-javascript" 4047version = "0.1.1" 4048source = "registry+https://github.com/rust-lang/crates.io-index" 4049checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb" 4050dependencies = [ 4051 "serde", 4052 "serde_json", 4053 "serialize-to-javascript-impl", 4054] 4055 4056[[package]] 4057name = "serialize-to-javascript-impl" 4058version = "0.1.1" 4059source = "registry+https://github.com/rust-lang/crates.io-index" 4060checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763" 4061dependencies = [ 4062 "proc-macro2", 4063 "quote", 4064 "syn 1.0.109", 4065] 4066 4067[[package]] 4068name = "servo_arc" 4069version = "0.1.1" 4070source = "registry+https://github.com/rust-lang/crates.io-index" 4071checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432" 4072dependencies = [ 4073 "nodrop", 4074 "stable_deref_trait", 4075] 4076 4077[[package]] 4078name = "sha1" 4079version = "0.10.6" 4080source = "registry+https://github.com/rust-lang/crates.io-index" 4081checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 4082dependencies = [ 4083 "cfg-if", 4084 "cpufeatures", 4085 "digest", 4086] 4087 4088[[package]] 4089name = "sha2" 4090version = "0.10.8" 4091source = "registry+https://github.com/rust-lang/crates.io-index" 4092checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 4093dependencies = [ 4094 "cfg-if", 4095 "cpufeatures", 4096 "digest", 4097] 4098 4099[[package]] 4100name = "sharded-slab" 4101version = "0.1.7" 4102source = "registry+https://github.com/rust-lang/crates.io-index" 4103checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4104dependencies = [ 4105 "lazy_static", 4106] 4107 4108[[package]] 4109name = "shared_child" 4110version = "1.0.0" 4111source = "registry+https://github.com/rust-lang/crates.io-index" 4112checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef" 4113dependencies = [ 4114 "libc", 4115 "winapi", 4116] 4117 4118[[package]] 4119name = "signal-hook-registry" 4120version = "1.4.1" 4121source = "registry+https://github.com/rust-lang/crates.io-index" 4122checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 4123dependencies = [ 4124 "libc", 4125] 4126 4127[[package]] 4128name = "simd-adler32" 4129version = "0.3.7" 4130source = "registry+https://github.com/rust-lang/crates.io-index" 4131checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 4132 4133[[package]] 4134name = "simdutf8" 4135version = "0.1.4" 4136source = "registry+https://github.com/rust-lang/crates.io-index" 4137checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" 4138 4139[[package]] 4140name = "similar" 4141version = "2.4.0" 4142source = "registry+https://github.com/rust-lang/crates.io-index" 4143checksum = "32fea41aca09ee824cc9724996433064c89f7777e60762749a4170a14abbfa21" 4144 4145[[package]] 4146name = "simple_asn1" 4147version = "0.6.2" 4148source = "registry+https://github.com/rust-lang/crates.io-index" 4149checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" 4150dependencies = [ 4151 "num-bigint", 4152 "num-traits", 4153 "thiserror", 4154 "time", 4155] 4156 4157[[package]] 4158name = "siphasher" 4159version = "0.3.11" 4160source = "registry+https://github.com/rust-lang/crates.io-index" 4161checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 4162 4163[[package]] 4164name = "slab" 4165version = "0.4.9" 4166source = "registry+https://github.com/rust-lang/crates.io-index" 4167checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 4168dependencies = [ 4169 "autocfg", 4170] 4171 4172[[package]] 4173name = "sluice" 4174version = "0.5.5" 4175source = "registry+https://github.com/rust-lang/crates.io-index" 4176checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5" 4177dependencies = [ 4178 "async-channel 1.9.0", 4179 "futures-core", 4180 "futures-io", 4181] 4182 4183[[package]] 4184name = "smallvec" 4185version = "1.13.1" 4186source = "registry+https://github.com/rust-lang/crates.io-index" 4187checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" 4188 4189[[package]] 4190name = "socket2" 4191version = "0.4.10" 4192source = "registry+https://github.com/rust-lang/crates.io-index" 4193checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 4194dependencies = [ 4195 "libc", 4196 "winapi", 4197] 4198 4199[[package]] 4200name = "socket2" 4201version = "0.5.5" 4202source = "registry+https://github.com/rust-lang/crates.io-index" 4203checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" 4204dependencies = [ 4205 "libc", 4206 "windows-sys 0.48.0", 4207] 4208 4209[[package]] 4210name = "soup2" 4211version = "0.2.1" 4212source = "registry+https://github.com/rust-lang/crates.io-index" 4213checksum = "b2b4d76501d8ba387cf0fefbe055c3e0a59891d09f0f995ae4e4b16f6b60f3c0" 4214dependencies = [ 4215 "bitflags 1.3.2", 4216 "gio", 4217 "glib", 4218 "libc", 4219 "once_cell", 4220 "soup2-sys", 4221] 4222 4223[[package]] 4224name = "soup2-sys" 4225version = "0.2.0" 4226source = "registry+https://github.com/rust-lang/crates.io-index" 4227checksum = "009ef427103fcb17f802871647a7fa6c60cbb654b4c4e4c0ac60a31c5f6dc9cf" 4228dependencies = [ 4229 "bitflags 1.3.2", 4230 "gio-sys", 4231 "glib-sys", 4232 "gobject-sys", 4233 "libc", 4234 "system-deps 5.0.0", 4235] 4236 4237[[package]] 4238name = "stable_deref_trait" 4239version = "1.2.0" 4240source = "registry+https://github.com/rust-lang/crates.io-index" 4241checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 4242 4243[[package]] 4244name = "state" 4245version = "0.5.3" 4246source = "registry+https://github.com/rust-lang/crates.io-index" 4247checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b" 4248dependencies = [ 4249 "loom", 4250] 4251 4252[[package]] 4253name = "string_cache" 4254version = "0.8.7" 4255source = "registry+https://github.com/rust-lang/crates.io-index" 4256checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 4257dependencies = [ 4258 "new_debug_unreachable", 4259 "once_cell", 4260 "parking_lot", 4261 "phf_shared 0.10.0", 4262 "precomputed-hash", 4263 "serde", 4264] 4265 4266[[package]] 4267name = "string_cache_codegen" 4268version = "0.5.2" 4269source = "registry+https://github.com/rust-lang/crates.io-index" 4270checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" 4271dependencies = [ 4272 "phf_generator 0.10.0", 4273 "phf_shared 0.10.0", 4274 "proc-macro2", 4275 "quote", 4276] 4277 4278[[package]] 4279name = "strsim" 4280version = "0.10.0" 4281source = "registry+https://github.com/rust-lang/crates.io-index" 4282checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 4283 4284[[package]] 4285name = "strum" 4286version = "0.25.0" 4287source = "registry+https://github.com/rust-lang/crates.io-index" 4288checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" 4289 4290[[package]] 4291name = "strum_macros" 4292version = "0.25.3" 4293source = "registry+https://github.com/rust-lang/crates.io-index" 4294checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" 4295dependencies = [ 4296 "heck 0.4.1", 4297 "proc-macro2", 4298 "quote", 4299 "rustversion", 4300 "syn 2.0.48", 4301] 4302 4303[[package]] 4304name = "syn" 4305version = "1.0.109" 4306source = "registry+https://github.com/rust-lang/crates.io-index" 4307checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 4308dependencies = [ 4309 "proc-macro2", 4310 "quote", 4311 "unicode-ident", 4312] 4313 4314[[package]] 4315name = "syn" 4316version = "2.0.48" 4317source = "registry+https://github.com/rust-lang/crates.io-index" 4318checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" 4319dependencies = [ 4320 "proc-macro2", 4321 "quote", 4322 "unicode-ident", 4323] 4324 4325[[package]] 4326name = "syn_derive" 4327version = "0.1.8" 4328source = "registry+https://github.com/rust-lang/crates.io-index" 4329checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b" 4330dependencies = [ 4331 "proc-macro-error", 4332 "proc-macro2", 4333 "quote", 4334 "syn 2.0.48", 4335] 4336 4337[[package]] 4338name = "sync_wrapper" 4339version = "0.1.2" 4340source = "registry+https://github.com/rust-lang/crates.io-index" 4341checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 4342 4343[[package]] 4344name = "sys-locale" 4345version = "0.2.4" 4346source = "registry+https://github.com/rust-lang/crates.io-index" 4347checksum = "f8a11bd9c338fdba09f7881ab41551932ad42e405f61d01e8406baea71c07aee" 4348dependencies = [ 4349 "js-sys", 4350 "libc", 4351 "wasm-bindgen", 4352 "web-sys", 4353 "windows-sys 0.45.0", 4354] 4355 4356[[package]] 4357name = "sys-locale" 4358version = "0.3.1" 4359source = "registry+https://github.com/rust-lang/crates.io-index" 4360checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0" 4361dependencies = [ 4362 "libc", 4363] 4364 4365[[package]] 4366name = "system-configuration" 4367version = "0.5.1" 4368source = "registry+https://github.com/rust-lang/crates.io-index" 4369checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 4370dependencies = [ 4371 "bitflags 1.3.2", 4372 "core-foundation", 4373 "system-configuration-sys", 4374] 4375 4376[[package]] 4377name = "system-configuration-sys" 4378version = "0.5.0" 4379source = "registry+https://github.com/rust-lang/crates.io-index" 4380checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 4381dependencies = [ 4382 "core-foundation-sys", 4383 "libc", 4384] 4385 4386[[package]] 4387name = "system-deps" 4388version = "5.0.0" 4389source = "registry+https://github.com/rust-lang/crates.io-index" 4390checksum = "18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e" 4391dependencies = [ 4392 "cfg-expr 0.9.1", 4393 "heck 0.3.3", 4394 "pkg-config", 4395 "toml 0.5.11", 4396 "version-compare 0.0.11", 4397] 4398 4399[[package]] 4400name = "system-deps" 4401version = "6.2.0" 4402source = "registry+https://github.com/rust-lang/crates.io-index" 4403checksum = "2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331" 4404dependencies = [ 4405 "cfg-expr 0.15.6", 4406 "heck 0.4.1", 4407 "pkg-config", 4408 "toml 0.8.9", 4409 "version-compare 0.1.1", 4410] 4411 4412[[package]] 4413name = "tao" 4414version = "0.16.7" 4415source = "registry+https://github.com/rust-lang/crates.io-index" 4416checksum = "d22205b267a679ca1c590b9f178488d50981fc3e48a1b91641ae31593db875ce" 4417dependencies = [ 4418 "bitflags 1.3.2", 4419 "cairo-rs", 4420 "cc", 4421 "cocoa", 4422 "core-foundation", 4423 "core-graphics", 4424 "crossbeam-channel", 4425 "dispatch", 4426 "gdk", 4427 "gdk-pixbuf", 4428 "gdk-sys", 4429 "gdkwayland-sys", 4430 "gdkx11-sys", 4431 "gio", 4432 "glib", 4433 "glib-sys", 4434 "gtk", 4435 "image", 4436 "instant", 4437 "jni", 4438 "lazy_static", 4439 "libc", 4440 "log", 4441 "ndk", 4442 "ndk-context", 4443 "ndk-sys", 4444 "objc", 4445 "once_cell", 4446 "parking_lot", 4447 "png", 4448 "raw-window-handle", 4449 "scopeguard", 4450 "serde", 4451 "tao-macros", 4452 "unicode-segmentation", 4453 "uuid", 4454 "windows 0.39.0", 4455 "windows-implement", 4456 "x11-dl", 4457] 4458 4459[[package]] 4460name = "tao-macros" 4461version = "0.1.2" 4462source = "registry+https://github.com/rust-lang/crates.io-index" 4463checksum = "ec114582505d158b669b136e6851f85840c109819d77c42bb7c0709f727d18c2" 4464dependencies = [ 4465 "proc-macro2", 4466 "quote", 4467 "syn 1.0.109", 4468] 4469 4470[[package]] 4471name = "tap" 4472version = "1.0.1" 4473source = "registry+https://github.com/rust-lang/crates.io-index" 4474checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 4475 4476[[package]] 4477name = "tar" 4478version = "0.4.40" 4479source = "registry+https://github.com/rust-lang/crates.io-index" 4480checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" 4481dependencies = [ 4482 "filetime", 4483 "libc", 4484 "xattr", 4485] 4486 4487[[package]] 4488name = "target-lexicon" 4489version = "0.12.13" 4490source = "registry+https://github.com/rust-lang/crates.io-index" 4491checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae" 4492 4493[[package]] 4494name = "tauri" 4495version = "1.5.4" 4496source = "registry+https://github.com/rust-lang/crates.io-index" 4497checksum = "fd27c04b9543776a972c86ccf70660b517ecabbeced9fb58d8b961a13ad129af" 4498dependencies = [ 4499 "anyhow", 4500 "base64 0.21.7", 4501 "bytes", 4502 "cocoa", 4503 "dirs-next", 4504 "embed_plist", 4505 "encoding_rs", 4506 "flate2", 4507 "futures-util", 4508 "glib", 4509 "glob", 4510 "gtk", 4511 "heck 0.4.1", 4512 "http", 4513 "ignore", 4514 "minisign-verify", 4515 "objc", 4516 "once_cell", 4517 "os_info", 4518 "percent-encoding", 4519 "rand 0.8.5", 4520 "raw-window-handle", 4521 "reqwest", 4522 "rfd", 4523 "semver", 4524 "serde", 4525 "serde_json", 4526 "serde_repr", 4527 "serialize-to-javascript", 4528 "state", 4529 "sys-locale 0.2.4", 4530 "tar", 4531 "tauri-macros", 4532 "tauri-runtime", 4533 "tauri-runtime-wry", 4534 "tauri-utils", 4535 "tempfile", 4536 "thiserror", 4537 "time", 4538 "tokio", 4539 "url", 4540 "uuid", 4541 "webkit2gtk", 4542 "webview2-com", 4543 "windows 0.39.0", 4544 "zip", 4545] 4546 4547[[package]] 4548name = "tauri-build" 4549version = "1.5.1" 4550source = "registry+https://github.com/rust-lang/crates.io-index" 4551checksum = "e9914a4715e0b75d9f387a285c7e26b5bbfeb1249ad9f842675a82481565c532" 4552dependencies = [ 4553 "anyhow", 4554 "cargo_toml", 4555 "dirs-next", 4556 "heck 0.4.1", 4557 "json-patch", 4558 "semver", 4559 "serde", 4560 "serde_json", 4561 "tauri-utils", 4562 "tauri-winres", 4563 "walkdir", 4564] 4565 4566[[package]] 4567name = "tauri-codegen" 4568version = "1.4.2" 4569source = "registry+https://github.com/rust-lang/crates.io-index" 4570checksum = "a1554c5857f65dbc377cefb6b97c8ac77b1cb2a90d30d3448114d5d6b48a77fc" 4571dependencies = [ 4572 "base64 0.21.7", 4573 "brotli", 4574 "ico", 4575 "json-patch", 4576 "plist", 4577 "png", 4578 "proc-macro2", 4579 "quote", 4580 "semver", 4581 "serde", 4582 "serde_json", 4583 "sha2", 4584 "tauri-utils", 4585 "thiserror", 4586 "time", 4587 "uuid", 4588 "walkdir", 4589] 4590 4591[[package]] 4592name = "tauri-macros" 4593version = "1.4.3" 4594source = "registry+https://github.com/rust-lang/crates.io-index" 4595checksum = "277abf361a3a6993ec16bcbb179de0d6518009b851090a01adfea12ac89fa875" 4596dependencies = [ 4597 "heck 0.4.1", 4598 "proc-macro2", 4599 "quote", 4600 "syn 1.0.109", 4601 "tauri-codegen", 4602 "tauri-utils", 4603] 4604 4605[[package]] 4606name = "tauri-runtime" 4607version = "0.14.2" 4608source = "registry+https://github.com/rust-lang/crates.io-index" 4609checksum = "cf2d0652aa2891ff3e9caa2401405257ea29ab8372cce01f186a5825f1bd0e76" 4610dependencies = [ 4611 "gtk", 4612 "http", 4613 "http-range", 4614 "rand 0.8.5", 4615 "raw-window-handle", 4616 "serde", 4617 "serde_json", 4618 "tauri-utils", 4619 "thiserror", 4620 "url", 4621 "uuid", 4622 "webview2-com", 4623 "windows 0.39.0", 4624] 4625 4626[[package]] 4627name = "tauri-runtime-wry" 4628version = "0.14.3" 4629source = "registry+https://github.com/rust-lang/crates.io-index" 4630checksum = "6cae61fbc731f690a4899681c9052dde6d05b159b44563ace8186fc1bfb7d158" 4631dependencies = [ 4632 "cocoa", 4633 "gtk", 4634 "percent-encoding", 4635 "rand 0.8.5", 4636 "raw-window-handle", 4637 "tauri-runtime", 4638 "tauri-utils", 4639 "uuid", 4640 "webkit2gtk", 4641 "webview2-com", 4642 "windows 0.39.0", 4643 "wry", 4644] 4645 4646[[package]] 4647name = "tauri-utils" 4648version = "1.5.2" 4649source = "registry+https://github.com/rust-lang/crates.io-index" 4650checksum = "ece74810b1d3d44f29f732a7ae09a63183d63949bbdd59c61f8ed2a1b70150db" 4651dependencies = [ 4652 "brotli", 4653 "ctor", 4654 "dunce", 4655 "glob", 4656 "heck 0.4.1", 4657 "html5ever", 4658 "infer", 4659 "json-patch", 4660 "kuchikiki", 4661 "log", 4662 "memchr", 4663 "phf 0.11.2", 4664 "proc-macro2", 4665 "quote", 4666 "semver", 4667 "serde", 4668 "serde_json", 4669 "serde_with", 4670 "thiserror", 4671 "url", 4672 "walkdir", 4673 "windows-version", 4674] 4675 4676[[package]] 4677name = "tauri-winres" 4678version = "0.1.1" 4679source = "registry+https://github.com/rust-lang/crates.io-index" 4680checksum = "5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb" 4681dependencies = [ 4682 "embed-resource", 4683 "toml 0.7.8", 4684] 4685 4686[[package]] 4687name = "tempfile" 4688version = "3.9.0" 4689source = "registry+https://github.com/rust-lang/crates.io-index" 4690checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" 4691dependencies = [ 4692 "cfg-if", 4693 "fastrand 2.0.1", 4694 "redox_syscall", 4695 "rustix 0.38.31", 4696 "windows-sys 0.52.0", 4697] 4698 4699[[package]] 4700name = "tendril" 4701version = "0.4.3" 4702source = "registry+https://github.com/rust-lang/crates.io-index" 4703checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 4704dependencies = [ 4705 "futf", 4706 "mac", 4707 "utf-8", 4708] 4709 4710[[package]] 4711name = "term" 4712version = "0.7.0" 4713source = "registry+https://github.com/rust-lang/crates.io-index" 4714checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" 4715dependencies = [ 4716 "dirs-next", 4717 "rustversion", 4718 "winapi", 4719] 4720 4721[[package]] 4722name = "termcolor" 4723version = "1.4.1" 4724source = "registry+https://github.com/rust-lang/crates.io-index" 4725checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 4726dependencies = [ 4727 "winapi-util", 4728] 4729 4730[[package]] 4731name = "termtree" 4732version = "0.4.1" 4733source = "registry+https://github.com/rust-lang/crates.io-index" 4734checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" 4735 4736[[package]] 4737name = "thin-slice" 4738version = "0.1.1" 4739source = "registry+https://github.com/rust-lang/crates.io-index" 4740checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c" 4741 4742[[package]] 4743name = "thiserror" 4744version = "1.0.56" 4745source = "registry+https://github.com/rust-lang/crates.io-index" 4746checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" 4747dependencies = [ 4748 "thiserror-impl", 4749] 4750 4751[[package]] 4752name = "thiserror-impl" 4753version = "1.0.56" 4754source = "registry+https://github.com/rust-lang/crates.io-index" 4755checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" 4756dependencies = [ 4757 "proc-macro2", 4758 "quote", 4759 "syn 2.0.48", 4760] 4761 4762[[package]] 4763name = "thread_local" 4764version = "1.1.7" 4765source = "registry+https://github.com/rust-lang/crates.io-index" 4766checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 4767dependencies = [ 4768 "cfg-if", 4769 "once_cell", 4770] 4771 4772[[package]] 4773name = "time" 4774version = "0.3.36" 4775source = "registry+https://github.com/rust-lang/crates.io-index" 4776checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 4777dependencies = [ 4778 "deranged", 4779 "itoa 1.0.10", 4780 "num-conv", 4781 "powerfmt", 4782 "serde", 4783 "time-core", 4784 "time-macros", 4785] 4786 4787[[package]] 4788name = "time-core" 4789version = "0.1.2" 4790source = "registry+https://github.com/rust-lang/crates.io-index" 4791checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 4792 4793[[package]] 4794name = "time-macros" 4795version = "0.2.18" 4796source = "registry+https://github.com/rust-lang/crates.io-index" 4797checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 4798dependencies = [ 4799 "num-conv", 4800 "time-core", 4801] 4802 4803[[package]] 4804name = "tiny-keccak" 4805version = "2.0.2" 4806source = "registry+https://github.com/rust-lang/crates.io-index" 4807checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 4808dependencies = [ 4809 "crunchy", 4810] 4811 4812[[package]] 4813name = "tinyvec" 4814version = "1.6.0" 4815source = "registry+https://github.com/rust-lang/crates.io-index" 4816checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 4817dependencies = [ 4818 "tinyvec_macros", 4819] 4820 4821[[package]] 4822name = "tinyvec_macros" 4823version = "0.1.1" 4824source = "registry+https://github.com/rust-lang/crates.io-index" 4825checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4826 4827[[package]] 4828name = "tokio" 4829version = "1.36.0" 4830source = "registry+https://github.com/rust-lang/crates.io-index" 4831checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" 4832dependencies = [ 4833 "backtrace", 4834 "bytes", 4835 "libc", 4836 "mio", 4837 "num_cpus", 4838 "parking_lot", 4839 "pin-project-lite", 4840 "signal-hook-registry", 4841 "socket2 0.5.5", 4842 "tokio-macros", 4843 "windows-sys 0.48.0", 4844] 4845 4846[[package]] 4847name = "tokio-macros" 4848version = "2.2.0" 4849source = "registry+https://github.com/rust-lang/crates.io-index" 4850checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" 4851dependencies = [ 4852 "proc-macro2", 4853 "quote", 4854 "syn 2.0.48", 4855] 4856 4857[[package]] 4858name = "tokio-native-tls" 4859version = "0.3.1" 4860source = "registry+https://github.com/rust-lang/crates.io-index" 4861checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 4862dependencies = [ 4863 "native-tls", 4864 "tokio", 4865] 4866 4867[[package]] 4868name = "tokio-util" 4869version = "0.7.10" 4870source = "registry+https://github.com/rust-lang/crates.io-index" 4871checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" 4872dependencies = [ 4873 "bytes", 4874 "futures-core", 4875 "futures-sink", 4876 "pin-project-lite", 4877 "tokio", 4878 "tracing", 4879] 4880 4881[[package]] 4882name = "toml" 4883version = "0.5.11" 4884source = "registry+https://github.com/rust-lang/crates.io-index" 4885checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 4886dependencies = [ 4887 "serde", 4888] 4889 4890[[package]] 4891name = "toml" 4892version = "0.7.8" 4893source = "registry+https://github.com/rust-lang/crates.io-index" 4894checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" 4895dependencies = [ 4896 "serde", 4897 "serde_spanned", 4898 "toml_datetime", 4899 "toml_edit 0.19.15", 4900] 4901 4902[[package]] 4903name = "toml" 4904version = "0.8.9" 4905source = "registry+https://github.com/rust-lang/crates.io-index" 4906checksum = "c6a4b9e8023eb94392d3dca65d717c53abc5dad49c07cb65bb8fcd87115fa325" 4907dependencies = [ 4908 "serde", 4909 "serde_spanned", 4910 "toml_datetime", 4911 "toml_edit 0.21.1", 4912] 4913 4914[[package]] 4915name = "toml_datetime" 4916version = "0.6.5" 4917source = "registry+https://github.com/rust-lang/crates.io-index" 4918checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 4919dependencies = [ 4920 "serde", 4921] 4922 4923[[package]] 4924name = "toml_edit" 4925version = "0.19.15" 4926source = "registry+https://github.com/rust-lang/crates.io-index" 4927checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 4928dependencies = [ 4929 "indexmap 2.2.2", 4930 "serde", 4931 "serde_spanned", 4932 "toml_datetime", 4933 "winnow", 4934] 4935 4936[[package]] 4937name = "toml_edit" 4938version = "0.21.1" 4939source = "registry+https://github.com/rust-lang/crates.io-index" 4940checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" 4941dependencies = [ 4942 "indexmap 2.2.2", 4943 "serde", 4944 "serde_spanned", 4945 "toml_datetime", 4946 "winnow", 4947] 4948 4949[[package]] 4950name = "tower-service" 4951version = "0.3.2" 4952source = "registry+https://github.com/rust-lang/crates.io-index" 4953checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 4954 4955[[package]] 4956name = "tracing" 4957version = "0.1.40" 4958source = "registry+https://github.com/rust-lang/crates.io-index" 4959checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 4960dependencies = [ 4961 "log", 4962 "pin-project-lite", 4963 "tracing-attributes", 4964 "tracing-core", 4965] 4966 4967[[package]] 4968name = "tracing-attributes" 4969version = "0.1.27" 4970source = "registry+https://github.com/rust-lang/crates.io-index" 4971checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 4972dependencies = [ 4973 "proc-macro2", 4974 "quote", 4975 "syn 2.0.48", 4976] 4977 4978[[package]] 4979name = "tracing-core" 4980version = "0.1.32" 4981source = "registry+https://github.com/rust-lang/crates.io-index" 4982checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 4983dependencies = [ 4984 "once_cell", 4985 "valuable", 4986] 4987 4988[[package]] 4989name = "tracing-futures" 4990version = "0.2.5" 4991source = "registry+https://github.com/rust-lang/crates.io-index" 4992checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" 4993dependencies = [ 4994 "pin-project", 4995 "tracing", 4996] 4997 4998[[package]] 4999name = "tracing-log" 5000version = "0.2.0" 5001source = "registry+https://github.com/rust-lang/crates.io-index" 5002checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 5003dependencies = [ 5004 "log", 5005 "once_cell", 5006 "tracing-core", 5007] 5008 5009[[package]] 5010name = "tracing-subscriber" 5011version = "0.3.18" 5012source = "registry+https://github.com/rust-lang/crates.io-index" 5013checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 5014dependencies = [ 5015 "matchers", 5016 "nu-ansi-term", 5017 "once_cell", 5018 "regex", 5019 "sharded-slab", 5020 "smallvec", 5021 "thread_local", 5022 "tracing", 5023 "tracing-core", 5024 "tracing-log", 5025] 5026 5027[[package]] 5028name = "treediff" 5029version = "4.0.2" 5030source = "registry+https://github.com/rust-lang/crates.io-index" 5031checksum = "52984d277bdf2a751072b5df30ec0377febdb02f7696d64c2d7d54630bac4303" 5032dependencies = [ 5033 "serde_json", 5034] 5035 5036[[package]] 5037name = "try-lock" 5038version = "0.2.5" 5039source = "registry+https://github.com/rust-lang/crates.io-index" 5040checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 5041 5042[[package]] 5043name = "typed-builder" 5044version = "0.15.2" 5045source = "registry+https://github.com/rust-lang/crates.io-index" 5046checksum = "7fe83c85a85875e8c4cb9ce4a890f05b23d38cd0d47647db7895d3d2a79566d2" 5047dependencies = [ 5048 "typed-builder-macro", 5049] 5050 5051[[package]] 5052name = "typed-builder-macro" 5053version = "0.15.2" 5054source = "registry+https://github.com/rust-lang/crates.io-index" 5055checksum = "29a3151c41d0b13e3d011f98adc24434560ef06673a155a6c7f66b9879eecce2" 5056dependencies = [ 5057 "proc-macro2", 5058 "quote", 5059 "syn 2.0.48", 5060] 5061 5062[[package]] 5063name = "typenum" 5064version = "1.17.0" 5065source = "registry+https://github.com/rust-lang/crates.io-index" 5066checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 5067 5068[[package]] 5069name = "unicode-bidi" 5070version = "0.3.15" 5071source = "registry+https://github.com/rust-lang/crates.io-index" 5072checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 5073 5074[[package]] 5075name = "unicode-ident" 5076version = "1.0.12" 5077source = "registry+https://github.com/rust-lang/crates.io-index" 5078checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 5079 5080[[package]] 5081name = "unicode-normalization" 5082version = "0.1.22" 5083source = "registry+https://github.com/rust-lang/crates.io-index" 5084checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 5085dependencies = [ 5086 "tinyvec", 5087] 5088 5089[[package]] 5090name = "unicode-segmentation" 5091version = "1.10.1" 5092source = "registry+https://github.com/rust-lang/crates.io-index" 5093checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 5094 5095[[package]] 5096name = "unicode-xid" 5097version = "0.2.4" 5098source = "registry+https://github.com/rust-lang/crates.io-index" 5099checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 5100 5101[[package]] 5102name = "url" 5103version = "2.5.0" 5104source = "registry+https://github.com/rust-lang/crates.io-index" 5105checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 5106dependencies = [ 5107 "form_urlencoded", 5108 "idna", 5109 "percent-encoding", 5110 "serde", 5111] 5112 5113[[package]] 5114name = "utf-8" 5115version = "0.7.6" 5116source = "registry+https://github.com/rust-lang/crates.io-index" 5117checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 5118 5119[[package]] 5120name = "uuid" 5121version = "1.7.0" 5122source = "registry+https://github.com/rust-lang/crates.io-index" 5123checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" 5124dependencies = [ 5125 "getrandom 0.2.12", 5126 "serde", 5127] 5128 5129[[package]] 5130name = "valuable" 5131version = "0.1.0" 5132source = "registry+https://github.com/rust-lang/crates.io-index" 5133checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 5134 5135[[package]] 5136name = "value-bag" 5137version = "1.7.0" 5138source = "registry+https://github.com/rust-lang/crates.io-index" 5139checksum = "126e423afe2dd9ac52142e7e9d5ce4135d7e13776c529d27fd6bc49f19e3280b" 5140 5141[[package]] 5142name = "vcpkg" 5143version = "0.2.15" 5144source = "registry+https://github.com/rust-lang/crates.io-index" 5145checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 5146 5147[[package]] 5148name = "version-compare" 5149version = "0.0.11" 5150source = "registry+https://github.com/rust-lang/crates.io-index" 5151checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b" 5152 5153[[package]] 5154name = "version-compare" 5155version = "0.1.1" 5156source = "registry+https://github.com/rust-lang/crates.io-index" 5157checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29" 5158 5159[[package]] 5160name = "version_check" 5161version = "0.9.4" 5162source = "registry+https://github.com/rust-lang/crates.io-index" 5163checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 5164 5165[[package]] 5166name = "vswhom" 5167version = "0.1.0" 5168source = "registry+https://github.com/rust-lang/crates.io-index" 5169checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" 5170dependencies = [ 5171 "libc", 5172 "vswhom-sys", 5173] 5174 5175[[package]] 5176name = "vswhom-sys" 5177version = "0.1.2" 5178source = "registry+https://github.com/rust-lang/crates.io-index" 5179checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18" 5180dependencies = [ 5181 "cc", 5182 "libc", 5183] 5184 5185[[package]] 5186name = "waker-fn" 5187version = "1.1.1" 5188source = "registry+https://github.com/rust-lang/crates.io-index" 5189checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" 5190 5191[[package]] 5192name = "walkdir" 5193version = "2.4.0" 5194source = "registry+https://github.com/rust-lang/crates.io-index" 5195checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 5196dependencies = [ 5197 "same-file", 5198 "winapi-util", 5199] 5200 5201[[package]] 5202name = "want" 5203version = "0.3.1" 5204source = "registry+https://github.com/rust-lang/crates.io-index" 5205checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 5206dependencies = [ 5207 "try-lock", 5208] 5209 5210[[package]] 5211name = "wasi" 5212version = "0.9.0+wasi-snapshot-preview1" 5213source = "registry+https://github.com/rust-lang/crates.io-index" 5214checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 5215 5216[[package]] 5217name = "wasi" 5218version = "0.11.0+wasi-snapshot-preview1" 5219source = "registry+https://github.com/rust-lang/crates.io-index" 5220checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5221 5222[[package]] 5223name = "wasm-bindgen" 5224version = "0.2.90" 5225source = "registry+https://github.com/rust-lang/crates.io-index" 5226checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406" 5227dependencies = [ 5228 "cfg-if", 5229 "wasm-bindgen-macro", 5230] 5231 5232[[package]] 5233name = "wasm-bindgen-backend" 5234version = "0.2.90" 5235source = "registry+https://github.com/rust-lang/crates.io-index" 5236checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd" 5237dependencies = [ 5238 "bumpalo", 5239 "log", 5240 "once_cell", 5241 "proc-macro2", 5242 "quote", 5243 "syn 2.0.48", 5244 "wasm-bindgen-shared", 5245] 5246 5247[[package]] 5248name = "wasm-bindgen-futures" 5249version = "0.4.40" 5250source = "registry+https://github.com/rust-lang/crates.io-index" 5251checksum = "bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461" 5252dependencies = [ 5253 "cfg-if", 5254 "js-sys", 5255 "wasm-bindgen", 5256 "web-sys", 5257] 5258 5259[[package]] 5260name = "wasm-bindgen-macro" 5261version = "0.2.90" 5262source = "registry+https://github.com/rust-lang/crates.io-index" 5263checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999" 5264dependencies = [ 5265 "quote", 5266 "wasm-bindgen-macro-support", 5267] 5268 5269[[package]] 5270name = "wasm-bindgen-macro-support" 5271version = "0.2.90" 5272source = "registry+https://github.com/rust-lang/crates.io-index" 5273checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7" 5274dependencies = [ 5275 "proc-macro2", 5276 "quote", 5277 "syn 2.0.48", 5278 "wasm-bindgen-backend", 5279 "wasm-bindgen-shared", 5280] 5281 5282[[package]] 5283name = "wasm-bindgen-shared" 5284version = "0.2.90" 5285source = "registry+https://github.com/rust-lang/crates.io-index" 5286checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b" 5287 5288[[package]] 5289name = "wasm-streams" 5290version = "0.4.0" 5291source = "registry+https://github.com/rust-lang/crates.io-index" 5292checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129" 5293dependencies = [ 5294 "futures-util", 5295 "js-sys", 5296 "wasm-bindgen", 5297 "wasm-bindgen-futures", 5298 "web-sys", 5299] 5300 5301[[package]] 5302name = "web-sys" 5303version = "0.3.67" 5304source = "registry+https://github.com/rust-lang/crates.io-index" 5305checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed" 5306dependencies = [ 5307 "js-sys", 5308 "wasm-bindgen", 5309] 5310 5311[[package]] 5312name = "webkit2gtk" 5313version = "0.18.2" 5314source = "registry+https://github.com/rust-lang/crates.io-index" 5315checksum = "b8f859735e4a452aeb28c6c56a852967a8a76c8eb1cc32dbf931ad28a13d6370" 5316dependencies = [ 5317 "bitflags 1.3.2", 5318 "cairo-rs", 5319 "gdk", 5320 "gdk-sys", 5321 "gio", 5322 "gio-sys", 5323 "glib", 5324 "glib-sys", 5325 "gobject-sys", 5326 "gtk", 5327 "gtk-sys", 5328 "javascriptcore-rs", 5329 "libc", 5330 "once_cell", 5331 "soup2", 5332 "webkit2gtk-sys", 5333] 5334 5335[[package]] 5336name = "webkit2gtk-sys" 5337version = "0.18.0" 5338source = "registry+https://github.com/rust-lang/crates.io-index" 5339checksum = "4d76ca6ecc47aeba01ec61e480139dda143796abcae6f83bcddf50d6b5b1dcf3" 5340dependencies = [ 5341 "atk-sys", 5342 "bitflags 1.3.2", 5343 "cairo-sys-rs", 5344 "gdk-pixbuf-sys", 5345 "gdk-sys", 5346 "gio-sys", 5347 "glib-sys", 5348 "gobject-sys", 5349 "gtk-sys", 5350 "javascriptcore-rs-sys", 5351 "libc", 5352 "pango-sys", 5353 "pkg-config", 5354 "soup2-sys", 5355 "system-deps 6.2.0", 5356] 5357 5358[[package]] 5359name = "webview2-com" 5360version = "0.19.1" 5361source = "registry+https://github.com/rust-lang/crates.io-index" 5362checksum = "b4a769c9f1a64a8734bde70caafac2b96cada12cd4aefa49196b3a386b8b4178" 5363dependencies = [ 5364 "webview2-com-macros", 5365 "webview2-com-sys", 5366 "windows 0.39.0", 5367 "windows-implement", 5368] 5369 5370[[package]] 5371name = "webview2-com-macros" 5372version = "0.6.0" 5373source = "registry+https://github.com/rust-lang/crates.io-index" 5374checksum = "eaebe196c01691db62e9e4ca52c5ef1e4fd837dcae27dae3ada599b5a8fd05ac" 5375dependencies = [ 5376 "proc-macro2", 5377 "quote", 5378 "syn 1.0.109", 5379] 5380 5381[[package]] 5382name = "webview2-com-sys" 5383version = "0.19.0" 5384source = "registry+https://github.com/rust-lang/crates.io-index" 5385checksum = "aac48ef20ddf657755fdcda8dfed2a7b4fc7e4581acce6fe9b88c3d64f29dee7" 5386dependencies = [ 5387 "regex", 5388 "serde", 5389 "serde_json", 5390 "thiserror", 5391 "windows 0.39.0", 5392 "windows-bindgen", 5393 "windows-metadata", 5394] 5395 5396[[package]] 5397name = "winapi" 5398version = "0.3.9" 5399source = "registry+https://github.com/rust-lang/crates.io-index" 5400checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5401dependencies = [ 5402 "winapi-i686-pc-windows-gnu", 5403 "winapi-x86_64-pc-windows-gnu", 5404] 5405 5406[[package]] 5407name = "winapi-i686-pc-windows-gnu" 5408version = "0.4.0" 5409source = "registry+https://github.com/rust-lang/crates.io-index" 5410checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5411 5412[[package]] 5413name = "winapi-util" 5414version = "0.1.6" 5415source = "registry+https://github.com/rust-lang/crates.io-index" 5416checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 5417dependencies = [ 5418 "winapi", 5419] 5420 5421[[package]] 5422name = "winapi-x86_64-pc-windows-gnu" 5423version = "0.4.0" 5424source = "registry+https://github.com/rust-lang/crates.io-index" 5425checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5426 5427[[package]] 5428name = "windows" 5429version = "0.37.0" 5430source = "registry+https://github.com/rust-lang/crates.io-index" 5431checksum = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647" 5432dependencies = [ 5433 "windows_aarch64_msvc 0.37.0", 5434 "windows_i686_gnu 0.37.0", 5435 "windows_i686_msvc 0.37.0", 5436 "windows_x86_64_gnu 0.37.0", 5437 "windows_x86_64_msvc 0.37.0", 5438] 5439 5440[[package]] 5441name = "windows" 5442version = "0.39.0" 5443source = "registry+https://github.com/rust-lang/crates.io-index" 5444checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a" 5445dependencies = [ 5446 "windows-implement", 5447 "windows_aarch64_msvc 0.39.0", 5448 "windows_i686_gnu 0.39.0", 5449 "windows_i686_msvc 0.39.0", 5450 "windows_x86_64_gnu 0.39.0", 5451 "windows_x86_64_msvc 0.39.0", 5452] 5453 5454[[package]] 5455name = "windows" 5456version = "0.48.0" 5457source = "registry+https://github.com/rust-lang/crates.io-index" 5458checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 5459dependencies = [ 5460 "windows-targets 0.48.5", 5461] 5462 5463[[package]] 5464name = "windows-bindgen" 5465version = "0.39.0" 5466source = "registry+https://github.com/rust-lang/crates.io-index" 5467checksum = "68003dbd0e38abc0fb85b939240f4bce37c43a5981d3df37ccbaaa981b47cb41" 5468dependencies = [ 5469 "windows-metadata", 5470 "windows-tokens", 5471] 5472 5473[[package]] 5474name = "windows-core" 5475version = "0.52.0" 5476source = "registry+https://github.com/rust-lang/crates.io-index" 5477checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 5478dependencies = [ 5479 "windows-targets 0.52.0", 5480] 5481 5482[[package]] 5483name = "windows-implement" 5484version = "0.39.0" 5485source = "registry+https://github.com/rust-lang/crates.io-index" 5486checksum = "ba01f98f509cb5dc05f4e5fc95e535f78260f15fea8fe1a8abdd08f774f1cee7" 5487dependencies = [ 5488 "syn 1.0.109", 5489 "windows-tokens", 5490] 5491 5492[[package]] 5493name = "windows-metadata" 5494version = "0.39.0" 5495source = "registry+https://github.com/rust-lang/crates.io-index" 5496checksum = "9ee5e275231f07c6e240d14f34e1b635bf1faa1c76c57cfd59a5cdb9848e4278" 5497 5498[[package]] 5499name = "windows-sys" 5500version = "0.45.0" 5501source = "registry+https://github.com/rust-lang/crates.io-index" 5502checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 5503dependencies = [ 5504 "windows-targets 0.42.2", 5505] 5506 5507[[package]] 5508name = "windows-sys" 5509version = "0.48.0" 5510source = "registry+https://github.com/rust-lang/crates.io-index" 5511checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 5512dependencies = [ 5513 "windows-targets 0.48.5", 5514] 5515 5516[[package]] 5517name = "windows-sys" 5518version = "0.52.0" 5519source = "registry+https://github.com/rust-lang/crates.io-index" 5520checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 5521dependencies = [ 5522 "windows-targets 0.52.0", 5523] 5524 5525[[package]] 5526name = "windows-targets" 5527version = "0.42.2" 5528source = "registry+https://github.com/rust-lang/crates.io-index" 5529checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 5530dependencies = [ 5531 "windows_aarch64_gnullvm 0.42.2", 5532 "windows_aarch64_msvc 0.42.2", 5533 "windows_i686_gnu 0.42.2", 5534 "windows_i686_msvc 0.42.2", 5535 "windows_x86_64_gnu 0.42.2", 5536 "windows_x86_64_gnullvm 0.42.2", 5537 "windows_x86_64_msvc 0.42.2", 5538] 5539 5540[[package]] 5541name = "windows-targets" 5542version = "0.48.5" 5543source = "registry+https://github.com/rust-lang/crates.io-index" 5544checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 5545dependencies = [ 5546 "windows_aarch64_gnullvm 0.48.5", 5547 "windows_aarch64_msvc 0.48.5", 5548 "windows_i686_gnu 0.48.5", 5549 "windows_i686_msvc 0.48.5", 5550 "windows_x86_64_gnu 0.48.5", 5551 "windows_x86_64_gnullvm 0.48.5", 5552 "windows_x86_64_msvc 0.48.5", 5553] 5554 5555[[package]] 5556name = "windows-targets" 5557version = "0.52.0" 5558source = "registry+https://github.com/rust-lang/crates.io-index" 5559checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 5560dependencies = [ 5561 "windows_aarch64_gnullvm 0.52.0", 5562 "windows_aarch64_msvc 0.52.0", 5563 "windows_i686_gnu 0.52.0", 5564 "windows_i686_msvc 0.52.0", 5565 "windows_x86_64_gnu 0.52.0", 5566 "windows_x86_64_gnullvm 0.52.0", 5567 "windows_x86_64_msvc 0.52.0", 5568] 5569 5570[[package]] 5571name = "windows-tokens" 5572version = "0.39.0" 5573source = "registry+https://github.com/rust-lang/crates.io-index" 5574checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597" 5575 5576[[package]] 5577name = "windows-version" 5578version = "0.1.0" 5579source = "registry+https://github.com/rust-lang/crates.io-index" 5580checksum = "75aa004c988e080ad34aff5739c39d0312f4684699d6d71fc8a198d057b8b9b4" 5581dependencies = [ 5582 "windows-targets 0.52.0", 5583] 5584 5585[[package]] 5586name = "windows_aarch64_gnullvm" 5587version = "0.42.2" 5588source = "registry+https://github.com/rust-lang/crates.io-index" 5589checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 5590 5591[[package]] 5592name = "windows_aarch64_gnullvm" 5593version = "0.48.5" 5594source = "registry+https://github.com/rust-lang/crates.io-index" 5595checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 5596 5597[[package]] 5598name = "windows_aarch64_gnullvm" 5599version = "0.52.0" 5600source = "registry+https://github.com/rust-lang/crates.io-index" 5601checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 5602 5603[[package]] 5604name = "windows_aarch64_msvc" 5605version = "0.37.0" 5606source = "registry+https://github.com/rust-lang/crates.io-index" 5607checksum = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a" 5608 5609[[package]] 5610name = "windows_aarch64_msvc" 5611version = "0.39.0" 5612source = "registry+https://github.com/rust-lang/crates.io-index" 5613checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2" 5614 5615[[package]] 5616name = "windows_aarch64_msvc" 5617version = "0.42.2" 5618source = "registry+https://github.com/rust-lang/crates.io-index" 5619checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 5620 5621[[package]] 5622name = "windows_aarch64_msvc" 5623version = "0.48.5" 5624source = "registry+https://github.com/rust-lang/crates.io-index" 5625checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 5626 5627[[package]] 5628name = "windows_aarch64_msvc" 5629version = "0.52.0" 5630source = "registry+https://github.com/rust-lang/crates.io-index" 5631checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 5632 5633[[package]] 5634name = "windows_i686_gnu" 5635version = "0.37.0" 5636source = "registry+https://github.com/rust-lang/crates.io-index" 5637checksum = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1" 5638 5639[[package]] 5640name = "windows_i686_gnu" 5641version = "0.39.0" 5642source = "registry+https://github.com/rust-lang/crates.io-index" 5643checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b" 5644 5645[[package]] 5646name = "windows_i686_gnu" 5647version = "0.42.2" 5648source = "registry+https://github.com/rust-lang/crates.io-index" 5649checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 5650 5651[[package]] 5652name = "windows_i686_gnu" 5653version = "0.48.5" 5654source = "registry+https://github.com/rust-lang/crates.io-index" 5655checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 5656 5657[[package]] 5658name = "windows_i686_gnu" 5659version = "0.52.0" 5660source = "registry+https://github.com/rust-lang/crates.io-index" 5661checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 5662 5663[[package]] 5664name = "windows_i686_msvc" 5665version = "0.37.0" 5666source = "registry+https://github.com/rust-lang/crates.io-index" 5667checksum = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c" 5668 5669[[package]] 5670name = "windows_i686_msvc" 5671version = "0.39.0" 5672source = "registry+https://github.com/rust-lang/crates.io-index" 5673checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106" 5674 5675[[package]] 5676name = "windows_i686_msvc" 5677version = "0.42.2" 5678source = "registry+https://github.com/rust-lang/crates.io-index" 5679checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 5680 5681[[package]] 5682name = "windows_i686_msvc" 5683version = "0.48.5" 5684source = "registry+https://github.com/rust-lang/crates.io-index" 5685checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 5686 5687[[package]] 5688name = "windows_i686_msvc" 5689version = "0.52.0" 5690source = "registry+https://github.com/rust-lang/crates.io-index" 5691checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 5692 5693[[package]] 5694name = "windows_x86_64_gnu" 5695version = "0.37.0" 5696source = "registry+https://github.com/rust-lang/crates.io-index" 5697checksum = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d" 5698 5699[[package]] 5700name = "windows_x86_64_gnu" 5701version = "0.39.0" 5702source = "registry+https://github.com/rust-lang/crates.io-index" 5703checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65" 5704 5705[[package]] 5706name = "windows_x86_64_gnu" 5707version = "0.42.2" 5708source = "registry+https://github.com/rust-lang/crates.io-index" 5709checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 5710 5711[[package]] 5712name = "windows_x86_64_gnu" 5713version = "0.48.5" 5714source = "registry+https://github.com/rust-lang/crates.io-index" 5715checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 5716 5717[[package]] 5718name = "windows_x86_64_gnu" 5719version = "0.52.0" 5720source = "registry+https://github.com/rust-lang/crates.io-index" 5721checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 5722 5723[[package]] 5724name = "windows_x86_64_gnullvm" 5725version = "0.42.2" 5726source = "registry+https://github.com/rust-lang/crates.io-index" 5727checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 5728 5729[[package]] 5730name = "windows_x86_64_gnullvm" 5731version = "0.48.5" 5732source = "registry+https://github.com/rust-lang/crates.io-index" 5733checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 5734 5735[[package]] 5736name = "windows_x86_64_gnullvm" 5737version = "0.52.0" 5738source = "registry+https://github.com/rust-lang/crates.io-index" 5739checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 5740 5741[[package]] 5742name = "windows_x86_64_msvc" 5743version = "0.37.0" 5744source = "registry+https://github.com/rust-lang/crates.io-index" 5745checksum = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d" 5746 5747[[package]] 5748name = "windows_x86_64_msvc" 5749version = "0.39.0" 5750source = "registry+https://github.com/rust-lang/crates.io-index" 5751checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809" 5752 5753[[package]] 5754name = "windows_x86_64_msvc" 5755version = "0.42.2" 5756source = "registry+https://github.com/rust-lang/crates.io-index" 5757checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 5758 5759[[package]] 5760name = "windows_x86_64_msvc" 5761version = "0.48.5" 5762source = "registry+https://github.com/rust-lang/crates.io-index" 5763checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 5764 5765[[package]] 5766name = "windows_x86_64_msvc" 5767version = "0.52.0" 5768source = "registry+https://github.com/rust-lang/crates.io-index" 5769checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 5770 5771[[package]] 5772name = "winnow" 5773version = "0.5.37" 5774source = "registry+https://github.com/rust-lang/crates.io-index" 5775checksum = "a7cad8365489051ae9f054164e459304af2e7e9bb407c958076c8bf4aef52da5" 5776dependencies = [ 5777 "memchr", 5778] 5779 5780[[package]] 5781name = "winreg" 5782version = "0.50.0" 5783source = "registry+https://github.com/rust-lang/crates.io-index" 5784checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 5785dependencies = [ 5786 "cfg-if", 5787 "windows-sys 0.48.0", 5788] 5789 5790[[package]] 5791name = "winreg" 5792version = "0.51.0" 5793source = "registry+https://github.com/rust-lang/crates.io-index" 5794checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc" 5795dependencies = [ 5796 "cfg-if", 5797 "windows-sys 0.48.0", 5798] 5799 5800[[package]] 5801name = "wry" 5802version = "0.24.7" 5803source = "registry+https://github.com/rust-lang/crates.io-index" 5804checksum = "6ad85d0e067359e409fcb88903c3eac817c392e5d638258abfb3da5ad8ba6fc4" 5805dependencies = [ 5806 "base64 0.13.1", 5807 "block", 5808 "cocoa", 5809 "core-graphics", 5810 "crossbeam-channel", 5811 "dunce", 5812 "gdk", 5813 "gio", 5814 "glib", 5815 "gtk", 5816 "html5ever", 5817 "http", 5818 "kuchikiki", 5819 "libc", 5820 "log", 5821 "objc", 5822 "objc_id", 5823 "once_cell", 5824 "serde", 5825 "serde_json", 5826 "sha2", 5827 "soup2", 5828 "tao", 5829 "thiserror", 5830 "url", 5831 "webkit2gtk", 5832 "webkit2gtk-sys", 5833 "webview2-com", 5834 "windows 0.39.0", 5835 "windows-implement", 5836] 5837 5838[[package]] 5839name = "wyz" 5840version = "0.5.1" 5841source = "registry+https://github.com/rust-lang/crates.io-index" 5842checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 5843dependencies = [ 5844 "tap", 5845] 5846 5847[[package]] 5848name = "x11" 5849version = "2.21.0" 5850source = "registry+https://github.com/rust-lang/crates.io-index" 5851checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e" 5852dependencies = [ 5853 "libc", 5854 "pkg-config", 5855] 5856 5857[[package]] 5858name = "x11-dl" 5859version = "2.21.0" 5860source = "registry+https://github.com/rust-lang/crates.io-index" 5861checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 5862dependencies = [ 5863 "libc", 5864 "once_cell", 5865 "pkg-config", 5866] 5867 5868[[package]] 5869name = "xattr" 5870version = "1.3.1" 5871source = "registry+https://github.com/rust-lang/crates.io-index" 5872checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" 5873dependencies = [ 5874 "libc", 5875 "linux-raw-sys 0.4.13", 5876 "rustix 0.38.31", 5877] 5878 5879[[package]] 5880name = "zerocopy" 5881version = "0.6.6" 5882source = "registry+https://github.com/rust-lang/crates.io-index" 5883checksum = "854e949ac82d619ee9a14c66a1b674ac730422372ccb759ce0c39cabcf2bf8e6" 5884dependencies = [ 5885 "byteorder", 5886 "zerocopy-derive 0.6.6", 5887] 5888 5889[[package]] 5890name = "zerocopy" 5891version = "0.7.32" 5892source = "registry+https://github.com/rust-lang/crates.io-index" 5893checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" 5894dependencies = [ 5895 "zerocopy-derive 0.7.32", 5896] 5897 5898[[package]] 5899name = "zerocopy-derive" 5900version = "0.6.6" 5901source = "registry+https://github.com/rust-lang/crates.io-index" 5902checksum = "125139de3f6b9d625c39e2efdd73d41bdac468ccd556556440e322be0e1bbd91" 5903dependencies = [ 5904 "proc-macro2", 5905 "quote", 5906 "syn 2.0.48", 5907] 5908 5909[[package]] 5910name = "zerocopy-derive" 5911version = "0.7.32" 5912source = "registry+https://github.com/rust-lang/crates.io-index" 5913checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" 5914dependencies = [ 5915 "proc-macro2", 5916 "quote", 5917 "syn 2.0.48", 5918] 5919 5920[[package]] 5921name = "zip" 5922version = "0.6.6" 5923source = "registry+https://github.com/rust-lang/crates.io-index" 5924checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" 5925dependencies = [ 5926 "byteorder", 5927 "crc32fast", 5928 "crossbeam-utils", 5929]