Merge pull request #256675 from tc-kaluza/feat/init-insulator2

insulator2: init at 2.12.2

authored by Emily Trau and committed by GitHub f1750de0 ca032865

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