Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 1181 lines 31 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "aho-corasick" 7version = "1.1.3" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "anstream" 16version = "0.6.13" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" 19dependencies = [ 20 "anstyle", 21 "anstyle-parse", 22 "anstyle-query", 23 "anstyle-wincon", 24 "colorchoice", 25 "utf8parse", 26] 27 28[[package]] 29name = "anstyle" 30version = "1.0.6" 31source = "registry+https://github.com/rust-lang/crates.io-index" 32checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" 33 34[[package]] 35name = "anstyle-parse" 36version = "0.2.3" 37source = "registry+https://github.com/rust-lang/crates.io-index" 38checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" 39dependencies = [ 40 "utf8parse", 41] 42 43[[package]] 44name = "anstyle-query" 45version = "1.0.2" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" 48dependencies = [ 49 "windows-sys 0.52.0", 50] 51 52[[package]] 53name = "anstyle-wincon" 54version = "3.0.2" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" 57dependencies = [ 58 "anstyle", 59 "windows-sys 0.52.0", 60] 61 62[[package]] 63name = "anyhow" 64version = "1.0.82" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" 67 68[[package]] 69name = "async-channel" 70version = "1.9.0" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 73dependencies = [ 74 "concurrent-queue", 75 "event-listener", 76 "futures-core", 77] 78 79[[package]] 80name = "autocfg" 81version = "1.2.0" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" 84 85[[package]] 86name = "backoff" 87version = "0.4.0" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" 90dependencies = [ 91 "getrandom", 92 "instant", 93 "rand", 94] 95 96[[package]] 97name = "bitflags" 98version = "1.3.2" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 101 102[[package]] 103name = "bitflags" 104version = "2.5.0" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" 107 108[[package]] 109name = "block-buffer" 110version = "0.10.4" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 113dependencies = [ 114 "generic-array", 115] 116 117[[package]] 118name = "bytes" 119version = "1.6.0" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" 122 123[[package]] 124name = "camino" 125version = "1.1.6" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" 128 129[[package]] 130name = "castaway" 131version = "0.1.2" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6" 134 135[[package]] 136name = "cc" 137version = "1.0.94" 138source = "registry+https://github.com/rust-lang/crates.io-index" 139checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7" 140 141[[package]] 142name = "cfg-if" 143version = "1.0.0" 144source = "registry+https://github.com/rust-lang/crates.io-index" 145checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 146 147[[package]] 148name = "colorchoice" 149version = "1.0.0" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 152 153[[package]] 154name = "concurrent-queue" 155version = "2.4.0" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363" 158dependencies = [ 159 "crossbeam-utils", 160] 161 162[[package]] 163name = "cpufeatures" 164version = "0.2.12" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 167dependencies = [ 168 "libc", 169] 170 171[[package]] 172name = "crossbeam-deque" 173version = "0.8.5" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 176dependencies = [ 177 "crossbeam-epoch", 178 "crossbeam-utils", 179] 180 181[[package]] 182name = "crossbeam-epoch" 183version = "0.9.18" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 186dependencies = [ 187 "crossbeam-utils", 188] 189 190[[package]] 191name = "crossbeam-utils" 192version = "0.8.19" 193source = "registry+https://github.com/rust-lang/crates.io-index" 194checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" 195 196[[package]] 197name = "crypto-common" 198version = "0.1.6" 199source = "registry+https://github.com/rust-lang/crates.io-index" 200checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 201dependencies = [ 202 "generic-array", 203 "typenum", 204] 205 206[[package]] 207name = "curl" 208version = "0.4.46" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "1e2161dd6eba090ff1594084e95fd67aeccf04382ffea77999ea94ed42ec67b6" 211dependencies = [ 212 "curl-sys", 213 "libc", 214 "openssl-probe", 215 "openssl-sys", 216 "schannel", 217 "socket2", 218 "windows-sys 0.52.0", 219] 220 221[[package]] 222name = "curl-sys" 223version = "0.4.72+curl-8.6.0" 224source = "registry+https://github.com/rust-lang/crates.io-index" 225checksum = "29cbdc8314c447d11e8fd156dcdd031d9e02a7a976163e396b548c03153bc9ea" 226dependencies = [ 227 "cc", 228 "libc", 229 "libz-sys", 230 "openssl-sys", 231 "pkg-config", 232 "vcpkg", 233 "windows-sys 0.52.0", 234] 235 236[[package]] 237name = "data-encoding" 238version = "2.5.0" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" 241 242[[package]] 243name = "digest" 244version = "0.10.7" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 247dependencies = [ 248 "block-buffer", 249 "crypto-common", 250] 251 252[[package]] 253name = "either" 254version = "1.11.0" 255source = "registry+https://github.com/rust-lang/crates.io-index" 256checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2" 257 258[[package]] 259name = "env_filter" 260version = "0.1.0" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" 263dependencies = [ 264 "log", 265 "regex", 266] 267 268[[package]] 269name = "env_logger" 270version = "0.11.3" 271source = "registry+https://github.com/rust-lang/crates.io-index" 272checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9" 273dependencies = [ 274 "anstream", 275 "anstyle", 276 "env_filter", 277 "humantime", 278 "log", 279] 280 281[[package]] 282name = "errno" 283version = "0.3.8" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 286dependencies = [ 287 "libc", 288 "windows-sys 0.52.0", 289] 290 291[[package]] 292name = "event-listener" 293version = "2.5.3" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 296 297[[package]] 298name = "fastrand" 299version = "1.9.0" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 302dependencies = [ 303 "instant", 304] 305 306[[package]] 307name = "fastrand" 308version = "2.0.2" 309source = "registry+https://github.com/rust-lang/crates.io-index" 310checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" 311 312[[package]] 313name = "fnv" 314version = "1.0.7" 315source = "registry+https://github.com/rust-lang/crates.io-index" 316checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 317 318[[package]] 319name = "form_urlencoded" 320version = "1.2.1" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 323dependencies = [ 324 "percent-encoding", 325] 326 327[[package]] 328name = "futures-core" 329version = "0.3.30" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 332 333[[package]] 334name = "futures-io" 335version = "0.3.30" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 338 339[[package]] 340name = "futures-lite" 341version = "1.13.0" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 344dependencies = [ 345 "fastrand 1.9.0", 346 "futures-core", 347 "futures-io", 348 "memchr", 349 "parking", 350 "pin-project-lite", 351 "waker-fn", 352] 353 354[[package]] 355name = "generic-array" 356version = "0.14.7" 357source = "registry+https://github.com/rust-lang/crates.io-index" 358checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 359dependencies = [ 360 "typenum", 361 "version_check", 362] 363 364[[package]] 365name = "getrandom" 366version = "0.2.14" 367source = "registry+https://github.com/rust-lang/crates.io-index" 368checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c" 369dependencies = [ 370 "cfg-if", 371 "libc", 372 "wasi", 373] 374 375[[package]] 376name = "http" 377version = "0.2.12" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 380dependencies = [ 381 "bytes", 382 "fnv", 383 "itoa", 384] 385 386[[package]] 387name = "humantime" 388version = "2.1.0" 389source = "registry+https://github.com/rust-lang/crates.io-index" 390checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 391 392[[package]] 393name = "idna" 394version = "0.5.0" 395source = "registry+https://github.com/rust-lang/crates.io-index" 396checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 397dependencies = [ 398 "unicode-bidi", 399 "unicode-normalization", 400] 401 402[[package]] 403name = "instant" 404version = "0.1.12" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 407dependencies = [ 408 "cfg-if", 409] 410 411[[package]] 412name = "is_executable" 413version = "1.0.1" 414source = "registry+https://github.com/rust-lang/crates.io-index" 415checksum = "fa9acdc6d67b75e626ad644734e8bc6df893d9cd2a834129065d3dd6158ea9c8" 416dependencies = [ 417 "winapi", 418] 419 420[[package]] 421name = "isahc" 422version = "1.7.2" 423source = "registry+https://github.com/rust-lang/crates.io-index" 424checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9" 425dependencies = [ 426 "async-channel", 427 "castaway", 428 "crossbeam-utils", 429 "curl", 430 "curl-sys", 431 "event-listener", 432 "futures-lite", 433 "http", 434 "log", 435 "once_cell", 436 "polling", 437 "slab", 438 "sluice", 439 "tracing", 440 "tracing-futures", 441 "url", 442 "waker-fn", 443] 444 445[[package]] 446name = "itoa" 447version = "1.0.11" 448source = "registry+https://github.com/rust-lang/crates.io-index" 449checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 450 451[[package]] 452name = "libc" 453version = "0.2.153" 454source = "registry+https://github.com/rust-lang/crates.io-index" 455checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 456 457[[package]] 458name = "libz-sys" 459version = "1.1.16" 460source = "registry+https://github.com/rust-lang/crates.io-index" 461checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9" 462dependencies = [ 463 "cc", 464 "libc", 465 "pkg-config", 466 "vcpkg", 467] 468 469[[package]] 470name = "linux-raw-sys" 471version = "0.4.13" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 474 475[[package]] 476name = "log" 477version = "0.4.21" 478source = "registry+https://github.com/rust-lang/crates.io-index" 479checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 480 481[[package]] 482name = "memchr" 483version = "2.7.2" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" 486 487[[package]] 488name = "nix-nar" 489version = "0.3.0" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "d5549158a8b179c4fcd06a19f4bcc557db60c9cbd6771add9563f46c8d0325b5" 492dependencies = [ 493 "camino", 494 "is_executable", 495 "symlink", 496 "thiserror", 497] 498 499[[package]] 500name = "once_cell" 501version = "1.19.0" 502source = "registry+https://github.com/rust-lang/crates.io-index" 503checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 504 505[[package]] 506name = "openssl-probe" 507version = "0.1.5" 508source = "registry+https://github.com/rust-lang/crates.io-index" 509checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 510 511[[package]] 512name = "openssl-sys" 513version = "0.9.102" 514source = "registry+https://github.com/rust-lang/crates.io-index" 515checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" 516dependencies = [ 517 "cc", 518 "libc", 519 "pkg-config", 520 "vcpkg", 521] 522 523[[package]] 524name = "parking" 525version = "2.2.0" 526source = "registry+https://github.com/rust-lang/crates.io-index" 527checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" 528 529[[package]] 530name = "percent-encoding" 531version = "2.3.1" 532source = "registry+https://github.com/rust-lang/crates.io-index" 533checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 534 535[[package]] 536name = "pin-project" 537version = "1.1.5" 538source = "registry+https://github.com/rust-lang/crates.io-index" 539checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 540dependencies = [ 541 "pin-project-internal", 542] 543 544[[package]] 545name = "pin-project-internal" 546version = "1.1.5" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 549dependencies = [ 550 "proc-macro2", 551 "quote", 552 "syn", 553] 554 555[[package]] 556name = "pin-project-lite" 557version = "0.2.14" 558source = "registry+https://github.com/rust-lang/crates.io-index" 559checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 560 561[[package]] 562name = "pkg-config" 563version = "0.3.30" 564source = "registry+https://github.com/rust-lang/crates.io-index" 565checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 566 567[[package]] 568name = "polling" 569version = "2.8.0" 570source = "registry+https://github.com/rust-lang/crates.io-index" 571checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 572dependencies = [ 573 "autocfg", 574 "bitflags 1.3.2", 575 "cfg-if", 576 "concurrent-queue", 577 "libc", 578 "log", 579 "pin-project-lite", 580 "windows-sys 0.48.0", 581] 582 583[[package]] 584name = "ppv-lite86" 585version = "0.2.17" 586source = "registry+https://github.com/rust-lang/crates.io-index" 587checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 588 589[[package]] 590name = "prefetch-npm-deps" 591version = "0.1.0" 592dependencies = [ 593 "anyhow", 594 "backoff", 595 "data-encoding", 596 "digest", 597 "env_logger", 598 "isahc", 599 "log", 600 "nix-nar", 601 "rayon", 602 "serde", 603 "serde_json", 604 "sha1", 605 "sha2", 606 "tempfile", 607 "url", 608 "walkdir", 609] 610 611[[package]] 612name = "proc-macro2" 613version = "1.0.81" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba" 616dependencies = [ 617 "unicode-ident", 618] 619 620[[package]] 621name = "quote" 622version = "1.0.36" 623source = "registry+https://github.com/rust-lang/crates.io-index" 624checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 625dependencies = [ 626 "proc-macro2", 627] 628 629[[package]] 630name = "rand" 631version = "0.8.5" 632source = "registry+https://github.com/rust-lang/crates.io-index" 633checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 634dependencies = [ 635 "libc", 636 "rand_chacha", 637 "rand_core", 638] 639 640[[package]] 641name = "rand_chacha" 642version = "0.3.1" 643source = "registry+https://github.com/rust-lang/crates.io-index" 644checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 645dependencies = [ 646 "ppv-lite86", 647 "rand_core", 648] 649 650[[package]] 651name = "rand_core" 652version = "0.6.4" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 655dependencies = [ 656 "getrandom", 657] 658 659[[package]] 660name = "rayon" 661version = "1.10.0" 662source = "registry+https://github.com/rust-lang/crates.io-index" 663checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 664dependencies = [ 665 "either", 666 "rayon-core", 667] 668 669[[package]] 670name = "rayon-core" 671version = "1.12.1" 672source = "registry+https://github.com/rust-lang/crates.io-index" 673checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 674dependencies = [ 675 "crossbeam-deque", 676 "crossbeam-utils", 677] 678 679[[package]] 680name = "regex" 681version = "1.10.4" 682source = "registry+https://github.com/rust-lang/crates.io-index" 683checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" 684dependencies = [ 685 "aho-corasick", 686 "memchr", 687 "regex-automata", 688 "regex-syntax", 689] 690 691[[package]] 692name = "regex-automata" 693version = "0.4.6" 694source = "registry+https://github.com/rust-lang/crates.io-index" 695checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 696dependencies = [ 697 "aho-corasick", 698 "memchr", 699 "regex-syntax", 700] 701 702[[package]] 703name = "regex-syntax" 704version = "0.8.3" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" 707 708[[package]] 709name = "rustix" 710version = "0.38.32" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" 713dependencies = [ 714 "bitflags 2.5.0", 715 "errno", 716 "libc", 717 "linux-raw-sys", 718 "windows-sys 0.52.0", 719] 720 721[[package]] 722name = "ryu" 723version = "1.0.17" 724source = "registry+https://github.com/rust-lang/crates.io-index" 725checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" 726 727[[package]] 728name = "same-file" 729version = "1.0.6" 730source = "registry+https://github.com/rust-lang/crates.io-index" 731checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 732dependencies = [ 733 "winapi-util", 734] 735 736[[package]] 737name = "schannel" 738version = "0.1.23" 739source = "registry+https://github.com/rust-lang/crates.io-index" 740checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 741dependencies = [ 742 "windows-sys 0.52.0", 743] 744 745[[package]] 746name = "serde" 747version = "1.0.198" 748source = "registry+https://github.com/rust-lang/crates.io-index" 749checksum = "9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc" 750dependencies = [ 751 "serde_derive", 752] 753 754[[package]] 755name = "serde_derive" 756version = "1.0.198" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9" 759dependencies = [ 760 "proc-macro2", 761 "quote", 762 "syn", 763] 764 765[[package]] 766name = "serde_json" 767version = "1.0.116" 768source = "registry+https://github.com/rust-lang/crates.io-index" 769checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" 770dependencies = [ 771 "itoa", 772 "ryu", 773 "serde", 774] 775 776[[package]] 777name = "sha1" 778version = "0.10.6" 779source = "registry+https://github.com/rust-lang/crates.io-index" 780checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 781dependencies = [ 782 "cfg-if", 783 "cpufeatures", 784 "digest", 785] 786 787[[package]] 788name = "sha2" 789version = "0.10.8" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 792dependencies = [ 793 "cfg-if", 794 "cpufeatures", 795 "digest", 796] 797 798[[package]] 799name = "slab" 800version = "0.4.9" 801source = "registry+https://github.com/rust-lang/crates.io-index" 802checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 803dependencies = [ 804 "autocfg", 805] 806 807[[package]] 808name = "sluice" 809version = "0.5.5" 810source = "registry+https://github.com/rust-lang/crates.io-index" 811checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5" 812dependencies = [ 813 "async-channel", 814 "futures-core", 815 "futures-io", 816] 817 818[[package]] 819name = "socket2" 820version = "0.5.6" 821source = "registry+https://github.com/rust-lang/crates.io-index" 822checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" 823dependencies = [ 824 "libc", 825 "windows-sys 0.52.0", 826] 827 828[[package]] 829name = "symlink" 830version = "0.1.0" 831source = "registry+https://github.com/rust-lang/crates.io-index" 832checksum = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a" 833 834[[package]] 835name = "syn" 836version = "2.0.59" 837source = "registry+https://github.com/rust-lang/crates.io-index" 838checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a" 839dependencies = [ 840 "proc-macro2", 841 "quote", 842 "unicode-ident", 843] 844 845[[package]] 846name = "tempfile" 847version = "3.10.1" 848source = "registry+https://github.com/rust-lang/crates.io-index" 849checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 850dependencies = [ 851 "cfg-if", 852 "fastrand 2.0.2", 853 "rustix", 854 "windows-sys 0.52.0", 855] 856 857[[package]] 858name = "thiserror" 859version = "1.0.58" 860source = "registry+https://github.com/rust-lang/crates.io-index" 861checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" 862dependencies = [ 863 "thiserror-impl", 864] 865 866[[package]] 867name = "thiserror-impl" 868version = "1.0.58" 869source = "registry+https://github.com/rust-lang/crates.io-index" 870checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" 871dependencies = [ 872 "proc-macro2", 873 "quote", 874 "syn", 875] 876 877[[package]] 878name = "tinyvec" 879version = "1.6.0" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 882dependencies = [ 883 "tinyvec_macros", 884] 885 886[[package]] 887name = "tinyvec_macros" 888version = "0.1.1" 889source = "registry+https://github.com/rust-lang/crates.io-index" 890checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 891 892[[package]] 893name = "tracing" 894version = "0.1.40" 895source = "registry+https://github.com/rust-lang/crates.io-index" 896checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 897dependencies = [ 898 "log", 899 "pin-project-lite", 900 "tracing-attributes", 901 "tracing-core", 902] 903 904[[package]] 905name = "tracing-attributes" 906version = "0.1.27" 907source = "registry+https://github.com/rust-lang/crates.io-index" 908checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 909dependencies = [ 910 "proc-macro2", 911 "quote", 912 "syn", 913] 914 915[[package]] 916name = "tracing-core" 917version = "0.1.32" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 920dependencies = [ 921 "once_cell", 922] 923 924[[package]] 925name = "tracing-futures" 926version = "0.2.5" 927source = "registry+https://github.com/rust-lang/crates.io-index" 928checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" 929dependencies = [ 930 "pin-project", 931 "tracing", 932] 933 934[[package]] 935name = "typenum" 936version = "1.17.0" 937source = "registry+https://github.com/rust-lang/crates.io-index" 938checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 939 940[[package]] 941name = "unicode-bidi" 942version = "0.3.15" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 945 946[[package]] 947name = "unicode-ident" 948version = "1.0.12" 949source = "registry+https://github.com/rust-lang/crates.io-index" 950checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 951 952[[package]] 953name = "unicode-normalization" 954version = "0.1.23" 955source = "registry+https://github.com/rust-lang/crates.io-index" 956checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 957dependencies = [ 958 "tinyvec", 959] 960 961[[package]] 962name = "url" 963version = "2.5.0" 964source = "registry+https://github.com/rust-lang/crates.io-index" 965checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 966dependencies = [ 967 "form_urlencoded", 968 "idna", 969 "percent-encoding", 970 "serde", 971] 972 973[[package]] 974name = "utf8parse" 975version = "0.2.1" 976source = "registry+https://github.com/rust-lang/crates.io-index" 977checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 978 979[[package]] 980name = "vcpkg" 981version = "0.2.15" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 984 985[[package]] 986name = "version_check" 987version = "0.9.4" 988source = "registry+https://github.com/rust-lang/crates.io-index" 989checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 990 991[[package]] 992name = "waker-fn" 993version = "1.1.1" 994source = "registry+https://github.com/rust-lang/crates.io-index" 995checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" 996 997[[package]] 998name = "walkdir" 999version = "2.5.0" 1000source = "registry+https://github.com/rust-lang/crates.io-index" 1001checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 1002dependencies = [ 1003 "same-file", 1004 "winapi-util", 1005] 1006 1007[[package]] 1008name = "wasi" 1009version = "0.11.0+wasi-snapshot-preview1" 1010source = "registry+https://github.com/rust-lang/crates.io-index" 1011checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1012 1013[[package]] 1014name = "winapi" 1015version = "0.3.9" 1016source = "registry+https://github.com/rust-lang/crates.io-index" 1017checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1018dependencies = [ 1019 "winapi-i686-pc-windows-gnu", 1020 "winapi-x86_64-pc-windows-gnu", 1021] 1022 1023[[package]] 1024name = "winapi-i686-pc-windows-gnu" 1025version = "0.4.0" 1026source = "registry+https://github.com/rust-lang/crates.io-index" 1027checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1028 1029[[package]] 1030name = "winapi-util" 1031version = "0.1.6" 1032source = "registry+https://github.com/rust-lang/crates.io-index" 1033checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 1034dependencies = [ 1035 "winapi", 1036] 1037 1038[[package]] 1039name = "winapi-x86_64-pc-windows-gnu" 1040version = "0.4.0" 1041source = "registry+https://github.com/rust-lang/crates.io-index" 1042checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1043 1044[[package]] 1045name = "windows-sys" 1046version = "0.48.0" 1047source = "registry+https://github.com/rust-lang/crates.io-index" 1048checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1049dependencies = [ 1050 "windows-targets 0.48.5", 1051] 1052 1053[[package]] 1054name = "windows-sys" 1055version = "0.52.0" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1058dependencies = [ 1059 "windows-targets 0.52.5", 1060] 1061 1062[[package]] 1063name = "windows-targets" 1064version = "0.48.5" 1065source = "registry+https://github.com/rust-lang/crates.io-index" 1066checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1067dependencies = [ 1068 "windows_aarch64_gnullvm 0.48.5", 1069 "windows_aarch64_msvc 0.48.5", 1070 "windows_i686_gnu 0.48.5", 1071 "windows_i686_msvc 0.48.5", 1072 "windows_x86_64_gnu 0.48.5", 1073 "windows_x86_64_gnullvm 0.48.5", 1074 "windows_x86_64_msvc 0.48.5", 1075] 1076 1077[[package]] 1078name = "windows-targets" 1079version = "0.52.5" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" 1082dependencies = [ 1083 "windows_aarch64_gnullvm 0.52.5", 1084 "windows_aarch64_msvc 0.52.5", 1085 "windows_i686_gnu 0.52.5", 1086 "windows_i686_gnullvm", 1087 "windows_i686_msvc 0.52.5", 1088 "windows_x86_64_gnu 0.52.5", 1089 "windows_x86_64_gnullvm 0.52.5", 1090 "windows_x86_64_msvc 0.52.5", 1091] 1092 1093[[package]] 1094name = "windows_aarch64_gnullvm" 1095version = "0.48.5" 1096source = "registry+https://github.com/rust-lang/crates.io-index" 1097checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1098 1099[[package]] 1100name = "windows_aarch64_gnullvm" 1101version = "0.52.5" 1102source = "registry+https://github.com/rust-lang/crates.io-index" 1103checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" 1104 1105[[package]] 1106name = "windows_aarch64_msvc" 1107version = "0.48.5" 1108source = "registry+https://github.com/rust-lang/crates.io-index" 1109checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 1110 1111[[package]] 1112name = "windows_aarch64_msvc" 1113version = "0.52.5" 1114source = "registry+https://github.com/rust-lang/crates.io-index" 1115checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" 1116 1117[[package]] 1118name = "windows_i686_gnu" 1119version = "0.48.5" 1120source = "registry+https://github.com/rust-lang/crates.io-index" 1121checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 1122 1123[[package]] 1124name = "windows_i686_gnu" 1125version = "0.52.5" 1126source = "registry+https://github.com/rust-lang/crates.io-index" 1127checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" 1128 1129[[package]] 1130name = "windows_i686_gnullvm" 1131version = "0.52.5" 1132source = "registry+https://github.com/rust-lang/crates.io-index" 1133checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" 1134 1135[[package]] 1136name = "windows_i686_msvc" 1137version = "0.48.5" 1138source = "registry+https://github.com/rust-lang/crates.io-index" 1139checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 1140 1141[[package]] 1142name = "windows_i686_msvc" 1143version = "0.52.5" 1144source = "registry+https://github.com/rust-lang/crates.io-index" 1145checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" 1146 1147[[package]] 1148name = "windows_x86_64_gnu" 1149version = "0.48.5" 1150source = "registry+https://github.com/rust-lang/crates.io-index" 1151checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 1152 1153[[package]] 1154name = "windows_x86_64_gnu" 1155version = "0.52.5" 1156source = "registry+https://github.com/rust-lang/crates.io-index" 1157checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" 1158 1159[[package]] 1160name = "windows_x86_64_gnullvm" 1161version = "0.48.5" 1162source = "registry+https://github.com/rust-lang/crates.io-index" 1163checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 1164 1165[[package]] 1166name = "windows_x86_64_gnullvm" 1167version = "0.52.5" 1168source = "registry+https://github.com/rust-lang/crates.io-index" 1169checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" 1170 1171[[package]] 1172name = "windows_x86_64_msvc" 1173version = "0.48.5" 1174source = "registry+https://github.com/rust-lang/crates.io-index" 1175checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 1176 1177[[package]] 1178name = "windows_x86_64_msvc" 1179version = "0.52.5" 1180source = "registry+https://github.com/rust-lang/crates.io-index" 1181checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"