warp: 0.4 -> 0.5.2

Diff: https://gitlab.gnome.org/World/warp/-/compare/v0.4...v0.5.2

authored by Robert Schütz and committed by Robert Schütz 2e0f01cc 182da0a7

+6 -3483
-3476
pkgs/applications/networking/warp/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 = "addr2line" 7 - version = "0.19.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler" 16 - version = "1.0.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 - 20 - [[package]] 21 - name = "aead" 22 - version = "0.4.3" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" 25 - dependencies = [ 26 - "generic-array", 27 - "rand_core 0.6.4", 28 - ] 29 - 30 - [[package]] 31 - name = "aes" 32 - version = "0.7.5" 33 - source = "registry+https://github.com/rust-lang/crates.io-index" 34 - checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" 35 - dependencies = [ 36 - "cfg-if", 37 - "cipher", 38 - "cpufeatures", 39 - "opaque-debug", 40 - ] 41 - 42 - [[package]] 43 - name = "aes-gcm" 44 - version = "0.9.4" 45 - source = "registry+https://github.com/rust-lang/crates.io-index" 46 - checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6" 47 - dependencies = [ 48 - "aead", 49 - "aes", 50 - "cipher", 51 - "ctr", 52 - "ghash", 53 - "subtle", 54 - ] 55 - 56 - [[package]] 57 - name = "aho-corasick" 58 - version = "0.7.20" 59 - source = "registry+https://github.com/rust-lang/crates.io-index" 60 - checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 61 - dependencies = [ 62 - "memchr", 63 - ] 64 - 65 - [[package]] 66 - name = "android_system_properties" 67 - version = "0.1.5" 68 - source = "registry+https://github.com/rust-lang/crates.io-index" 69 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 70 - dependencies = [ 71 - "libc", 72 - ] 73 - 74 - [[package]] 75 - name = "anyhow" 76 - version = "1.0.68" 77 - source = "registry+https://github.com/rust-lang/crates.io-index" 78 - checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" 79 - 80 - [[package]] 81 - name = "arrayvec" 82 - version = "0.7.2" 83 - source = "registry+https://github.com/rust-lang/crates.io-index" 84 - checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 85 - 86 - [[package]] 87 - name = "async-attributes" 88 - version = "1.1.2" 89 - source = "registry+https://github.com/rust-lang/crates.io-index" 90 - checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5" 91 - dependencies = [ 92 - "quote", 93 - "syn", 94 - ] 95 - 96 - [[package]] 97 - name = "async-broadcast" 98 - version = "0.5.0" 99 - source = "registry+https://github.com/rust-lang/crates.io-index" 100 - checksum = "1b19760fa2b7301cf235360ffd6d3558b1ed4249edd16d6cca8d690cee265b95" 101 - dependencies = [ 102 - "event-listener", 103 - "futures-core", 104 - "parking_lot", 105 - ] 106 - 107 - [[package]] 108 - name = "async-channel" 109 - version = "1.8.0" 110 - source = "registry+https://github.com/rust-lang/crates.io-index" 111 - checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" 112 - dependencies = [ 113 - "concurrent-queue", 114 - "event-listener", 115 - "futures-core", 116 - ] 117 - 118 - [[package]] 119 - name = "async-executor" 120 - version = "1.5.0" 121 - source = "registry+https://github.com/rust-lang/crates.io-index" 122 - checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b" 123 - dependencies = [ 124 - "async-lock", 125 - "async-task", 126 - "concurrent-queue", 127 - "fastrand", 128 - "futures-lite", 129 - "slab", 130 - ] 131 - 132 - [[package]] 133 - name = "async-fs" 134 - version = "1.6.0" 135 - source = "registry+https://github.com/rust-lang/crates.io-index" 136 - checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" 137 - dependencies = [ 138 - "async-lock", 139 - "autocfg", 140 - "blocking", 141 - "futures-lite", 142 - ] 143 - 144 - [[package]] 145 - name = "async-global-executor" 146 - version = "2.3.1" 147 - source = "registry+https://github.com/rust-lang/crates.io-index" 148 - checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776" 149 - dependencies = [ 150 - "async-channel", 151 - "async-executor", 152 - "async-io", 153 - "async-lock", 154 - "blocking", 155 - "futures-lite", 156 - "once_cell", 157 - ] 158 - 159 - [[package]] 160 - name = "async-io" 161 - version = "1.12.0" 162 - source = "registry+https://github.com/rust-lang/crates.io-index" 163 - checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794" 164 - dependencies = [ 165 - "async-lock", 166 - "autocfg", 167 - "concurrent-queue", 168 - "futures-lite", 169 - "libc", 170 - "log", 171 - "parking", 172 - "polling", 173 - "slab", 174 - "socket2", 175 - "waker-fn", 176 - "windows-sys", 177 - ] 178 - 179 - [[package]] 180 - name = "async-lock" 181 - version = "2.6.0" 182 - source = "registry+https://github.com/rust-lang/crates.io-index" 183 - checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685" 184 - dependencies = [ 185 - "event-listener", 186 - "futures-lite", 187 - ] 188 - 189 - [[package]] 190 - name = "async-net" 191 - version = "1.7.0" 192 - source = "registry+https://github.com/rust-lang/crates.io-index" 193 - checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f" 194 - dependencies = [ 195 - "async-io", 196 - "autocfg", 197 - "blocking", 198 - "futures-lite", 199 - ] 200 - 201 - [[package]] 202 - name = "async-process" 203 - version = "1.6.0" 204 - source = "registry+https://github.com/rust-lang/crates.io-index" 205 - checksum = "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4" 206 - dependencies = [ 207 - "async-io", 208 - "async-lock", 209 - "autocfg", 210 - "blocking", 211 - "cfg-if", 212 - "event-listener", 213 - "futures-lite", 214 - "libc", 215 - "signal-hook", 216 - "windows-sys", 217 - ] 218 - 219 - [[package]] 220 - name = "async-recursion" 221 - version = "1.0.2" 222 - source = "registry+https://github.com/rust-lang/crates.io-index" 223 - checksum = "3b015a331cc64ebd1774ba119538573603427eaace0a1950c423ab971f903796" 224 - dependencies = [ 225 - "proc-macro2", 226 - "quote", 227 - "syn", 228 - ] 229 - 230 - [[package]] 231 - name = "async-std" 232 - version = "1.12.0" 233 - source = "registry+https://github.com/rust-lang/crates.io-index" 234 - checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" 235 - dependencies = [ 236 - "async-attributes", 237 - "async-channel", 238 - "async-global-executor", 239 - "async-io", 240 - "async-lock", 241 - "async-process", 242 - "crossbeam-utils", 243 - "futures-channel", 244 - "futures-core", 245 - "futures-io", 246 - "futures-lite", 247 - "gloo-timers", 248 - "kv-log-macro", 249 - "log", 250 - "memchr", 251 - "once_cell", 252 - "pin-project-lite", 253 - "pin-utils", 254 - "slab", 255 - "wasm-bindgen-futures", 256 - ] 257 - 258 - [[package]] 259 - name = "async-tar" 260 - version = "0.4.2" 261 - source = "registry+https://github.com/rust-lang/crates.io-index" 262 - checksum = "5c49359998a76e32ef6e870dbc079ebad8f1e53e8441c5dd39d27b44493fe331" 263 - dependencies = [ 264 - "async-std", 265 - "filetime", 266 - "libc", 267 - "pin-project", 268 - "redox_syscall", 269 - "xattr", 270 - ] 271 - 272 - [[package]] 273 - name = "async-task" 274 - version = "4.3.0" 275 - source = "registry+https://github.com/rust-lang/crates.io-index" 276 - checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524" 277 - 278 - [[package]] 279 - name = "async-tls" 280 - version = "0.11.0" 281 - source = "registry+https://github.com/rust-lang/crates.io-index" 282 - checksum = "2f23d769dbf1838d5df5156e7b1ad404f4c463d1ac2c6aeb6cd943630f8a8400" 283 - dependencies = [ 284 - "futures-core", 285 - "futures-io", 286 - "rustls", 287 - "webpki", 288 - "webpki-roots", 289 - ] 290 - 291 - [[package]] 292 - name = "async-trait" 293 - version = "0.1.62" 294 - source = "registry+https://github.com/rust-lang/crates.io-index" 295 - checksum = "689894c2db1ea643a50834b999abf1c110887402542955ff5451dab8f861f9ed" 296 - dependencies = [ 297 - "proc-macro2", 298 - "quote", 299 - "syn", 300 - ] 301 - 302 - [[package]] 303 - name = "async-tungstenite" 304 - version = "0.17.2" 305 - source = "registry+https://github.com/rust-lang/crates.io-index" 306 - checksum = "a1b71b31561643aa8e7df3effe284fa83ab1a840e52294c5f4bd7bfd8b2becbb" 307 - dependencies = [ 308 - "async-std", 309 - "async-tls", 310 - "futures-io", 311 - "futures-util", 312 - "log", 313 - "pin-project-lite", 314 - "tungstenite", 315 - ] 316 - 317 - [[package]] 318 - name = "atomic-waker" 319 - version = "1.1.0" 320 - source = "registry+https://github.com/rust-lang/crates.io-index" 321 - checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599" 322 - 323 - [[package]] 324 - name = "atty" 325 - version = "0.2.14" 326 - source = "registry+https://github.com/rust-lang/crates.io-index" 327 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 328 - dependencies = [ 329 - "hermit-abi", 330 - "libc", 331 - "winapi", 332 - ] 333 - 334 - [[package]] 335 - name = "autocfg" 336 - version = "1.1.0" 337 - source = "registry+https://github.com/rust-lang/crates.io-index" 338 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 339 - 340 - [[package]] 341 - name = "backtrace" 342 - version = "0.3.67" 343 - source = "registry+https://github.com/rust-lang/crates.io-index" 344 - checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" 345 - dependencies = [ 346 - "addr2line", 347 - "cc", 348 - "cfg-if", 349 - "libc", 350 - "miniz_oxide", 351 - "object", 352 - "rustc-demangle", 353 - ] 354 - 355 - [[package]] 356 - name = "base64" 357 - version = "0.13.1" 358 - source = "registry+https://github.com/rust-lang/crates.io-index" 359 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 360 - 361 - [[package]] 362 - name = "base64" 363 - version = "0.20.0" 364 - source = "registry+https://github.com/rust-lang/crates.io-index" 365 - checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5" 366 - 367 - [[package]] 368 - name = "bitflags" 369 - version = "1.3.2" 370 - source = "registry+https://github.com/rust-lang/crates.io-index" 371 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 372 - 373 - [[package]] 374 - name = "blake2" 375 - version = "0.10.6" 376 - source = "registry+https://github.com/rust-lang/crates.io-index" 377 - checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" 378 - dependencies = [ 379 - "digest 0.10.6", 380 - ] 381 - 382 - [[package]] 383 - name = "block" 384 - version = "0.1.6" 385 - source = "registry+https://github.com/rust-lang/crates.io-index" 386 - checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 387 - 388 - [[package]] 389 - name = "block-buffer" 390 - version = "0.10.3" 391 - source = "registry+https://github.com/rust-lang/crates.io-index" 392 - checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" 393 - dependencies = [ 394 - "generic-array", 395 - ] 396 - 397 - [[package]] 398 - name = "blocking" 399 - version = "1.3.0" 400 - source = "registry+https://github.com/rust-lang/crates.io-index" 401 - checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8" 402 - dependencies = [ 403 - "async-channel", 404 - "async-lock", 405 - "async-task", 406 - "atomic-waker", 407 - "fastrand", 408 - "futures-lite", 409 - ] 410 - 411 - [[package]] 412 - name = "bumpalo" 413 - version = "3.12.0" 414 - source = "registry+https://github.com/rust-lang/crates.io-index" 415 - checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 416 - 417 - [[package]] 418 - name = "bytecodec" 419 - version = "0.4.15" 420 - source = "registry+https://github.com/rust-lang/crates.io-index" 421 - checksum = "adf4c9d0bbf32eea58d7c0f812058138ee8edaf0f2802b6d03561b504729a325" 422 - dependencies = [ 423 - "byteorder", 424 - "trackable 0.2.24", 425 - ] 426 - 427 - [[package]] 428 - name = "bytemuck" 429 - version = "1.13.0" 430 - source = "registry+https://github.com/rust-lang/crates.io-index" 431 - checksum = "c041d3eab048880cb0b86b256447da3f18859a163c3b8d8893f4e6368abe6393" 432 - 433 - [[package]] 434 - name = "byteorder" 435 - version = "1.4.3" 436 - source = "registry+https://github.com/rust-lang/crates.io-index" 437 - checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 438 - 439 - [[package]] 440 - name = "bytes" 441 - version = "1.3.0" 442 - source = "registry+https://github.com/rust-lang/crates.io-index" 443 - checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c" 444 - 445 - [[package]] 446 - name = "bzip2" 447 - version = "0.4.4" 448 - source = "registry+https://github.com/rust-lang/crates.io-index" 449 - checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" 450 - dependencies = [ 451 - "bzip2-sys", 452 - "libc", 453 - ] 454 - 455 - [[package]] 456 - name = "bzip2-sys" 457 - version = "0.1.11+1.0.8" 458 - source = "registry+https://github.com/rust-lang/crates.io-index" 459 - checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 460 - dependencies = [ 461 - "cc", 462 - "libc", 463 - "pkg-config", 464 - ] 465 - 466 - [[package]] 467 - name = "cache-padded" 468 - version = "1.2.0" 469 - source = "registry+https://github.com/rust-lang/crates.io-index" 470 - checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c" 471 - 472 - [[package]] 473 - name = "cairo-rs" 474 - version = "0.16.7" 475 - source = "registry+https://github.com/rust-lang/crates.io-index" 476 - checksum = "f3125b15ec28b84c238f6f476c6034016a5f6cc0221cb514ca46c532139fc97d" 477 - dependencies = [ 478 - "bitflags", 479 - "cairo-sys-rs", 480 - "glib", 481 - "libc", 482 - "once_cell", 483 - "thiserror", 484 - ] 485 - 486 - [[package]] 487 - name = "cairo-sys-rs" 488 - version = "0.16.3" 489 - source = "registry+https://github.com/rust-lang/crates.io-index" 490 - checksum = "7c48f4af05fabdcfa9658178e1326efa061853f040ce7d72e33af6885196f421" 491 - dependencies = [ 492 - "glib-sys", 493 - "libc", 494 - "system-deps", 495 - ] 496 - 497 - [[package]] 498 - name = "cc" 499 - version = "1.0.78" 500 - source = "registry+https://github.com/rust-lang/crates.io-index" 501 - checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d" 502 - 503 - [[package]] 504 - name = "cfg-expr" 505 - version = "0.11.0" 506 - source = "registry+https://github.com/rust-lang/crates.io-index" 507 - checksum = "b0357a6402b295ca3a86bc148e84df46c02e41f41fef186bda662557ef6328aa" 508 - dependencies = [ 509 - "smallvec", 510 - ] 511 - 512 - [[package]] 513 - name = "cfg-if" 514 - version = "1.0.0" 515 - source = "registry+https://github.com/rust-lang/crates.io-index" 516 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 517 - 518 - [[package]] 519 - name = "chacha20" 520 - version = "0.8.2" 521 - source = "registry+https://github.com/rust-lang/crates.io-index" 522 - checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6" 523 - dependencies = [ 524 - "cfg-if", 525 - "cipher", 526 - "cpufeatures", 527 - "zeroize", 528 - ] 529 - 530 - [[package]] 531 - name = "chacha20poly1305" 532 - version = "0.9.1" 533 - source = "registry+https://github.com/rust-lang/crates.io-index" 534 - checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5" 535 - dependencies = [ 536 - "aead", 537 - "chacha20", 538 - "cipher", 539 - "poly1305", 540 - "zeroize", 541 - ] 542 - 543 - [[package]] 544 - name = "checked_int_cast" 545 - version = "1.0.0" 546 - source = "registry+https://github.com/rust-lang/crates.io-index" 547 - checksum = "17cc5e6b5ab06331c33589842070416baa137e8b0eb912b008cfd4a78ada7919" 548 - 549 - [[package]] 550 - name = "chrono" 551 - version = "0.4.23" 552 - source = "registry+https://github.com/rust-lang/crates.io-index" 553 - checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" 554 - dependencies = [ 555 - "iana-time-zone", 556 - "js-sys", 557 - "num-integer", 558 - "num-traits", 559 - "time 0.1.45", 560 - "wasm-bindgen", 561 - "winapi", 562 - ] 563 - 564 - [[package]] 565 - name = "cipher" 566 - version = "0.3.0" 567 - source = "registry+https://github.com/rust-lang/crates.io-index" 568 - checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" 569 - dependencies = [ 570 - "generic-array", 571 - ] 572 - 573 - [[package]] 574 - name = "codespan-reporting" 575 - version = "0.11.1" 576 - source = "registry+https://github.com/rust-lang/crates.io-index" 577 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 578 - dependencies = [ 579 - "termcolor", 580 - "unicode-width", 581 - ] 582 - 583 - [[package]] 584 - name = "color_quant" 585 - version = "1.1.0" 586 - source = "registry+https://github.com/rust-lang/crates.io-index" 587 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 588 - 589 - [[package]] 590 - name = "concurrent-queue" 591 - version = "2.1.0" 592 - source = "registry+https://github.com/rust-lang/crates.io-index" 593 - checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e" 594 - dependencies = [ 595 - "crossbeam-utils", 596 - ] 597 - 598 - [[package]] 599 - name = "core-foundation-sys" 600 - version = "0.8.3" 601 - source = "registry+https://github.com/rust-lang/crates.io-index" 602 - checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 603 - 604 - [[package]] 605 - name = "cpufeatures" 606 - version = "0.2.5" 607 - source = "registry+https://github.com/rust-lang/crates.io-index" 608 - checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" 609 - dependencies = [ 610 - "libc", 611 - ] 612 - 613 - [[package]] 614 - name = "crc" 615 - version = "2.1.0" 616 - source = "registry+https://github.com/rust-lang/crates.io-index" 617 - checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23" 618 - dependencies = [ 619 - "crc-catalog", 620 - ] 621 - 622 - [[package]] 623 - name = "crc-catalog" 624 - version = "1.1.1" 625 - source = "registry+https://github.com/rust-lang/crates.io-index" 626 - checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403" 627 - 628 - [[package]] 629 - name = "crc32fast" 630 - version = "1.3.2" 631 - source = "registry+https://github.com/rust-lang/crates.io-index" 632 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 633 - dependencies = [ 634 - "cfg-if", 635 - ] 636 - 637 - [[package]] 638 - name = "crossbeam-utils" 639 - version = "0.8.14" 640 - source = "registry+https://github.com/rust-lang/crates.io-index" 641 - checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" 642 - dependencies = [ 643 - "cfg-if", 644 - ] 645 - 646 - [[package]] 647 - name = "crypto-common" 648 - version = "0.1.6" 649 - source = "registry+https://github.com/rust-lang/crates.io-index" 650 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 651 - dependencies = [ 652 - "generic-array", 653 - "typenum", 654 - ] 655 - 656 - [[package]] 657 - name = "ctor" 658 - version = "0.1.26" 659 - source = "registry+https://github.com/rust-lang/crates.io-index" 660 - checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 661 - dependencies = [ 662 - "quote", 663 - "syn", 664 - ] 665 - 666 - [[package]] 667 - name = "ctr" 668 - version = "0.8.0" 669 - source = "registry+https://github.com/rust-lang/crates.io-index" 670 - checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea" 671 - dependencies = [ 672 - "cipher", 673 - ] 674 - 675 - [[package]] 676 - name = "curve25519-dalek" 677 - version = "3.2.1" 678 - source = "registry+https://github.com/rust-lang/crates.io-index" 679 - checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0" 680 - dependencies = [ 681 - "byteorder", 682 - "digest 0.9.0", 683 - "rand_core 0.5.1", 684 - "subtle", 685 - "zeroize", 686 - ] 687 - 688 - [[package]] 689 - name = "cxx" 690 - version = "1.0.87" 691 - source = "registry+https://github.com/rust-lang/crates.io-index" 692 - checksum = "b61a7545f753a88bcbe0a70de1fcc0221e10bfc752f576754fa91e663db1622e" 693 - dependencies = [ 694 - "cc", 695 - "cxxbridge-flags", 696 - "cxxbridge-macro", 697 - "link-cplusplus", 698 - ] 699 - 700 - [[package]] 701 - name = "cxx-build" 702 - version = "1.0.87" 703 - source = "registry+https://github.com/rust-lang/crates.io-index" 704 - checksum = "f464457d494b5ed6905c63b0c4704842aba319084a0a3561cdc1359536b53200" 705 - dependencies = [ 706 - "cc", 707 - "codespan-reporting", 708 - "once_cell", 709 - "proc-macro2", 710 - "quote", 711 - "scratch", 712 - "syn", 713 - ] 714 - 715 - [[package]] 716 - name = "cxxbridge-flags" 717 - version = "1.0.87" 718 - source = "registry+https://github.com/rust-lang/crates.io-index" 719 - checksum = "43c7119ce3a3701ed81aca8410b9acf6fc399d2629d057b87e2efa4e63a3aaea" 720 - 721 - [[package]] 722 - name = "cxxbridge-macro" 723 - version = "1.0.87" 724 - source = "registry+https://github.com/rust-lang/crates.io-index" 725 - checksum = "65e07508b90551e610910fa648a1878991d367064997a596135b86df30daf07e" 726 - dependencies = [ 727 - "proc-macro2", 728 - "quote", 729 - "syn", 730 - ] 731 - 732 - [[package]] 733 - name = "darling" 734 - version = "0.10.2" 735 - source = "registry+https://github.com/rust-lang/crates.io-index" 736 - checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858" 737 - dependencies = [ 738 - "darling_core", 739 - "darling_macro", 740 - ] 741 - 742 - [[package]] 743 - name = "darling_core" 744 - version = "0.10.2" 745 - source = "registry+https://github.com/rust-lang/crates.io-index" 746 - checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b" 747 - dependencies = [ 748 - "fnv", 749 - "ident_case", 750 - "proc-macro2", 751 - "quote", 752 - "strsim", 753 - "syn", 754 - ] 755 - 756 - [[package]] 757 - name = "darling_macro" 758 - version = "0.10.2" 759 - source = "registry+https://github.com/rust-lang/crates.io-index" 760 - checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72" 761 - dependencies = [ 762 - "darling_core", 763 - "quote", 764 - "syn", 765 - ] 766 - 767 - [[package]] 768 - name = "derivative" 769 - version = "2.2.0" 770 - source = "registry+https://github.com/rust-lang/crates.io-index" 771 - checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 772 - dependencies = [ 773 - "proc-macro2", 774 - "quote", 775 - "syn", 776 - ] 777 - 778 - [[package]] 779 - name = "derive_more" 780 - version = "0.99.17" 781 - source = "registry+https://github.com/rust-lang/crates.io-index" 782 - checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" 783 - dependencies = [ 784 - "proc-macro2", 785 - "quote", 786 - "syn", 787 - ] 788 - 789 - [[package]] 790 - name = "digest" 791 - version = "0.9.0" 792 - source = "registry+https://github.com/rust-lang/crates.io-index" 793 - checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" 794 - dependencies = [ 795 - "generic-array", 796 - ] 797 - 798 - [[package]] 799 - name = "digest" 800 - version = "0.10.6" 801 - source = "registry+https://github.com/rust-lang/crates.io-index" 802 - checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" 803 - dependencies = [ 804 - "block-buffer", 805 - "crypto-common", 806 - "subtle", 807 - ] 808 - 809 - [[package]] 810 - name = "dirs" 811 - version = "4.0.0" 812 - source = "registry+https://github.com/rust-lang/crates.io-index" 813 - checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 814 - dependencies = [ 815 - "dirs-sys", 816 - ] 817 - 818 - [[package]] 819 - name = "dirs-sys" 820 - version = "0.3.7" 821 - source = "registry+https://github.com/rust-lang/crates.io-index" 822 - checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 823 - dependencies = [ 824 - "libc", 825 - "redox_users", 826 - "winapi", 827 - ] 828 - 829 - [[package]] 830 - name = "enumflags2" 831 - version = "0.7.5" 832 - source = "registry+https://github.com/rust-lang/crates.io-index" 833 - checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb" 834 - dependencies = [ 835 - "enumflags2_derive", 836 - "serde", 837 - ] 838 - 839 - [[package]] 840 - name = "enumflags2_derive" 841 - version = "0.7.4" 842 - source = "registry+https://github.com/rust-lang/crates.io-index" 843 - checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae" 844 - dependencies = [ 845 - "proc-macro2", 846 - "quote", 847 - "syn", 848 - ] 849 - 850 - [[package]] 851 - name = "env_logger" 852 - version = "0.7.1" 853 - source = "registry+https://github.com/rust-lang/crates.io-index" 854 - checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" 855 - dependencies = [ 856 - "atty", 857 - "humantime", 858 - "log", 859 - "regex", 860 - "termcolor", 861 - ] 862 - 863 - [[package]] 864 - name = "errno" 865 - version = "0.2.8" 866 - source = "registry+https://github.com/rust-lang/crates.io-index" 867 - checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 868 - dependencies = [ 869 - "errno-dragonfly", 870 - "libc", 871 - "winapi", 872 - ] 873 - 874 - [[package]] 875 - name = "errno-dragonfly" 876 - version = "0.1.2" 877 - source = "registry+https://github.com/rust-lang/crates.io-index" 878 - checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 879 - dependencies = [ 880 - "cc", 881 - "libc", 882 - ] 883 - 884 - [[package]] 885 - name = "event-listener" 886 - version = "2.5.3" 887 - source = "registry+https://github.com/rust-lang/crates.io-index" 888 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 889 - 890 - [[package]] 891 - name = "fastrand" 892 - version = "1.8.0" 893 - source = "registry+https://github.com/rust-lang/crates.io-index" 894 - checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 895 - dependencies = [ 896 - "instant", 897 - ] 898 - 899 - [[package]] 900 - name = "field-offset" 901 - version = "0.3.4" 902 - source = "registry+https://github.com/rust-lang/crates.io-index" 903 - checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92" 904 - dependencies = [ 905 - "memoffset", 906 - "rustc_version 0.3.3", 907 - ] 908 - 909 - [[package]] 910 - name = "filetime" 911 - version = "0.2.19" 912 - source = "registry+https://github.com/rust-lang/crates.io-index" 913 - checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9" 914 - dependencies = [ 915 - "cfg-if", 916 - "libc", 917 - "redox_syscall", 918 - "windows-sys", 919 - ] 920 - 921 - [[package]] 922 - name = "flate2" 923 - version = "1.0.25" 924 - source = "registry+https://github.com/rust-lang/crates.io-index" 925 - checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 926 - dependencies = [ 927 - "crc32fast", 928 - "miniz_oxide", 929 - ] 930 - 931 - [[package]] 932 - name = "fnv" 933 - version = "1.0.7" 934 - source = "registry+https://github.com/rust-lang/crates.io-index" 935 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 936 - 937 - [[package]] 938 - name = "form_urlencoded" 939 - version = "1.1.0" 940 - source = "registry+https://github.com/rust-lang/crates.io-index" 941 - checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 942 - dependencies = [ 943 - "percent-encoding", 944 - ] 945 - 946 - [[package]] 947 - name = "futures" 948 - version = "0.3.25" 949 - source = "registry+https://github.com/rust-lang/crates.io-index" 950 - checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0" 951 - dependencies = [ 952 - "futures-channel", 953 - "futures-core", 954 - "futures-executor", 955 - "futures-io", 956 - "futures-sink", 957 - "futures-task", 958 - "futures-util", 959 - ] 960 - 961 - [[package]] 962 - name = "futures-channel" 963 - version = "0.3.25" 964 - source = "registry+https://github.com/rust-lang/crates.io-index" 965 - checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed" 966 - dependencies = [ 967 - "futures-core", 968 - "futures-sink", 969 - ] 970 - 971 - [[package]] 972 - name = "futures-core" 973 - version = "0.3.25" 974 - source = "registry+https://github.com/rust-lang/crates.io-index" 975 - checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" 976 - 977 - [[package]] 978 - name = "futures-executor" 979 - version = "0.3.25" 980 - source = "registry+https://github.com/rust-lang/crates.io-index" 981 - checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2" 982 - dependencies = [ 983 - "futures-core", 984 - "futures-task", 985 - "futures-util", 986 - ] 987 - 988 - [[package]] 989 - name = "futures-io" 990 - version = "0.3.25" 991 - source = "registry+https://github.com/rust-lang/crates.io-index" 992 - checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb" 993 - 994 - [[package]] 995 - name = "futures-lite" 996 - version = "1.12.0" 997 - source = "registry+https://github.com/rust-lang/crates.io-index" 998 - checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" 999 - dependencies = [ 1000 - "fastrand", 1001 - "futures-core", 1002 - "futures-io", 1003 - "memchr", 1004 - "parking", 1005 - "pin-project-lite", 1006 - "waker-fn", 1007 - ] 1008 - 1009 - [[package]] 1010 - name = "futures-macro" 1011 - version = "0.3.25" 1012 - source = "registry+https://github.com/rust-lang/crates.io-index" 1013 - checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d" 1014 - dependencies = [ 1015 - "proc-macro2", 1016 - "quote", 1017 - "syn", 1018 - ] 1019 - 1020 - [[package]] 1021 - name = "futures-sink" 1022 - version = "0.3.25" 1023 - source = "registry+https://github.com/rust-lang/crates.io-index" 1024 - checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9" 1025 - 1026 - [[package]] 1027 - name = "futures-task" 1028 - version = "0.3.25" 1029 - source = "registry+https://github.com/rust-lang/crates.io-index" 1030 - checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea" 1031 - 1032 - [[package]] 1033 - name = "futures-util" 1034 - version = "0.3.25" 1035 - source = "registry+https://github.com/rust-lang/crates.io-index" 1036 - checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6" 1037 - dependencies = [ 1038 - "futures-channel", 1039 - "futures-core", 1040 - "futures-io", 1041 - "futures-macro", 1042 - "futures-sink", 1043 - "futures-task", 1044 - "memchr", 1045 - "pin-project-lite", 1046 - "pin-utils", 1047 - "slab", 1048 - ] 1049 - 1050 - [[package]] 1051 - name = "futures_ringbuf" 1052 - version = "0.3.1" 1053 - source = "registry+https://github.com/rust-lang/crates.io-index" 1054 - checksum = "b905098b5519bd63b2a1f9f4615198b0e38a473ce201ffdbd4dea6eb63087ddc" 1055 - dependencies = [ 1056 - "futures", 1057 - "log", 1058 - "log-derive", 1059 - "ringbuf", 1060 - "rustc_version 0.4.0", 1061 - ] 1062 - 1063 - [[package]] 1064 - name = "gdk-pixbuf" 1065 - version = "0.16.7" 1066 - source = "registry+https://github.com/rust-lang/crates.io-index" 1067 - checksum = "c3578c60dee9d029ad86593ed88cb40f35c1b83360e12498d055022385dd9a05" 1068 - dependencies = [ 1069 - "bitflags", 1070 - "gdk-pixbuf-sys", 1071 - "gio", 1072 - "glib", 1073 - "libc", 1074 - ] 1075 - 1076 - [[package]] 1077 - name = "gdk-pixbuf-sys" 1078 - version = "0.16.3" 1079 - source = "registry+https://github.com/rust-lang/crates.io-index" 1080 - checksum = "3092cf797a5f1210479ea38070d9ae8a5b8e9f8f1be9f32f4643c529c7d70016" 1081 - dependencies = [ 1082 - "gio-sys", 1083 - "glib-sys", 1084 - "gobject-sys", 1085 - "libc", 1086 - "system-deps", 1087 - ] 1088 - 1089 - [[package]] 1090 - name = "gdk4" 1091 - version = "0.5.5" 1092 - source = "registry+https://github.com/rust-lang/crates.io-index" 1093 - checksum = "bb2181330ebf9d091f8ea7fed6877f7adc92114128592e1fdaeb1da28e0d01e9" 1094 - dependencies = [ 1095 - "bitflags", 1096 - "cairo-rs", 1097 - "gdk-pixbuf", 1098 - "gdk4-sys", 1099 - "gio", 1100 - "glib", 1101 - "libc", 1102 - "pango", 1103 - ] 1104 - 1105 - [[package]] 1106 - name = "gdk4-sys" 1107 - version = "0.5.5" 1108 - source = "registry+https://github.com/rust-lang/crates.io-index" 1109 - checksum = "de55cb49432901fe2b3534177fa06844665b9b0911d85d8601a8d8b88b7791db" 1110 - dependencies = [ 1111 - "cairo-sys-rs", 1112 - "gdk-pixbuf-sys", 1113 - "gio-sys", 1114 - "glib-sys", 1115 - "gobject-sys", 1116 - "libc", 1117 - "pango-sys", 1118 - "pkg-config", 1119 - "system-deps", 1120 - ] 1121 - 1122 - [[package]] 1123 - name = "generic-array" 1124 - version = "0.14.6" 1125 - source = "registry+https://github.com/rust-lang/crates.io-index" 1126 - checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" 1127 - dependencies = [ 1128 - "typenum", 1129 - "version_check", 1130 - ] 1131 - 1132 - [[package]] 1133 - name = "getrandom" 1134 - version = "0.1.16" 1135 - source = "registry+https://github.com/rust-lang/crates.io-index" 1136 - checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 1137 - dependencies = [ 1138 - "cfg-if", 1139 - "libc", 1140 - "wasi 0.9.0+wasi-snapshot-preview1", 1141 - ] 1142 - 1143 - [[package]] 1144 - name = "getrandom" 1145 - version = "0.2.8" 1146 - source = "registry+https://github.com/rust-lang/crates.io-index" 1147 - checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 1148 - dependencies = [ 1149 - "cfg-if", 1150 - "libc", 1151 - "wasi 0.11.0+wasi-snapshot-preview1", 1152 - ] 1153 - 1154 - [[package]] 1155 - name = "gettext-rs" 1156 - version = "0.7.0" 1157 - source = "registry+https://github.com/rust-lang/crates.io-index" 1158 - checksum = "e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364" 1159 - dependencies = [ 1160 - "gettext-sys", 1161 - "locale_config", 1162 - ] 1163 - 1164 - [[package]] 1165 - name = "gettext-sys" 1166 - version = "0.21.3" 1167 - source = "registry+https://github.com/rust-lang/crates.io-index" 1168 - checksum = "c63ce2e00f56a206778276704bbe38564c8695249fdc8f354b4ef71c57c3839d" 1169 - dependencies = [ 1170 - "cc", 1171 - "temp-dir", 1172 - ] 1173 - 1174 - [[package]] 1175 - name = "ghash" 1176 - version = "0.4.4" 1177 - source = "registry+https://github.com/rust-lang/crates.io-index" 1178 - checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99" 1179 - dependencies = [ 1180 - "opaque-debug", 1181 - "polyval", 1182 - ] 1183 - 1184 - [[package]] 1185 - name = "gimli" 1186 - version = "0.27.0" 1187 - source = "registry+https://github.com/rust-lang/crates.io-index" 1188 - checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793" 1189 - 1190 - [[package]] 1191 - name = "gio" 1192 - version = "0.16.7" 1193 - source = "registry+https://github.com/rust-lang/crates.io-index" 1194 - checksum = "2a1c84b4534a290a29160ef5c6eff2a9c95833111472e824fc5cb78b513dd092" 1195 - dependencies = [ 1196 - "bitflags", 1197 - "futures-channel", 1198 - "futures-core", 1199 - "futures-io", 1200 - "futures-util", 1201 - "gio-sys", 1202 - "glib", 1203 - "libc", 1204 - "once_cell", 1205 - "pin-project-lite", 1206 - "smallvec", 1207 - "thiserror", 1208 - ] 1209 - 1210 - [[package]] 1211 - name = "gio-sys" 1212 - version = "0.16.3" 1213 - source = "registry+https://github.com/rust-lang/crates.io-index" 1214 - checksum = "e9b693b8e39d042a95547fc258a7b07349b1f0b48f4b2fa3108ba3c51c0b5229" 1215 - dependencies = [ 1216 - "glib-sys", 1217 - "gobject-sys", 1218 - "libc", 1219 - "system-deps", 1220 - "winapi", 1221 - ] 1222 - 1223 - [[package]] 1224 - name = "glib" 1225 - version = "0.16.7" 1226 - source = "registry+https://github.com/rust-lang/crates.io-index" 1227 - checksum = "ddd4df61a866ed7259d6189b8bcb1464989a77f1d85d25d002279bbe9dd38b2f" 1228 - dependencies = [ 1229 - "bitflags", 1230 - "futures-channel", 1231 - "futures-core", 1232 - "futures-executor", 1233 - "futures-task", 1234 - "futures-util", 1235 - "gio-sys", 1236 - "glib-macros", 1237 - "glib-sys", 1238 - "gobject-sys", 1239 - "libc", 1240 - "once_cell", 1241 - "smallvec", 1242 - "thiserror", 1243 - ] 1244 - 1245 - [[package]] 1246 - name = "glib-macros" 1247 - version = "0.16.3" 1248 - source = "registry+https://github.com/rust-lang/crates.io-index" 1249 - checksum = "e084807350b01348b6d9dbabb724d1a0bb987f47a2c85de200e98e12e30733bf" 1250 - dependencies = [ 1251 - "anyhow", 1252 - "heck", 1253 - "proc-macro-crate", 1254 - "proc-macro-error", 1255 - "proc-macro2", 1256 - "quote", 1257 - "syn", 1258 - ] 1259 - 1260 - [[package]] 1261 - name = "glib-sys" 1262 - version = "0.16.3" 1263 - source = "registry+https://github.com/rust-lang/crates.io-index" 1264 - checksum = "c61a4f46316d06bfa33a7ac22df6f0524c8be58e3db2d9ca99ccb1f357b62a65" 1265 - dependencies = [ 1266 - "libc", 1267 - "system-deps", 1268 - ] 1269 - 1270 - [[package]] 1271 - name = "gloo-timers" 1272 - version = "0.2.6" 1273 - source = "registry+https://github.com/rust-lang/crates.io-index" 1274 - checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" 1275 - dependencies = [ 1276 - "futures-channel", 1277 - "futures-core", 1278 - "js-sys", 1279 - "wasm-bindgen", 1280 - ] 1281 - 1282 - [[package]] 1283 - name = "gobject-sys" 1284 - version = "0.16.3" 1285 - source = "registry+https://github.com/rust-lang/crates.io-index" 1286 - checksum = "3520bb9c07ae2a12c7f2fbb24d4efc11231c8146a86956413fb1a79bb760a0f1" 1287 - dependencies = [ 1288 - "glib-sys", 1289 - "libc", 1290 - "system-deps", 1291 - ] 1292 - 1293 - [[package]] 1294 - name = "graphene-rs" 1295 - version = "0.16.3" 1296 - source = "registry+https://github.com/rust-lang/crates.io-index" 1297 - checksum = "95ecb4d347e6d09820df3bdfd89a74a8eec07753a06bb92a3aac3ad31d04447b" 1298 - dependencies = [ 1299 - "glib", 1300 - "graphene-sys", 1301 - "libc", 1302 - ] 1303 - 1304 - [[package]] 1305 - name = "graphene-sys" 1306 - version = "0.16.3" 1307 - source = "registry+https://github.com/rust-lang/crates.io-index" 1308 - checksum = "b9aa82337d3972b4eafdea71e607c23f47be6f27f749aab613f1ad8ddbe6dcd6" 1309 - dependencies = [ 1310 - "glib-sys", 1311 - "libc", 1312 - "pkg-config", 1313 - "system-deps", 1314 - ] 1315 - 1316 - [[package]] 1317 - name = "gsk4" 1318 - version = "0.5.5" 1319 - source = "registry+https://github.com/rust-lang/crates.io-index" 1320 - checksum = "591239f5c52ca803b222124ac9c47f230cd180cee9b114c4d672e4a94b74f491" 1321 - dependencies = [ 1322 - "bitflags", 1323 - "cairo-rs", 1324 - "gdk4", 1325 - "glib", 1326 - "graphene-rs", 1327 - "gsk4-sys", 1328 - "libc", 1329 - "pango", 1330 - ] 1331 - 1332 - [[package]] 1333 - name = "gsk4-sys" 1334 - version = "0.5.5" 1335 - source = "registry+https://github.com/rust-lang/crates.io-index" 1336 - checksum = "195a63f0be42529f98c3eb3bae0decfd0428ba2cc683b3e20ced88f340904ec5" 1337 - dependencies = [ 1338 - "cairo-sys-rs", 1339 - "gdk4-sys", 1340 - "glib-sys", 1341 - "gobject-sys", 1342 - "graphene-sys", 1343 - "libc", 1344 - "pango-sys", 1345 - "system-deps", 1346 - ] 1347 - 1348 - [[package]] 1349 - name = "gtk4" 1350 - version = "0.5.5" 1351 - source = "registry+https://github.com/rust-lang/crates.io-index" 1352 - checksum = "fd89dba65def483a233dc4fdd3f3dab01576e3d83f80f6c9303ebe421661855e" 1353 - dependencies = [ 1354 - "bitflags", 1355 - "cairo-rs", 1356 - "field-offset", 1357 - "futures-channel", 1358 - "gdk-pixbuf", 1359 - "gdk4", 1360 - "gio", 1361 - "glib", 1362 - "graphene-rs", 1363 - "gsk4", 1364 - "gtk4-macros", 1365 - "gtk4-sys", 1366 - "libc", 1367 - "once_cell", 1368 - "pango", 1369 - ] 1370 - 1371 - [[package]] 1372 - name = "gtk4-macros" 1373 - version = "0.5.5" 1374 - source = "registry+https://github.com/rust-lang/crates.io-index" 1375 - checksum = "832687a415d9d8bc11fe9c17dda1bf13ee262c41b995dd4df1d1cce33cead405" 1376 - dependencies = [ 1377 - "anyhow", 1378 - "proc-macro-crate", 1379 - "proc-macro-error", 1380 - "proc-macro2", 1381 - "quick-xml", 1382 - "quote", 1383 - "syn", 1384 - ] 1385 - 1386 - [[package]] 1387 - name = "gtk4-sys" 1388 - version = "0.5.5" 1389 - source = "registry+https://github.com/rust-lang/crates.io-index" 1390 - checksum = "e370564e3fdacff7cffc99f7366b6a4689feb44e819d3ccee598a9a215b71605" 1391 - dependencies = [ 1392 - "cairo-sys-rs", 1393 - "gdk-pixbuf-sys", 1394 - "gdk4-sys", 1395 - "gio-sys", 1396 - "glib-sys", 1397 - "gobject-sys", 1398 - "graphene-sys", 1399 - "gsk4-sys", 1400 - "libc", 1401 - "pango-sys", 1402 - "system-deps", 1403 - ] 1404 - 1405 - [[package]] 1406 - name = "gvdb" 1407 - version = "0.3.0" 1408 - source = "registry+https://github.com/rust-lang/crates.io-index" 1409 - checksum = "45a25bb788ebbe56697e340805b370e1ec0851be6308f2c883f07c7ccaeaa7dd" 1410 - dependencies = [ 1411 - "byteorder", 1412 - "flate2", 1413 - "json", 1414 - "memmap2", 1415 - "safe-transmute", 1416 - "serde", 1417 - "serde-xml-rs", 1418 - "walkdir", 1419 - "xml-rs", 1420 - "zvariant", 1421 - ] 1422 - 1423 - [[package]] 1424 - name = "gvdb-macros" 1425 - version = "0.1.5" 1426 - source = "registry+https://github.com/rust-lang/crates.io-index" 1427 - checksum = "e10e4d0758e2231af146c92815f59233acb78d8c0f58c0bbf7bd496e5fde0d01" 1428 - dependencies = [ 1429 - "gvdb", 1430 - "litrs", 1431 - "proc-macro2", 1432 - "quote", 1433 - ] 1434 - 1435 - [[package]] 1436 - name = "heck" 1437 - version = "0.4.0" 1438 - source = "registry+https://github.com/rust-lang/crates.io-index" 1439 - checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 1440 - 1441 - [[package]] 1442 - name = "hermit-abi" 1443 - version = "0.1.19" 1444 - source = "registry+https://github.com/rust-lang/crates.io-index" 1445 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 1446 - dependencies = [ 1447 - "libc", 1448 - ] 1449 - 1450 - [[package]] 1451 - name = "hex" 1452 - version = "0.4.3" 1453 - source = "registry+https://github.com/rust-lang/crates.io-index" 1454 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1455 - dependencies = [ 1456 - "serde", 1457 - ] 1458 - 1459 - [[package]] 1460 - name = "hkdf" 1461 - version = "0.12.3" 1462 - source = "registry+https://github.com/rust-lang/crates.io-index" 1463 - checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" 1464 - dependencies = [ 1465 - "hmac", 1466 - ] 1467 - 1468 - [[package]] 1469 - name = "hmac" 1470 - version = "0.12.1" 1471 - source = "registry+https://github.com/rust-lang/crates.io-index" 1472 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1473 - dependencies = [ 1474 - "digest 0.10.6", 1475 - ] 1476 - 1477 - [[package]] 1478 - name = "hmac-sha1" 1479 - version = "0.1.3" 1480 - source = "registry+https://github.com/rust-lang/crates.io-index" 1481 - checksum = "e1333fad8d94b82cab989da428b0b36a3435db3870d85e971a1d6dc0a8576722" 1482 - dependencies = [ 1483 - "sha1 0.2.0", 1484 - ] 1485 - 1486 - [[package]] 1487 - name = "http" 1488 - version = "0.2.8" 1489 - source = "registry+https://github.com/rust-lang/crates.io-index" 1490 - checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 1491 - dependencies = [ 1492 - "bytes", 1493 - "fnv", 1494 - "itoa", 1495 - ] 1496 - 1497 - [[package]] 1498 - name = "httparse" 1499 - version = "1.8.0" 1500 - source = "registry+https://github.com/rust-lang/crates.io-index" 1501 - checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1502 - 1503 - [[package]] 1504 - name = "humantime" 1505 - version = "1.3.0" 1506 - source = "registry+https://github.com/rust-lang/crates.io-index" 1507 - checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" 1508 - dependencies = [ 1509 - "quick-error", 1510 - ] 1511 - 1512 - [[package]] 1513 - name = "iana-time-zone" 1514 - version = "0.1.53" 1515 - source = "registry+https://github.com/rust-lang/crates.io-index" 1516 - checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" 1517 - dependencies = [ 1518 - "android_system_properties", 1519 - "core-foundation-sys", 1520 - "iana-time-zone-haiku", 1521 - "js-sys", 1522 - "wasm-bindgen", 1523 - "winapi", 1524 - ] 1525 - 1526 - [[package]] 1527 - name = "iana-time-zone-haiku" 1528 - version = "0.1.1" 1529 - source = "registry+https://github.com/rust-lang/crates.io-index" 1530 - checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 1531 - dependencies = [ 1532 - "cxx", 1533 - "cxx-build", 1534 - ] 1535 - 1536 - [[package]] 1537 - name = "ident_case" 1538 - version = "1.0.1" 1539 - source = "registry+https://github.com/rust-lang/crates.io-index" 1540 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1541 - 1542 - [[package]] 1543 - name = "idna" 1544 - version = "0.3.0" 1545 - source = "registry+https://github.com/rust-lang/crates.io-index" 1546 - checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 1547 - dependencies = [ 1548 - "unicode-bidi", 1549 - "unicode-normalization", 1550 - ] 1551 - 1552 - [[package]] 1553 - name = "if-addrs" 1554 - version = "0.7.0" 1555 - source = "registry+https://github.com/rust-lang/crates.io-index" 1556 - checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9" 1557 - dependencies = [ 1558 - "libc", 1559 - "winapi", 1560 - ] 1561 - 1562 - [[package]] 1563 - name = "image" 1564 - version = "0.23.14" 1565 - source = "registry+https://github.com/rust-lang/crates.io-index" 1566 - checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1" 1567 - dependencies = [ 1568 - "bytemuck", 1569 - "byteorder", 1570 - "color_quant", 1571 - "num-iter", 1572 - "num-rational", 1573 - "num-traits", 1574 - ] 1575 - 1576 - [[package]] 1577 - name = "instant" 1578 - version = "0.1.12" 1579 - source = "registry+https://github.com/rust-lang/crates.io-index" 1580 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1581 - dependencies = [ 1582 - "cfg-if", 1583 - ] 1584 - 1585 - [[package]] 1586 - name = "io-lifetimes" 1587 - version = "1.0.4" 1588 - source = "registry+https://github.com/rust-lang/crates.io-index" 1589 - checksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e" 1590 - dependencies = [ 1591 - "libc", 1592 - "windows-sys", 1593 - ] 1594 - 1595 - [[package]] 1596 - name = "itoa" 1597 - version = "1.0.5" 1598 - source = "registry+https://github.com/rust-lang/crates.io-index" 1599 - checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" 1600 - 1601 - [[package]] 1602 - name = "js-sys" 1603 - version = "0.3.60" 1604 - source = "registry+https://github.com/rust-lang/crates.io-index" 1605 - checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" 1606 - dependencies = [ 1607 - "wasm-bindgen", 1608 - ] 1609 - 1610 - [[package]] 1611 - name = "json" 1612 - version = "0.12.4" 1613 - source = "registry+https://github.com/rust-lang/crates.io-index" 1614 - checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd" 1615 - 1616 - [[package]] 1617 - name = "kv-log-macro" 1618 - version = "1.0.7" 1619 - source = "registry+https://github.com/rust-lang/crates.io-index" 1620 - checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 1621 - dependencies = [ 1622 - "log", 1623 - ] 1624 - 1625 - [[package]] 1626 - name = "lazy_static" 1627 - version = "1.4.0" 1628 - source = "registry+https://github.com/rust-lang/crates.io-index" 1629 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1630 - 1631 - [[package]] 1632 - name = "libadwaita" 1633 - version = "0.2.1" 1634 - source = "registry+https://github.com/rust-lang/crates.io-index" 1635 - checksum = "9dfa0722d4f1724f661cbf668c273c5926296ca411ed3814e206f8fd082b6c48" 1636 - dependencies = [ 1637 - "bitflags", 1638 - "futures-channel", 1639 - "gdk-pixbuf", 1640 - "gdk4", 1641 - "gio", 1642 - "glib", 1643 - "gtk4", 1644 - "libadwaita-sys", 1645 - "libc", 1646 - "once_cell", 1647 - "pango", 1648 - ] 1649 - 1650 - [[package]] 1651 - name = "libadwaita-sys" 1652 - version = "0.2.1" 1653 - source = "registry+https://github.com/rust-lang/crates.io-index" 1654 - checksum = "de902982372b454a0081d7fd9dd567b37b73ae29c8f6da1820374d345fd95d5b" 1655 - dependencies = [ 1656 - "gdk4-sys", 1657 - "gio-sys", 1658 - "glib-sys", 1659 - "gobject-sys", 1660 - "gtk4-sys", 1661 - "libc", 1662 - "pango-sys", 1663 - "system-deps", 1664 - ] 1665 - 1666 - [[package]] 1667 - name = "libc" 1668 - version = "0.2.139" 1669 - source = "registry+https://github.com/rust-lang/crates.io-index" 1670 - checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 1671 - 1672 - [[package]] 1673 - name = "link-cplusplus" 1674 - version = "1.0.8" 1675 - source = "registry+https://github.com/rust-lang/crates.io-index" 1676 - checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" 1677 - dependencies = [ 1678 - "cc", 1679 - ] 1680 - 1681 - [[package]] 1682 - name = "linux-raw-sys" 1683 - version = "0.1.4" 1684 - source = "registry+https://github.com/rust-lang/crates.io-index" 1685 - checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 1686 - 1687 - [[package]] 1688 - name = "litrs" 1689 - version = "0.2.3" 1690 - source = "registry+https://github.com/rust-lang/crates.io-index" 1691 - checksum = "f9275e0933cf8bb20f008924c0cb07a0692fe54d8064996520bf998de9eb79aa" 1692 - dependencies = [ 1693 - "proc-macro2", 1694 - ] 1695 - 1696 - [[package]] 1697 - name = "locale_config" 1698 - version = "0.3.0" 1699 - source = "registry+https://github.com/rust-lang/crates.io-index" 1700 - checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934" 1701 - dependencies = [ 1702 - "lazy_static", 1703 - "objc", 1704 - "objc-foundation", 1705 - "regex", 1706 - "winapi", 1707 - ] 1708 - 1709 - [[package]] 1710 - name = "lock_api" 1711 - version = "0.4.9" 1712 - source = "registry+https://github.com/rust-lang/crates.io-index" 1713 - checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 1714 - dependencies = [ 1715 - "autocfg", 1716 - "scopeguard", 1717 - ] 1718 - 1719 - [[package]] 1720 - name = "log" 1721 - version = "0.4.17" 1722 - source = "registry+https://github.com/rust-lang/crates.io-index" 1723 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 1724 - dependencies = [ 1725 - "cfg-if", 1726 - "value-bag", 1727 - ] 1728 - 1729 - [[package]] 1730 - name = "log-derive" 1731 - version = "0.4.1" 1732 - source = "registry+https://github.com/rust-lang/crates.io-index" 1733 - checksum = "6a42526bb432bcd1b43571d5f163984effa25409a29f1a3242a54d0577d55bcf" 1734 - dependencies = [ 1735 - "darling", 1736 - "proc-macro2", 1737 - "quote", 1738 - "syn", 1739 - ] 1740 - 1741 - [[package]] 1742 - name = "magic-wormhole" 1743 - version = "0.6.0" 1744 - source = "registry+https://github.com/rust-lang/crates.io-index" 1745 - checksum = "803ddb5f8d832299be44336b5b2ddf1c10952999498247dd516b5757be2b51c7" 1746 - dependencies = [ 1747 - "async-io", 1748 - "async-std", 1749 - "async-tar", 1750 - "async-trait", 1751 - "async-tungstenite", 1752 - "base64 0.20.0", 1753 - "bytecodec", 1754 - "derive_more", 1755 - "futures", 1756 - "futures_ringbuf", 1757 - "hex", 1758 - "hkdf", 1759 - "if-addrs", 1760 - "libc", 1761 - "log", 1762 - "noise-protocol", 1763 - "noise-rust-crypto", 1764 - "percent-encoding", 1765 - "rand", 1766 - "rmp-serde", 1767 - "serde", 1768 - "serde_derive", 1769 - "serde_json", 1770 - "sha-1", 1771 - "sha2", 1772 - "socket2", 1773 - "spake2", 1774 - "stun_codec", 1775 - "thiserror", 1776 - "time 0.3.17", 1777 - "url", 1778 - "xsalsa20poly1305", 1779 - ] 1780 - 1781 - [[package]] 1782 - name = "malloc_buf" 1783 - version = "0.0.6" 1784 - source = "registry+https://github.com/rust-lang/crates.io-index" 1785 - checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 1786 - dependencies = [ 1787 - "libc", 1788 - ] 1789 - 1790 - [[package]] 1791 - name = "md5" 1792 - version = "0.7.0" 1793 - source = "registry+https://github.com/rust-lang/crates.io-index" 1794 - checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" 1795 - 1796 - [[package]] 1797 - name = "memchr" 1798 - version = "2.5.0" 1799 - source = "registry+https://github.com/rust-lang/crates.io-index" 1800 - checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1801 - 1802 - [[package]] 1803 - name = "memmap2" 1804 - version = "0.5.8" 1805 - source = "registry+https://github.com/rust-lang/crates.io-index" 1806 - checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc" 1807 - dependencies = [ 1808 - "libc", 1809 - ] 1810 - 1811 - [[package]] 1812 - name = "memoffset" 1813 - version = "0.6.5" 1814 - source = "registry+https://github.com/rust-lang/crates.io-index" 1815 - checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 1816 - dependencies = [ 1817 - "autocfg", 1818 - ] 1819 - 1820 - [[package]] 1821 - name = "miniz_oxide" 1822 - version = "0.6.2" 1823 - source = "registry+https://github.com/rust-lang/crates.io-index" 1824 - checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 1825 - dependencies = [ 1826 - "adler", 1827 - ] 1828 - 1829 - [[package]] 1830 - name = "nix" 1831 - version = "0.25.1" 1832 - source = "registry+https://github.com/rust-lang/crates.io-index" 1833 - checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4" 1834 - dependencies = [ 1835 - "autocfg", 1836 - "bitflags", 1837 - "cfg-if", 1838 - "libc", 1839 - "memoffset", 1840 - "pin-utils", 1841 - ] 1842 - 1843 - [[package]] 1844 - name = "noise-protocol" 1845 - version = "0.1.4" 1846 - source = "registry+https://github.com/rust-lang/crates.io-index" 1847 - checksum = "4fb474d36dfe51bb4d7e733fee2b0dfd92ee1b95c716030a70e92737dea1a52b" 1848 - dependencies = [ 1849 - "arrayvec", 1850 - ] 1851 - 1852 - [[package]] 1853 - name = "noise-rust-crypto" 1854 - version = "0.5.0" 1855 - source = "registry+https://github.com/rust-lang/crates.io-index" 1856 - checksum = "82e7cfeb8e6a63b4a5ccef34ed7a22d084a129b1e53a000c080bbc54c0da6f8c" 1857 - dependencies = [ 1858 - "aes-gcm", 1859 - "blake2", 1860 - "chacha20poly1305", 1861 - "getrandom 0.2.8", 1862 - "noise-protocol", 1863 - "sha2", 1864 - "x25519-dalek", 1865 - "zeroize", 1866 - ] 1867 - 1868 - [[package]] 1869 - name = "num-integer" 1870 - version = "0.1.45" 1871 - source = "registry+https://github.com/rust-lang/crates.io-index" 1872 - checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1873 - dependencies = [ 1874 - "autocfg", 1875 - "num-traits", 1876 - ] 1877 - 1878 - [[package]] 1879 - name = "num-iter" 1880 - version = "0.1.43" 1881 - source = "registry+https://github.com/rust-lang/crates.io-index" 1882 - checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" 1883 - dependencies = [ 1884 - "autocfg", 1885 - "num-integer", 1886 - "num-traits", 1887 - ] 1888 - 1889 - [[package]] 1890 - name = "num-rational" 1891 - version = "0.3.2" 1892 - source = "registry+https://github.com/rust-lang/crates.io-index" 1893 - checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07" 1894 - dependencies = [ 1895 - "autocfg", 1896 - "num-integer", 1897 - "num-traits", 1898 - ] 1899 - 1900 - [[package]] 1901 - name = "num-traits" 1902 - version = "0.2.15" 1903 - source = "registry+https://github.com/rust-lang/crates.io-index" 1904 - checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1905 - dependencies = [ 1906 - "autocfg", 1907 - ] 1908 - 1909 - [[package]] 1910 - name = "objc" 1911 - version = "0.2.7" 1912 - source = "registry+https://github.com/rust-lang/crates.io-index" 1913 - checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 1914 - dependencies = [ 1915 - "malloc_buf", 1916 - ] 1917 - 1918 - [[package]] 1919 - name = "objc-foundation" 1920 - version = "0.1.1" 1921 - source = "registry+https://github.com/rust-lang/crates.io-index" 1922 - checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" 1923 - dependencies = [ 1924 - "block", 1925 - "objc", 1926 - "objc_id", 1927 - ] 1928 - 1929 - [[package]] 1930 - name = "objc_id" 1931 - version = "0.1.1" 1932 - source = "registry+https://github.com/rust-lang/crates.io-index" 1933 - checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" 1934 - dependencies = [ 1935 - "objc", 1936 - ] 1937 - 1938 - [[package]] 1939 - name = "object" 1940 - version = "0.30.2" 1941 - source = "registry+https://github.com/rust-lang/crates.io-index" 1942 - checksum = "2b8c786513eb403643f2a88c244c2aaa270ef2153f55094587d0c48a3cf22a83" 1943 - dependencies = [ 1944 - "memchr", 1945 - ] 1946 - 1947 - [[package]] 1948 - name = "once_cell" 1949 - version = "1.17.0" 1950 - source = "registry+https://github.com/rust-lang/crates.io-index" 1951 - checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" 1952 - 1953 - [[package]] 1954 - name = "opaque-debug" 1955 - version = "0.3.0" 1956 - source = "registry+https://github.com/rust-lang/crates.io-index" 1957 - checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 1958 - 1959 - [[package]] 1960 - name = "ordered-stream" 1961 - version = "0.1.3" 1962 - source = "registry+https://github.com/rust-lang/crates.io-index" 1963 - checksum = "d4eb9ba3f3e42dbdd3b7b122de5ca169c81e93d561eb900da3a8c99bcfcf381a" 1964 - dependencies = [ 1965 - "futures-core", 1966 - "pin-project-lite", 1967 - ] 1968 - 1969 - [[package]] 1970 - name = "pango" 1971 - version = "0.16.5" 1972 - source = "registry+https://github.com/rust-lang/crates.io-index" 1973 - checksum = "cdff66b271861037b89d028656184059e03b0b6ccb36003820be19f7200b1e94" 1974 - dependencies = [ 1975 - "bitflags", 1976 - "gio", 1977 - "glib", 1978 - "libc", 1979 - "once_cell", 1980 - "pango-sys", 1981 - ] 1982 - 1983 - [[package]] 1984 - name = "pango-sys" 1985 - version = "0.16.3" 1986 - source = "registry+https://github.com/rust-lang/crates.io-index" 1987 - checksum = "9e134909a9a293e04d2cc31928aa95679c5e4df954d0b85483159bd20d8f047f" 1988 - dependencies = [ 1989 - "glib-sys", 1990 - "gobject-sys", 1991 - "libc", 1992 - "system-deps", 1993 - ] 1994 - 1995 - [[package]] 1996 - name = "parking" 1997 - version = "2.0.0" 1998 - source = "registry+https://github.com/rust-lang/crates.io-index" 1999 - checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" 2000 - 2001 - [[package]] 2002 - name = "parking_lot" 2003 - version = "0.12.1" 2004 - source = "registry+https://github.com/rust-lang/crates.io-index" 2005 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 2006 - dependencies = [ 2007 - "lock_api", 2008 - "parking_lot_core", 2009 - ] 2010 - 2011 - [[package]] 2012 - name = "parking_lot_core" 2013 - version = "0.9.6" 2014 - source = "registry+https://github.com/rust-lang/crates.io-index" 2015 - checksum = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf" 2016 - dependencies = [ 2017 - "cfg-if", 2018 - "libc", 2019 - "redox_syscall", 2020 - "smallvec", 2021 - "windows-sys", 2022 - ] 2023 - 2024 - [[package]] 2025 - name = "paste" 2026 - version = "1.0.11" 2027 - source = "registry+https://github.com/rust-lang/crates.io-index" 2028 - checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba" 2029 - 2030 - [[package]] 2031 - name = "percent-encoding" 2032 - version = "2.2.0" 2033 - source = "registry+https://github.com/rust-lang/crates.io-index" 2034 - checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 2035 - 2036 - [[package]] 2037 - name = "pest" 2038 - version = "2.5.3" 2039 - source = "registry+https://github.com/rust-lang/crates.io-index" 2040 - checksum = "4257b4a04d91f7e9e6290be5d3da4804dd5784fafde3a497d73eb2b4a158c30a" 2041 - dependencies = [ 2042 - "thiserror", 2043 - "ucd-trie", 2044 - ] 2045 - 2046 - [[package]] 2047 - name = "pin-project" 2048 - version = "1.0.12" 2049 - source = "registry+https://github.com/rust-lang/crates.io-index" 2050 - checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 2051 - dependencies = [ 2052 - "pin-project-internal", 2053 - ] 2054 - 2055 - [[package]] 2056 - name = "pin-project-internal" 2057 - version = "1.0.12" 2058 - source = "registry+https://github.com/rust-lang/crates.io-index" 2059 - checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 2060 - dependencies = [ 2061 - "proc-macro2", 2062 - "quote", 2063 - "syn", 2064 - ] 2065 - 2066 - [[package]] 2067 - name = "pin-project-lite" 2068 - version = "0.2.9" 2069 - source = "registry+https://github.com/rust-lang/crates.io-index" 2070 - checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 2071 - 2072 - [[package]] 2073 - name = "pin-utils" 2074 - version = "0.1.0" 2075 - source = "registry+https://github.com/rust-lang/crates.io-index" 2076 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2077 - 2078 - [[package]] 2079 - name = "pkg-config" 2080 - version = "0.3.26" 2081 - source = "registry+https://github.com/rust-lang/crates.io-index" 2082 - checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 2083 - 2084 - [[package]] 2085 - name = "polling" 2086 - version = "2.5.2" 2087 - source = "registry+https://github.com/rust-lang/crates.io-index" 2088 - checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6" 2089 - dependencies = [ 2090 - "autocfg", 2091 - "cfg-if", 2092 - "libc", 2093 - "log", 2094 - "wepoll-ffi", 2095 - "windows-sys", 2096 - ] 2097 - 2098 - [[package]] 2099 - name = "poly1305" 2100 - version = "0.7.2" 2101 - source = "registry+https://github.com/rust-lang/crates.io-index" 2102 - checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede" 2103 - dependencies = [ 2104 - "cpufeatures", 2105 - "opaque-debug", 2106 - "universal-hash", 2107 - ] 2108 - 2109 - [[package]] 2110 - name = "polyval" 2111 - version = "0.5.3" 2112 - source = "registry+https://github.com/rust-lang/crates.io-index" 2113 - checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1" 2114 - dependencies = [ 2115 - "cfg-if", 2116 - "cpufeatures", 2117 - "opaque-debug", 2118 - "universal-hash", 2119 - ] 2120 - 2121 - [[package]] 2122 - name = "ppv-lite86" 2123 - version = "0.2.17" 2124 - source = "registry+https://github.com/rust-lang/crates.io-index" 2125 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 2126 - 2127 - [[package]] 2128 - name = "pretty_env_logger" 2129 - version = "0.4.0" 2130 - source = "registry+https://github.com/rust-lang/crates.io-index" 2131 - checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d" 2132 - dependencies = [ 2133 - "env_logger", 2134 - "log", 2135 - ] 2136 - 2137 - [[package]] 2138 - name = "proc-macro-crate" 2139 - version = "1.2.1" 2140 - source = "registry+https://github.com/rust-lang/crates.io-index" 2141 - checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9" 2142 - dependencies = [ 2143 - "once_cell", 2144 - "thiserror", 2145 - "toml", 2146 - ] 2147 - 2148 - [[package]] 2149 - name = "proc-macro-error" 2150 - version = "1.0.4" 2151 - source = "registry+https://github.com/rust-lang/crates.io-index" 2152 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 2153 - dependencies = [ 2154 - "proc-macro-error-attr", 2155 - "proc-macro2", 2156 - "quote", 2157 - "syn", 2158 - "version_check", 2159 - ] 2160 - 2161 - [[package]] 2162 - name = "proc-macro-error-attr" 2163 - version = "1.0.4" 2164 - source = "registry+https://github.com/rust-lang/crates.io-index" 2165 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 2166 - dependencies = [ 2167 - "proc-macro2", 2168 - "quote", 2169 - "version_check", 2170 - ] 2171 - 2172 - [[package]] 2173 - name = "proc-macro2" 2174 - version = "1.0.50" 2175 - source = "registry+https://github.com/rust-lang/crates.io-index" 2176 - checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2" 2177 - dependencies = [ 2178 - "unicode-ident", 2179 - ] 2180 - 2181 - [[package]] 2182 - name = "qrcode" 2183 - version = "0.12.0" 2184 - source = "registry+https://github.com/rust-lang/crates.io-index" 2185 - checksum = "16d2f1455f3630c6e5107b4f2b94e74d76dea80736de0981fd27644216cff57f" 2186 - dependencies = [ 2187 - "checked_int_cast", 2188 - "image", 2189 - ] 2190 - 2191 - [[package]] 2192 - name = "quick-error" 2193 - version = "1.2.3" 2194 - source = "registry+https://github.com/rust-lang/crates.io-index" 2195 - checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 2196 - 2197 - [[package]] 2198 - name = "quick-xml" 2199 - version = "0.27.1" 2200 - source = "registry+https://github.com/rust-lang/crates.io-index" 2201 - checksum = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41" 2202 - dependencies = [ 2203 - "memchr", 2204 - ] 2205 - 2206 - [[package]] 2207 - name = "quote" 2208 - version = "1.0.23" 2209 - source = "registry+https://github.com/rust-lang/crates.io-index" 2210 - checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" 2211 - dependencies = [ 2212 - "proc-macro2", 2213 - ] 2214 - 2215 - [[package]] 2216 - name = "rand" 2217 - version = "0.8.5" 2218 - source = "registry+https://github.com/rust-lang/crates.io-index" 2219 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2220 - dependencies = [ 2221 - "libc", 2222 - "rand_chacha", 2223 - "rand_core 0.6.4", 2224 - ] 2225 - 2226 - [[package]] 2227 - name = "rand_chacha" 2228 - version = "0.3.1" 2229 - source = "registry+https://github.com/rust-lang/crates.io-index" 2230 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2231 - dependencies = [ 2232 - "ppv-lite86", 2233 - "rand_core 0.6.4", 2234 - ] 2235 - 2236 - [[package]] 2237 - name = "rand_core" 2238 - version = "0.5.1" 2239 - source = "registry+https://github.com/rust-lang/crates.io-index" 2240 - checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 2241 - dependencies = [ 2242 - "getrandom 0.1.16", 2243 - ] 2244 - 2245 - [[package]] 2246 - name = "rand_core" 2247 - version = "0.6.4" 2248 - source = "registry+https://github.com/rust-lang/crates.io-index" 2249 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2250 - dependencies = [ 2251 - "getrandom 0.2.8", 2252 - ] 2253 - 2254 - [[package]] 2255 - name = "redox_syscall" 2256 - version = "0.2.16" 2257 - source = "registry+https://github.com/rust-lang/crates.io-index" 2258 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 2259 - dependencies = [ 2260 - "bitflags", 2261 - ] 2262 - 2263 - [[package]] 2264 - name = "redox_users" 2265 - version = "0.4.3" 2266 - source = "registry+https://github.com/rust-lang/crates.io-index" 2267 - checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 2268 - dependencies = [ 2269 - "getrandom 0.2.8", 2270 - "redox_syscall", 2271 - "thiserror", 2272 - ] 2273 - 2274 - [[package]] 2275 - name = "regex" 2276 - version = "1.7.1" 2277 - source = "registry+https://github.com/rust-lang/crates.io-index" 2278 - checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 2279 - dependencies = [ 2280 - "aho-corasick", 2281 - "memchr", 2282 - "regex-syntax", 2283 - ] 2284 - 2285 - [[package]] 2286 - name = "regex-syntax" 2287 - version = "0.6.28" 2288 - source = "registry+https://github.com/rust-lang/crates.io-index" 2289 - checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 2290 - 2291 - [[package]] 2292 - name = "remove_dir_all" 2293 - version = "0.5.3" 2294 - source = "registry+https://github.com/rust-lang/crates.io-index" 2295 - checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 2296 - dependencies = [ 2297 - "winapi", 2298 - ] 2299 - 2300 - [[package]] 2301 - name = "ring" 2302 - version = "0.16.20" 2303 - source = "registry+https://github.com/rust-lang/crates.io-index" 2304 - checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 2305 - dependencies = [ 2306 - "cc", 2307 - "libc", 2308 - "once_cell", 2309 - "spin", 2310 - "untrusted", 2311 - "web-sys", 2312 - "winapi", 2313 - ] 2314 - 2315 - [[package]] 2316 - name = "ringbuf" 2317 - version = "0.2.8" 2318 - source = "registry+https://github.com/rust-lang/crates.io-index" 2319 - checksum = "f65af18d50f789e74aaf23bbb3f65dcd22a3cb6e029b5bced149f6bd57c5c2a2" 2320 - dependencies = [ 2321 - "cache-padded", 2322 - ] 2323 - 2324 - [[package]] 2325 - name = "rmp" 2326 - version = "0.8.11" 2327 - source = "registry+https://github.com/rust-lang/crates.io-index" 2328 - checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f" 2329 - dependencies = [ 2330 - "byteorder", 2331 - "num-traits", 2332 - "paste", 2333 - ] 2334 - 2335 - [[package]] 2336 - name = "rmp-serde" 2337 - version = "1.1.1" 2338 - source = "registry+https://github.com/rust-lang/crates.io-index" 2339 - checksum = "c5b13be192e0220b8afb7222aa5813cb62cc269ebb5cac346ca6487681d2913e" 2340 - dependencies = [ 2341 - "byteorder", 2342 - "rmp", 2343 - "serde", 2344 - ] 2345 - 2346 - [[package]] 2347 - name = "rustc-demangle" 2348 - version = "0.1.21" 2349 - source = "registry+https://github.com/rust-lang/crates.io-index" 2350 - checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 2351 - 2352 - [[package]] 2353 - name = "rustc_version" 2354 - version = "0.3.3" 2355 - source = "registry+https://github.com/rust-lang/crates.io-index" 2356 - checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee" 2357 - dependencies = [ 2358 - "semver 0.11.0", 2359 - ] 2360 - 2361 - [[package]] 2362 - name = "rustc_version" 2363 - version = "0.4.0" 2364 - source = "registry+https://github.com/rust-lang/crates.io-index" 2365 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 2366 - dependencies = [ 2367 - "semver 1.0.16", 2368 - ] 2369 - 2370 - [[package]] 2371 - name = "rustix" 2372 - version = "0.36.7" 2373 - source = "registry+https://github.com/rust-lang/crates.io-index" 2374 - checksum = "d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03" 2375 - dependencies = [ 2376 - "bitflags", 2377 - "errno", 2378 - "io-lifetimes", 2379 - "libc", 2380 - "linux-raw-sys", 2381 - "windows-sys", 2382 - ] 2383 - 2384 - [[package]] 2385 - name = "rustls" 2386 - version = "0.19.1" 2387 - source = "registry+https://github.com/rust-lang/crates.io-index" 2388 - checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" 2389 - dependencies = [ 2390 - "base64 0.13.1", 2391 - "log", 2392 - "ring", 2393 - "sct", 2394 - "webpki", 2395 - ] 2396 - 2397 - [[package]] 2398 - name = "ryu" 2399 - version = "1.0.12" 2400 - source = "registry+https://github.com/rust-lang/crates.io-index" 2401 - checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" 2402 - 2403 - [[package]] 2404 - name = "safe-transmute" 2405 - version = "0.11.2" 2406 - source = "registry+https://github.com/rust-lang/crates.io-index" 2407 - checksum = "98a01dab6acf992653be49205bdd549f32f17cb2803e8eacf1560bf97259aae8" 2408 - 2409 - [[package]] 2410 - name = "salsa20" 2411 - version = "0.9.0" 2412 - source = "registry+https://github.com/rust-lang/crates.io-index" 2413 - checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686" 2414 - dependencies = [ 2415 - "cipher", 2416 - "zeroize", 2417 - ] 2418 - 2419 - [[package]] 2420 - name = "same-file" 2421 - version = "1.0.6" 2422 - source = "registry+https://github.com/rust-lang/crates.io-index" 2423 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2424 - dependencies = [ 2425 - "winapi-util", 2426 - ] 2427 - 2428 - [[package]] 2429 - name = "scopeguard" 2430 - version = "1.1.0" 2431 - source = "registry+https://github.com/rust-lang/crates.io-index" 2432 - checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 2433 - 2434 - [[package]] 2435 - name = "scratch" 2436 - version = "1.0.3" 2437 - source = "registry+https://github.com/rust-lang/crates.io-index" 2438 - checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2" 2439 - 2440 - [[package]] 2441 - name = "sct" 2442 - version = "0.6.1" 2443 - source = "registry+https://github.com/rust-lang/crates.io-index" 2444 - checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" 2445 - dependencies = [ 2446 - "ring", 2447 - "untrusted", 2448 - ] 2449 - 2450 - [[package]] 2451 - name = "semver" 2452 - version = "0.11.0" 2453 - source = "registry+https://github.com/rust-lang/crates.io-index" 2454 - checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" 2455 - dependencies = [ 2456 - "semver-parser", 2457 - ] 2458 - 2459 - [[package]] 2460 - name = "semver" 2461 - version = "1.0.16" 2462 - source = "registry+https://github.com/rust-lang/crates.io-index" 2463 - checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a" 2464 - 2465 - [[package]] 2466 - name = "semver-parser" 2467 - version = "0.10.2" 2468 - source = "registry+https://github.com/rust-lang/crates.io-index" 2469 - checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" 2470 - dependencies = [ 2471 - "pest", 2472 - ] 2473 - 2474 - [[package]] 2475 - name = "serde" 2476 - version = "1.0.152" 2477 - source = "registry+https://github.com/rust-lang/crates.io-index" 2478 - checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" 2479 - dependencies = [ 2480 - "serde_derive", 2481 - ] 2482 - 2483 - [[package]] 2484 - name = "serde-xml-rs" 2485 - version = "0.6.0" 2486 - source = "registry+https://github.com/rust-lang/crates.io-index" 2487 - checksum = "fb3aa78ecda1ebc9ec9847d5d3aba7d618823446a049ba2491940506da6e2782" 2488 - dependencies = [ 2489 - "log", 2490 - "serde", 2491 - "thiserror", 2492 - "xml-rs", 2493 - ] 2494 - 2495 - [[package]] 2496 - name = "serde_derive" 2497 - version = "1.0.152" 2498 - source = "registry+https://github.com/rust-lang/crates.io-index" 2499 - checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" 2500 - dependencies = [ 2501 - "proc-macro2", 2502 - "quote", 2503 - "syn", 2504 - ] 2505 - 2506 - [[package]] 2507 - name = "serde_json" 2508 - version = "1.0.91" 2509 - source = "registry+https://github.com/rust-lang/crates.io-index" 2510 - checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" 2511 - dependencies = [ 2512 - "itoa", 2513 - "ryu", 2514 - "serde", 2515 - ] 2516 - 2517 - [[package]] 2518 - name = "serde_repr" 2519 - version = "0.1.10" 2520 - source = "registry+https://github.com/rust-lang/crates.io-index" 2521 - checksum = "9a5ec9fa74a20ebbe5d9ac23dac1fc96ba0ecfe9f50f2843b52e537b10fbcb4e" 2522 - dependencies = [ 2523 - "proc-macro2", 2524 - "quote", 2525 - "syn", 2526 - ] 2527 - 2528 - [[package]] 2529 - name = "sha-1" 2530 - version = "0.10.1" 2531 - source = "registry+https://github.com/rust-lang/crates.io-index" 2532 - checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" 2533 - dependencies = [ 2534 - "cfg-if", 2535 - "cpufeatures", 2536 - "digest 0.10.6", 2537 - ] 2538 - 2539 - [[package]] 2540 - name = "sha1" 2541 - version = "0.2.0" 2542 - source = "registry+https://github.com/rust-lang/crates.io-index" 2543 - checksum = "cc30b1e1e8c40c121ca33b86c23308a090d19974ef001b4bf6e61fd1a0fb095c" 2544 - 2545 - [[package]] 2546 - name = "sha1" 2547 - version = "0.10.5" 2548 - source = "registry+https://github.com/rust-lang/crates.io-index" 2549 - checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" 2550 - dependencies = [ 2551 - "cfg-if", 2552 - "cpufeatures", 2553 - "digest 0.10.6", 2554 - ] 2555 - 2556 - [[package]] 2557 - name = "sha2" 2558 - version = "0.10.6" 2559 - source = "registry+https://github.com/rust-lang/crates.io-index" 2560 - checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" 2561 - dependencies = [ 2562 - "cfg-if", 2563 - "cpufeatures", 2564 - "digest 0.10.6", 2565 - ] 2566 - 2567 - [[package]] 2568 - name = "signal-hook" 2569 - version = "0.3.14" 2570 - source = "registry+https://github.com/rust-lang/crates.io-index" 2571 - checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d" 2572 - dependencies = [ 2573 - "libc", 2574 - "signal-hook-registry", 2575 - ] 2576 - 2577 - [[package]] 2578 - name = "signal-hook-registry" 2579 - version = "1.4.0" 2580 - source = "registry+https://github.com/rust-lang/crates.io-index" 2581 - checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 2582 - dependencies = [ 2583 - "libc", 2584 - ] 2585 - 2586 - [[package]] 2587 - name = "simple_moving_average" 2588 - version = "0.1.2" 2589 - source = "registry+https://github.com/rust-lang/crates.io-index" 2590 - checksum = "cdd19d3808aad2604c824399fd270260d634678b010328c9d96851bb0fb63121" 2591 - dependencies = [ 2592 - "num-traits", 2593 - ] 2594 - 2595 - [[package]] 2596 - name = "slab" 2597 - version = "0.4.7" 2598 - source = "registry+https://github.com/rust-lang/crates.io-index" 2599 - checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 2600 - dependencies = [ 2601 - "autocfg", 2602 - ] 2603 - 2604 - [[package]] 2605 - name = "smallvec" 2606 - version = "1.10.0" 2607 - source = "registry+https://github.com/rust-lang/crates.io-index" 2608 - checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 2609 - 2610 - [[package]] 2611 - name = "smol" 2612 - version = "1.3.0" 2613 - source = "registry+https://github.com/rust-lang/crates.io-index" 2614 - checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" 2615 - dependencies = [ 2616 - "async-channel", 2617 - "async-executor", 2618 - "async-fs", 2619 - "async-io", 2620 - "async-lock", 2621 - "async-net", 2622 - "async-process", 2623 - "blocking", 2624 - "futures-lite", 2625 - ] 2626 - 2627 - [[package]] 2628 - name = "socket2" 2629 - version = "0.4.7" 2630 - source = "registry+https://github.com/rust-lang/crates.io-index" 2631 - checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd" 2632 - dependencies = [ 2633 - "libc", 2634 - "winapi", 2635 - ] 2636 - 2637 - [[package]] 2638 - name = "spake2" 2639 - version = "0.3.1" 2640 - source = "registry+https://github.com/rust-lang/crates.io-index" 2641 - checksum = "7139ade210556eca57dfc299ec2454846ab6be09232eb1139a36e285ae7fd48e" 2642 - dependencies = [ 2643 - "curve25519-dalek", 2644 - "hkdf", 2645 - "rand_core 0.5.1", 2646 - "sha2", 2647 - ] 2648 - 2649 - [[package]] 2650 - name = "spin" 2651 - version = "0.5.2" 2652 - source = "registry+https://github.com/rust-lang/crates.io-index" 2653 - checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 2654 - 2655 - [[package]] 2656 - name = "static_assertions" 2657 - version = "1.1.0" 2658 - source = "registry+https://github.com/rust-lang/crates.io-index" 2659 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2660 - 2661 - [[package]] 2662 - name = "strsim" 2663 - version = "0.9.3" 2664 - source = "registry+https://github.com/rust-lang/crates.io-index" 2665 - checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" 2666 - 2667 - [[package]] 2668 - name = "stun_codec" 2669 - version = "0.2.0" 2670 - source = "registry+https://github.com/rust-lang/crates.io-index" 2671 - checksum = "1f1df6c4e592afc1ffed8f4bc50ab9f4d70cfccb42829662b7d276247cbef3b1" 2672 - dependencies = [ 2673 - "bytecodec", 2674 - "byteorder", 2675 - "crc", 2676 - "hmac-sha1", 2677 - "md5", 2678 - "trackable 1.2.0", 2679 - ] 2680 - 2681 - [[package]] 2682 - name = "subtle" 2683 - version = "2.4.1" 2684 - source = "registry+https://github.com/rust-lang/crates.io-index" 2685 - checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 2686 - 2687 - [[package]] 2688 - name = "syn" 2689 - version = "1.0.107" 2690 - source = "registry+https://github.com/rust-lang/crates.io-index" 2691 - checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" 2692 - dependencies = [ 2693 - "proc-macro2", 2694 - "quote", 2695 - "unicode-ident", 2696 - ] 2697 - 2698 - [[package]] 2699 - name = "synstructure" 2700 - version = "0.12.6" 2701 - source = "registry+https://github.com/rust-lang/crates.io-index" 2702 - checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 2703 - dependencies = [ 2704 - "proc-macro2", 2705 - "quote", 2706 - "syn", 2707 - "unicode-xid", 2708 - ] 2709 - 2710 - [[package]] 2711 - name = "system-deps" 2712 - version = "6.0.3" 2713 - source = "registry+https://github.com/rust-lang/crates.io-index" 2714 - checksum = "2955b1fe31e1fa2fbd1976b71cc69a606d7d4da16f6de3333d0c92d51419aeff" 2715 - dependencies = [ 2716 - "cfg-expr", 2717 - "heck", 2718 - "pkg-config", 2719 - "toml", 2720 - "version-compare", 2721 - ] 2722 - 2723 - [[package]] 2724 - name = "temp-dir" 2725 - version = "0.1.11" 2726 - source = "registry+https://github.com/rust-lang/crates.io-index" 2727 - checksum = "af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab" 2728 - 2729 - [[package]] 2730 - name = "tempfile" 2731 - version = "3.3.0" 2732 - source = "git+https://github.com/Stebalien/tempfile.git#1c6149d7ce33b2ad8b20a38a8ddce0fc29f68f0e" 2733 - dependencies = [ 2734 - "cfg-if", 2735 - "fastrand", 2736 - "redox_syscall", 2737 - "remove_dir_all", 2738 - "rustix", 2739 - "windows-sys", 2740 - ] 2741 - 2742 - [[package]] 2743 - name = "termcolor" 2744 - version = "1.2.0" 2745 - source = "registry+https://github.com/rust-lang/crates.io-index" 2746 - checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 2747 - dependencies = [ 2748 - "winapi-util", 2749 - ] 2750 - 2751 - [[package]] 2752 - name = "thiserror" 2753 - version = "1.0.38" 2754 - source = "registry+https://github.com/rust-lang/crates.io-index" 2755 - checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" 2756 - dependencies = [ 2757 - "thiserror-impl", 2758 - ] 2759 - 2760 - [[package]] 2761 - name = "thiserror-impl" 2762 - version = "1.0.38" 2763 - source = "registry+https://github.com/rust-lang/crates.io-index" 2764 - checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" 2765 - dependencies = [ 2766 - "proc-macro2", 2767 - "quote", 2768 - "syn", 2769 - ] 2770 - 2771 - [[package]] 2772 - name = "time" 2773 - version = "0.1.45" 2774 - source = "registry+https://github.com/rust-lang/crates.io-index" 2775 - checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 2776 - dependencies = [ 2777 - "libc", 2778 - "wasi 0.10.0+wasi-snapshot-preview1", 2779 - "winapi", 2780 - ] 2781 - 2782 - [[package]] 2783 - name = "time" 2784 - version = "0.3.17" 2785 - source = "registry+https://github.com/rust-lang/crates.io-index" 2786 - checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376" 2787 - dependencies = [ 2788 - "itoa", 2789 - "serde", 2790 - "time-core", 2791 - "time-macros", 2792 - ] 2793 - 2794 - [[package]] 2795 - name = "time-core" 2796 - version = "0.1.0" 2797 - source = "registry+https://github.com/rust-lang/crates.io-index" 2798 - checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" 2799 - 2800 - [[package]] 2801 - name = "time-macros" 2802 - version = "0.2.6" 2803 - source = "registry+https://github.com/rust-lang/crates.io-index" 2804 - checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2" 2805 - dependencies = [ 2806 - "time-core", 2807 - ] 2808 - 2809 - [[package]] 2810 - name = "tinyvec" 2811 - version = "1.6.0" 2812 - source = "registry+https://github.com/rust-lang/crates.io-index" 2813 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2814 - dependencies = [ 2815 - "tinyvec_macros", 2816 - ] 2817 - 2818 - [[package]] 2819 - name = "tinyvec_macros" 2820 - version = "0.1.0" 2821 - source = "registry+https://github.com/rust-lang/crates.io-index" 2822 - checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 2823 - 2824 - [[package]] 2825 - name = "toml" 2826 - version = "0.5.11" 2827 - source = "registry+https://github.com/rust-lang/crates.io-index" 2828 - checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 2829 - dependencies = [ 2830 - "serde", 2831 - ] 2832 - 2833 - [[package]] 2834 - name = "tracing" 2835 - version = "0.1.37" 2836 - source = "registry+https://github.com/rust-lang/crates.io-index" 2837 - checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 2838 - dependencies = [ 2839 - "cfg-if", 2840 - "pin-project-lite", 2841 - "tracing-attributes", 2842 - "tracing-core", 2843 - ] 2844 - 2845 - [[package]] 2846 - name = "tracing-attributes" 2847 - version = "0.1.23" 2848 - source = "registry+https://github.com/rust-lang/crates.io-index" 2849 - checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" 2850 - dependencies = [ 2851 - "proc-macro2", 2852 - "quote", 2853 - "syn", 2854 - ] 2855 - 2856 - [[package]] 2857 - name = "tracing-core" 2858 - version = "0.1.30" 2859 - source = "registry+https://github.com/rust-lang/crates.io-index" 2860 - checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 2861 - dependencies = [ 2862 - "once_cell", 2863 - ] 2864 - 2865 - [[package]] 2866 - name = "trackable" 2867 - version = "0.2.24" 2868 - source = "registry+https://github.com/rust-lang/crates.io-index" 2869 - checksum = "b98abb9e7300b9ac902cc04920945a874c1973e08c310627cc4458c04b70dd32" 2870 - dependencies = [ 2871 - "trackable 1.2.0", 2872 - "trackable_derive", 2873 - ] 2874 - 2875 - [[package]] 2876 - name = "trackable" 2877 - version = "1.2.0" 2878 - source = "registry+https://github.com/rust-lang/crates.io-index" 2879 - checksum = "017e2a1a93718e4e8386d037cfb8add78f1d690467f4350fb582f55af1203167" 2880 - dependencies = [ 2881 - "trackable_derive", 2882 - ] 2883 - 2884 - [[package]] 2885 - name = "trackable_derive" 2886 - version = "1.0.0" 2887 - source = "registry+https://github.com/rust-lang/crates.io-index" 2888 - checksum = "ebeb235c5847e2f82cfe0f07eb971d1e5f6804b18dac2ae16349cc604380f82f" 2889 - dependencies = [ 2890 - "quote", 2891 - "syn", 2892 - ] 2893 - 2894 - [[package]] 2895 - name = "tungstenite" 2896 - version = "0.17.3" 2897 - source = "registry+https://github.com/rust-lang/crates.io-index" 2898 - checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0" 2899 - dependencies = [ 2900 - "base64 0.13.1", 2901 - "byteorder", 2902 - "bytes", 2903 - "http", 2904 - "httparse", 2905 - "log", 2906 - "rand", 2907 - "sha-1", 2908 - "thiserror", 2909 - "url", 2910 - "utf-8", 2911 - ] 2912 - 2913 - [[package]] 2914 - name = "typenum" 2915 - version = "1.16.0" 2916 - source = "registry+https://github.com/rust-lang/crates.io-index" 2917 - checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" 2918 - 2919 - [[package]] 2920 - name = "ucd-trie" 2921 - version = "0.1.5" 2922 - source = "registry+https://github.com/rust-lang/crates.io-index" 2923 - checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" 2924 - 2925 - [[package]] 2926 - name = "uds_windows" 2927 - version = "1.0.2" 2928 - source = "registry+https://github.com/rust-lang/crates.io-index" 2929 - checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d" 2930 - dependencies = [ 2931 - "tempfile", 2932 - "winapi", 2933 - ] 2934 - 2935 - [[package]] 2936 - name = "unicode-bidi" 2937 - version = "0.3.10" 2938 - source = "registry+https://github.com/rust-lang/crates.io-index" 2939 - checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58" 2940 - 2941 - [[package]] 2942 - name = "unicode-ident" 2943 - version = "1.0.6" 2944 - source = "registry+https://github.com/rust-lang/crates.io-index" 2945 - checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" 2946 - 2947 - [[package]] 2948 - name = "unicode-normalization" 2949 - version = "0.1.22" 2950 - source = "registry+https://github.com/rust-lang/crates.io-index" 2951 - checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2952 - dependencies = [ 2953 - "tinyvec", 2954 - ] 2955 - 2956 - [[package]] 2957 - name = "unicode-width" 2958 - version = "0.1.10" 2959 - source = "registry+https://github.com/rust-lang/crates.io-index" 2960 - checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 2961 - 2962 - [[package]] 2963 - name = "unicode-xid" 2964 - version = "0.2.4" 2965 - source = "registry+https://github.com/rust-lang/crates.io-index" 2966 - checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 2967 - 2968 - [[package]] 2969 - name = "universal-hash" 2970 - version = "0.4.1" 2971 - source = "registry+https://github.com/rust-lang/crates.io-index" 2972 - checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" 2973 - dependencies = [ 2974 - "generic-array", 2975 - "subtle", 2976 - ] 2977 - 2978 - [[package]] 2979 - name = "untrusted" 2980 - version = "0.7.1" 2981 - source = "registry+https://github.com/rust-lang/crates.io-index" 2982 - checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 2983 - 2984 - [[package]] 2985 - name = "url" 2986 - version = "2.3.1" 2987 - source = "registry+https://github.com/rust-lang/crates.io-index" 2988 - checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 2989 - dependencies = [ 2990 - "form_urlencoded", 2991 - "idna", 2992 - "percent-encoding", 2993 - "serde", 2994 - ] 2995 - 2996 - [[package]] 2997 - name = "urlencoding" 2998 - version = "2.1.2" 2999 - source = "registry+https://github.com/rust-lang/crates.io-index" 3000 - checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9" 3001 - 3002 - [[package]] 3003 - name = "utf-8" 3004 - version = "0.7.6" 3005 - source = "registry+https://github.com/rust-lang/crates.io-index" 3006 - checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 3007 - 3008 - [[package]] 3009 - name = "value-bag" 3010 - version = "1.0.0-alpha.9" 3011 - source = "registry+https://github.com/rust-lang/crates.io-index" 3012 - checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" 3013 - dependencies = [ 3014 - "ctor", 3015 - "version_check", 3016 - ] 3017 - 3018 - [[package]] 3019 - name = "version-compare" 3020 - version = "0.1.1" 3021 - source = "registry+https://github.com/rust-lang/crates.io-index" 3022 - checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29" 3023 - 3024 - [[package]] 3025 - name = "version_check" 3026 - version = "0.9.4" 3027 - source = "registry+https://github.com/rust-lang/crates.io-index" 3028 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 3029 - 3030 - [[package]] 3031 - name = "waker-fn" 3032 - version = "1.1.0" 3033 - source = "registry+https://github.com/rust-lang/crates.io-index" 3034 - checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" 3035 - 3036 - [[package]] 3037 - name = "walkdir" 3038 - version = "2.3.2" 3039 - source = "registry+https://github.com/rust-lang/crates.io-index" 3040 - checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 3041 - dependencies = [ 3042 - "same-file", 3043 - "winapi", 3044 - "winapi-util", 3045 - ] 3046 - 3047 - [[package]] 3048 - name = "warp" 3049 - version = "0.4.0" 3050 - dependencies = [ 3051 - "async-broadcast", 3052 - "async-channel", 3053 - "backtrace", 3054 - "chrono", 3055 - "futures", 3056 - "gdk4", 3057 - "gettext-rs", 3058 - "gio", 3059 - "glib", 3060 - "gtk4", 3061 - "gvdb", 3062 - "gvdb-macros", 3063 - "libadwaita", 3064 - "log", 3065 - "magic-wormhole", 3066 - "once_cell", 3067 - "pretty_env_logger", 3068 - "qrcode", 3069 - "regex", 3070 - "scopeguard", 3071 - "serde", 3072 - "serde_json", 3073 - "simple_moving_average", 3074 - "smol", 3075 - "tempfile", 3076 - "thiserror", 3077 - "url", 3078 - "urlencoding", 3079 - "walkdir", 3080 - "win32console", 3081 - "xml-rs", 3082 - "zbus", 3083 - "zip", 3084 - "zip-extensions", 3085 - ] 3086 - 3087 - [[package]] 3088 - name = "wasi" 3089 - version = "0.9.0+wasi-snapshot-preview1" 3090 - source = "registry+https://github.com/rust-lang/crates.io-index" 3091 - checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 3092 - 3093 - [[package]] 3094 - name = "wasi" 3095 - version = "0.10.0+wasi-snapshot-preview1" 3096 - source = "registry+https://github.com/rust-lang/crates.io-index" 3097 - checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 3098 - 3099 - [[package]] 3100 - name = "wasi" 3101 - version = "0.11.0+wasi-snapshot-preview1" 3102 - source = "registry+https://github.com/rust-lang/crates.io-index" 3103 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3104 - 3105 - [[package]] 3106 - name = "wasm-bindgen" 3107 - version = "0.2.83" 3108 - source = "registry+https://github.com/rust-lang/crates.io-index" 3109 - checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" 3110 - dependencies = [ 3111 - "cfg-if", 3112 - "wasm-bindgen-macro", 3113 - ] 3114 - 3115 - [[package]] 3116 - name = "wasm-bindgen-backend" 3117 - version = "0.2.83" 3118 - source = "registry+https://github.com/rust-lang/crates.io-index" 3119 - checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" 3120 - dependencies = [ 3121 - "bumpalo", 3122 - "log", 3123 - "once_cell", 3124 - "proc-macro2", 3125 - "quote", 3126 - "syn", 3127 - "wasm-bindgen-shared", 3128 - ] 3129 - 3130 - [[package]] 3131 - name = "wasm-bindgen-futures" 3132 - version = "0.4.33" 3133 - source = "registry+https://github.com/rust-lang/crates.io-index" 3134 - checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d" 3135 - dependencies = [ 3136 - "cfg-if", 3137 - "js-sys", 3138 - "wasm-bindgen", 3139 - "web-sys", 3140 - ] 3141 - 3142 - [[package]] 3143 - name = "wasm-bindgen-macro" 3144 - version = "0.2.83" 3145 - source = "registry+https://github.com/rust-lang/crates.io-index" 3146 - checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" 3147 - dependencies = [ 3148 - "quote", 3149 - "wasm-bindgen-macro-support", 3150 - ] 3151 - 3152 - [[package]] 3153 - name = "wasm-bindgen-macro-support" 3154 - version = "0.2.83" 3155 - source = "registry+https://github.com/rust-lang/crates.io-index" 3156 - checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" 3157 - dependencies = [ 3158 - "proc-macro2", 3159 - "quote", 3160 - "syn", 3161 - "wasm-bindgen-backend", 3162 - "wasm-bindgen-shared", 3163 - ] 3164 - 3165 - [[package]] 3166 - name = "wasm-bindgen-shared" 3167 - version = "0.2.83" 3168 - source = "registry+https://github.com/rust-lang/crates.io-index" 3169 - checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" 3170 - 3171 - [[package]] 3172 - name = "web-sys" 3173 - version = "0.3.60" 3174 - source = "registry+https://github.com/rust-lang/crates.io-index" 3175 - checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f" 3176 - dependencies = [ 3177 - "js-sys", 3178 - "wasm-bindgen", 3179 - ] 3180 - 3181 - [[package]] 3182 - name = "webpki" 3183 - version = "0.21.4" 3184 - source = "registry+https://github.com/rust-lang/crates.io-index" 3185 - checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" 3186 - dependencies = [ 3187 - "ring", 3188 - "untrusted", 3189 - ] 3190 - 3191 - [[package]] 3192 - name = "webpki-roots" 3193 - version = "0.21.1" 3194 - source = "registry+https://github.com/rust-lang/crates.io-index" 3195 - checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940" 3196 - dependencies = [ 3197 - "webpki", 3198 - ] 3199 - 3200 - [[package]] 3201 - name = "wepoll-ffi" 3202 - version = "0.1.2" 3203 - source = "registry+https://github.com/rust-lang/crates.io-index" 3204 - checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb" 3205 - dependencies = [ 3206 - "cc", 3207 - ] 3208 - 3209 - [[package]] 3210 - name = "win32console" 3211 - version = "0.1.5" 3212 - source = "registry+https://github.com/rust-lang/crates.io-index" 3213 - checksum = "9e69bbdf01990d3e8b9f5a7c4667feda30c63be20aa2f8e66b2f4efb6c06f673" 3214 - dependencies = [ 3215 - "winapi", 3216 - ] 3217 - 3218 - [[package]] 3219 - name = "winapi" 3220 - version = "0.3.9" 3221 - source = "registry+https://github.com/rust-lang/crates.io-index" 3222 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3223 - dependencies = [ 3224 - "winapi-i686-pc-windows-gnu", 3225 - "winapi-x86_64-pc-windows-gnu", 3226 - ] 3227 - 3228 - [[package]] 3229 - name = "winapi-i686-pc-windows-gnu" 3230 - version = "0.4.0" 3231 - source = "registry+https://github.com/rust-lang/crates.io-index" 3232 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3233 - 3234 - [[package]] 3235 - name = "winapi-util" 3236 - version = "0.1.5" 3237 - source = "registry+https://github.com/rust-lang/crates.io-index" 3238 - checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 3239 - dependencies = [ 3240 - "winapi", 3241 - ] 3242 - 3243 - [[package]] 3244 - name = "winapi-x86_64-pc-windows-gnu" 3245 - version = "0.4.0" 3246 - source = "registry+https://github.com/rust-lang/crates.io-index" 3247 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3248 - 3249 - [[package]] 3250 - name = "windows-sys" 3251 - version = "0.42.0" 3252 - source = "registry+https://github.com/rust-lang/crates.io-index" 3253 - checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 3254 - dependencies = [ 3255 - "windows_aarch64_gnullvm", 3256 - "windows_aarch64_msvc", 3257 - "windows_i686_gnu", 3258 - "windows_i686_msvc", 3259 - "windows_x86_64_gnu", 3260 - "windows_x86_64_gnullvm", 3261 - "windows_x86_64_msvc", 3262 - ] 3263 - 3264 - [[package]] 3265 - name = "windows_aarch64_gnullvm" 3266 - version = "0.42.1" 3267 - source = "registry+https://github.com/rust-lang/crates.io-index" 3268 - checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 3269 - 3270 - [[package]] 3271 - name = "windows_aarch64_msvc" 3272 - version = "0.42.1" 3273 - source = "registry+https://github.com/rust-lang/crates.io-index" 3274 - checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 3275 - 3276 - [[package]] 3277 - name = "windows_i686_gnu" 3278 - version = "0.42.1" 3279 - source = "registry+https://github.com/rust-lang/crates.io-index" 3280 - checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 3281 - 3282 - [[package]] 3283 - name = "windows_i686_msvc" 3284 - version = "0.42.1" 3285 - source = "registry+https://github.com/rust-lang/crates.io-index" 3286 - checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 3287 - 3288 - [[package]] 3289 - name = "windows_x86_64_gnu" 3290 - version = "0.42.1" 3291 - source = "registry+https://github.com/rust-lang/crates.io-index" 3292 - checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 3293 - 3294 - [[package]] 3295 - name = "windows_x86_64_gnullvm" 3296 - version = "0.42.1" 3297 - source = "registry+https://github.com/rust-lang/crates.io-index" 3298 - checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 3299 - 3300 - [[package]] 3301 - name = "windows_x86_64_msvc" 3302 - version = "0.42.1" 3303 - source = "registry+https://github.com/rust-lang/crates.io-index" 3304 - checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 3305 - 3306 - [[package]] 3307 - name = "x25519-dalek" 3308 - version = "1.2.0" 3309 - source = "registry+https://github.com/rust-lang/crates.io-index" 3310 - checksum = "2392b6b94a576b4e2bf3c5b2757d63f10ada8020a2e4d08ac849ebcf6ea8e077" 3311 - dependencies = [ 3312 - "curve25519-dalek", 3313 - "rand_core 0.5.1", 3314 - "zeroize", 3315 - ] 3316 - 3317 - [[package]] 3318 - name = "xattr" 3319 - version = "0.2.3" 3320 - source = "registry+https://github.com/rust-lang/crates.io-index" 3321 - checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 3322 - dependencies = [ 3323 - "libc", 3324 - ] 3325 - 3326 - [[package]] 3327 - name = "xml-rs" 3328 - version = "0.8.4" 3329 - source = "registry+https://github.com/rust-lang/crates.io-index" 3330 - checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3" 3331 - 3332 - [[package]] 3333 - name = "xsalsa20poly1305" 3334 - version = "0.8.0" 3335 - source = "registry+https://github.com/rust-lang/crates.io-index" 3336 - checksum = "e68bcb965d6c650091450b95cea12f07dcd299a01c15e2f9433b0813ea3c0886" 3337 - dependencies = [ 3338 - "aead", 3339 - "poly1305", 3340 - "rand_core 0.6.4", 3341 - "salsa20", 3342 - "subtle", 3343 - "zeroize", 3344 - ] 3345 - 3346 - [[package]] 3347 - name = "zbus" 3348 - version = "3.7.0" 3349 - source = "registry+https://github.com/rust-lang/crates.io-index" 3350 - checksum = "379d587c0ccb632d1179cf44082653f682842f0535f0fdfaefffc34849cc855e" 3351 - dependencies = [ 3352 - "async-broadcast", 3353 - "async-executor", 3354 - "async-io", 3355 - "async-lock", 3356 - "async-recursion", 3357 - "async-task", 3358 - "async-trait", 3359 - "byteorder", 3360 - "derivative", 3361 - "dirs", 3362 - "enumflags2", 3363 - "event-listener", 3364 - "futures-core", 3365 - "futures-sink", 3366 - "futures-util", 3367 - "hex", 3368 - "nix", 3369 - "once_cell", 3370 - "ordered-stream", 3371 - "rand", 3372 - "serde", 3373 - "serde_repr", 3374 - "sha1 0.10.5", 3375 - "static_assertions", 3376 - "tracing", 3377 - "uds_windows", 3378 - "winapi", 3379 - "zbus_macros", 3380 - "zbus_names", 3381 - "zvariant", 3382 - ] 3383 - 3384 - [[package]] 3385 - name = "zbus_macros" 3386 - version = "3.7.0" 3387 - source = "registry+https://github.com/rust-lang/crates.io-index" 3388 - checksum = "66492a2e90c0df7190583eccb8424aa12eb7ff06edea415a4fff6688fae18cf8" 3389 - dependencies = [ 3390 - "proc-macro-crate", 3391 - "proc-macro2", 3392 - "quote", 3393 - "regex", 3394 - "syn", 3395 - ] 3396 - 3397 - [[package]] 3398 - name = "zbus_names" 3399 - version = "2.5.0" 3400 - source = "registry+https://github.com/rust-lang/crates.io-index" 3401 - checksum = "f34f314916bd89bdb9934154627fab152f4f28acdda03e7c4c68181b214fe7e3" 3402 - dependencies = [ 3403 - "serde", 3404 - "static_assertions", 3405 - "zvariant", 3406 - ] 3407 - 3408 - [[package]] 3409 - name = "zeroize" 3410 - version = "1.3.0" 3411 - source = "registry+https://github.com/rust-lang/crates.io-index" 3412 - checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd" 3413 - dependencies = [ 3414 - "zeroize_derive", 3415 - ] 3416 - 3417 - [[package]] 3418 - name = "zeroize_derive" 3419 - version = "1.3.3" 3420 - source = "registry+https://github.com/rust-lang/crates.io-index" 3421 - checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c" 3422 - dependencies = [ 3423 - "proc-macro2", 3424 - "quote", 3425 - "syn", 3426 - "synstructure", 3427 - ] 3428 - 3429 - [[package]] 3430 - name = "zip" 3431 - version = "0.5.13" 3432 - source = "registry+https://github.com/rust-lang/crates.io-index" 3433 - checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815" 3434 - dependencies = [ 3435 - "byteorder", 3436 - "bzip2", 3437 - "crc32fast", 3438 - "flate2", 3439 - "thiserror", 3440 - "time 0.1.45", 3441 - ] 3442 - 3443 - [[package]] 3444 - name = "zip-extensions" 3445 - version = "0.6.1" 3446 - source = "registry+https://github.com/rust-lang/crates.io-index" 3447 - checksum = "a64c3c977bc3434ce2d4bcea8ad3c644672de0f2c402b72b9171ca80a8885d14" 3448 - dependencies = [ 3449 - "zip", 3450 - ] 3451 - 3452 - [[package]] 3453 - name = "zvariant" 3454 - version = "3.10.0" 3455 - source = "registry+https://github.com/rust-lang/crates.io-index" 3456 - checksum = "576cc41e65c7f283e5460f5818073e68fb1f1631502b969ef228c2e03c862efb" 3457 - dependencies = [ 3458 - "byteorder", 3459 - "enumflags2", 3460 - "libc", 3461 - "serde", 3462 - "static_assertions", 3463 - "zvariant_derive", 3464 - ] 3465 - 3466 - [[package]] 3467 - name = "zvariant_derive" 3468 - version = "3.10.0" 3469 - source = "registry+https://github.com/rust-lang/crates.io-index" 3470 - checksum = "0fd4aafc0dee96ae7242a24249ce9babf21e1562822f03df650d4e68c20e41ed" 3471 - dependencies = [ 3472 - "proc-macro-crate", 3473 - "proc-macro2", 3474 - "quote", 3475 - "syn", 3476 - ]
+6 -7
pkgs/applications/networking/warp/default.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "warp"; 20 - version = "0.4"; 20 + version = "0.5.2"; 21 21 22 22 src = fetchFromGitLab { 23 23 domain = "gitlab.gnome.org"; 24 24 owner = "World"; 25 25 repo = pname; 26 26 rev = "v${version}"; 27 - hash = "sha256-c8X0kedfM8DPTEQAbh8cXIfEvxG2cdUD3twVHs0/k7U"; 27 + hash = "sha256-VtmLWbZXKTv+sjICnaBt2EPbtDwIVZym/PZdL2N7UQo="; 28 28 }; 29 29 30 30 postPatch = '' 31 31 patchShebangs build-aux 32 32 ''; 33 33 34 - cargoDeps = rustPlatform.importCargoLock { 35 - lockFile = ./Cargo.lock; 36 - outputHashes = { 37 - "tempfile-3.3.0" = "sha256-zVbGZOEYEmOJGtl5Ko8rYIW9NY16lq5+zMzJ/TSkfsc="; 38 - }; 34 + cargoDeps = rustPlatform.fetchCargoTarball { 35 + inherit src; 36 + name = "${pname}-${version}"; 37 + hash = "sha256-NT6reZUsieqMTX7HW9QmrjcgBpqxZOUfzht9b7suNeY="; 39 38 }; 40 39 41 40 nativeBuildInputs = [