Merge pull request #304713 from cameronfyfe/sendme-0.5.0

sendme: 0.3.0 -> 0.5.0

authored by kirillrdy and committed by GitHub fabc8151 c2c5cd0a

+3 -4513
-4505
pkgs/by-name/se/sendme/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.21.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 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.5.2" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" 25 - dependencies = [ 26 - "bytes", 27 - "crypto-common", 28 - "generic-array", 29 - ] 30 - 31 - [[package]] 32 - name = "ahash" 33 - version = "0.8.6" 34 - source = "registry+https://github.com/rust-lang/crates.io-index" 35 - checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a" 36 - dependencies = [ 37 - "cfg-if", 38 - "once_cell", 39 - "version_check", 40 - "zerocopy", 41 - ] 42 - 43 - [[package]] 44 - name = "aho-corasick" 45 - version = "1.1.2" 46 - source = "registry+https://github.com/rust-lang/crates.io-index" 47 - checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 48 - dependencies = [ 49 - "memchr", 50 - ] 51 - 52 - [[package]] 53 - name = "allocator-api2" 54 - version = "0.2.16" 55 - source = "registry+https://github.com/rust-lang/crates.io-index" 56 - checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" 57 - 58 - [[package]] 59 - name = "android-tzdata" 60 - version = "0.1.1" 61 - source = "registry+https://github.com/rust-lang/crates.io-index" 62 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 63 - 64 - [[package]] 65 - name = "android_system_properties" 66 - version = "0.1.5" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 69 - dependencies = [ 70 - "libc", 71 - ] 72 - 73 - [[package]] 74 - name = "anstream" 75 - version = "0.6.5" 76 - source = "registry+https://github.com/rust-lang/crates.io-index" 77 - checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6" 78 - dependencies = [ 79 - "anstyle", 80 - "anstyle-parse", 81 - "anstyle-query", 82 - "anstyle-wincon", 83 - "colorchoice", 84 - "utf8parse", 85 - ] 86 - 87 - [[package]] 88 - name = "anstyle" 89 - version = "1.0.4" 90 - source = "registry+https://github.com/rust-lang/crates.io-index" 91 - checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" 92 - 93 - [[package]] 94 - name = "anstyle-parse" 95 - version = "0.2.3" 96 - source = "registry+https://github.com/rust-lang/crates.io-index" 97 - checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" 98 - dependencies = [ 99 - "utf8parse", 100 - ] 101 - 102 - [[package]] 103 - name = "anstyle-query" 104 - version = "1.0.2" 105 - source = "registry+https://github.com/rust-lang/crates.io-index" 106 - checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" 107 - dependencies = [ 108 - "windows-sys 0.52.0", 109 - ] 110 - 111 - [[package]] 112 - name = "anstyle-wincon" 113 - version = "3.0.2" 114 - source = "registry+https://github.com/rust-lang/crates.io-index" 115 - checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" 116 - dependencies = [ 117 - "anstyle", 118 - "windows-sys 0.52.0", 119 - ] 120 - 121 - [[package]] 122 - name = "anyhow" 123 - version = "1.0.76" 124 - source = "registry+https://github.com/rust-lang/crates.io-index" 125 - checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355" 126 - 127 - [[package]] 128 - name = "arrayref" 129 - version = "0.3.7" 130 - source = "registry+https://github.com/rust-lang/crates.io-index" 131 - checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 132 - 133 - [[package]] 134 - name = "arrayvec" 135 - version = "0.7.4" 136 - source = "registry+https://github.com/rust-lang/crates.io-index" 137 - checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 138 - 139 - [[package]] 140 - name = "asn1-rs" 141 - version = "0.5.2" 142 - source = "registry+https://github.com/rust-lang/crates.io-index" 143 - checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" 144 - dependencies = [ 145 - "asn1-rs-derive", 146 - "asn1-rs-impl", 147 - "displaydoc", 148 - "nom", 149 - "num-traits", 150 - "rusticata-macros", 151 - "thiserror", 152 - "time", 153 - ] 154 - 155 - [[package]] 156 - name = "asn1-rs-derive" 157 - version = "0.4.0" 158 - source = "registry+https://github.com/rust-lang/crates.io-index" 159 - checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" 160 - dependencies = [ 161 - "proc-macro2", 162 - "quote", 163 - "syn 1.0.109", 164 - "synstructure", 165 - ] 166 - 167 - [[package]] 168 - name = "asn1-rs-impl" 169 - version = "0.1.0" 170 - source = "registry+https://github.com/rust-lang/crates.io-index" 171 - checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" 172 - dependencies = [ 173 - "proc-macro2", 174 - "quote", 175 - "syn 1.0.109", 176 - ] 177 - 178 - [[package]] 179 - name = "async-trait" 180 - version = "0.1.75" 181 - source = "registry+https://github.com/rust-lang/crates.io-index" 182 - checksum = "fdf6721fb0140e4f897002dd086c06f6c27775df19cfe1fccb21181a48fd2c98" 183 - dependencies = [ 184 - "proc-macro2", 185 - "quote", 186 - "syn 2.0.42", 187 - ] 188 - 189 - [[package]] 190 - name = "attohttpc" 191 - version = "0.16.3" 192 - source = "registry+https://github.com/rust-lang/crates.io-index" 193 - checksum = "fdb8867f378f33f78a811a8eb9bf108ad99430d7aad43315dd9319c827ef6247" 194 - dependencies = [ 195 - "http 0.2.11", 196 - "log", 197 - "url", 198 - "wildmatch", 199 - ] 200 - 201 - [[package]] 202 - name = "autocfg" 203 - version = "1.1.0" 204 - source = "registry+https://github.com/rust-lang/crates.io-index" 205 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 206 - 207 - [[package]] 208 - name = "backoff" 209 - version = "0.4.0" 210 - source = "registry+https://github.com/rust-lang/crates.io-index" 211 - checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" 212 - dependencies = [ 213 - "getrandom", 214 - "instant", 215 - "rand", 216 - ] 217 - 218 - [[package]] 219 - name = "backtrace" 220 - version = "0.3.69" 221 - source = "registry+https://github.com/rust-lang/crates.io-index" 222 - checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 223 - dependencies = [ 224 - "addr2line", 225 - "cc", 226 - "cfg-if", 227 - "libc", 228 - "miniz_oxide", 229 - "object", 230 - "rustc-demangle", 231 - ] 232 - 233 - [[package]] 234 - name = "bao-tree" 235 - version = "0.9.1" 236 - source = "registry+https://github.com/rust-lang/crates.io-index" 237 - checksum = "155e7e0c896695a9049badd7bf2b915d29230e24dc82a7c7ef065eded072404f" 238 - dependencies = [ 239 - "bytes", 240 - "futures", 241 - "iroh-blake3", 242 - "iroh-io", 243 - "positioned-io", 244 - "range-collections", 245 - "self_cell", 246 - "smallvec", 247 - "tokio", 248 - ] 249 - 250 - [[package]] 251 - name = "base-x" 252 - version = "0.2.11" 253 - source = "registry+https://github.com/rust-lang/crates.io-index" 254 - checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 255 - 256 - [[package]] 257 - name = "base16ct" 258 - version = "0.2.0" 259 - source = "registry+https://github.com/rust-lang/crates.io-index" 260 - checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 261 - 262 - [[package]] 263 - name = "base32" 264 - version = "0.4.0" 265 - source = "registry+https://github.com/rust-lang/crates.io-index" 266 - checksum = "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa" 267 - 268 - [[package]] 269 - name = "base64" 270 - version = "0.21.5" 271 - source = "registry+https://github.com/rust-lang/crates.io-index" 272 - checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" 273 - 274 - [[package]] 275 - name = "base64ct" 276 - version = "1.6.0" 277 - source = "registry+https://github.com/rust-lang/crates.io-index" 278 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 279 - 280 - [[package]] 281 - name = "binary-merge" 282 - version = "0.1.2" 283 - source = "registry+https://github.com/rust-lang/crates.io-index" 284 - checksum = "597bb81c80a54b6a4381b23faba8d7774b144c94cbd1d6fe3f1329bd776554ab" 285 - 286 - [[package]] 287 - name = "bitflags" 288 - version = "1.3.2" 289 - source = "registry+https://github.com/rust-lang/crates.io-index" 290 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 291 - 292 - [[package]] 293 - name = "bitflags" 294 - version = "2.4.1" 295 - source = "registry+https://github.com/rust-lang/crates.io-index" 296 - checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" 297 - 298 - [[package]] 299 - name = "block-buffer" 300 - version = "0.10.4" 301 - source = "registry+https://github.com/rust-lang/crates.io-index" 302 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 303 - dependencies = [ 304 - "generic-array", 305 - ] 306 - 307 - [[package]] 308 - name = "bounded-integer" 309 - version = "0.5.7" 310 - source = "registry+https://github.com/rust-lang/crates.io-index" 311 - checksum = "78a6932c88f1d2c29533a3b8a5f5a2f84cc19c3339b431677c3160c5c2e6ca85" 312 - 313 - [[package]] 314 - name = "bumpalo" 315 - version = "3.14.0" 316 - source = "registry+https://github.com/rust-lang/crates.io-index" 317 - checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" 318 - 319 - [[package]] 320 - name = "byteorder" 321 - version = "1.5.0" 322 - source = "registry+https://github.com/rust-lang/crates.io-index" 323 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 324 - 325 - [[package]] 326 - name = "bytes" 327 - version = "1.5.0" 328 - source = "registry+https://github.com/rust-lang/crates.io-index" 329 - checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 330 - dependencies = [ 331 - "serde", 332 - ] 333 - 334 - [[package]] 335 - name = "cc" 336 - version = "1.0.83" 337 - source = "registry+https://github.com/rust-lang/crates.io-index" 338 - checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 339 - dependencies = [ 340 - "libc", 341 - ] 342 - 343 - [[package]] 344 - name = "cfg-if" 345 - version = "1.0.0" 346 - source = "registry+https://github.com/rust-lang/crates.io-index" 347 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 348 - 349 - [[package]] 350 - name = "chacha20" 351 - version = "0.9.1" 352 - source = "registry+https://github.com/rust-lang/crates.io-index" 353 - checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" 354 - dependencies = [ 355 - "cfg-if", 356 - "cipher", 357 - "cpufeatures", 358 - ] 359 - 360 - [[package]] 361 - name = "chrono" 362 - version = "0.4.31" 363 - source = "registry+https://github.com/rust-lang/crates.io-index" 364 - checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" 365 - dependencies = [ 366 - "android-tzdata", 367 - "iana-time-zone", 368 - "js-sys", 369 - "num-traits", 370 - "serde", 371 - "wasm-bindgen", 372 - "windows-targets 0.48.5", 373 - ] 374 - 375 - [[package]] 376 - name = "cipher" 377 - version = "0.4.4" 378 - source = "registry+https://github.com/rust-lang/crates.io-index" 379 - checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 380 - dependencies = [ 381 - "crypto-common", 382 - "inout", 383 - "zeroize", 384 - ] 385 - 386 - [[package]] 387 - name = "clap" 388 - version = "4.4.11" 389 - source = "registry+https://github.com/rust-lang/crates.io-index" 390 - checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2" 391 - dependencies = [ 392 - "clap_builder", 393 - "clap_derive", 394 - ] 395 - 396 - [[package]] 397 - name = "clap_builder" 398 - version = "4.4.11" 399 - source = "registry+https://github.com/rust-lang/crates.io-index" 400 - checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb" 401 - dependencies = [ 402 - "anstream", 403 - "anstyle", 404 - "clap_lex", 405 - "strsim", 406 - ] 407 - 408 - [[package]] 409 - name = "clap_derive" 410 - version = "4.4.7" 411 - source = "registry+https://github.com/rust-lang/crates.io-index" 412 - checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" 413 - dependencies = [ 414 - "heck", 415 - "proc-macro2", 416 - "quote", 417 - "syn 2.0.42", 418 - ] 419 - 420 - [[package]] 421 - name = "clap_lex" 422 - version = "0.6.0" 423 - source = "registry+https://github.com/rust-lang/crates.io-index" 424 - checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" 425 - 426 - [[package]] 427 - name = "cobs" 428 - version = "0.2.3" 429 - source = "registry+https://github.com/rust-lang/crates.io-index" 430 - checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15" 431 - 432 - [[package]] 433 - name = "colorchoice" 434 - version = "1.0.0" 435 - source = "registry+https://github.com/rust-lang/crates.io-index" 436 - checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 437 - 438 - [[package]] 439 - name = "console" 440 - version = "0.15.7" 441 - source = "registry+https://github.com/rust-lang/crates.io-index" 442 - checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" 443 - dependencies = [ 444 - "encode_unicode", 445 - "lazy_static", 446 - "libc", 447 - "unicode-width", 448 - "windows-sys 0.45.0", 449 - ] 450 - 451 - [[package]] 452 - name = "const-oid" 453 - version = "0.9.6" 454 - source = "registry+https://github.com/rust-lang/crates.io-index" 455 - checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 456 - 457 - [[package]] 458 - name = "const_format" 459 - version = "0.2.32" 460 - source = "registry+https://github.com/rust-lang/crates.io-index" 461 - checksum = "e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673" 462 - dependencies = [ 463 - "const_format_proc_macros", 464 - ] 465 - 466 - [[package]] 467 - name = "const_format_proc_macros" 468 - version = "0.2.32" 469 - source = "registry+https://github.com/rust-lang/crates.io-index" 470 - checksum = "c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500" 471 - dependencies = [ 472 - "proc-macro2", 473 - "quote", 474 - "unicode-xid", 475 - ] 476 - 477 - [[package]] 478 - name = "constant_time_eq" 479 - version = "0.3.0" 480 - source = "registry+https://github.com/rust-lang/crates.io-index" 481 - checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" 482 - 483 - [[package]] 484 - name = "core-foundation" 485 - version = "0.9.4" 486 - source = "registry+https://github.com/rust-lang/crates.io-index" 487 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 488 - dependencies = [ 489 - "core-foundation-sys", 490 - "libc", 491 - ] 492 - 493 - [[package]] 494 - name = "core-foundation-sys" 495 - version = "0.8.6" 496 - source = "registry+https://github.com/rust-lang/crates.io-index" 497 - checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 498 - 499 - [[package]] 500 - name = "cpufeatures" 501 - version = "0.2.11" 502 - source = "registry+https://github.com/rust-lang/crates.io-index" 503 - checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0" 504 - dependencies = [ 505 - "libc", 506 - ] 507 - 508 - [[package]] 509 - name = "crc" 510 - version = "3.0.1" 511 - source = "registry+https://github.com/rust-lang/crates.io-index" 512 - checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe" 513 - dependencies = [ 514 - "crc-catalog", 515 - ] 516 - 517 - [[package]] 518 - name = "crc-catalog" 519 - version = "2.4.0" 520 - source = "registry+https://github.com/rust-lang/crates.io-index" 521 - checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 522 - 523 - [[package]] 524 - name = "crossbeam-utils" 525 - version = "0.8.17" 526 - source = "registry+https://github.com/rust-lang/crates.io-index" 527 - checksum = "c06d96137f14f244c37f989d9fff8f95e6c18b918e71f36638f8c49112e4c78f" 528 - dependencies = [ 529 - "cfg-if", 530 - ] 531 - 532 - [[package]] 533 - name = "crypto-bigint" 534 - version = "0.5.5" 535 - source = "registry+https://github.com/rust-lang/crates.io-index" 536 - checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 537 - dependencies = [ 538 - "generic-array", 539 - "rand_core", 540 - "subtle", 541 - "zeroize", 542 - ] 543 - 544 - [[package]] 545 - name = "crypto-common" 546 - version = "0.1.6" 547 - source = "registry+https://github.com/rust-lang/crates.io-index" 548 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 549 - dependencies = [ 550 - "generic-array", 551 - "rand_core", 552 - "typenum", 553 - ] 554 - 555 - [[package]] 556 - name = "crypto_box" 557 - version = "0.9.1" 558 - source = "registry+https://github.com/rust-lang/crates.io-index" 559 - checksum = "16182b4f39a82ec8a6851155cc4c0cda3065bb1db33651726a29e1951de0f009" 560 - dependencies = [ 561 - "aead", 562 - "chacha20", 563 - "crypto_secretbox", 564 - "curve25519-dalek", 565 - "salsa20", 566 - "serdect", 567 - "subtle", 568 - "zeroize", 569 - ] 570 - 571 - [[package]] 572 - name = "crypto_secretbox" 573 - version = "0.1.1" 574 - source = "registry+https://github.com/rust-lang/crates.io-index" 575 - checksum = "b9d6cf87adf719ddf43a805e92c6870a531aedda35ff640442cbaf8674e141e1" 576 - dependencies = [ 577 - "aead", 578 - "chacha20", 579 - "cipher", 580 - "generic-array", 581 - "poly1305", 582 - "salsa20", 583 - "subtle", 584 - "zeroize", 585 - ] 586 - 587 - [[package]] 588 - name = "curve25519-dalek" 589 - version = "4.1.1" 590 - source = "registry+https://github.com/rust-lang/crates.io-index" 591 - checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c" 592 - dependencies = [ 593 - "cfg-if", 594 - "cpufeatures", 595 - "curve25519-dalek-derive", 596 - "digest", 597 - "fiat-crypto", 598 - "platforms", 599 - "rustc_version", 600 - "subtle", 601 - "zeroize", 602 - ] 603 - 604 - [[package]] 605 - name = "curve25519-dalek-derive" 606 - version = "0.1.1" 607 - source = "registry+https://github.com/rust-lang/crates.io-index" 608 - checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 609 - dependencies = [ 610 - "proc-macro2", 611 - "quote", 612 - "syn 2.0.42", 613 - ] 614 - 615 - [[package]] 616 - name = "dashmap" 617 - version = "5.5.3" 618 - source = "registry+https://github.com/rust-lang/crates.io-index" 619 - checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 620 - dependencies = [ 621 - "cfg-if", 622 - "hashbrown", 623 - "lock_api", 624 - "once_cell", 625 - "parking_lot_core", 626 - ] 627 - 628 - [[package]] 629 - name = "data-encoding" 630 - version = "2.5.0" 631 - source = "registry+https://github.com/rust-lang/crates.io-index" 632 - checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" 633 - 634 - [[package]] 635 - name = "data-encoding-macro" 636 - version = "0.1.14" 637 - source = "registry+https://github.com/rust-lang/crates.io-index" 638 - checksum = "20c01c06f5f429efdf2bae21eb67c28b3df3cf85b7dd2d8ef09c0838dac5d33e" 639 - dependencies = [ 640 - "data-encoding", 641 - "data-encoding-macro-internal", 642 - ] 643 - 644 - [[package]] 645 - name = "data-encoding-macro-internal" 646 - version = "0.1.12" 647 - source = "registry+https://github.com/rust-lang/crates.io-index" 648 - checksum = "0047d07f2c89b17dd631c80450d69841a6b5d7fb17278cbc43d7e4cfcf2576f3" 649 - dependencies = [ 650 - "data-encoding", 651 - "syn 1.0.109", 652 - ] 653 - 654 - [[package]] 655 - name = "default-net" 656 - version = "0.20.0" 657 - source = "registry+https://github.com/rust-lang/crates.io-index" 658 - checksum = "7ba429d84a27fa854c66fd2e29eb1cdf6d38bbfd4495bd9f522f12a7f21e05bf" 659 - dependencies = [ 660 - "dlopen2", 661 - "libc", 662 - "memalloc", 663 - "netlink-packet-core", 664 - "netlink-packet-route", 665 - "netlink-sys", 666 - "once_cell", 667 - "system-configuration", 668 - "windows 0.48.0", 669 - ] 670 - 671 - [[package]] 672 - name = "der" 673 - version = "0.7.8" 674 - source = "registry+https://github.com/rust-lang/crates.io-index" 675 - checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" 676 - dependencies = [ 677 - "const-oid", 678 - "der_derive", 679 - "zeroize", 680 - ] 681 - 682 - [[package]] 683 - name = "der-parser" 684 - version = "8.2.0" 685 - source = "registry+https://github.com/rust-lang/crates.io-index" 686 - checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" 687 - dependencies = [ 688 - "asn1-rs", 689 - "displaydoc", 690 - "nom", 691 - "num-bigint", 692 - "num-traits", 693 - "rusticata-macros", 694 - ] 695 - 696 - [[package]] 697 - name = "der_derive" 698 - version = "0.7.2" 699 - source = "registry+https://github.com/rust-lang/crates.io-index" 700 - checksum = "5fe87ce4529967e0ba1dcf8450bab64d97dfd5010a6256187ffe2e43e6f0e049" 701 - dependencies = [ 702 - "proc-macro2", 703 - "quote", 704 - "syn 2.0.42", 705 - ] 706 - 707 - [[package]] 708 - name = "deranged" 709 - version = "0.3.10" 710 - source = "registry+https://github.com/rust-lang/crates.io-index" 711 - checksum = "8eb30d70a07a3b04884d2677f06bec33509dc67ca60d92949e5535352d3191dc" 712 - dependencies = [ 713 - "powerfmt", 714 - "serde", 715 - ] 716 - 717 - [[package]] 718 - name = "derive_more" 719 - version = "1.0.0-beta.6" 720 - source = "registry+https://github.com/rust-lang/crates.io-index" 721 - checksum = "f7abbfc297053be59290e3152f8cbcd52c8642e0728b69ee187d991d4c1af08d" 722 - dependencies = [ 723 - "derive_more-impl", 724 - ] 725 - 726 - [[package]] 727 - name = "derive_more-impl" 728 - version = "1.0.0-beta.6" 729 - source = "registry+https://github.com/rust-lang/crates.io-index" 730 - checksum = "2bba3e9872d7c58ce7ef0fcf1844fcc3e23ef2a58377b50df35dd98e42a5726e" 731 - dependencies = [ 732 - "proc-macro2", 733 - "quote", 734 - "syn 2.0.42", 735 - "unicode-xid", 736 - ] 737 - 738 - [[package]] 739 - name = "digest" 740 - version = "0.10.7" 741 - source = "registry+https://github.com/rust-lang/crates.io-index" 742 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 743 - dependencies = [ 744 - "block-buffer", 745 - "const-oid", 746 - "crypto-common", 747 - "subtle", 748 - ] 749 - 750 - [[package]] 751 - name = "displaydoc" 752 - version = "0.2.4" 753 - source = "registry+https://github.com/rust-lang/crates.io-index" 754 - checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" 755 - dependencies = [ 756 - "proc-macro2", 757 - "quote", 758 - "syn 2.0.42", 759 - ] 760 - 761 - [[package]] 762 - name = "dlopen2" 763 - version = "0.5.0" 764 - source = "registry+https://github.com/rust-lang/crates.io-index" 765 - checksum = "09b4f5f101177ff01b8ec4ecc81eead416a8aa42819a2869311b3420fa114ffa" 766 - dependencies = [ 767 - "libc", 768 - "once_cell", 769 - "winapi", 770 - ] 771 - 772 - [[package]] 773 - name = "dtoa" 774 - version = "1.0.9" 775 - source = "registry+https://github.com/rust-lang/crates.io-index" 776 - checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" 777 - 778 - [[package]] 779 - name = "duct" 780 - version = "0.13.6" 781 - source = "registry+https://github.com/rust-lang/crates.io-index" 782 - checksum = "37ae3fc31835f74c2a7ceda3aeede378b0ae2e74c8f1c36559fcc9ae2a4e7d3e" 783 - dependencies = [ 784 - "libc", 785 - "once_cell", 786 - "os_pipe", 787 - "shared_child", 788 - ] 789 - 790 - [[package]] 791 - name = "ecdsa" 792 - version = "0.16.9" 793 - source = "registry+https://github.com/rust-lang/crates.io-index" 794 - checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 795 - dependencies = [ 796 - "der", 797 - "digest", 798 - "elliptic-curve", 799 - "rfc6979", 800 - "signature", 801 - "spki", 802 - ] 803 - 804 - [[package]] 805 - name = "ed25519" 806 - version = "2.2.3" 807 - source = "registry+https://github.com/rust-lang/crates.io-index" 808 - checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 809 - dependencies = [ 810 - "pkcs8", 811 - "serde", 812 - "signature", 813 - ] 814 - 815 - [[package]] 816 - name = "ed25519-dalek" 817 - version = "2.1.0" 818 - source = "registry+https://github.com/rust-lang/crates.io-index" 819 - checksum = "1f628eaec48bfd21b865dc2950cfa014450c01d2fa2b69a86c2fd5844ec523c0" 820 - dependencies = [ 821 - "curve25519-dalek", 822 - "ed25519", 823 - "rand_core", 824 - "serde", 825 - "sha2", 826 - "subtle", 827 - "zeroize", 828 - ] 829 - 830 - [[package]] 831 - name = "elliptic-curve" 832 - version = "0.13.8" 833 - source = "registry+https://github.com/rust-lang/crates.io-index" 834 - checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 835 - dependencies = [ 836 - "base16ct", 837 - "crypto-bigint", 838 - "digest", 839 - "ff", 840 - "generic-array", 841 - "group", 842 - "pkcs8", 843 - "rand_core", 844 - "sec1", 845 - "subtle", 846 - "zeroize", 847 - ] 848 - 849 - [[package]] 850 - name = "embedded-io" 851 - version = "0.4.0" 852 - source = "registry+https://github.com/rust-lang/crates.io-index" 853 - checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" 854 - 855 - [[package]] 856 - name = "encode_unicode" 857 - version = "0.3.6" 858 - source = "registry+https://github.com/rust-lang/crates.io-index" 859 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 860 - 861 - [[package]] 862 - name = "encoding_rs" 863 - version = "0.8.33" 864 - source = "registry+https://github.com/rust-lang/crates.io-index" 865 - checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 866 - dependencies = [ 867 - "cfg-if", 868 - ] 869 - 870 - [[package]] 871 - name = "enum-as-inner" 872 - version = "0.6.0" 873 - source = "registry+https://github.com/rust-lang/crates.io-index" 874 - checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" 875 - dependencies = [ 876 - "heck", 877 - "proc-macro2", 878 - "quote", 879 - "syn 2.0.42", 880 - ] 881 - 882 - [[package]] 883 - name = "equivalent" 884 - version = "1.0.1" 885 - source = "registry+https://github.com/rust-lang/crates.io-index" 886 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 887 - 888 - [[package]] 889 - name = "erased-serde" 890 - version = "0.3.31" 891 - source = "registry+https://github.com/rust-lang/crates.io-index" 892 - checksum = "6c138974f9d5e7fe373eb04df7cae98833802ae4b11c24ac7039a21d5af4b26c" 893 - dependencies = [ 894 - "serde", 895 - ] 896 - 897 - [[package]] 898 - name = "erased_set" 899 - version = "0.7.0" 900 - source = "registry+https://github.com/rust-lang/crates.io-index" 901 - checksum = "76a5aa24577083f8190ad401e376b55887c7cd9083ae95d83ceec5d28ea78125" 902 - 903 - [[package]] 904 - name = "errno" 905 - version = "0.3.8" 906 - source = "registry+https://github.com/rust-lang/crates.io-index" 907 - checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 908 - dependencies = [ 909 - "libc", 910 - "windows-sys 0.52.0", 911 - ] 912 - 913 - [[package]] 914 - name = "event-listener" 915 - version = "2.5.3" 916 - source = "registry+https://github.com/rust-lang/crates.io-index" 917 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 918 - 919 - [[package]] 920 - name = "fallible-iterator" 921 - version = "0.3.0" 922 - source = "registry+https://github.com/rust-lang/crates.io-index" 923 - checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" 924 - 925 - [[package]] 926 - name = "fastrand" 927 - version = "2.0.1" 928 - source = "registry+https://github.com/rust-lang/crates.io-index" 929 - checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 930 - 931 - [[package]] 932 - name = "ff" 933 - version = "0.13.0" 934 - source = "registry+https://github.com/rust-lang/crates.io-index" 935 - checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" 936 - dependencies = [ 937 - "rand_core", 938 - "subtle", 939 - ] 940 - 941 - [[package]] 942 - name = "fiat-crypto" 943 - version = "0.2.5" 944 - source = "registry+https://github.com/rust-lang/crates.io-index" 945 - checksum = "27573eac26f4dd11e2b1916c3fe1baa56407c83c71a773a8ba17ec0bca03b6b7" 946 - 947 - [[package]] 948 - name = "flume" 949 - version = "0.11.0" 950 - source = "registry+https://github.com/rust-lang/crates.io-index" 951 - checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" 952 - dependencies = [ 953 - "futures-core", 954 - "futures-sink", 955 - "nanorand", 956 - "spin 0.9.8", 957 - ] 958 - 959 - [[package]] 960 - name = "fnv" 961 - version = "1.0.7" 962 - source = "registry+https://github.com/rust-lang/crates.io-index" 963 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 964 - 965 - [[package]] 966 - name = "form_urlencoded" 967 - version = "1.2.1" 968 - source = "registry+https://github.com/rust-lang/crates.io-index" 969 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 970 - dependencies = [ 971 - "percent-encoding", 972 - ] 973 - 974 - [[package]] 975 - name = "futures" 976 - version = "0.3.29" 977 - source = "registry+https://github.com/rust-lang/crates.io-index" 978 - checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335" 979 - dependencies = [ 980 - "futures-channel", 981 - "futures-core", 982 - "futures-executor", 983 - "futures-io", 984 - "futures-sink", 985 - "futures-task", 986 - "futures-util", 987 - ] 988 - 989 - [[package]] 990 - name = "futures-channel" 991 - version = "0.3.29" 992 - source = "registry+https://github.com/rust-lang/crates.io-index" 993 - checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb" 994 - dependencies = [ 995 - "futures-core", 996 - "futures-sink", 997 - ] 998 - 999 - [[package]] 1000 - name = "futures-core" 1001 - version = "0.3.29" 1002 - source = "registry+https://github.com/rust-lang/crates.io-index" 1003 - checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" 1004 - 1005 - [[package]] 1006 - name = "futures-executor" 1007 - version = "0.3.29" 1008 - source = "registry+https://github.com/rust-lang/crates.io-index" 1009 - checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc" 1010 - dependencies = [ 1011 - "futures-core", 1012 - "futures-task", 1013 - "futures-util", 1014 - ] 1015 - 1016 - [[package]] 1017 - name = "futures-io" 1018 - version = "0.3.29" 1019 - source = "registry+https://github.com/rust-lang/crates.io-index" 1020 - checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" 1021 - 1022 - [[package]] 1023 - name = "futures-macro" 1024 - version = "0.3.29" 1025 - source = "registry+https://github.com/rust-lang/crates.io-index" 1026 - checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb" 1027 - dependencies = [ 1028 - "proc-macro2", 1029 - "quote", 1030 - "syn 2.0.42", 1031 - ] 1032 - 1033 - [[package]] 1034 - name = "futures-sink" 1035 - version = "0.3.29" 1036 - source = "registry+https://github.com/rust-lang/crates.io-index" 1037 - checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817" 1038 - 1039 - [[package]] 1040 - name = "futures-task" 1041 - version = "0.3.29" 1042 - source = "registry+https://github.com/rust-lang/crates.io-index" 1043 - checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" 1044 - 1045 - [[package]] 1046 - name = "futures-timer" 1047 - version = "3.0.2" 1048 - source = "registry+https://github.com/rust-lang/crates.io-index" 1049 - checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" 1050 - 1051 - [[package]] 1052 - name = "futures-util" 1053 - version = "0.3.29" 1054 - source = "registry+https://github.com/rust-lang/crates.io-index" 1055 - checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" 1056 - dependencies = [ 1057 - "futures-channel", 1058 - "futures-core", 1059 - "futures-io", 1060 - "futures-macro", 1061 - "futures-sink", 1062 - "futures-task", 1063 - "memchr", 1064 - "pin-project-lite", 1065 - "pin-utils", 1066 - "slab", 1067 - ] 1068 - 1069 - [[package]] 1070 - name = "genawaiter" 1071 - version = "0.99.1" 1072 - source = "registry+https://github.com/rust-lang/crates.io-index" 1073 - checksum = "c86bd0361bcbde39b13475e6e36cb24c329964aa2611be285289d1e4b751c1a0" 1074 - dependencies = [ 1075 - "futures-core", 1076 - "genawaiter-macro", 1077 - "genawaiter-proc-macro", 1078 - "proc-macro-hack", 1079 - ] 1080 - 1081 - [[package]] 1082 - name = "genawaiter-macro" 1083 - version = "0.99.1" 1084 - source = "registry+https://github.com/rust-lang/crates.io-index" 1085 - checksum = "0b32dfe1fdfc0bbde1f22a5da25355514b5e450c33a6af6770884c8750aedfbc" 1086 - 1087 - [[package]] 1088 - name = "genawaiter-proc-macro" 1089 - version = "0.99.1" 1090 - source = "registry+https://github.com/rust-lang/crates.io-index" 1091 - checksum = "784f84eebc366e15251c4a8c3acee82a6a6f427949776ecb88377362a9621738" 1092 - dependencies = [ 1093 - "proc-macro-error", 1094 - "proc-macro-hack", 1095 - "proc-macro2", 1096 - "quote", 1097 - "syn 1.0.109", 1098 - ] 1099 - 1100 - [[package]] 1101 - name = "generic-array" 1102 - version = "0.14.7" 1103 - source = "registry+https://github.com/rust-lang/crates.io-index" 1104 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1105 - dependencies = [ 1106 - "typenum", 1107 - "version_check", 1108 - "zeroize", 1109 - ] 1110 - 1111 - [[package]] 1112 - name = "getrandom" 1113 - version = "0.2.11" 1114 - source = "registry+https://github.com/rust-lang/crates.io-index" 1115 - checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f" 1116 - dependencies = [ 1117 - "cfg-if", 1118 - "js-sys", 1119 - "libc", 1120 - "wasi", 1121 - "wasm-bindgen", 1122 - ] 1123 - 1124 - [[package]] 1125 - name = "gimli" 1126 - version = "0.28.1" 1127 - source = "registry+https://github.com/rust-lang/crates.io-index" 1128 - checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 1129 - 1130 - [[package]] 1131 - name = "glob" 1132 - version = "0.3.1" 1133 - source = "registry+https://github.com/rust-lang/crates.io-index" 1134 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1135 - 1136 - [[package]] 1137 - name = "governor" 1138 - version = "0.6.0" 1139 - source = "registry+https://github.com/rust-lang/crates.io-index" 1140 - checksum = "821239e5672ff23e2a7060901fa622950bbd80b649cdaadd78d1c1767ed14eb4" 1141 - dependencies = [ 1142 - "cfg-if", 1143 - "dashmap", 1144 - "futures", 1145 - "futures-timer", 1146 - "no-std-compat", 1147 - "nonzero_ext", 1148 - "parking_lot", 1149 - "quanta", 1150 - "rand", 1151 - "smallvec", 1152 - ] 1153 - 1154 - [[package]] 1155 - name = "group" 1156 - version = "0.13.0" 1157 - source = "registry+https://github.com/rust-lang/crates.io-index" 1158 - checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 1159 - dependencies = [ 1160 - "ff", 1161 - "rand_core", 1162 - "subtle", 1163 - ] 1164 - 1165 - [[package]] 1166 - name = "h2" 1167 - version = "0.3.22" 1168 - source = "registry+https://github.com/rust-lang/crates.io-index" 1169 - checksum = "4d6250322ef6e60f93f9a2162799302cd6f68f79f6e5d85c8c16f14d1d958178" 1170 - dependencies = [ 1171 - "bytes", 1172 - "fnv", 1173 - "futures-core", 1174 - "futures-sink", 1175 - "futures-util", 1176 - "http 0.2.11", 1177 - "indexmap", 1178 - "slab", 1179 - "tokio", 1180 - "tokio-util", 1181 - "tracing", 1182 - ] 1183 - 1184 - [[package]] 1185 - name = "hashbrown" 1186 - version = "0.14.3" 1187 - source = "registry+https://github.com/rust-lang/crates.io-index" 1188 - checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 1189 - dependencies = [ 1190 - "ahash", 1191 - "allocator-api2", 1192 - ] 1193 - 1194 - [[package]] 1195 - name = "heck" 1196 - version = "0.4.1" 1197 - source = "registry+https://github.com/rust-lang/crates.io-index" 1198 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1199 - 1200 - [[package]] 1201 - name = "hermit-abi" 1202 - version = "0.3.3" 1203 - source = "registry+https://github.com/rust-lang/crates.io-index" 1204 - checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" 1205 - 1206 - [[package]] 1207 - name = "hex" 1208 - version = "0.4.3" 1209 - source = "registry+https://github.com/rust-lang/crates.io-index" 1210 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1211 - 1212 - [[package]] 1213 - name = "hmac" 1214 - version = "0.12.1" 1215 - source = "registry+https://github.com/rust-lang/crates.io-index" 1216 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1217 - dependencies = [ 1218 - "digest", 1219 - ] 1220 - 1221 - [[package]] 1222 - name = "hmac-sha1" 1223 - version = "0.1.3" 1224 - source = "registry+https://github.com/rust-lang/crates.io-index" 1225 - checksum = "e1333fad8d94b82cab989da428b0b36a3435db3870d85e971a1d6dc0a8576722" 1226 - dependencies = [ 1227 - "sha1", 1228 - ] 1229 - 1230 - [[package]] 1231 - name = "hmac-sha256" 1232 - version = "1.1.7" 1233 - source = "registry+https://github.com/rust-lang/crates.io-index" 1234 - checksum = "3688e69b38018fec1557254f64c8dc2cc8ec502890182f395dbb0aa997aa5735" 1235 - 1236 - [[package]] 1237 - name = "hostname" 1238 - version = "0.3.1" 1239 - source = "registry+https://github.com/rust-lang/crates.io-index" 1240 - checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 1241 - dependencies = [ 1242 - "libc", 1243 - "match_cfg", 1244 - "winapi", 1245 - ] 1246 - 1247 - [[package]] 1248 - name = "hostname-validator" 1249 - version = "1.1.1" 1250 - source = "registry+https://github.com/rust-lang/crates.io-index" 1251 - checksum = "f558a64ac9af88b5ba400d99b579451af0d39c6d360980045b91aac966d705e2" 1252 - 1253 - [[package]] 1254 - name = "http" 1255 - version = "0.2.11" 1256 - source = "registry+https://github.com/rust-lang/crates.io-index" 1257 - checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" 1258 - dependencies = [ 1259 - "bytes", 1260 - "fnv", 1261 - "itoa", 1262 - ] 1263 - 1264 - [[package]] 1265 - name = "http" 1266 - version = "1.0.0" 1267 - source = "registry+https://github.com/rust-lang/crates.io-index" 1268 - checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea" 1269 - dependencies = [ 1270 - "bytes", 1271 - "fnv", 1272 - "itoa", 1273 - ] 1274 - 1275 - [[package]] 1276 - name = "http-body" 1277 - version = "0.4.6" 1278 - source = "registry+https://github.com/rust-lang/crates.io-index" 1279 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 1280 - dependencies = [ 1281 - "bytes", 1282 - "http 0.2.11", 1283 - "pin-project-lite", 1284 - ] 1285 - 1286 - [[package]] 1287 - name = "http-body" 1288 - version = "1.0.0" 1289 - source = "registry+https://github.com/rust-lang/crates.io-index" 1290 - checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" 1291 - dependencies = [ 1292 - "bytes", 1293 - "http 1.0.0", 1294 - ] 1295 - 1296 - [[package]] 1297 - name = "http-body-util" 1298 - version = "0.1.0" 1299 - source = "registry+https://github.com/rust-lang/crates.io-index" 1300 - checksum = "41cb79eb393015dadd30fc252023adb0b2400a0caee0fa2a077e6e21a551e840" 1301 - dependencies = [ 1302 - "bytes", 1303 - "futures-util", 1304 - "http 1.0.0", 1305 - "http-body 1.0.0", 1306 - "pin-project-lite", 1307 - ] 1308 - 1309 - [[package]] 1310 - name = "httparse" 1311 - version = "1.8.0" 1312 - source = "registry+https://github.com/rust-lang/crates.io-index" 1313 - checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1314 - 1315 - [[package]] 1316 - name = "httpdate" 1317 - version = "1.0.3" 1318 - source = "registry+https://github.com/rust-lang/crates.io-index" 1319 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1320 - 1321 - [[package]] 1322 - name = "hyper" 1323 - version = "0.14.28" 1324 - source = "registry+https://github.com/rust-lang/crates.io-index" 1325 - checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" 1326 - dependencies = [ 1327 - "bytes", 1328 - "futures-channel", 1329 - "futures-core", 1330 - "futures-util", 1331 - "h2", 1332 - "http 0.2.11", 1333 - "http-body 0.4.6", 1334 - "httparse", 1335 - "httpdate", 1336 - "itoa", 1337 - "pin-project-lite", 1338 - "socket2", 1339 - "tokio", 1340 - "tower-service", 1341 - "tracing", 1342 - "want", 1343 - ] 1344 - 1345 - [[package]] 1346 - name = "hyper" 1347 - version = "1.1.0" 1348 - source = "registry+https://github.com/rust-lang/crates.io-index" 1349 - checksum = "fb5aa53871fc917b1a9ed87b683a5d86db645e23acb32c2e0785a353e522fb75" 1350 - dependencies = [ 1351 - "bytes", 1352 - "futures-channel", 1353 - "futures-util", 1354 - "http 1.0.0", 1355 - "http-body 1.0.0", 1356 - "httparse", 1357 - "httpdate", 1358 - "itoa", 1359 - "pin-project-lite", 1360 - "tokio", 1361 - "want", 1362 - ] 1363 - 1364 - [[package]] 1365 - name = "hyper-rustls" 1366 - version = "0.24.2" 1367 - source = "registry+https://github.com/rust-lang/crates.io-index" 1368 - checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 1369 - dependencies = [ 1370 - "futures-util", 1371 - "http 0.2.11", 1372 - "hyper 0.14.28", 1373 - "rustls", 1374 - "tokio", 1375 - "tokio-rustls", 1376 - ] 1377 - 1378 - [[package]] 1379 - name = "hyper-util" 1380 - version = "0.1.2" 1381 - source = "registry+https://github.com/rust-lang/crates.io-index" 1382 - checksum = "bdea9aac0dbe5a9240d68cfd9501e2db94222c6dc06843e06640b9e07f0fdc67" 1383 - dependencies = [ 1384 - "bytes", 1385 - "futures-channel", 1386 - "futures-util", 1387 - "http 1.0.0", 1388 - "http-body 1.0.0", 1389 - "hyper 1.1.0", 1390 - "pin-project-lite", 1391 - "socket2", 1392 - "tokio", 1393 - "tracing", 1394 - ] 1395 - 1396 - [[package]] 1397 - name = "iana-time-zone" 1398 - version = "0.1.58" 1399 - source = "registry+https://github.com/rust-lang/crates.io-index" 1400 - checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20" 1401 - dependencies = [ 1402 - "android_system_properties", 1403 - "core-foundation-sys", 1404 - "iana-time-zone-haiku", 1405 - "js-sys", 1406 - "wasm-bindgen", 1407 - "windows-core 0.51.1", 1408 - ] 1409 - 1410 - [[package]] 1411 - name = "iana-time-zone-haiku" 1412 - version = "0.1.2" 1413 - source = "registry+https://github.com/rust-lang/crates.io-index" 1414 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1415 - dependencies = [ 1416 - "cc", 1417 - ] 1418 - 1419 - [[package]] 1420 - name = "idna" 1421 - version = "0.4.0" 1422 - source = "registry+https://github.com/rust-lang/crates.io-index" 1423 - checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" 1424 - dependencies = [ 1425 - "unicode-bidi", 1426 - "unicode-normalization", 1427 - ] 1428 - 1429 - [[package]] 1430 - name = "idna" 1431 - version = "0.5.0" 1432 - source = "registry+https://github.com/rust-lang/crates.io-index" 1433 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 1434 - dependencies = [ 1435 - "unicode-bidi", 1436 - "unicode-normalization", 1437 - ] 1438 - 1439 - [[package]] 1440 - name = "igd" 1441 - version = "0.12.1" 1442 - source = "registry+https://github.com/rust-lang/crates.io-index" 1443 - checksum = "556b5a75cd4adb7c4ea21c64af1c48cefb2ce7d43dc4352c720a1fe47c21f355" 1444 - dependencies = [ 1445 - "attohttpc", 1446 - "bytes", 1447 - "futures", 1448 - "http 0.2.11", 1449 - "hyper 0.14.28", 1450 - "log", 1451 - "rand", 1452 - "tokio", 1453 - "url", 1454 - "xmltree", 1455 - ] 1456 - 1457 - [[package]] 1458 - name = "indexmap" 1459 - version = "2.1.0" 1460 - source = "registry+https://github.com/rust-lang/crates.io-index" 1461 - checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" 1462 - dependencies = [ 1463 - "equivalent", 1464 - "hashbrown", 1465 - ] 1466 - 1467 - [[package]] 1468 - name = "indicatif" 1469 - version = "0.17.7" 1470 - source = "registry+https://github.com/rust-lang/crates.io-index" 1471 - checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25" 1472 - dependencies = [ 1473 - "console", 1474 - "instant", 1475 - "number_prefix", 1476 - "portable-atomic", 1477 - "unicode-width", 1478 - ] 1479 - 1480 - [[package]] 1481 - name = "inout" 1482 - version = "0.1.3" 1483 - source = "registry+https://github.com/rust-lang/crates.io-index" 1484 - checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 1485 - dependencies = [ 1486 - "generic-array", 1487 - ] 1488 - 1489 - [[package]] 1490 - name = "inplace-vec-builder" 1491 - version = "0.1.1" 1492 - source = "registry+https://github.com/rust-lang/crates.io-index" 1493 - checksum = "cf64c2edc8226891a71f127587a2861b132d2b942310843814d5001d99a1d307" 1494 - dependencies = [ 1495 - "smallvec", 1496 - ] 1497 - 1498 - [[package]] 1499 - name = "instant" 1500 - version = "0.1.12" 1501 - source = "registry+https://github.com/rust-lang/crates.io-index" 1502 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 1503 - dependencies = [ 1504 - "cfg-if", 1505 - ] 1506 - 1507 - [[package]] 1508 - name = "ipconfig" 1509 - version = "0.3.2" 1510 - source = "registry+https://github.com/rust-lang/crates.io-index" 1511 - checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 1512 - dependencies = [ 1513 - "socket2", 1514 - "widestring", 1515 - "windows-sys 0.48.0", 1516 - "winreg", 1517 - ] 1518 - 1519 - [[package]] 1520 - name = "ipnet" 1521 - version = "2.9.0" 1522 - source = "registry+https://github.com/rust-lang/crates.io-index" 1523 - checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 1524 - 1525 - [[package]] 1526 - name = "iroh-base" 1527 - version = "0.12.0" 1528 - source = "registry+https://github.com/rust-lang/crates.io-index" 1529 - checksum = "e1b42ef43639a86a49132998f066810b702798818993e34565dd4eea835f626e" 1530 - dependencies = [ 1531 - "anyhow", 1532 - "bao-tree", 1533 - "data-encoding", 1534 - "hex", 1535 - "multibase", 1536 - "postcard", 1537 - "serde", 1538 - "serde-error", 1539 - "thiserror", 1540 - ] 1541 - 1542 - [[package]] 1543 - name = "iroh-blake3" 1544 - version = "1.4.4" 1545 - source = "registry+https://github.com/rust-lang/crates.io-index" 1546 - checksum = "6eb52cd11b3de4407f29579ebcd10fd746b0bd8ab758a2afac69baf88e96bede" 1547 - dependencies = [ 1548 - "arrayref", 1549 - "arrayvec", 1550 - "cc", 1551 - "cfg-if", 1552 - "constant_time_eq", 1553 - ] 1554 - 1555 - [[package]] 1556 - name = "iroh-bytes" 1557 - version = "0.12.0" 1558 - source = "registry+https://github.com/rust-lang/crates.io-index" 1559 - checksum = "38213865ec542f82fc4d8a9748b5cdae92da1707c134428e9f60b1cd46ccbe39" 1560 - dependencies = [ 1561 - "anyhow", 1562 - "bao-tree", 1563 - "bytes", 1564 - "chrono", 1565 - "data-encoding", 1566 - "derive_more", 1567 - "flume", 1568 - "futures", 1569 - "genawaiter", 1570 - "hex", 1571 - "iroh-base", 1572 - "iroh-io", 1573 - "num_cpus", 1574 - "once_cell", 1575 - "postcard", 1576 - "quinn", 1577 - "rand", 1578 - "range-collections", 1579 - "reflink-copy", 1580 - "self_cell", 1581 - "serde", 1582 - "serde-error", 1583 - "smallvec", 1584 - "thiserror", 1585 - "tokio", 1586 - "tokio-util", 1587 - "tracing", 1588 - "tracing-futures", 1589 - ] 1590 - 1591 - [[package]] 1592 - name = "iroh-io" 1593 - version = "0.3.0" 1594 - source = "registry+https://github.com/rust-lang/crates.io-index" 1595 - checksum = "19ace4f69567bfeb726672bab901d3e81be0c01119d860b2a10b7efb1553b880" 1596 - dependencies = [ 1597 - "bytes", 1598 - "futures", 1599 - "pin-project", 1600 - "smallvec", 1601 - "tokio", 1602 - ] 1603 - 1604 - [[package]] 1605 - name = "iroh-metrics" 1606 - version = "0.12.0" 1607 - source = "registry+https://github.com/rust-lang/crates.io-index" 1608 - checksum = "92a3271df85ec2a18a358d36723039eeacb464d8764531c8fd9f822dac39410d" 1609 - dependencies = [ 1610 - "anyhow", 1611 - "erased_set", 1612 - "http-body-util", 1613 - "hyper 1.1.0", 1614 - "hyper-util", 1615 - "once_cell", 1616 - "prometheus-client", 1617 - "reqwest", 1618 - "serde", 1619 - "struct_iterable", 1620 - "time", 1621 - "tokio", 1622 - "tracing", 1623 - ] 1624 - 1625 - [[package]] 1626 - name = "iroh-net" 1627 - version = "0.12.0" 1628 - source = "registry+https://github.com/rust-lang/crates.io-index" 1629 - checksum = "0477847a7fe225f71fbdff7b0baccea8fc9c9b33e7755f4b28e19f075bd64499" 1630 - dependencies = [ 1631 - "aead", 1632 - "anyhow", 1633 - "backoff", 1634 - "bytes", 1635 - "crypto_box", 1636 - "curve25519-dalek", 1637 - "data-encoding", 1638 - "default-net", 1639 - "der", 1640 - "derive_more", 1641 - "duct", 1642 - "ed25519-dalek", 1643 - "flume", 1644 - "futures", 1645 - "governor", 1646 - "hex", 1647 - "hostname", 1648 - "http 1.0.0", 1649 - "http-body-util", 1650 - "hyper 1.1.0", 1651 - "hyper-util", 1652 - "igd", 1653 - "iroh-base", 1654 - "iroh-metrics", 1655 - "libc", 1656 - "netlink-packet-core", 1657 - "netlink-packet-route", 1658 - "netlink-sys", 1659 - "num_enum", 1660 - "once_cell", 1661 - "parking_lot", 1662 - "postcard", 1663 - "quinn", 1664 - "quinn-proto", 1665 - "quinn-udp", 1666 - "rand", 1667 - "rand_core", 1668 - "rcgen", 1669 - "reqwest", 1670 - "ring 0.17.7", 1671 - "rtnetlink", 1672 - "rustls", 1673 - "rustls-webpki", 1674 - "serde", 1675 - "serde_bytes", 1676 - "serdect", 1677 - "smallvec", 1678 - "socket2", 1679 - "ssh-key", 1680 - "strum", 1681 - "stun-rs", 1682 - "surge-ping", 1683 - "thiserror", 1684 - "time", 1685 - "tokio", 1686 - "tokio-rustls", 1687 - "tokio-rustls-acme", 1688 - "tokio-util", 1689 - "tracing", 1690 - "trust-dns-resolver", 1691 - "ttl_cache", 1692 - "url", 1693 - "watchable", 1694 - "webpki-roots", 1695 - "windows 0.51.1", 1696 - "wmi", 1697 - "x509-parser", 1698 - "zeroize", 1699 - ] 1700 - 1701 - [[package]] 1702 - name = "itoa" 1703 - version = "1.0.10" 1704 - source = "registry+https://github.com/rust-lang/crates.io-index" 1705 - checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 1706 - 1707 - [[package]] 1708 - name = "js-sys" 1709 - version = "0.3.66" 1710 - source = "registry+https://github.com/rust-lang/crates.io-index" 1711 - checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca" 1712 - dependencies = [ 1713 - "wasm-bindgen", 1714 - ] 1715 - 1716 - [[package]] 1717 - name = "lazy_static" 1718 - version = "1.4.0" 1719 - source = "registry+https://github.com/rust-lang/crates.io-index" 1720 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1721 - dependencies = [ 1722 - "spin 0.5.2", 1723 - ] 1724 - 1725 - [[package]] 1726 - name = "libc" 1727 - version = "0.2.151" 1728 - source = "registry+https://github.com/rust-lang/crates.io-index" 1729 - checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" 1730 - 1731 - [[package]] 1732 - name = "libm" 1733 - version = "0.2.8" 1734 - source = "registry+https://github.com/rust-lang/crates.io-index" 1735 - checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 1736 - 1737 - [[package]] 1738 - name = "linked-hash-map" 1739 - version = "0.5.6" 1740 - source = "registry+https://github.com/rust-lang/crates.io-index" 1741 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1742 - 1743 - [[package]] 1744 - name = "linux-raw-sys" 1745 - version = "0.4.12" 1746 - source = "registry+https://github.com/rust-lang/crates.io-index" 1747 - checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" 1748 - 1749 - [[package]] 1750 - name = "lock_api" 1751 - version = "0.4.11" 1752 - source = "registry+https://github.com/rust-lang/crates.io-index" 1753 - checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" 1754 - dependencies = [ 1755 - "autocfg", 1756 - "scopeguard", 1757 - ] 1758 - 1759 - [[package]] 1760 - name = "log" 1761 - version = "0.4.20" 1762 - source = "registry+https://github.com/rust-lang/crates.io-index" 1763 - checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 1764 - 1765 - [[package]] 1766 - name = "lru-cache" 1767 - version = "0.1.2" 1768 - source = "registry+https://github.com/rust-lang/crates.io-index" 1769 - checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" 1770 - dependencies = [ 1771 - "linked-hash-map", 1772 - ] 1773 - 1774 - [[package]] 1775 - name = "mach2" 1776 - version = "0.4.2" 1777 - source = "registry+https://github.com/rust-lang/crates.io-index" 1778 - checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709" 1779 - dependencies = [ 1780 - "libc", 1781 - ] 1782 - 1783 - [[package]] 1784 - name = "match_cfg" 1785 - version = "0.1.0" 1786 - source = "registry+https://github.com/rust-lang/crates.io-index" 1787 - checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 1788 - 1789 - [[package]] 1790 - name = "matchers" 1791 - version = "0.1.0" 1792 - source = "registry+https://github.com/rust-lang/crates.io-index" 1793 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1794 - dependencies = [ 1795 - "regex-automata 0.1.10", 1796 - ] 1797 - 1798 - [[package]] 1799 - name = "md5" 1800 - version = "0.7.0" 1801 - source = "registry+https://github.com/rust-lang/crates.io-index" 1802 - checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" 1803 - 1804 - [[package]] 1805 - name = "memalloc" 1806 - version = "0.1.0" 1807 - source = "registry+https://github.com/rust-lang/crates.io-index" 1808 - checksum = "df39d232f5c40b0891c10216992c2f250c054105cb1e56f0fc9032db6203ecc1" 1809 - 1810 - [[package]] 1811 - name = "memchr" 1812 - version = "2.6.4" 1813 - source = "registry+https://github.com/rust-lang/crates.io-index" 1814 - checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" 1815 - 1816 - [[package]] 1817 - name = "mime" 1818 - version = "0.3.17" 1819 - source = "registry+https://github.com/rust-lang/crates.io-index" 1820 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1821 - 1822 - [[package]] 1823 - name = "minimal-lexical" 1824 - version = "0.2.1" 1825 - source = "registry+https://github.com/rust-lang/crates.io-index" 1826 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1827 - 1828 - [[package]] 1829 - name = "miniz_oxide" 1830 - version = "0.7.1" 1831 - source = "registry+https://github.com/rust-lang/crates.io-index" 1832 - checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1833 - dependencies = [ 1834 - "adler", 1835 - ] 1836 - 1837 - [[package]] 1838 - name = "mio" 1839 - version = "0.8.10" 1840 - source = "registry+https://github.com/rust-lang/crates.io-index" 1841 - checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" 1842 - dependencies = [ 1843 - "libc", 1844 - "wasi", 1845 - "windows-sys 0.48.0", 1846 - ] 1847 - 1848 - [[package]] 1849 - name = "multibase" 1850 - version = "0.9.1" 1851 - source = "registry+https://github.com/rust-lang/crates.io-index" 1852 - checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" 1853 - dependencies = [ 1854 - "base-x", 1855 - "data-encoding", 1856 - "data-encoding-macro", 1857 - ] 1858 - 1859 - [[package]] 1860 - name = "nanorand" 1861 - version = "0.7.0" 1862 - source = "registry+https://github.com/rust-lang/crates.io-index" 1863 - checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 1864 - dependencies = [ 1865 - "getrandom", 1866 - ] 1867 - 1868 - [[package]] 1869 - name = "netlink-packet-core" 1870 - version = "0.7.0" 1871 - source = "registry+https://github.com/rust-lang/crates.io-index" 1872 - checksum = "72724faf704479d67b388da142b186f916188505e7e0b26719019c525882eda4" 1873 - dependencies = [ 1874 - "anyhow", 1875 - "byteorder", 1876 - "netlink-packet-utils", 1877 - ] 1878 - 1879 - [[package]] 1880 - name = "netlink-packet-route" 1881 - version = "0.17.1" 1882 - source = "registry+https://github.com/rust-lang/crates.io-index" 1883 - checksum = "053998cea5a306971f88580d0829e90f270f940befd7cf928da179d4187a5a66" 1884 - dependencies = [ 1885 - "anyhow", 1886 - "bitflags 1.3.2", 1887 - "byteorder", 1888 - "libc", 1889 - "netlink-packet-core", 1890 - "netlink-packet-utils", 1891 - ] 1892 - 1893 - [[package]] 1894 - name = "netlink-packet-utils" 1895 - version = "0.5.2" 1896 - source = "registry+https://github.com/rust-lang/crates.io-index" 1897 - checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34" 1898 - dependencies = [ 1899 - "anyhow", 1900 - "byteorder", 1901 - "paste", 1902 - "thiserror", 1903 - ] 1904 - 1905 - [[package]] 1906 - name = "netlink-proto" 1907 - version = "0.11.2" 1908 - source = "registry+https://github.com/rust-lang/crates.io-index" 1909 - checksum = "842c6770fc4bb33dd902f41829c61ef872b8e38de1405aa0b938b27b8fba12c3" 1910 - dependencies = [ 1911 - "bytes", 1912 - "futures", 1913 - "log", 1914 - "netlink-packet-core", 1915 - "netlink-sys", 1916 - "thiserror", 1917 - "tokio", 1918 - ] 1919 - 1920 - [[package]] 1921 - name = "netlink-sys" 1922 - version = "0.8.5" 1923 - source = "registry+https://github.com/rust-lang/crates.io-index" 1924 - checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411" 1925 - dependencies = [ 1926 - "bytes", 1927 - "futures", 1928 - "libc", 1929 - "log", 1930 - "tokio", 1931 - ] 1932 - 1933 - [[package]] 1934 - name = "nix" 1935 - version = "0.26.4" 1936 - source = "registry+https://github.com/rust-lang/crates.io-index" 1937 - checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" 1938 - dependencies = [ 1939 - "bitflags 1.3.2", 1940 - "cfg-if", 1941 - "libc", 1942 - ] 1943 - 1944 - [[package]] 1945 - name = "nix" 1946 - version = "0.27.1" 1947 - source = "registry+https://github.com/rust-lang/crates.io-index" 1948 - checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" 1949 - dependencies = [ 1950 - "bitflags 2.4.1", 1951 - "cfg-if", 1952 - "libc", 1953 - ] 1954 - 1955 - [[package]] 1956 - name = "no-std-compat" 1957 - version = "0.4.1" 1958 - source = "registry+https://github.com/rust-lang/crates.io-index" 1959 - checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" 1960 - 1961 - [[package]] 1962 - name = "no-std-net" 1963 - version = "0.6.0" 1964 - source = "registry+https://github.com/rust-lang/crates.io-index" 1965 - checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65" 1966 - 1967 - [[package]] 1968 - name = "nom" 1969 - version = "7.1.3" 1970 - source = "registry+https://github.com/rust-lang/crates.io-index" 1971 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1972 - dependencies = [ 1973 - "memchr", 1974 - "minimal-lexical", 1975 - ] 1976 - 1977 - [[package]] 1978 - name = "nonzero_ext" 1979 - version = "0.3.0" 1980 - source = "registry+https://github.com/rust-lang/crates.io-index" 1981 - checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" 1982 - 1983 - [[package]] 1984 - name = "nu-ansi-term" 1985 - version = "0.46.0" 1986 - source = "registry+https://github.com/rust-lang/crates.io-index" 1987 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1988 - dependencies = [ 1989 - "overload", 1990 - "winapi", 1991 - ] 1992 - 1993 - [[package]] 1994 - name = "num-bigint" 1995 - version = "0.4.4" 1996 - source = "registry+https://github.com/rust-lang/crates.io-index" 1997 - checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" 1998 - dependencies = [ 1999 - "autocfg", 2000 - "num-integer", 2001 - "num-traits", 2002 - ] 2003 - 2004 - [[package]] 2005 - name = "num-bigint-dig" 2006 - version = "0.8.4" 2007 - source = "registry+https://github.com/rust-lang/crates.io-index" 2008 - checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 2009 - dependencies = [ 2010 - "byteorder", 2011 - "lazy_static", 2012 - "libm", 2013 - "num-integer", 2014 - "num-iter", 2015 - "num-traits", 2016 - "rand", 2017 - "smallvec", 2018 - "zeroize", 2019 - ] 2020 - 2021 - [[package]] 2022 - name = "num-integer" 2023 - version = "0.1.45" 2024 - source = "registry+https://github.com/rust-lang/crates.io-index" 2025 - checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 2026 - dependencies = [ 2027 - "autocfg", 2028 - "num-traits", 2029 - ] 2030 - 2031 - [[package]] 2032 - name = "num-iter" 2033 - version = "0.1.43" 2034 - source = "registry+https://github.com/rust-lang/crates.io-index" 2035 - checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" 2036 - dependencies = [ 2037 - "autocfg", 2038 - "num-integer", 2039 - "num-traits", 2040 - ] 2041 - 2042 - [[package]] 2043 - name = "num-traits" 2044 - version = "0.2.17" 2045 - source = "registry+https://github.com/rust-lang/crates.io-index" 2046 - checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" 2047 - dependencies = [ 2048 - "autocfg", 2049 - "libm", 2050 - ] 2051 - 2052 - [[package]] 2053 - name = "num_cpus" 2054 - version = "1.16.0" 2055 - source = "registry+https://github.com/rust-lang/crates.io-index" 2056 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 2057 - dependencies = [ 2058 - "hermit-abi", 2059 - "libc", 2060 - ] 2061 - 2062 - [[package]] 2063 - name = "num_enum" 2064 - version = "0.7.1" 2065 - source = "registry+https://github.com/rust-lang/crates.io-index" 2066 - checksum = "683751d591e6d81200c39fb0d1032608b77724f34114db54f571ff1317b337c0" 2067 - dependencies = [ 2068 - "num_enum_derive", 2069 - ] 2070 - 2071 - [[package]] 2072 - name = "num_enum_derive" 2073 - version = "0.7.1" 2074 - source = "registry+https://github.com/rust-lang/crates.io-index" 2075 - checksum = "6c11e44798ad209ccdd91fc192f0526a369a01234f7373e1b141c96d7cee4f0e" 2076 - dependencies = [ 2077 - "proc-macro-crate", 2078 - "proc-macro2", 2079 - "quote", 2080 - "syn 2.0.42", 2081 - ] 2082 - 2083 - [[package]] 2084 - name = "number_prefix" 2085 - version = "0.4.0" 2086 - source = "registry+https://github.com/rust-lang/crates.io-index" 2087 - checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 2088 - 2089 - [[package]] 2090 - name = "object" 2091 - version = "0.32.1" 2092 - source = "registry+https://github.com/rust-lang/crates.io-index" 2093 - checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" 2094 - dependencies = [ 2095 - "memchr", 2096 - ] 2097 - 2098 - [[package]] 2099 - name = "oid-registry" 2100 - version = "0.6.1" 2101 - source = "registry+https://github.com/rust-lang/crates.io-index" 2102 - checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" 2103 - dependencies = [ 2104 - "asn1-rs", 2105 - ] 2106 - 2107 - [[package]] 2108 - name = "once_cell" 2109 - version = "1.19.0" 2110 - source = "registry+https://github.com/rust-lang/crates.io-index" 2111 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 2112 - 2113 - [[package]] 2114 - name = "opaque-debug" 2115 - version = "0.3.0" 2116 - source = "registry+https://github.com/rust-lang/crates.io-index" 2117 - checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" 2118 - 2119 - [[package]] 2120 - name = "openssl-probe" 2121 - version = "0.1.5" 2122 - source = "registry+https://github.com/rust-lang/crates.io-index" 2123 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 2124 - 2125 - [[package]] 2126 - name = "os_pipe" 2127 - version = "1.1.4" 2128 - source = "registry+https://github.com/rust-lang/crates.io-index" 2129 - checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177" 2130 - dependencies = [ 2131 - "libc", 2132 - "windows-sys 0.48.0", 2133 - ] 2134 - 2135 - [[package]] 2136 - name = "overload" 2137 - version = "0.1.1" 2138 - source = "registry+https://github.com/rust-lang/crates.io-index" 2139 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 2140 - 2141 - [[package]] 2142 - name = "p256" 2143 - version = "0.13.2" 2144 - source = "registry+https://github.com/rust-lang/crates.io-index" 2145 - checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 2146 - dependencies = [ 2147 - "ecdsa", 2148 - "elliptic-curve", 2149 - "primeorder", 2150 - "sha2", 2151 - ] 2152 - 2153 - [[package]] 2154 - name = "p384" 2155 - version = "0.13.0" 2156 - source = "registry+https://github.com/rust-lang/crates.io-index" 2157 - checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209" 2158 - dependencies = [ 2159 - "ecdsa", 2160 - "elliptic-curve", 2161 - "primeorder", 2162 - "sha2", 2163 - ] 2164 - 2165 - [[package]] 2166 - name = "p521" 2167 - version = "0.13.3" 2168 - source = "registry+https://github.com/rust-lang/crates.io-index" 2169 - checksum = "0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2" 2170 - dependencies = [ 2171 - "base16ct", 2172 - "ecdsa", 2173 - "elliptic-curve", 2174 - "primeorder", 2175 - "rand_core", 2176 - "sha2", 2177 - ] 2178 - 2179 - [[package]] 2180 - name = "parking_lot" 2181 - version = "0.12.1" 2182 - source = "registry+https://github.com/rust-lang/crates.io-index" 2183 - checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 2184 - dependencies = [ 2185 - "lock_api", 2186 - "parking_lot_core", 2187 - ] 2188 - 2189 - [[package]] 2190 - name = "parking_lot_core" 2191 - version = "0.9.9" 2192 - source = "registry+https://github.com/rust-lang/crates.io-index" 2193 - checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 2194 - dependencies = [ 2195 - "cfg-if", 2196 - "libc", 2197 - "redox_syscall", 2198 - "smallvec", 2199 - "windows-targets 0.48.5", 2200 - ] 2201 - 2202 - [[package]] 2203 - name = "paste" 2204 - version = "1.0.14" 2205 - source = "registry+https://github.com/rust-lang/crates.io-index" 2206 - checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 2207 - 2208 - [[package]] 2209 - name = "pem" 2210 - version = "2.0.1" 2211 - source = "registry+https://github.com/rust-lang/crates.io-index" 2212 - checksum = "6b13fe415cdf3c8e44518e18a7c95a13431d9bdf6d15367d82b23c377fdd441a" 2213 - dependencies = [ 2214 - "base64", 2215 - "serde", 2216 - ] 2217 - 2218 - [[package]] 2219 - name = "pem" 2220 - version = "3.0.3" 2221 - source = "registry+https://github.com/rust-lang/crates.io-index" 2222 - checksum = "1b8fcc794035347fb64beda2d3b462595dd2753e3f268d89c5aae77e8cf2c310" 2223 - dependencies = [ 2224 - "base64", 2225 - "serde", 2226 - ] 2227 - 2228 - [[package]] 2229 - name = "pem-rfc7468" 2230 - version = "0.7.0" 2231 - source = "registry+https://github.com/rust-lang/crates.io-index" 2232 - checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 2233 - dependencies = [ 2234 - "base64ct", 2235 - ] 2236 - 2237 - [[package]] 2238 - name = "percent-encoding" 2239 - version = "2.3.1" 2240 - source = "registry+https://github.com/rust-lang/crates.io-index" 2241 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2242 - 2243 - [[package]] 2244 - name = "pest" 2245 - version = "2.7.5" 2246 - source = "registry+https://github.com/rust-lang/crates.io-index" 2247 - checksum = "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5" 2248 - dependencies = [ 2249 - "memchr", 2250 - "thiserror", 2251 - "ucd-trie", 2252 - ] 2253 - 2254 - [[package]] 2255 - name = "pest_derive" 2256 - version = "2.7.5" 2257 - source = "registry+https://github.com/rust-lang/crates.io-index" 2258 - checksum = "81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2" 2259 - dependencies = [ 2260 - "pest", 2261 - "pest_generator", 2262 - ] 2263 - 2264 - [[package]] 2265 - name = "pest_generator" 2266 - version = "2.7.5" 2267 - source = "registry+https://github.com/rust-lang/crates.io-index" 2268 - checksum = "68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227" 2269 - dependencies = [ 2270 - "pest", 2271 - "pest_meta", 2272 - "proc-macro2", 2273 - "quote", 2274 - "syn 2.0.42", 2275 - ] 2276 - 2277 - [[package]] 2278 - name = "pest_meta" 2279 - version = "2.7.5" 2280 - source = "registry+https://github.com/rust-lang/crates.io-index" 2281 - checksum = "7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6" 2282 - dependencies = [ 2283 - "once_cell", 2284 - "pest", 2285 - "sha2", 2286 - ] 2287 - 2288 - [[package]] 2289 - name = "pin-project" 2290 - version = "1.1.3" 2291 - source = "registry+https://github.com/rust-lang/crates.io-index" 2292 - checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" 2293 - dependencies = [ 2294 - "pin-project-internal", 2295 - ] 2296 - 2297 - [[package]] 2298 - name = "pin-project-internal" 2299 - version = "1.1.3" 2300 - source = "registry+https://github.com/rust-lang/crates.io-index" 2301 - checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" 2302 - dependencies = [ 2303 - "proc-macro2", 2304 - "quote", 2305 - "syn 2.0.42", 2306 - ] 2307 - 2308 - [[package]] 2309 - name = "pin-project-lite" 2310 - version = "0.2.13" 2311 - source = "registry+https://github.com/rust-lang/crates.io-index" 2312 - checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 2313 - 2314 - [[package]] 2315 - name = "pin-utils" 2316 - version = "0.1.0" 2317 - source = "registry+https://github.com/rust-lang/crates.io-index" 2318 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2319 - 2320 - [[package]] 2321 - name = "pkcs1" 2322 - version = "0.7.5" 2323 - source = "registry+https://github.com/rust-lang/crates.io-index" 2324 - checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 2325 - dependencies = [ 2326 - "der", 2327 - "pkcs8", 2328 - "spki", 2329 - ] 2330 - 2331 - [[package]] 2332 - name = "pkcs8" 2333 - version = "0.10.2" 2334 - source = "registry+https://github.com/rust-lang/crates.io-index" 2335 - checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 2336 - dependencies = [ 2337 - "der", 2338 - "spki", 2339 - ] 2340 - 2341 - [[package]] 2342 - name = "platforms" 2343 - version = "3.2.0" 2344 - source = "registry+https://github.com/rust-lang/crates.io-index" 2345 - checksum = "14e6ab3f592e6fb464fc9712d8d6e6912de6473954635fd76a589d832cffcbb0" 2346 - 2347 - [[package]] 2348 - name = "pnet_base" 2349 - version = "0.33.0" 2350 - source = "registry+https://github.com/rust-lang/crates.io-index" 2351 - checksum = "872e46346144ebf35219ccaa64b1dffacd9c6f188cd7d012bd6977a2a838f42e" 2352 - dependencies = [ 2353 - "no-std-net", 2354 - ] 2355 - 2356 - [[package]] 2357 - name = "pnet_macros" 2358 - version = "0.33.0" 2359 - source = "registry+https://github.com/rust-lang/crates.io-index" 2360 - checksum = "2a780e80005c2e463ec25a6e9f928630049a10b43945fea83207207d4a7606f4" 2361 - dependencies = [ 2362 - "proc-macro2", 2363 - "quote", 2364 - "regex", 2365 - "syn 1.0.109", 2366 - ] 2367 - 2368 - [[package]] 2369 - name = "pnet_macros_support" 2370 - version = "0.33.0" 2371 - source = "registry+https://github.com/rust-lang/crates.io-index" 2372 - checksum = "e6d932134f32efd7834eb8b16d42418dac87086347d1bc7d142370ef078582bc" 2373 - dependencies = [ 2374 - "pnet_base", 2375 - ] 2376 - 2377 - [[package]] 2378 - name = "pnet_packet" 2379 - version = "0.33.0" 2380 - source = "registry+https://github.com/rust-lang/crates.io-index" 2381 - checksum = "8bde678bbd85cb1c2d99dc9fc596e57f03aa725f84f3168b0eaf33eeccb41706" 2382 - dependencies = [ 2383 - "glob", 2384 - "pnet_base", 2385 - "pnet_macros", 2386 - "pnet_macros_support", 2387 - ] 2388 - 2389 - [[package]] 2390 - name = "poly1305" 2391 - version = "0.8.0" 2392 - source = "registry+https://github.com/rust-lang/crates.io-index" 2393 - checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" 2394 - dependencies = [ 2395 - "cpufeatures", 2396 - "opaque-debug", 2397 - "universal-hash", 2398 - ] 2399 - 2400 - [[package]] 2401 - name = "portable-atomic" 2402 - version = "1.6.0" 2403 - source = "registry+https://github.com/rust-lang/crates.io-index" 2404 - checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" 2405 - 2406 - [[package]] 2407 - name = "positioned-io" 2408 - version = "0.3.3" 2409 - source = "registry+https://github.com/rust-lang/crates.io-index" 2410 - checksum = "ccabfeeb89c73adf4081f0dca7f8e28dbda90981a222ceea37f619e93ea6afe9" 2411 - dependencies = [ 2412 - "libc", 2413 - "winapi", 2414 - ] 2415 - 2416 - [[package]] 2417 - name = "postcard" 2418 - version = "1.0.8" 2419 - source = "registry+https://github.com/rust-lang/crates.io-index" 2420 - checksum = "a55c51ee6c0db07e68448e336cf8ea4131a620edefebf9893e759b2d793420f8" 2421 - dependencies = [ 2422 - "cobs", 2423 - "const_format", 2424 - "embedded-io", 2425 - "postcard-derive", 2426 - "serde", 2427 - ] 2428 - 2429 - [[package]] 2430 - name = "postcard-derive" 2431 - version = "0.1.1" 2432 - source = "registry+https://github.com/rust-lang/crates.io-index" 2433 - checksum = "fc4b01218787dd4420daf63875163a787a78294ad48a24e9f6fa8c6507759a79" 2434 - dependencies = [ 2435 - "proc-macro2", 2436 - "quote", 2437 - "syn 1.0.109", 2438 - ] 2439 - 2440 - [[package]] 2441 - name = "powerfmt" 2442 - version = "0.2.0" 2443 - source = "registry+https://github.com/rust-lang/crates.io-index" 2444 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2445 - 2446 - [[package]] 2447 - name = "ppv-lite86" 2448 - version = "0.2.17" 2449 - source = "registry+https://github.com/rust-lang/crates.io-index" 2450 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 2451 - 2452 - [[package]] 2453 - name = "precis-core" 2454 - version = "0.1.9" 2455 - source = "registry+https://github.com/rust-lang/crates.io-index" 2456 - checksum = "d73e9dd26361c32e7cd13d1032bb01c4e26a23287274e8a4e2f228cf2c9ff77b" 2457 - dependencies = [ 2458 - "precis-tools", 2459 - "ucd-parse", 2460 - "unicode-normalization", 2461 - ] 2462 - 2463 - [[package]] 2464 - name = "precis-profiles" 2465 - version = "0.1.9" 2466 - source = "registry+https://github.com/rust-lang/crates.io-index" 2467 - checksum = "688124d96df311c37d794fb574bb5f75cdc86d8c5e514d3816d770a3dd0e1568" 2468 - dependencies = [ 2469 - "lazy_static", 2470 - "precis-core", 2471 - "precis-tools", 2472 - "unicode-normalization", 2473 - ] 2474 - 2475 - [[package]] 2476 - name = "precis-tools" 2477 - version = "0.1.7" 2478 - source = "registry+https://github.com/rust-lang/crates.io-index" 2479 - checksum = "d07ecadec70b0f560f09abf815ae0ee1a940d38d2354c938ba7229ac7c9f5f52" 2480 - dependencies = [ 2481 - "lazy_static", 2482 - "regex", 2483 - "ucd-parse", 2484 - ] 2485 - 2486 - [[package]] 2487 - name = "primeorder" 2488 - version = "0.13.6" 2489 - source = "registry+https://github.com/rust-lang/crates.io-index" 2490 - checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 2491 - dependencies = [ 2492 - "elliptic-curve", 2493 - ] 2494 - 2495 - [[package]] 2496 - name = "proc-macro-crate" 2497 - version = "2.0.1" 2498 - source = "registry+https://github.com/rust-lang/crates.io-index" 2499 - checksum = "97dc5fea232fc28d2f597b37c4876b348a40e33f3b02cc975c8d006d78d94b1a" 2500 - dependencies = [ 2501 - "toml_datetime", 2502 - "toml_edit", 2503 - ] 2504 - 2505 - [[package]] 2506 - name = "proc-macro-error" 2507 - version = "0.4.12" 2508 - source = "registry+https://github.com/rust-lang/crates.io-index" 2509 - checksum = "18f33027081eba0a6d8aba6d1b1c3a3be58cbb12106341c2d5759fcd9b5277e7" 2510 - dependencies = [ 2511 - "proc-macro-error-attr", 2512 - "proc-macro2", 2513 - "quote", 2514 - "syn 1.0.109", 2515 - "version_check", 2516 - ] 2517 - 2518 - [[package]] 2519 - name = "proc-macro-error-attr" 2520 - version = "0.4.12" 2521 - source = "registry+https://github.com/rust-lang/crates.io-index" 2522 - checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de" 2523 - dependencies = [ 2524 - "proc-macro2", 2525 - "quote", 2526 - "syn 1.0.109", 2527 - "syn-mid", 2528 - "version_check", 2529 - ] 2530 - 2531 - [[package]] 2532 - name = "proc-macro-hack" 2533 - version = "0.5.20+deprecated" 2534 - source = "registry+https://github.com/rust-lang/crates.io-index" 2535 - checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 2536 - 2537 - [[package]] 2538 - name = "proc-macro2" 2539 - version = "1.0.70" 2540 - source = "registry+https://github.com/rust-lang/crates.io-index" 2541 - checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" 2542 - dependencies = [ 2543 - "unicode-ident", 2544 - ] 2545 - 2546 - [[package]] 2547 - name = "prometheus-client" 2548 - version = "0.22.0" 2549 - source = "registry+https://github.com/rust-lang/crates.io-index" 2550 - checksum = "510c4f1c9d81d556458f94c98f857748130ea9737bbd6053da497503b26ea63c" 2551 - dependencies = [ 2552 - "dtoa", 2553 - "itoa", 2554 - "parking_lot", 2555 - "prometheus-client-derive-encode", 2556 - ] 2557 - 2558 - [[package]] 2559 - name = "prometheus-client-derive-encode" 2560 - version = "0.4.2" 2561 - source = "registry+https://github.com/rust-lang/crates.io-index" 2562 - checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" 2563 - dependencies = [ 2564 - "proc-macro2", 2565 - "quote", 2566 - "syn 2.0.42", 2567 - ] 2568 - 2569 - [[package]] 2570 - name = "quanta" 2571 - version = "0.11.1" 2572 - source = "registry+https://github.com/rust-lang/crates.io-index" 2573 - checksum = "a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab" 2574 - dependencies = [ 2575 - "crossbeam-utils", 2576 - "libc", 2577 - "mach2", 2578 - "once_cell", 2579 - "raw-cpuid", 2580 - "wasi", 2581 - "web-sys", 2582 - "winapi", 2583 - ] 2584 - 2585 - [[package]] 2586 - name = "quick-error" 2587 - version = "1.2.3" 2588 - source = "registry+https://github.com/rust-lang/crates.io-index" 2589 - checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 2590 - 2591 - [[package]] 2592 - name = "quinn" 2593 - version = "0.10.2" 2594 - source = "registry+https://github.com/rust-lang/crates.io-index" 2595 - checksum = "8cc2c5017e4b43d5995dcea317bc46c1e09404c0a9664d2908f7f02dfe943d75" 2596 - dependencies = [ 2597 - "bytes", 2598 - "pin-project-lite", 2599 - "quinn-proto", 2600 - "quinn-udp", 2601 - "rustc-hash", 2602 - "rustls", 2603 - "thiserror", 2604 - "tokio", 2605 - "tracing", 2606 - ] 2607 - 2608 - [[package]] 2609 - name = "quinn-proto" 2610 - version = "0.10.6" 2611 - source = "registry+https://github.com/rust-lang/crates.io-index" 2612 - checksum = "141bf7dfde2fbc246bfd3fe12f2455aa24b0fbd9af535d8c86c7bd1381ff2b1a" 2613 - dependencies = [ 2614 - "bytes", 2615 - "rand", 2616 - "ring 0.16.20", 2617 - "rustc-hash", 2618 - "rustls", 2619 - "rustls-native-certs", 2620 - "slab", 2621 - "thiserror", 2622 - "tinyvec", 2623 - "tracing", 2624 - ] 2625 - 2626 - [[package]] 2627 - name = "quinn-udp" 2628 - version = "0.4.1" 2629 - source = "registry+https://github.com/rust-lang/crates.io-index" 2630 - checksum = "055b4e778e8feb9f93c4e439f71dc2156ef13360b432b799e179a8c4cdf0b1d7" 2631 - dependencies = [ 2632 - "bytes", 2633 - "libc", 2634 - "socket2", 2635 - "tracing", 2636 - "windows-sys 0.48.0", 2637 - ] 2638 - 2639 - [[package]] 2640 - name = "quote" 2641 - version = "1.0.33" 2642 - source = "registry+https://github.com/rust-lang/crates.io-index" 2643 - checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 2644 - dependencies = [ 2645 - "proc-macro2", 2646 - ] 2647 - 2648 - [[package]] 2649 - name = "quoted-string-parser" 2650 - version = "0.1.0" 2651 - source = "registry+https://github.com/rust-lang/crates.io-index" 2652 - checksum = "0dc75379cdb451d001f1cb667a9f74e8b355e9df84cc5193513cbe62b96fc5e9" 2653 - dependencies = [ 2654 - "pest", 2655 - "pest_derive", 2656 - ] 2657 - 2658 - [[package]] 2659 - name = "rand" 2660 - version = "0.8.5" 2661 - source = "registry+https://github.com/rust-lang/crates.io-index" 2662 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2663 - dependencies = [ 2664 - "libc", 2665 - "rand_chacha", 2666 - "rand_core", 2667 - ] 2668 - 2669 - [[package]] 2670 - name = "rand_chacha" 2671 - version = "0.3.1" 2672 - source = "registry+https://github.com/rust-lang/crates.io-index" 2673 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2674 - dependencies = [ 2675 - "ppv-lite86", 2676 - "rand_core", 2677 - ] 2678 - 2679 - [[package]] 2680 - name = "rand_core" 2681 - version = "0.6.4" 2682 - source = "registry+https://github.com/rust-lang/crates.io-index" 2683 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2684 - dependencies = [ 2685 - "getrandom", 2686 - ] 2687 - 2688 - [[package]] 2689 - name = "range-collections" 2690 - version = "0.4.5" 2691 - source = "registry+https://github.com/rust-lang/crates.io-index" 2692 - checksum = "ca9edd21e2db51000ac63eccddabba622f826e631a60be7bade9bd6a76b69537" 2693 - dependencies = [ 2694 - "binary-merge", 2695 - "inplace-vec-builder", 2696 - "ref-cast", 2697 - "smallvec", 2698 - ] 2699 - 2700 - [[package]] 2701 - name = "raw-cpuid" 2702 - version = "10.7.0" 2703 - source = "registry+https://github.com/rust-lang/crates.io-index" 2704 - checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332" 2705 - dependencies = [ 2706 - "bitflags 1.3.2", 2707 - ] 2708 - 2709 - [[package]] 2710 - name = "rcgen" 2711 - version = "0.11.3" 2712 - source = "registry+https://github.com/rust-lang/crates.io-index" 2713 - checksum = "52c4f3084aa3bc7dfbba4eff4fab2a54db4324965d8872ab933565e6fbd83bc6" 2714 - dependencies = [ 2715 - "pem 3.0.3", 2716 - "ring 0.16.20", 2717 - "time", 2718 - "yasna", 2719 - ] 2720 - 2721 - [[package]] 2722 - name = "redox_syscall" 2723 - version = "0.4.1" 2724 - source = "registry+https://github.com/rust-lang/crates.io-index" 2725 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 2726 - dependencies = [ 2727 - "bitflags 1.3.2", 2728 - ] 2729 - 2730 - [[package]] 2731 - name = "ref-cast" 2732 - version = "1.0.21" 2733 - source = "registry+https://github.com/rust-lang/crates.io-index" 2734 - checksum = "53313ec9f12686aeeffb43462c3ac77aa25f590a5f630eb2cde0de59417b29c7" 2735 - dependencies = [ 2736 - "ref-cast-impl", 2737 - ] 2738 - 2739 - [[package]] 2740 - name = "ref-cast-impl" 2741 - version = "1.0.21" 2742 - source = "registry+https://github.com/rust-lang/crates.io-index" 2743 - checksum = "2566c4bf6845f2c2e83b27043c3f5dfcd5ba8f2937d6c00dc009bfb51a079dc4" 2744 - dependencies = [ 2745 - "proc-macro2", 2746 - "quote", 2747 - "syn 2.0.42", 2748 - ] 2749 - 2750 - [[package]] 2751 - name = "reflink-copy" 2752 - version = "0.1.14" 2753 - source = "registry+https://github.com/rust-lang/crates.io-index" 2754 - checksum = "767be24c0da52e7448d495b8d162506a9aa125426651d547d545d6c2b4b65b62" 2755 - dependencies = [ 2756 - "cfg-if", 2757 - "rustix", 2758 - "windows 0.52.0", 2759 - ] 2760 - 2761 - [[package]] 2762 - name = "regex" 2763 - version = "1.10.2" 2764 - source = "registry+https://github.com/rust-lang/crates.io-index" 2765 - checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" 2766 - dependencies = [ 2767 - "aho-corasick", 2768 - "memchr", 2769 - "regex-automata 0.4.3", 2770 - "regex-syntax 0.8.2", 2771 - ] 2772 - 2773 - [[package]] 2774 - name = "regex-automata" 2775 - version = "0.1.10" 2776 - source = "registry+https://github.com/rust-lang/crates.io-index" 2777 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2778 - dependencies = [ 2779 - "regex-syntax 0.6.29", 2780 - ] 2781 - 2782 - [[package]] 2783 - name = "regex-automata" 2784 - version = "0.4.3" 2785 - source = "registry+https://github.com/rust-lang/crates.io-index" 2786 - checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" 2787 - dependencies = [ 2788 - "aho-corasick", 2789 - "memchr", 2790 - "regex-syntax 0.8.2", 2791 - ] 2792 - 2793 - [[package]] 2794 - name = "regex-lite" 2795 - version = "0.1.5" 2796 - source = "registry+https://github.com/rust-lang/crates.io-index" 2797 - checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e" 2798 - 2799 - [[package]] 2800 - name = "regex-syntax" 2801 - version = "0.6.29" 2802 - source = "registry+https://github.com/rust-lang/crates.io-index" 2803 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2804 - 2805 - [[package]] 2806 - name = "regex-syntax" 2807 - version = "0.8.2" 2808 - source = "registry+https://github.com/rust-lang/crates.io-index" 2809 - checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 2810 - 2811 - [[package]] 2812 - name = "reqwest" 2813 - version = "0.11.23" 2814 - source = "registry+https://github.com/rust-lang/crates.io-index" 2815 - checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41" 2816 - dependencies = [ 2817 - "base64", 2818 - "bytes", 2819 - "encoding_rs", 2820 - "futures-core", 2821 - "futures-util", 2822 - "h2", 2823 - "http 0.2.11", 2824 - "http-body 0.4.6", 2825 - "hyper 0.14.28", 2826 - "hyper-rustls", 2827 - "ipnet", 2828 - "js-sys", 2829 - "log", 2830 - "mime", 2831 - "once_cell", 2832 - "percent-encoding", 2833 - "pin-project-lite", 2834 - "rustls", 2835 - "rustls-pemfile", 2836 - "serde", 2837 - "serde_json", 2838 - "serde_urlencoded", 2839 - "system-configuration", 2840 - "tokio", 2841 - "tokio-rustls", 2842 - "tower-service", 2843 - "url", 2844 - "wasm-bindgen", 2845 - "wasm-bindgen-futures", 2846 - "web-sys", 2847 - "webpki-roots", 2848 - "winreg", 2849 - ] 2850 - 2851 - [[package]] 2852 - name = "resolv-conf" 2853 - version = "0.7.0" 2854 - source = "registry+https://github.com/rust-lang/crates.io-index" 2855 - checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" 2856 - dependencies = [ 2857 - "hostname", 2858 - "quick-error", 2859 - ] 2860 - 2861 - [[package]] 2862 - name = "rfc6979" 2863 - version = "0.4.0" 2864 - source = "registry+https://github.com/rust-lang/crates.io-index" 2865 - checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 2866 - dependencies = [ 2867 - "hmac", 2868 - "subtle", 2869 - ] 2870 - 2871 - [[package]] 2872 - name = "ring" 2873 - version = "0.16.20" 2874 - source = "registry+https://github.com/rust-lang/crates.io-index" 2875 - checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 2876 - dependencies = [ 2877 - "cc", 2878 - "libc", 2879 - "once_cell", 2880 - "spin 0.5.2", 2881 - "untrusted 0.7.1", 2882 - "web-sys", 2883 - "winapi", 2884 - ] 2885 - 2886 - [[package]] 2887 - name = "ring" 2888 - version = "0.17.7" 2889 - source = "registry+https://github.com/rust-lang/crates.io-index" 2890 - checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74" 2891 - dependencies = [ 2892 - "cc", 2893 - "getrandom", 2894 - "libc", 2895 - "spin 0.9.8", 2896 - "untrusted 0.9.0", 2897 - "windows-sys 0.48.0", 2898 - ] 2899 - 2900 - [[package]] 2901 - name = "rsa" 2902 - version = "0.9.6" 2903 - source = "registry+https://github.com/rust-lang/crates.io-index" 2904 - checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" 2905 - dependencies = [ 2906 - "const-oid", 2907 - "digest", 2908 - "num-bigint-dig", 2909 - "num-integer", 2910 - "num-traits", 2911 - "pkcs1", 2912 - "pkcs8", 2913 - "rand_core", 2914 - "sha2", 2915 - "signature", 2916 - "spki", 2917 - "subtle", 2918 - "zeroize", 2919 - ] 2920 - 2921 - [[package]] 2922 - name = "rtnetlink" 2923 - version = "0.13.1" 2924 - source = "registry+https://github.com/rust-lang/crates.io-index" 2925 - checksum = "7a552eb82d19f38c3beed3f786bd23aa434ceb9ac43ab44419ca6d67a7e186c0" 2926 - dependencies = [ 2927 - "futures", 2928 - "log", 2929 - "netlink-packet-core", 2930 - "netlink-packet-route", 2931 - "netlink-packet-utils", 2932 - "netlink-proto", 2933 - "netlink-sys", 2934 - "nix 0.26.4", 2935 - "thiserror", 2936 - "tokio", 2937 - ] 2938 - 2939 - [[package]] 2940 - name = "rustc-demangle" 2941 - version = "0.1.23" 2942 - source = "registry+https://github.com/rust-lang/crates.io-index" 2943 - checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 2944 - 2945 - [[package]] 2946 - name = "rustc-hash" 2947 - version = "1.1.0" 2948 - source = "registry+https://github.com/rust-lang/crates.io-index" 2949 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2950 - 2951 - [[package]] 2952 - name = "rustc_version" 2953 - version = "0.4.0" 2954 - source = "registry+https://github.com/rust-lang/crates.io-index" 2955 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 2956 - dependencies = [ 2957 - "semver", 2958 - ] 2959 - 2960 - [[package]] 2961 - name = "rusticata-macros" 2962 - version = "4.1.0" 2963 - source = "registry+https://github.com/rust-lang/crates.io-index" 2964 - checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 2965 - dependencies = [ 2966 - "nom", 2967 - ] 2968 - 2969 - [[package]] 2970 - name = "rustix" 2971 - version = "0.38.28" 2972 - source = "registry+https://github.com/rust-lang/crates.io-index" 2973 - checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" 2974 - dependencies = [ 2975 - "bitflags 2.4.1", 2976 - "errno", 2977 - "libc", 2978 - "linux-raw-sys", 2979 - "windows-sys 0.52.0", 2980 - ] 2981 - 2982 - [[package]] 2983 - name = "rustls" 2984 - version = "0.21.10" 2985 - source = "registry+https://github.com/rust-lang/crates.io-index" 2986 - checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" 2987 - dependencies = [ 2988 - "log", 2989 - "ring 0.17.7", 2990 - "rustls-webpki", 2991 - "sct", 2992 - ] 2993 - 2994 - [[package]] 2995 - name = "rustls-native-certs" 2996 - version = "0.6.3" 2997 - source = "registry+https://github.com/rust-lang/crates.io-index" 2998 - checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 2999 - dependencies = [ 3000 - "openssl-probe", 3001 - "rustls-pemfile", 3002 - "schannel", 3003 - "security-framework", 3004 - ] 3005 - 3006 - [[package]] 3007 - name = "rustls-pemfile" 3008 - version = "1.0.4" 3009 - source = "registry+https://github.com/rust-lang/crates.io-index" 3010 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 3011 - dependencies = [ 3012 - "base64", 3013 - ] 3014 - 3015 - [[package]] 3016 - name = "rustls-webpki" 3017 - version = "0.101.7" 3018 - source = "registry+https://github.com/rust-lang/crates.io-index" 3019 - checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 3020 - dependencies = [ 3021 - "ring 0.17.7", 3022 - "untrusted 0.9.0", 3023 - ] 3024 - 3025 - [[package]] 3026 - name = "rustversion" 3027 - version = "1.0.14" 3028 - source = "registry+https://github.com/rust-lang/crates.io-index" 3029 - checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 3030 - 3031 - [[package]] 3032 - name = "ryu" 3033 - version = "1.0.16" 3034 - source = "registry+https://github.com/rust-lang/crates.io-index" 3035 - checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" 3036 - 3037 - [[package]] 3038 - name = "salsa20" 3039 - version = "0.10.2" 3040 - source = "registry+https://github.com/rust-lang/crates.io-index" 3041 - checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" 3042 - dependencies = [ 3043 - "cipher", 3044 - ] 3045 - 3046 - [[package]] 3047 - name = "same-file" 3048 - version = "1.0.6" 3049 - source = "registry+https://github.com/rust-lang/crates.io-index" 3050 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3051 - dependencies = [ 3052 - "winapi-util", 3053 - ] 3054 - 3055 - [[package]] 3056 - name = "schannel" 3057 - version = "0.1.22" 3058 - source = "registry+https://github.com/rust-lang/crates.io-index" 3059 - checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" 3060 - dependencies = [ 3061 - "windows-sys 0.48.0", 3062 - ] 3063 - 3064 - [[package]] 3065 - name = "scopeguard" 3066 - version = "1.2.0" 3067 - source = "registry+https://github.com/rust-lang/crates.io-index" 3068 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3069 - 3070 - [[package]] 3071 - name = "sct" 3072 - version = "0.7.1" 3073 - source = "registry+https://github.com/rust-lang/crates.io-index" 3074 - checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 3075 - dependencies = [ 3076 - "ring 0.17.7", 3077 - "untrusted 0.9.0", 3078 - ] 3079 - 3080 - [[package]] 3081 - name = "sec1" 3082 - version = "0.7.3" 3083 - source = "registry+https://github.com/rust-lang/crates.io-index" 3084 - checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 3085 - dependencies = [ 3086 - "base16ct", 3087 - "der", 3088 - "generic-array", 3089 - "pkcs8", 3090 - "subtle", 3091 - "zeroize", 3092 - ] 3093 - 3094 - [[package]] 3095 - name = "security-framework" 3096 - version = "2.9.2" 3097 - source = "registry+https://github.com/rust-lang/crates.io-index" 3098 - checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 3099 - dependencies = [ 3100 - "bitflags 1.3.2", 3101 - "core-foundation", 3102 - "core-foundation-sys", 3103 - "libc", 3104 - "security-framework-sys", 3105 - ] 3106 - 3107 - [[package]] 3108 - name = "security-framework-sys" 3109 - version = "2.9.1" 3110 - source = "registry+https://github.com/rust-lang/crates.io-index" 3111 - checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 3112 - dependencies = [ 3113 - "core-foundation-sys", 3114 - "libc", 3115 - ] 3116 - 3117 - [[package]] 3118 - name = "self_cell" 3119 - version = "1.0.3" 3120 - source = "registry+https://github.com/rust-lang/crates.io-index" 3121 - checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba" 3122 - 3123 - [[package]] 3124 - name = "semver" 3125 - version = "1.0.20" 3126 - source = "registry+https://github.com/rust-lang/crates.io-index" 3127 - checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" 3128 - 3129 - [[package]] 3130 - name = "sendme" 3131 - version = "0.2.3" 3132 - dependencies = [ 3133 - "anyhow", 3134 - "base32", 3135 - "clap", 3136 - "console", 3137 - "duct", 3138 - "flume", 3139 - "futures", 3140 - "hex", 3141 - "indicatif", 3142 - "iroh-bytes", 3143 - "iroh-io", 3144 - "iroh-net", 3145 - "nix 0.27.1", 3146 - "num_cpus", 3147 - "rand", 3148 - "serde_json", 3149 - "tempfile", 3150 - "tokio", 3151 - "tokio-util", 3152 - "tracing", 3153 - "tracing-subscriber", 3154 - "walkdir", 3155 - ] 3156 - 3157 - [[package]] 3158 - name = "serde" 3159 - version = "1.0.193" 3160 - source = "registry+https://github.com/rust-lang/crates.io-index" 3161 - checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" 3162 - dependencies = [ 3163 - "serde_derive", 3164 - ] 3165 - 3166 - [[package]] 3167 - name = "serde-error" 3168 - version = "0.1.2" 3169 - source = "registry+https://github.com/rust-lang/crates.io-index" 3170 - checksum = "e988182713aeed6a619a88bca186f6d6407483485ffe44c869ee264f8eabd13f" 3171 - dependencies = [ 3172 - "serde", 3173 - ] 3174 - 3175 - [[package]] 3176 - name = "serde_bytes" 3177 - version = "0.11.12" 3178 - source = "registry+https://github.com/rust-lang/crates.io-index" 3179 - checksum = "ab33ec92f677585af6d88c65593ae2375adde54efdbf16d597f2cbc7a6d368ff" 3180 - dependencies = [ 3181 - "serde", 3182 - ] 3183 - 3184 - [[package]] 3185 - name = "serde_derive" 3186 - version = "1.0.193" 3187 - source = "registry+https://github.com/rust-lang/crates.io-index" 3188 - checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" 3189 - dependencies = [ 3190 - "proc-macro2", 3191 - "quote", 3192 - "syn 2.0.42", 3193 - ] 3194 - 3195 - [[package]] 3196 - name = "serde_json" 3197 - version = "1.0.108" 3198 - source = "registry+https://github.com/rust-lang/crates.io-index" 3199 - checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" 3200 - dependencies = [ 3201 - "itoa", 3202 - "ryu", 3203 - "serde", 3204 - ] 3205 - 3206 - [[package]] 3207 - name = "serde_urlencoded" 3208 - version = "0.7.1" 3209 - source = "registry+https://github.com/rust-lang/crates.io-index" 3210 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3211 - dependencies = [ 3212 - "form_urlencoded", 3213 - "itoa", 3214 - "ryu", 3215 - "serde", 3216 - ] 3217 - 3218 - [[package]] 3219 - name = "serdect" 3220 - version = "0.2.0" 3221 - source = "registry+https://github.com/rust-lang/crates.io-index" 3222 - checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" 3223 - dependencies = [ 3224 - "base16ct", 3225 - "serde", 3226 - ] 3227 - 3228 - [[package]] 3229 - name = "sha1" 3230 - version = "0.2.0" 3231 - source = "registry+https://github.com/rust-lang/crates.io-index" 3232 - checksum = "cc30b1e1e8c40c121ca33b86c23308a090d19974ef001b4bf6e61fd1a0fb095c" 3233 - 3234 - [[package]] 3235 - name = "sha2" 3236 - version = "0.10.8" 3237 - source = "registry+https://github.com/rust-lang/crates.io-index" 3238 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 3239 - dependencies = [ 3240 - "cfg-if", 3241 - "cpufeatures", 3242 - "digest", 3243 - ] 3244 - 3245 - [[package]] 3246 - name = "sharded-slab" 3247 - version = "0.1.7" 3248 - source = "registry+https://github.com/rust-lang/crates.io-index" 3249 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3250 - dependencies = [ 3251 - "lazy_static", 3252 - ] 3253 - 3254 - [[package]] 3255 - name = "shared_child" 3256 - version = "1.0.0" 3257 - source = "registry+https://github.com/rust-lang/crates.io-index" 3258 - checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef" 3259 - dependencies = [ 3260 - "libc", 3261 - "winapi", 3262 - ] 3263 - 3264 - [[package]] 3265 - name = "signal-hook-registry" 3266 - version = "1.4.1" 3267 - source = "registry+https://github.com/rust-lang/crates.io-index" 3268 - checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 3269 - dependencies = [ 3270 - "libc", 3271 - ] 3272 - 3273 - [[package]] 3274 - name = "signature" 3275 - version = "2.2.0" 3276 - source = "registry+https://github.com/rust-lang/crates.io-index" 3277 - checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 3278 - dependencies = [ 3279 - "digest", 3280 - "rand_core", 3281 - ] 3282 - 3283 - [[package]] 3284 - name = "slab" 3285 - version = "0.4.9" 3286 - source = "registry+https://github.com/rust-lang/crates.io-index" 3287 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 3288 - dependencies = [ 3289 - "autocfg", 3290 - ] 3291 - 3292 - [[package]] 3293 - name = "smallvec" 3294 - version = "1.11.2" 3295 - source = "registry+https://github.com/rust-lang/crates.io-index" 3296 - checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" 3297 - dependencies = [ 3298 - "serde", 3299 - ] 3300 - 3301 - [[package]] 3302 - name = "socket2" 3303 - version = "0.5.5" 3304 - source = "registry+https://github.com/rust-lang/crates.io-index" 3305 - checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" 3306 - dependencies = [ 3307 - "libc", 3308 - "windows-sys 0.48.0", 3309 - ] 3310 - 3311 - [[package]] 3312 - name = "spin" 3313 - version = "0.5.2" 3314 - source = "registry+https://github.com/rust-lang/crates.io-index" 3315 - checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 3316 - 3317 - [[package]] 3318 - name = "spin" 3319 - version = "0.9.8" 3320 - source = "registry+https://github.com/rust-lang/crates.io-index" 3321 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 3322 - dependencies = [ 3323 - "lock_api", 3324 - ] 3325 - 3326 - [[package]] 3327 - name = "spki" 3328 - version = "0.7.3" 3329 - source = "registry+https://github.com/rust-lang/crates.io-index" 3330 - checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 3331 - dependencies = [ 3332 - "base64ct", 3333 - "der", 3334 - ] 3335 - 3336 - [[package]] 3337 - name = "ssh-cipher" 3338 - version = "0.2.0" 3339 - source = "registry+https://github.com/rust-lang/crates.io-index" 3340 - checksum = "caac132742f0d33c3af65bfcde7f6aa8f62f0e991d80db99149eb9d44708784f" 3341 - dependencies = [ 3342 - "cipher", 3343 - "ssh-encoding", 3344 - ] 3345 - 3346 - [[package]] 3347 - name = "ssh-encoding" 3348 - version = "0.2.0" 3349 - source = "registry+https://github.com/rust-lang/crates.io-index" 3350 - checksum = "eb9242b9ef4108a78e8cd1a2c98e193ef372437f8c22be363075233321dd4a15" 3351 - dependencies = [ 3352 - "base64ct", 3353 - "pem-rfc7468", 3354 - "sha2", 3355 - ] 3356 - 3357 - [[package]] 3358 - name = "ssh-key" 3359 - version = "0.6.3" 3360 - source = "registry+https://github.com/rust-lang/crates.io-index" 3361 - checksum = "c51901eb883a5b442b506a1f8fa483d143f3bab513fe721e398ec56c77624feb" 3362 - dependencies = [ 3363 - "ed25519-dalek", 3364 - "p256", 3365 - "p384", 3366 - "p521", 3367 - "rand_core", 3368 - "rsa", 3369 - "sec1", 3370 - "sha2", 3371 - "signature", 3372 - "ssh-cipher", 3373 - "ssh-encoding", 3374 - "subtle", 3375 - "zeroize", 3376 - ] 3377 - 3378 - [[package]] 3379 - name = "strsim" 3380 - version = "0.10.0" 3381 - source = "registry+https://github.com/rust-lang/crates.io-index" 3382 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 3383 - 3384 - [[package]] 3385 - name = "struct_iterable" 3386 - version = "0.1.1" 3387 - source = "registry+https://github.com/rust-lang/crates.io-index" 3388 - checksum = "849a064c6470a650b72e41fa6c057879b68f804d113af92900f27574828e7712" 3389 - dependencies = [ 3390 - "struct_iterable_derive", 3391 - "struct_iterable_internal", 3392 - ] 3393 - 3394 - [[package]] 3395 - name = "struct_iterable_derive" 3396 - version = "0.1.0" 3397 - source = "registry+https://github.com/rust-lang/crates.io-index" 3398 - checksum = "8bb939ce88a43ea4e9d012f2f6b4cc789deb2db9d47bad697952a85d6978662c" 3399 - dependencies = [ 3400 - "erased-serde", 3401 - "proc-macro2", 3402 - "quote", 3403 - "struct_iterable_internal", 3404 - "syn 2.0.42", 3405 - ] 3406 - 3407 - [[package]] 3408 - name = "struct_iterable_internal" 3409 - version = "0.1.1" 3410 - source = "registry+https://github.com/rust-lang/crates.io-index" 3411 - checksum = "e9426b2a0c03e6cc2ea8dbc0168dbbf943f88755e409fb91bcb8f6a268305f4a" 3412 - 3413 - [[package]] 3414 - name = "strum" 3415 - version = "0.25.0" 3416 - source = "registry+https://github.com/rust-lang/crates.io-index" 3417 - checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" 3418 - dependencies = [ 3419 - "strum_macros", 3420 - ] 3421 - 3422 - [[package]] 3423 - name = "strum_macros" 3424 - version = "0.25.3" 3425 - source = "registry+https://github.com/rust-lang/crates.io-index" 3426 - checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" 3427 - dependencies = [ 3428 - "heck", 3429 - "proc-macro2", 3430 - "quote", 3431 - "rustversion", 3432 - "syn 2.0.42", 3433 - ] 3434 - 3435 - [[package]] 3436 - name = "stun-rs" 3437 - version = "0.1.5" 3438 - source = "registry+https://github.com/rust-lang/crates.io-index" 3439 - checksum = "78517bf347f802eba0204cdecf5ff10fb7056c914a3b2d9f2011f231cb1438b5" 3440 - dependencies = [ 3441 - "bounded-integer", 3442 - "byteorder", 3443 - "crc", 3444 - "fallible-iterator", 3445 - "hmac-sha1", 3446 - "hmac-sha256", 3447 - "hostname-validator", 3448 - "lazy_static", 3449 - "md5", 3450 - "paste", 3451 - "precis-core", 3452 - "precis-profiles", 3453 - "quoted-string-parser", 3454 - "rand", 3455 - ] 3456 - 3457 - [[package]] 3458 - name = "subtle" 3459 - version = "2.5.0" 3460 - source = "registry+https://github.com/rust-lang/crates.io-index" 3461 - checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 3462 - 3463 - [[package]] 3464 - name = "surge-ping" 3465 - version = "0.8.0" 3466 - source = "registry+https://github.com/rust-lang/crates.io-index" 3467 - checksum = "af341b2be485d647b5dc4cfb2da99efac35b5c95748a08fb7233480fedc5ead3" 3468 - dependencies = [ 3469 - "hex", 3470 - "parking_lot", 3471 - "pnet_packet", 3472 - "rand", 3473 - "socket2", 3474 - "thiserror", 3475 - "tokio", 3476 - "tracing", 3477 - ] 3478 - 3479 - [[package]] 3480 - name = "syn" 3481 - version = "1.0.109" 3482 - source = "registry+https://github.com/rust-lang/crates.io-index" 3483 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3484 - dependencies = [ 3485 - "proc-macro2", 3486 - "quote", 3487 - "unicode-ident", 3488 - ] 3489 - 3490 - [[package]] 3491 - name = "syn" 3492 - version = "2.0.42" 3493 - source = "registry+https://github.com/rust-lang/crates.io-index" 3494 - checksum = "5b7d0a2c048d661a1a59fcd7355baa232f7ed34e0ee4df2eef3c1c1c0d3852d8" 3495 - dependencies = [ 3496 - "proc-macro2", 3497 - "quote", 3498 - "unicode-ident", 3499 - ] 3500 - 3501 - [[package]] 3502 - name = "syn-mid" 3503 - version = "0.5.4" 3504 - source = "registry+https://github.com/rust-lang/crates.io-index" 3505 - checksum = "fea305d57546cc8cd04feb14b62ec84bf17f50e3f7b12560d7bfa9265f39d9ed" 3506 - dependencies = [ 3507 - "proc-macro2", 3508 - "quote", 3509 - "syn 1.0.109", 3510 - ] 3511 - 3512 - [[package]] 3513 - name = "synstructure" 3514 - version = "0.12.6" 3515 - source = "registry+https://github.com/rust-lang/crates.io-index" 3516 - checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 3517 - dependencies = [ 3518 - "proc-macro2", 3519 - "quote", 3520 - "syn 1.0.109", 3521 - "unicode-xid", 3522 - ] 3523 - 3524 - [[package]] 3525 - name = "system-configuration" 3526 - version = "0.5.1" 3527 - source = "registry+https://github.com/rust-lang/crates.io-index" 3528 - checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 3529 - dependencies = [ 3530 - "bitflags 1.3.2", 3531 - "core-foundation", 3532 - "system-configuration-sys", 3533 - ] 3534 - 3535 - [[package]] 3536 - name = "system-configuration-sys" 3537 - version = "0.5.0" 3538 - source = "registry+https://github.com/rust-lang/crates.io-index" 3539 - checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 3540 - dependencies = [ 3541 - "core-foundation-sys", 3542 - "libc", 3543 - ] 3544 - 3545 - [[package]] 3546 - name = "tempfile" 3547 - version = "3.8.1" 3548 - source = "registry+https://github.com/rust-lang/crates.io-index" 3549 - checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5" 3550 - dependencies = [ 3551 - "cfg-if", 3552 - "fastrand", 3553 - "redox_syscall", 3554 - "rustix", 3555 - "windows-sys 0.48.0", 3556 - ] 3557 - 3558 - [[package]] 3559 - name = "thiserror" 3560 - version = "1.0.51" 3561 - source = "registry+https://github.com/rust-lang/crates.io-index" 3562 - checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7" 3563 - dependencies = [ 3564 - "thiserror-impl", 3565 - ] 3566 - 3567 - [[package]] 3568 - name = "thiserror-impl" 3569 - version = "1.0.51" 3570 - source = "registry+https://github.com/rust-lang/crates.io-index" 3571 - checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df" 3572 - dependencies = [ 3573 - "proc-macro2", 3574 - "quote", 3575 - "syn 2.0.42", 3576 - ] 3577 - 3578 - [[package]] 3579 - name = "thread_local" 3580 - version = "1.1.7" 3581 - source = "registry+https://github.com/rust-lang/crates.io-index" 3582 - checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 3583 - dependencies = [ 3584 - "cfg-if", 3585 - "once_cell", 3586 - ] 3587 - 3588 - [[package]] 3589 - name = "time" 3590 - version = "0.3.31" 3591 - source = "registry+https://github.com/rust-lang/crates.io-index" 3592 - checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e" 3593 - dependencies = [ 3594 - "deranged", 3595 - "itoa", 3596 - "powerfmt", 3597 - "serde", 3598 - "time-core", 3599 - "time-macros", 3600 - ] 3601 - 3602 - [[package]] 3603 - name = "time-core" 3604 - version = "0.1.2" 3605 - source = "registry+https://github.com/rust-lang/crates.io-index" 3606 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 3607 - 3608 - [[package]] 3609 - name = "time-macros" 3610 - version = "0.2.16" 3611 - source = "registry+https://github.com/rust-lang/crates.io-index" 3612 - checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f" 3613 - dependencies = [ 3614 - "time-core", 3615 - ] 3616 - 3617 - [[package]] 3618 - name = "tinyvec" 3619 - version = "1.6.0" 3620 - source = "registry+https://github.com/rust-lang/crates.io-index" 3621 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 3622 - dependencies = [ 3623 - "tinyvec_macros", 3624 - ] 3625 - 3626 - [[package]] 3627 - name = "tinyvec_macros" 3628 - version = "0.1.1" 3629 - source = "registry+https://github.com/rust-lang/crates.io-index" 3630 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3631 - 3632 - [[package]] 3633 - name = "tokio" 3634 - version = "1.35.1" 3635 - source = "registry+https://github.com/rust-lang/crates.io-index" 3636 - checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" 3637 - dependencies = [ 3638 - "backtrace", 3639 - "bytes", 3640 - "libc", 3641 - "mio", 3642 - "num_cpus", 3643 - "parking_lot", 3644 - "pin-project-lite", 3645 - "signal-hook-registry", 3646 - "socket2", 3647 - "tokio-macros", 3648 - "windows-sys 0.48.0", 3649 - ] 3650 - 3651 - [[package]] 3652 - name = "tokio-macros" 3653 - version = "2.2.0" 3654 - source = "registry+https://github.com/rust-lang/crates.io-index" 3655 - checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" 3656 - dependencies = [ 3657 - "proc-macro2", 3658 - "quote", 3659 - "syn 2.0.42", 3660 - ] 3661 - 3662 - [[package]] 3663 - name = "tokio-rustls" 3664 - version = "0.24.1" 3665 - source = "registry+https://github.com/rust-lang/crates.io-index" 3666 - checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 3667 - dependencies = [ 3668 - "rustls", 3669 - "tokio", 3670 - ] 3671 - 3672 - [[package]] 3673 - name = "tokio-rustls-acme" 3674 - version = "0.2.0" 3675 - source = "registry+https://github.com/rust-lang/crates.io-index" 3676 - checksum = "dfb6f50b5523d014ba161512c37457acb16fd8218c883c7152e0a67ab763f2d4" 3677 - dependencies = [ 3678 - "async-trait", 3679 - "base64", 3680 - "chrono", 3681 - "futures", 3682 - "log", 3683 - "pem 2.0.1", 3684 - "rcgen", 3685 - "reqwest", 3686 - "ring 0.16.20", 3687 - "rustls", 3688 - "serde", 3689 - "serde_json", 3690 - "thiserror", 3691 - "tokio", 3692 - "tokio-rustls", 3693 - "url", 3694 - "webpki-roots", 3695 - "x509-parser", 3696 - ] 3697 - 3698 - [[package]] 3699 - name = "tokio-util" 3700 - version = "0.7.10" 3701 - source = "registry+https://github.com/rust-lang/crates.io-index" 3702 - checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" 3703 - dependencies = [ 3704 - "bytes", 3705 - "futures-core", 3706 - "futures-sink", 3707 - "futures-util", 3708 - "hashbrown", 3709 - "pin-project-lite", 3710 - "tokio", 3711 - "tracing", 3712 - ] 3713 - 3714 - [[package]] 3715 - name = "toml_datetime" 3716 - version = "0.6.3" 3717 - source = "registry+https://github.com/rust-lang/crates.io-index" 3718 - checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 3719 - 3720 - [[package]] 3721 - name = "toml_edit" 3722 - version = "0.20.2" 3723 - source = "registry+https://github.com/rust-lang/crates.io-index" 3724 - checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" 3725 - dependencies = [ 3726 - "indexmap", 3727 - "toml_datetime", 3728 - "winnow", 3729 - ] 3730 - 3731 - [[package]] 3732 - name = "tower-service" 3733 - version = "0.3.2" 3734 - source = "registry+https://github.com/rust-lang/crates.io-index" 3735 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 3736 - 3737 - [[package]] 3738 - name = "tracing" 3739 - version = "0.1.40" 3740 - source = "registry+https://github.com/rust-lang/crates.io-index" 3741 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 3742 - dependencies = [ 3743 - "log", 3744 - "pin-project-lite", 3745 - "tracing-attributes", 3746 - "tracing-core", 3747 - ] 3748 - 3749 - [[package]] 3750 - name = "tracing-attributes" 3751 - version = "0.1.27" 3752 - source = "registry+https://github.com/rust-lang/crates.io-index" 3753 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 3754 - dependencies = [ 3755 - "proc-macro2", 3756 - "quote", 3757 - "syn 2.0.42", 3758 - ] 3759 - 3760 - [[package]] 3761 - name = "tracing-core" 3762 - version = "0.1.32" 3763 - source = "registry+https://github.com/rust-lang/crates.io-index" 3764 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 3765 - dependencies = [ 3766 - "once_cell", 3767 - "valuable", 3768 - ] 3769 - 3770 - [[package]] 3771 - name = "tracing-futures" 3772 - version = "0.2.5" 3773 - source = "registry+https://github.com/rust-lang/crates.io-index" 3774 - checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" 3775 - dependencies = [ 3776 - "pin-project", 3777 - "tracing", 3778 - ] 3779 - 3780 - [[package]] 3781 - name = "tracing-log" 3782 - version = "0.2.0" 3783 - source = "registry+https://github.com/rust-lang/crates.io-index" 3784 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3785 - dependencies = [ 3786 - "log", 3787 - "once_cell", 3788 - "tracing-core", 3789 - ] 3790 - 3791 - [[package]] 3792 - name = "tracing-subscriber" 3793 - version = "0.3.18" 3794 - source = "registry+https://github.com/rust-lang/crates.io-index" 3795 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 3796 - dependencies = [ 3797 - "matchers", 3798 - "nu-ansi-term", 3799 - "once_cell", 3800 - "regex", 3801 - "sharded-slab", 3802 - "smallvec", 3803 - "thread_local", 3804 - "tracing", 3805 - "tracing-core", 3806 - "tracing-log", 3807 - ] 3808 - 3809 - [[package]] 3810 - name = "trust-dns-proto" 3811 - version = "0.23.2" 3812 - source = "registry+https://github.com/rust-lang/crates.io-index" 3813 - checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" 3814 - dependencies = [ 3815 - "async-trait", 3816 - "cfg-if", 3817 - "data-encoding", 3818 - "enum-as-inner", 3819 - "futures-channel", 3820 - "futures-io", 3821 - "futures-util", 3822 - "idna 0.4.0", 3823 - "ipnet", 3824 - "once_cell", 3825 - "rand", 3826 - "smallvec", 3827 - "thiserror", 3828 - "tinyvec", 3829 - "tokio", 3830 - "tracing", 3831 - "url", 3832 - ] 3833 - 3834 - [[package]] 3835 - name = "trust-dns-resolver" 3836 - version = "0.23.2" 3837 - source = "registry+https://github.com/rust-lang/crates.io-index" 3838 - checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" 3839 - dependencies = [ 3840 - "cfg-if", 3841 - "futures-util", 3842 - "ipconfig", 3843 - "lru-cache", 3844 - "once_cell", 3845 - "parking_lot", 3846 - "rand", 3847 - "resolv-conf", 3848 - "smallvec", 3849 - "thiserror", 3850 - "tokio", 3851 - "tracing", 3852 - "trust-dns-proto", 3853 - ] 3854 - 3855 - [[package]] 3856 - name = "try-lock" 3857 - version = "0.2.5" 3858 - source = "registry+https://github.com/rust-lang/crates.io-index" 3859 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3860 - 3861 - [[package]] 3862 - name = "ttl_cache" 3863 - version = "0.5.1" 3864 - source = "registry+https://github.com/rust-lang/crates.io-index" 3865 - checksum = "4189890526f0168710b6ee65ceaedf1460c48a14318ceec933cb26baa492096a" 3866 - dependencies = [ 3867 - "linked-hash-map", 3868 - ] 3869 - 3870 - [[package]] 3871 - name = "typenum" 3872 - version = "1.17.0" 3873 - source = "registry+https://github.com/rust-lang/crates.io-index" 3874 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 3875 - 3876 - [[package]] 3877 - name = "ucd-parse" 3878 - version = "0.1.12" 3879 - source = "registry+https://github.com/rust-lang/crates.io-index" 3880 - checksum = "212c59636157b18c2f57eed2799e6606c52fc49c6a11685ffb0d08f06e55f428" 3881 - dependencies = [ 3882 - "regex-lite", 3883 - ] 3884 - 3885 - [[package]] 3886 - name = "ucd-trie" 3887 - version = "0.1.6" 3888 - source = "registry+https://github.com/rust-lang/crates.io-index" 3889 - checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" 3890 - 3891 - [[package]] 3892 - name = "unicode-bidi" 3893 - version = "0.3.14" 3894 - source = "registry+https://github.com/rust-lang/crates.io-index" 3895 - checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416" 3896 - 3897 - [[package]] 3898 - name = "unicode-ident" 3899 - version = "1.0.12" 3900 - source = "registry+https://github.com/rust-lang/crates.io-index" 3901 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 3902 - 3903 - [[package]] 3904 - name = "unicode-normalization" 3905 - version = "0.1.22" 3906 - source = "registry+https://github.com/rust-lang/crates.io-index" 3907 - checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 3908 - dependencies = [ 3909 - "tinyvec", 3910 - ] 3911 - 3912 - [[package]] 3913 - name = "unicode-width" 3914 - version = "0.1.11" 3915 - source = "registry+https://github.com/rust-lang/crates.io-index" 3916 - checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 3917 - 3918 - [[package]] 3919 - name = "unicode-xid" 3920 - version = "0.2.4" 3921 - source = "registry+https://github.com/rust-lang/crates.io-index" 3922 - checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 3923 - 3924 - [[package]] 3925 - name = "universal-hash" 3926 - version = "0.5.1" 3927 - source = "registry+https://github.com/rust-lang/crates.io-index" 3928 - checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" 3929 - dependencies = [ 3930 - "crypto-common", 3931 - "subtle", 3932 - ] 3933 - 3934 - [[package]] 3935 - name = "untrusted" 3936 - version = "0.7.1" 3937 - source = "registry+https://github.com/rust-lang/crates.io-index" 3938 - checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 3939 - 3940 - [[package]] 3941 - name = "untrusted" 3942 - version = "0.9.0" 3943 - source = "registry+https://github.com/rust-lang/crates.io-index" 3944 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3945 - 3946 - [[package]] 3947 - name = "url" 3948 - version = "2.5.0" 3949 - source = "registry+https://github.com/rust-lang/crates.io-index" 3950 - checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 3951 - dependencies = [ 3952 - "form_urlencoded", 3953 - "idna 0.5.0", 3954 - "percent-encoding", 3955 - "serde", 3956 - ] 3957 - 3958 - [[package]] 3959 - name = "utf8parse" 3960 - version = "0.2.1" 3961 - source = "registry+https://github.com/rust-lang/crates.io-index" 3962 - checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 3963 - 3964 - [[package]] 3965 - name = "valuable" 3966 - version = "0.1.0" 3967 - source = "registry+https://github.com/rust-lang/crates.io-index" 3968 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 3969 - 3970 - [[package]] 3971 - name = "version_check" 3972 - version = "0.9.4" 3973 - source = "registry+https://github.com/rust-lang/crates.io-index" 3974 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 3975 - 3976 - [[package]] 3977 - name = "walkdir" 3978 - version = "2.4.0" 3979 - source = "registry+https://github.com/rust-lang/crates.io-index" 3980 - checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 3981 - dependencies = [ 3982 - "same-file", 3983 - "winapi-util", 3984 - ] 3985 - 3986 - [[package]] 3987 - name = "want" 3988 - version = "0.3.1" 3989 - source = "registry+https://github.com/rust-lang/crates.io-index" 3990 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3991 - dependencies = [ 3992 - "try-lock", 3993 - ] 3994 - 3995 - [[package]] 3996 - name = "wasi" 3997 - version = "0.11.0+wasi-snapshot-preview1" 3998 - source = "registry+https://github.com/rust-lang/crates.io-index" 3999 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 4000 - 4001 - [[package]] 4002 - name = "wasm-bindgen" 4003 - version = "0.2.89" 4004 - source = "registry+https://github.com/rust-lang/crates.io-index" 4005 - checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e" 4006 - dependencies = [ 4007 - "cfg-if", 4008 - "wasm-bindgen-macro", 4009 - ] 4010 - 4011 - [[package]] 4012 - name = "wasm-bindgen-backend" 4013 - version = "0.2.89" 4014 - source = "registry+https://github.com/rust-lang/crates.io-index" 4015 - checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826" 4016 - dependencies = [ 4017 - "bumpalo", 4018 - "log", 4019 - "once_cell", 4020 - "proc-macro2", 4021 - "quote", 4022 - "syn 2.0.42", 4023 - "wasm-bindgen-shared", 4024 - ] 4025 - 4026 - [[package]] 4027 - name = "wasm-bindgen-futures" 4028 - version = "0.4.39" 4029 - source = "registry+https://github.com/rust-lang/crates.io-index" 4030 - checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12" 4031 - dependencies = [ 4032 - "cfg-if", 4033 - "js-sys", 4034 - "wasm-bindgen", 4035 - "web-sys", 4036 - ] 4037 - 4038 - [[package]] 4039 - name = "wasm-bindgen-macro" 4040 - version = "0.2.89" 4041 - source = "registry+https://github.com/rust-lang/crates.io-index" 4042 - checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2" 4043 - dependencies = [ 4044 - "quote", 4045 - "wasm-bindgen-macro-support", 4046 - ] 4047 - 4048 - [[package]] 4049 - name = "wasm-bindgen-macro-support" 4050 - version = "0.2.89" 4051 - source = "registry+https://github.com/rust-lang/crates.io-index" 4052 - checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283" 4053 - dependencies = [ 4054 - "proc-macro2", 4055 - "quote", 4056 - "syn 2.0.42", 4057 - "wasm-bindgen-backend", 4058 - "wasm-bindgen-shared", 4059 - ] 4060 - 4061 - [[package]] 4062 - name = "wasm-bindgen-shared" 4063 - version = "0.2.89" 4064 - source = "registry+https://github.com/rust-lang/crates.io-index" 4065 - checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f" 4066 - 4067 - [[package]] 4068 - name = "watchable" 4069 - version = "1.1.1" 4070 - source = "registry+https://github.com/rust-lang/crates.io-index" 4071 - checksum = "ff90d0baafb3c0abbeebec1a8a305b4211c356de1d953a0dd77aab006baa8a62" 4072 - dependencies = [ 4073 - "event-listener", 4074 - "futures-util", 4075 - "parking_lot", 4076 - "thiserror", 4077 - ] 4078 - 4079 - [[package]] 4080 - name = "web-sys" 4081 - version = "0.3.66" 4082 - source = "registry+https://github.com/rust-lang/crates.io-index" 4083 - checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f" 4084 - dependencies = [ 4085 - "js-sys", 4086 - "wasm-bindgen", 4087 - ] 4088 - 4089 - [[package]] 4090 - name = "webpki-roots" 4091 - version = "0.25.3" 4092 - source = "registry+https://github.com/rust-lang/crates.io-index" 4093 - checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" 4094 - 4095 - [[package]] 4096 - name = "widestring" 4097 - version = "1.0.2" 4098 - source = "registry+https://github.com/rust-lang/crates.io-index" 4099 - checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" 4100 - 4101 - [[package]] 4102 - name = "wildmatch" 4103 - version = "1.1.0" 4104 - source = "registry+https://github.com/rust-lang/crates.io-index" 4105 - checksum = "7f44b95f62d34113cf558c93511ac93027e03e9c29a60dd0fd70e6e025c7270a" 4106 - 4107 - [[package]] 4108 - name = "winapi" 4109 - version = "0.3.9" 4110 - source = "registry+https://github.com/rust-lang/crates.io-index" 4111 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4112 - dependencies = [ 4113 - "winapi-i686-pc-windows-gnu", 4114 - "winapi-x86_64-pc-windows-gnu", 4115 - ] 4116 - 4117 - [[package]] 4118 - name = "winapi-i686-pc-windows-gnu" 4119 - version = "0.4.0" 4120 - source = "registry+https://github.com/rust-lang/crates.io-index" 4121 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4122 - 4123 - [[package]] 4124 - name = "winapi-util" 4125 - version = "0.1.6" 4126 - source = "registry+https://github.com/rust-lang/crates.io-index" 4127 - checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 4128 - dependencies = [ 4129 - "winapi", 4130 - ] 4131 - 4132 - [[package]] 4133 - name = "winapi-x86_64-pc-windows-gnu" 4134 - version = "0.4.0" 4135 - source = "registry+https://github.com/rust-lang/crates.io-index" 4136 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4137 - 4138 - [[package]] 4139 - name = "windows" 4140 - version = "0.48.0" 4141 - source = "registry+https://github.com/rust-lang/crates.io-index" 4142 - checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 4143 - dependencies = [ 4144 - "windows-implement", 4145 - "windows-interface", 4146 - "windows-targets 0.48.5", 4147 - ] 4148 - 4149 - [[package]] 4150 - name = "windows" 4151 - version = "0.51.1" 4152 - source = "registry+https://github.com/rust-lang/crates.io-index" 4153 - checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" 4154 - dependencies = [ 4155 - "windows-core 0.51.1", 4156 - "windows-targets 0.48.5", 4157 - ] 4158 - 4159 - [[package]] 4160 - name = "windows" 4161 - version = "0.52.0" 4162 - source = "registry+https://github.com/rust-lang/crates.io-index" 4163 - checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 4164 - dependencies = [ 4165 - "windows-core 0.52.0", 4166 - "windows-targets 0.52.0", 4167 - ] 4168 - 4169 - [[package]] 4170 - name = "windows-core" 4171 - version = "0.51.1" 4172 - source = "registry+https://github.com/rust-lang/crates.io-index" 4173 - checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" 4174 - dependencies = [ 4175 - "windows-targets 0.48.5", 4176 - ] 4177 - 4178 - [[package]] 4179 - name = "windows-core" 4180 - version = "0.52.0" 4181 - source = "registry+https://github.com/rust-lang/crates.io-index" 4182 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 4183 - dependencies = [ 4184 - "windows-targets 0.52.0", 4185 - ] 4186 - 4187 - [[package]] 4188 - name = "windows-implement" 4189 - version = "0.48.0" 4190 - source = "registry+https://github.com/rust-lang/crates.io-index" 4191 - checksum = "5e2ee588991b9e7e6c8338edf3333fbe4da35dc72092643958ebb43f0ab2c49c" 4192 - dependencies = [ 4193 - "proc-macro2", 4194 - "quote", 4195 - "syn 1.0.109", 4196 - ] 4197 - 4198 - [[package]] 4199 - name = "windows-interface" 4200 - version = "0.48.0" 4201 - source = "registry+https://github.com/rust-lang/crates.io-index" 4202 - checksum = "e6fb8df20c9bcaa8ad6ab513f7b40104840c8867d5751126e4df3b08388d0cc7" 4203 - dependencies = [ 4204 - "proc-macro2", 4205 - "quote", 4206 - "syn 1.0.109", 4207 - ] 4208 - 4209 - [[package]] 4210 - name = "windows-sys" 4211 - version = "0.45.0" 4212 - source = "registry+https://github.com/rust-lang/crates.io-index" 4213 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 4214 - dependencies = [ 4215 - "windows-targets 0.42.2", 4216 - ] 4217 - 4218 - [[package]] 4219 - name = "windows-sys" 4220 - version = "0.48.0" 4221 - source = "registry+https://github.com/rust-lang/crates.io-index" 4222 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4223 - dependencies = [ 4224 - "windows-targets 0.48.5", 4225 - ] 4226 - 4227 - [[package]] 4228 - name = "windows-sys" 4229 - version = "0.52.0" 4230 - source = "registry+https://github.com/rust-lang/crates.io-index" 4231 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4232 - dependencies = [ 4233 - "windows-targets 0.52.0", 4234 - ] 4235 - 4236 - [[package]] 4237 - name = "windows-targets" 4238 - version = "0.42.2" 4239 - source = "registry+https://github.com/rust-lang/crates.io-index" 4240 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 4241 - dependencies = [ 4242 - "windows_aarch64_gnullvm 0.42.2", 4243 - "windows_aarch64_msvc 0.42.2", 4244 - "windows_i686_gnu 0.42.2", 4245 - "windows_i686_msvc 0.42.2", 4246 - "windows_x86_64_gnu 0.42.2", 4247 - "windows_x86_64_gnullvm 0.42.2", 4248 - "windows_x86_64_msvc 0.42.2", 4249 - ] 4250 - 4251 - [[package]] 4252 - name = "windows-targets" 4253 - version = "0.48.5" 4254 - source = "registry+https://github.com/rust-lang/crates.io-index" 4255 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4256 - dependencies = [ 4257 - "windows_aarch64_gnullvm 0.48.5", 4258 - "windows_aarch64_msvc 0.48.5", 4259 - "windows_i686_gnu 0.48.5", 4260 - "windows_i686_msvc 0.48.5", 4261 - "windows_x86_64_gnu 0.48.5", 4262 - "windows_x86_64_gnullvm 0.48.5", 4263 - "windows_x86_64_msvc 0.48.5", 4264 - ] 4265 - 4266 - [[package]] 4267 - name = "windows-targets" 4268 - version = "0.52.0" 4269 - source = "registry+https://github.com/rust-lang/crates.io-index" 4270 - checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 4271 - dependencies = [ 4272 - "windows_aarch64_gnullvm 0.52.0", 4273 - "windows_aarch64_msvc 0.52.0", 4274 - "windows_i686_gnu 0.52.0", 4275 - "windows_i686_msvc 0.52.0", 4276 - "windows_x86_64_gnu 0.52.0", 4277 - "windows_x86_64_gnullvm 0.52.0", 4278 - "windows_x86_64_msvc 0.52.0", 4279 - ] 4280 - 4281 - [[package]] 4282 - name = "windows_aarch64_gnullvm" 4283 - version = "0.42.2" 4284 - source = "registry+https://github.com/rust-lang/crates.io-index" 4285 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 4286 - 4287 - [[package]] 4288 - name = "windows_aarch64_gnullvm" 4289 - version = "0.48.5" 4290 - source = "registry+https://github.com/rust-lang/crates.io-index" 4291 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4292 - 4293 - [[package]] 4294 - name = "windows_aarch64_gnullvm" 4295 - version = "0.52.0" 4296 - source = "registry+https://github.com/rust-lang/crates.io-index" 4297 - checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 4298 - 4299 - [[package]] 4300 - name = "windows_aarch64_msvc" 4301 - version = "0.42.2" 4302 - source = "registry+https://github.com/rust-lang/crates.io-index" 4303 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 4304 - 4305 - [[package]] 4306 - name = "windows_aarch64_msvc" 4307 - version = "0.48.5" 4308 - source = "registry+https://github.com/rust-lang/crates.io-index" 4309 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4310 - 4311 - [[package]] 4312 - name = "windows_aarch64_msvc" 4313 - version = "0.52.0" 4314 - source = "registry+https://github.com/rust-lang/crates.io-index" 4315 - checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 4316 - 4317 - [[package]] 4318 - name = "windows_i686_gnu" 4319 - version = "0.42.2" 4320 - source = "registry+https://github.com/rust-lang/crates.io-index" 4321 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 4322 - 4323 - [[package]] 4324 - name = "windows_i686_gnu" 4325 - version = "0.48.5" 4326 - source = "registry+https://github.com/rust-lang/crates.io-index" 4327 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4328 - 4329 - [[package]] 4330 - name = "windows_i686_gnu" 4331 - version = "0.52.0" 4332 - source = "registry+https://github.com/rust-lang/crates.io-index" 4333 - checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 4334 - 4335 - [[package]] 4336 - name = "windows_i686_msvc" 4337 - version = "0.42.2" 4338 - source = "registry+https://github.com/rust-lang/crates.io-index" 4339 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 4340 - 4341 - [[package]] 4342 - name = "windows_i686_msvc" 4343 - version = "0.48.5" 4344 - source = "registry+https://github.com/rust-lang/crates.io-index" 4345 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4346 - 4347 - [[package]] 4348 - name = "windows_i686_msvc" 4349 - version = "0.52.0" 4350 - source = "registry+https://github.com/rust-lang/crates.io-index" 4351 - checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 4352 - 4353 - [[package]] 4354 - name = "windows_x86_64_gnu" 4355 - version = "0.42.2" 4356 - source = "registry+https://github.com/rust-lang/crates.io-index" 4357 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 4358 - 4359 - [[package]] 4360 - name = "windows_x86_64_gnu" 4361 - version = "0.48.5" 4362 - source = "registry+https://github.com/rust-lang/crates.io-index" 4363 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4364 - 4365 - [[package]] 4366 - name = "windows_x86_64_gnu" 4367 - version = "0.52.0" 4368 - source = "registry+https://github.com/rust-lang/crates.io-index" 4369 - checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 4370 - 4371 - [[package]] 4372 - name = "windows_x86_64_gnullvm" 4373 - version = "0.42.2" 4374 - source = "registry+https://github.com/rust-lang/crates.io-index" 4375 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 4376 - 4377 - [[package]] 4378 - name = "windows_x86_64_gnullvm" 4379 - version = "0.48.5" 4380 - source = "registry+https://github.com/rust-lang/crates.io-index" 4381 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4382 - 4383 - [[package]] 4384 - name = "windows_x86_64_gnullvm" 4385 - version = "0.52.0" 4386 - source = "registry+https://github.com/rust-lang/crates.io-index" 4387 - checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 4388 - 4389 - [[package]] 4390 - name = "windows_x86_64_msvc" 4391 - version = "0.42.2" 4392 - source = "registry+https://github.com/rust-lang/crates.io-index" 4393 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 4394 - 4395 - [[package]] 4396 - name = "windows_x86_64_msvc" 4397 - version = "0.48.5" 4398 - source = "registry+https://github.com/rust-lang/crates.io-index" 4399 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4400 - 4401 - [[package]] 4402 - name = "windows_x86_64_msvc" 4403 - version = "0.52.0" 4404 - source = "registry+https://github.com/rust-lang/crates.io-index" 4405 - checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 4406 - 4407 - [[package]] 4408 - name = "winnow" 4409 - version = "0.5.30" 4410 - source = "registry+https://github.com/rust-lang/crates.io-index" 4411 - checksum = "9b5c3db89721d50d0e2a673f5043fc4722f76dcc352d7b1ab8b8288bed4ed2c5" 4412 - dependencies = [ 4413 - "memchr", 4414 - ] 4415 - 4416 - [[package]] 4417 - name = "winreg" 4418 - version = "0.50.0" 4419 - source = "registry+https://github.com/rust-lang/crates.io-index" 4420 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 4421 - dependencies = [ 4422 - "cfg-if", 4423 - "windows-sys 0.48.0", 4424 - ] 4425 - 4426 - [[package]] 4427 - name = "wmi" 4428 - version = "0.13.1" 4429 - source = "registry+https://github.com/rust-lang/crates.io-index" 4430 - checksum = "ced703d10188571ce53582c2932ce640ed3c413cff7ee6e2d961f9abdb6a63d1" 4431 - dependencies = [ 4432 - "chrono", 4433 - "futures", 4434 - "log", 4435 - "serde", 4436 - "thiserror", 4437 - "windows 0.48.0", 4438 - ] 4439 - 4440 - [[package]] 4441 - name = "x509-parser" 4442 - version = "0.15.1" 4443 - source = "registry+https://github.com/rust-lang/crates.io-index" 4444 - checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" 4445 - dependencies = [ 4446 - "asn1-rs", 4447 - "data-encoding", 4448 - "der-parser", 4449 - "lazy_static", 4450 - "nom", 4451 - "oid-registry", 4452 - "rusticata-macros", 4453 - "thiserror", 4454 - "time", 4455 - ] 4456 - 4457 - [[package]] 4458 - name = "xml-rs" 4459 - version = "0.8.19" 4460 - source = "registry+https://github.com/rust-lang/crates.io-index" 4461 - checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a" 4462 - 4463 - [[package]] 4464 - name = "xmltree" 4465 - version = "0.10.3" 4466 - source = "registry+https://github.com/rust-lang/crates.io-index" 4467 - checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb" 4468 - dependencies = [ 4469 - "xml-rs", 4470 - ] 4471 - 4472 - [[package]] 4473 - name = "yasna" 4474 - version = "0.5.2" 4475 - source = "registry+https://github.com/rust-lang/crates.io-index" 4476 - checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" 4477 - dependencies = [ 4478 - "time", 4479 - ] 4480 - 4481 - [[package]] 4482 - name = "zerocopy" 4483 - version = "0.7.32" 4484 - source = "registry+https://github.com/rust-lang/crates.io-index" 4485 - checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" 4486 - dependencies = [ 4487 - "zerocopy-derive", 4488 - ] 4489 - 4490 - [[package]] 4491 - name = "zerocopy-derive" 4492 - version = "0.7.32" 4493 - source = "registry+https://github.com/rust-lang/crates.io-index" 4494 - checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" 4495 - dependencies = [ 4496 - "proc-macro2", 4497 - "quote", 4498 - "syn 2.0.42", 4499 - ] 4500 - 4501 - [[package]] 4502 - name = "zeroize" 4503 - version = "1.7.0" 4504 - source = "registry+https://github.com/rust-lang/crates.io-index" 4505 - checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
+3 -8
pkgs/by-name/se/sendme/package.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "sendme"; 10 - version = "0.3.0"; 10 + version = "0.5.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "n0-computer"; 14 14 repo = pname; 15 15 rev = "v${version}"; 16 - hash = "sha256-UaAiHGeSqy4kHO9CZX3kYeECZDo45web6yMbBRVnlhQ="; 16 + hash = "sha256-y34x4XLIWsxS5+R+6rAejz0z6TCTxoQYPosXmpt9234="; 17 17 }; 18 18 19 - # TODO: Remove lock file and use 'cargoHash' instead once `watchable` crate 20 - # is upgraded past v1.1.1. 21 - # See https://github.com/khonsulabs/watchable/issues/1 22 - cargoLock = { 23 - lockFile = ./Cargo.lock; 24 - }; 19 + cargoHash = "sha256-q4U4w4STs+34gJNyIibitf6RMvH6P/kBDZlOcwFrOxw="; 25 20 26 21 buildInputs = lib.optionals stdenv.isDarwin ( 27 22 with darwin.apple_sdk.frameworks; [