Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at litex 64 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 = "adler" 7version = "1.0.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 11[[package]] 12name = "adler32" 13version = "1.2.0" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" 16 17[[package]] 18name = "ahash" 19version = "0.8.3" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" 22dependencies = [ 23 "cfg-if", 24 "getrandom", 25 "once_cell", 26 "version_check", 27] 28 29[[package]] 30name = "aho-corasick" 31version = "1.0.1" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" 34dependencies = [ 35 "memchr", 36] 37 38[[package]] 39name = "alloc-no-stdlib" 40version = "2.0.4" 41source = "registry+https://github.com/rust-lang/crates.io-index" 42checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 43 44[[package]] 45name = "alloc-stdlib" 46version = "0.2.2" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 49dependencies = [ 50 "alloc-no-stdlib", 51] 52 53[[package]] 54name = "android_system_properties" 55version = "0.1.5" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 58dependencies = [ 59 "libc", 60] 61 62[[package]] 63name = "argminmax" 64version = "0.6.1" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "202108b46429b765ef483f8a24d5c46f48c14acfdacc086dd4ab6dddf6bcdbd2" 67dependencies = [ 68 "num-traits", 69] 70 71[[package]] 72name = "array-init-cursor" 73version = "0.2.0" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "bf7d0a018de4f6aa429b9d33d69edf69072b1c5b1cb8d3e4a5f7ef898fc3eb76" 76 77[[package]] 78name = "arrow-format" 79version = "0.8.1" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "07884ea216994cdc32a2d5f8274a8bee979cfe90274b83f86f440866ee3132c7" 82dependencies = [ 83 "planus", 84 "serde", 85] 86 87[[package]] 88name = "arrow2" 89version = "0.17.2" 90source = "registry+https://github.com/rust-lang/crates.io-index" 91checksum = "15ae0428d69ab31d7b2adad22a752d6f11fef2e901d2262d0cad4f5cb08b7093" 92dependencies = [ 93 "ahash", 94 "arrow-format", 95 "avro-schema", 96 "base64", 97 "bytemuck", 98 "chrono", 99 "chrono-tz", 100 "dyn-clone", 101 "either", 102 "ethnum", 103 "fallible-streaming-iterator", 104 "foreign_vec", 105 "futures", 106 "getrandom", 107 "hash_hasher", 108 "lexical-core", 109 "lz4", 110 "multiversion", 111 "num-traits", 112 "parquet2", 113 "regex", 114 "regex-syntax 0.6.29", 115 "rustc_version", 116 "simdutf8", 117 "streaming-iterator", 118 "strength_reduce", 119 "zstd", 120] 121 122[[package]] 123name = "async-stream" 124version = "0.3.5" 125source = "registry+https://github.com/rust-lang/crates.io-index" 126checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" 127dependencies = [ 128 "async-stream-impl", 129 "futures-core", 130 "pin-project-lite", 131] 132 133[[package]] 134name = "async-stream-impl" 135version = "0.3.5" 136source = "registry+https://github.com/rust-lang/crates.io-index" 137checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" 138dependencies = [ 139 "proc-macro2", 140 "quote", 141 "syn 2.0.16", 142] 143 144[[package]] 145name = "async-trait" 146version = "0.1.68" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" 149dependencies = [ 150 "proc-macro2", 151 "quote", 152 "syn 2.0.16", 153] 154 155[[package]] 156name = "atoi" 157version = "2.0.0" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 160dependencies = [ 161 "num-traits", 162] 163 164[[package]] 165name = "autocfg" 166version = "1.1.0" 167source = "registry+https://github.com/rust-lang/crates.io-index" 168checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 169 170[[package]] 171name = "avro-schema" 172version = "0.3.0" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "b5281855b39aba9684d2f47bf96983fbfd8f1725f12fabb0513a8ab879647bbd" 175dependencies = [ 176 "crc", 177 "fallible-streaming-iterator", 178 "libflate", 179 "serde", 180 "serde_json", 181 "snap", 182] 183 184[[package]] 185name = "base64" 186version = "0.21.1" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "3f1e31e207a6b8fb791a38ea3105e6cb541f55e4d029902d3039a4ad07cc4105" 189 190[[package]] 191name = "bitflags" 192version = "1.3.2" 193source = "registry+https://github.com/rust-lang/crates.io-index" 194checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 195 196[[package]] 197name = "brotli" 198version = "3.3.4" 199source = "registry+https://github.com/rust-lang/crates.io-index" 200checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68" 201dependencies = [ 202 "alloc-no-stdlib", 203 "alloc-stdlib", 204 "brotli-decompressor", 205] 206 207[[package]] 208name = "brotli-decompressor" 209version = "2.3.4" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744" 212dependencies = [ 213 "alloc-no-stdlib", 214 "alloc-stdlib", 215] 216 217[[package]] 218name = "built" 219version = "0.6.0" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "96f9cdd34d6eb553f9ea20e5bf84abb7b13c729f113fc1d8e49dc00ad9fa8738" 222dependencies = [ 223 "cargo-lock", 224 "chrono", 225 "git2", 226] 227 228[[package]] 229name = "bumpalo" 230version = "3.13.0" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" 233 234[[package]] 235name = "bytemuck" 236version = "1.13.1" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" 239dependencies = [ 240 "bytemuck_derive", 241] 242 243[[package]] 244name = "bytemuck_derive" 245version = "1.4.1" 246source = "registry+https://github.com/rust-lang/crates.io-index" 247checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192" 248dependencies = [ 249 "proc-macro2", 250 "quote", 251 "syn 2.0.16", 252] 253 254[[package]] 255name = "bytes" 256version = "1.4.0" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 259 260[[package]] 261name = "cargo-lock" 262version = "8.0.3" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "031718ddb8f78aa5def78a09e90defe30151d1f6c672f937af4dd916429ed996" 265dependencies = [ 266 "semver", 267 "serde", 268 "toml", 269 "url", 270] 271 272[[package]] 273name = "cc" 274version = "1.0.79" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 277dependencies = [ 278 "jobserver", 279] 280 281[[package]] 282name = "cfg-if" 283version = "1.0.0" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 286 287[[package]] 288name = "chrono" 289version = "0.4.24" 290source = "registry+https://github.com/rust-lang/crates.io-index" 291checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 292dependencies = [ 293 "iana-time-zone", 294 "js-sys", 295 "num-integer", 296 "num-traits", 297 "serde", 298 "time", 299 "wasm-bindgen", 300 "winapi", 301] 302 303[[package]] 304name = "chrono-tz" 305version = "0.8.2" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "cf9cc2b23599e6d7479755f3594285efb3f74a1bdca7a7374948bc831e23a552" 308dependencies = [ 309 "chrono", 310 "chrono-tz-build", 311 "phf", 312] 313 314[[package]] 315name = "chrono-tz-build" 316version = "0.1.0" 317source = "registry+https://github.com/rust-lang/crates.io-index" 318checksum = "d9998fb9f7e9b2111641485bf8beb32f92945f97f92a3d061f744cfef335f751" 319dependencies = [ 320 "parse-zoneinfo", 321 "phf", 322 "phf_codegen", 323] 324 325[[package]] 326name = "ciborium" 327version = "0.2.1" 328source = "registry+https://github.com/rust-lang/crates.io-index" 329checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926" 330dependencies = [ 331 "ciborium-io", 332 "ciborium-ll", 333 "serde", 334] 335 336[[package]] 337name = "ciborium-io" 338version = "0.2.1" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656" 341 342[[package]] 343name = "ciborium-ll" 344version = "0.2.1" 345source = "registry+https://github.com/rust-lang/crates.io-index" 346checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b" 347dependencies = [ 348 "ciborium-io", 349 "half", 350] 351 352[[package]] 353name = "comfy-table" 354version = "6.1.4" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "6e7b787b0dc42e8111badfdbe4c3059158ccb2db8780352fa1b01e8ccf45cc4d" 357dependencies = [ 358 "crossterm", 359 "strum", 360 "strum_macros", 361 "unicode-width", 362] 363 364[[package]] 365name = "core-foundation-sys" 366version = "0.8.4" 367source = "registry+https://github.com/rust-lang/crates.io-index" 368checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 369 370[[package]] 371name = "crc" 372version = "2.1.0" 373source = "registry+https://github.com/rust-lang/crates.io-index" 374checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23" 375dependencies = [ 376 "crc-catalog", 377] 378 379[[package]] 380name = "crc-catalog" 381version = "1.1.1" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403" 384 385[[package]] 386name = "crc32fast" 387version = "1.3.2" 388source = "registry+https://github.com/rust-lang/crates.io-index" 389checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 390dependencies = [ 391 "cfg-if", 392] 393 394[[package]] 395name = "crossbeam-channel" 396version = "0.5.8" 397source = "registry+https://github.com/rust-lang/crates.io-index" 398checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 399dependencies = [ 400 "cfg-if", 401 "crossbeam-utils", 402] 403 404[[package]] 405name = "crossbeam-deque" 406version = "0.8.3" 407source = "registry+https://github.com/rust-lang/crates.io-index" 408checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 409dependencies = [ 410 "cfg-if", 411 "crossbeam-epoch", 412 "crossbeam-utils", 413] 414 415[[package]] 416name = "crossbeam-epoch" 417version = "0.9.14" 418source = "registry+https://github.com/rust-lang/crates.io-index" 419checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 420dependencies = [ 421 "autocfg", 422 "cfg-if", 423 "crossbeam-utils", 424 "memoffset", 425 "scopeguard", 426] 427 428[[package]] 429name = "crossbeam-queue" 430version = "0.3.8" 431source = "registry+https://github.com/rust-lang/crates.io-index" 432checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add" 433dependencies = [ 434 "cfg-if", 435 "crossbeam-utils", 436] 437 438[[package]] 439name = "crossbeam-utils" 440version = "0.8.15" 441source = "registry+https://github.com/rust-lang/crates.io-index" 442checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 443dependencies = [ 444 "cfg-if", 445] 446 447[[package]] 448name = "crossterm" 449version = "0.25.0" 450source = "registry+https://github.com/rust-lang/crates.io-index" 451checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67" 452dependencies = [ 453 "bitflags", 454 "crossterm_winapi", 455 "libc", 456 "mio", 457 "parking_lot 0.12.1", 458 "signal-hook", 459 "signal-hook-mio", 460 "winapi", 461] 462 463[[package]] 464name = "crossterm_winapi" 465version = "0.9.0" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c" 468dependencies = [ 469 "winapi", 470] 471 472[[package]] 473name = "dyn-clone" 474version = "1.0.11" 475source = "registry+https://github.com/rust-lang/crates.io-index" 476checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30" 477 478[[package]] 479name = "either" 480version = "1.8.1" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 483 484[[package]] 485name = "enum_dispatch" 486version = "0.3.11" 487source = "registry+https://github.com/rust-lang/crates.io-index" 488checksum = "11f36e95862220b211a6e2aa5eca09b4fa391b13cd52ceb8035a24bf65a79de2" 489dependencies = [ 490 "once_cell", 491 "proc-macro2", 492 "quote", 493 "syn 1.0.109", 494] 495 496[[package]] 497name = "ethnum" 498version = "1.3.2" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "0198b9d0078e0f30dedc7acbb21c974e838fc8fae3ee170128658a98cb2c1c04" 501 502[[package]] 503name = "fallible-streaming-iterator" 504version = "0.1.9" 505source = "registry+https://github.com/rust-lang/crates.io-index" 506checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 507 508[[package]] 509name = "fast-float" 510version = "0.2.0" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" 513 514[[package]] 515name = "flate2" 516version = "1.0.26" 517source = "registry+https://github.com/rust-lang/crates.io-index" 518checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 519dependencies = [ 520 "crc32fast", 521 "miniz_oxide", 522] 523 524[[package]] 525name = "float-cmp" 526version = "0.9.0" 527source = "registry+https://github.com/rust-lang/crates.io-index" 528checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 529dependencies = [ 530 "num-traits", 531] 532 533[[package]] 534name = "foreign_vec" 535version = "0.1.0" 536source = "registry+https://github.com/rust-lang/crates.io-index" 537checksum = "ee1b05cbd864bcaecbd3455d6d967862d446e4ebfc3c2e5e5b9841e53cba6673" 538 539[[package]] 540name = "form_urlencoded" 541version = "1.1.0" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 544dependencies = [ 545 "percent-encoding", 546] 547 548[[package]] 549name = "futures" 550version = "0.3.28" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 553dependencies = [ 554 "futures-channel", 555 "futures-core", 556 "futures-executor", 557 "futures-io", 558 "futures-sink", 559 "futures-task", 560 "futures-util", 561] 562 563[[package]] 564name = "futures-channel" 565version = "0.3.28" 566source = "registry+https://github.com/rust-lang/crates.io-index" 567checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 568dependencies = [ 569 "futures-core", 570 "futures-sink", 571] 572 573[[package]] 574name = "futures-core" 575version = "0.3.28" 576source = "registry+https://github.com/rust-lang/crates.io-index" 577checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 578 579[[package]] 580name = "futures-executor" 581version = "0.3.28" 582source = "registry+https://github.com/rust-lang/crates.io-index" 583checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 584dependencies = [ 585 "futures-core", 586 "futures-task", 587 "futures-util", 588] 589 590[[package]] 591name = "futures-io" 592version = "0.3.28" 593source = "registry+https://github.com/rust-lang/crates.io-index" 594checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 595 596[[package]] 597name = "futures-macro" 598version = "0.3.28" 599source = "registry+https://github.com/rust-lang/crates.io-index" 600checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 601dependencies = [ 602 "proc-macro2", 603 "quote", 604 "syn 2.0.16", 605] 606 607[[package]] 608name = "futures-sink" 609version = "0.3.28" 610source = "registry+https://github.com/rust-lang/crates.io-index" 611checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 612 613[[package]] 614name = "futures-task" 615version = "0.3.28" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 618 619[[package]] 620name = "futures-util" 621version = "0.3.28" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 624dependencies = [ 625 "futures-channel", 626 "futures-core", 627 "futures-io", 628 "futures-macro", 629 "futures-sink", 630 "futures-task", 631 "memchr", 632 "pin-project-lite", 633 "pin-utils", 634 "slab", 635] 636 637[[package]] 638name = "getrandom" 639version = "0.2.9" 640source = "registry+https://github.com/rust-lang/crates.io-index" 641checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 642dependencies = [ 643 "cfg-if", 644 "js-sys", 645 "libc", 646 "wasi 0.11.0+wasi-snapshot-preview1", 647 "wasm-bindgen", 648] 649 650[[package]] 651name = "ghost" 652version = "0.1.9" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "e77ac7b51b8e6313251737fcef4b1c01a2ea102bde68415b62c0ee9268fec357" 655dependencies = [ 656 "proc-macro2", 657 "quote", 658 "syn 2.0.16", 659] 660 661[[package]] 662name = "git2" 663version = "0.16.1" 664source = "registry+https://github.com/rust-lang/crates.io-index" 665checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc" 666dependencies = [ 667 "bitflags", 668 "libc", 669 "libgit2-sys", 670 "log", 671 "url", 672] 673 674[[package]] 675name = "glob" 676version = "0.3.1" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 679 680[[package]] 681name = "half" 682version = "1.8.2" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" 685 686[[package]] 687name = "halfbrown" 688version = "0.2.2" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "f985624e90f861184145c13b736873a0f83cdb998a292dbb0653598ab03aecbf" 691dependencies = [ 692 "hashbrown 0.13.2", 693 "serde", 694] 695 696[[package]] 697name = "hash_hasher" 698version = "2.0.3" 699source = "registry+https://github.com/rust-lang/crates.io-index" 700checksum = "74721d007512d0cb3338cd20f0654ac913920061a4c4d0d8708edb3f2a698c0c" 701 702[[package]] 703name = "hashbrown" 704version = "0.12.3" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 707 708[[package]] 709name = "hashbrown" 710version = "0.13.2" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 713dependencies = [ 714 "ahash", 715 "rayon", 716] 717 718[[package]] 719name = "heck" 720version = "0.4.1" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 723 724[[package]] 725name = "hermit-abi" 726version = "0.2.6" 727source = "registry+https://github.com/rust-lang/crates.io-index" 728checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 729dependencies = [ 730 "libc", 731] 732 733[[package]] 734name = "hex" 735version = "0.4.3" 736source = "registry+https://github.com/rust-lang/crates.io-index" 737checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 738 739[[package]] 740name = "home" 741version = "0.5.5" 742source = "registry+https://github.com/rust-lang/crates.io-index" 743checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 744dependencies = [ 745 "windows-sys 0.48.0", 746] 747 748[[package]] 749name = "iana-time-zone" 750version = "0.1.56" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" 753dependencies = [ 754 "android_system_properties", 755 "core-foundation-sys", 756 "iana-time-zone-haiku", 757 "js-sys", 758 "wasm-bindgen", 759 "windows", 760] 761 762[[package]] 763name = "iana-time-zone-haiku" 764version = "0.1.2" 765source = "registry+https://github.com/rust-lang/crates.io-index" 766checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 767dependencies = [ 768 "cc", 769] 770 771[[package]] 772name = "idna" 773version = "0.3.0" 774source = "registry+https://github.com/rust-lang/crates.io-index" 775checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 776dependencies = [ 777 "unicode-bidi", 778 "unicode-normalization", 779] 780 781[[package]] 782name = "indexmap" 783version = "1.9.3" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 786dependencies = [ 787 "autocfg", 788 "hashbrown 0.12.3", 789 "serde", 790] 791 792[[package]] 793name = "indoc" 794version = "1.0.9" 795source = "registry+https://github.com/rust-lang/crates.io-index" 796checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" 797 798[[package]] 799name = "instant" 800version = "0.1.12" 801source = "registry+https://github.com/rust-lang/crates.io-index" 802checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 803dependencies = [ 804 "cfg-if", 805] 806 807[[package]] 808name = "inventory" 809version = "0.3.6" 810source = "registry+https://github.com/rust-lang/crates.io-index" 811checksum = "e0539b5de9241582ce6bd6b0ba7399313560151e58c9aaf8b74b711b1bdce644" 812dependencies = [ 813 "ghost", 814] 815 816[[package]] 817name = "itoa" 818version = "1.0.6" 819source = "registry+https://github.com/rust-lang/crates.io-index" 820checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 821 822[[package]] 823name = "itoap" 824version = "1.0.1" 825source = "registry+https://github.com/rust-lang/crates.io-index" 826checksum = "9028f49264629065d057f340a86acb84867925865f73bbf8d47b4d149a7e88b8" 827 828[[package]] 829name = "jemalloc-sys" 830version = "0.5.3+5.3.0-patched" 831source = "registry+https://github.com/rust-lang/crates.io-index" 832checksum = "f9bd5d616ea7ed58b571b2e209a65759664d7fb021a0819d7a790afc67e47ca1" 833dependencies = [ 834 "cc", 835 "libc", 836] 837 838[[package]] 839name = "jemallocator" 840version = "0.5.0" 841source = "registry+https://github.com/rust-lang/crates.io-index" 842checksum = "16c2514137880c52b0b4822b563fadd38257c1f380858addb74a400889696ea6" 843dependencies = [ 844 "jemalloc-sys", 845 "libc", 846] 847 848[[package]] 849name = "jobserver" 850version = "0.1.26" 851source = "registry+https://github.com/rust-lang/crates.io-index" 852checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" 853dependencies = [ 854 "libc", 855] 856 857[[package]] 858name = "js-sys" 859version = "0.3.63" 860source = "registry+https://github.com/rust-lang/crates.io-index" 861checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790" 862dependencies = [ 863 "wasm-bindgen", 864] 865 866[[package]] 867name = "jsonpath_lib" 868version = "0.3.0" 869source = "git+https://github.com/ritchie46/jsonpath?branch=improve_compiled#24eaf0b4416edff38a4d1b6b17bc4b9f3f047b4b" 870dependencies = [ 871 "log", 872 "serde", 873 "serde_json", 874] 875 876[[package]] 877name = "lexical" 878version = "6.1.1" 879source = "registry+https://github.com/rust-lang/crates.io-index" 880checksum = "c7aefb36fd43fef7003334742cbf77b243fcd36418a1d1bdd480d613a67968f6" 881dependencies = [ 882 "lexical-core", 883] 884 885[[package]] 886name = "lexical-core" 887version = "0.8.5" 888source = "registry+https://github.com/rust-lang/crates.io-index" 889checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46" 890dependencies = [ 891 "lexical-parse-float", 892 "lexical-parse-integer", 893 "lexical-util", 894 "lexical-write-float", 895 "lexical-write-integer", 896] 897 898[[package]] 899name = "lexical-parse-float" 900version = "0.8.5" 901source = "registry+https://github.com/rust-lang/crates.io-index" 902checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" 903dependencies = [ 904 "lexical-parse-integer", 905 "lexical-util", 906 "static_assertions", 907] 908 909[[package]] 910name = "lexical-parse-integer" 911version = "0.8.6" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" 914dependencies = [ 915 "lexical-util", 916 "static_assertions", 917] 918 919[[package]] 920name = "lexical-util" 921version = "0.8.5" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" 924dependencies = [ 925 "static_assertions", 926] 927 928[[package]] 929name = "lexical-write-float" 930version = "0.8.5" 931source = "registry+https://github.com/rust-lang/crates.io-index" 932checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862" 933dependencies = [ 934 "lexical-util", 935 "lexical-write-integer", 936 "static_assertions", 937] 938 939[[package]] 940name = "lexical-write-integer" 941version = "0.8.5" 942source = "registry+https://github.com/rust-lang/crates.io-index" 943checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446" 944dependencies = [ 945 "lexical-util", 946 "static_assertions", 947] 948 949[[package]] 950name = "libc" 951version = "0.2.144" 952source = "registry+https://github.com/rust-lang/crates.io-index" 953checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 954 955[[package]] 956name = "libflate" 957version = "1.4.0" 958source = "registry+https://github.com/rust-lang/crates.io-index" 959checksum = "5ff4ae71b685bbad2f2f391fe74f6b7659a34871c08b210fdc039e43bee07d18" 960dependencies = [ 961 "adler32", 962 "crc32fast", 963 "libflate_lz77", 964] 965 966[[package]] 967name = "libflate_lz77" 968version = "1.2.0" 969source = "registry+https://github.com/rust-lang/crates.io-index" 970checksum = "a52d3a8bfc85f250440e4424db7d857e241a3aebbbe301f3eb606ab15c39acbf" 971dependencies = [ 972 "rle-decode-fast", 973] 974 975[[package]] 976name = "libgit2-sys" 977version = "0.14.2+1.5.1" 978source = "registry+https://github.com/rust-lang/crates.io-index" 979checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4" 980dependencies = [ 981 "cc", 982 "libc", 983 "libz-sys", 984 "pkg-config", 985] 986 987[[package]] 988name = "libm" 989version = "0.2.7" 990source = "registry+https://github.com/rust-lang/crates.io-index" 991checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" 992 993[[package]] 994name = "libmimalloc-sys" 995version = "0.1.33" 996source = "registry+https://github.com/rust-lang/crates.io-index" 997checksum = "f4ac0e912c8ef1b735e92369695618dc5b1819f5a7bf3f167301a3ba1cea515e" 998dependencies = [ 999 "cc", 1000 "libc", 1001] 1002 1003[[package]] 1004name = "libz-sys" 1005version = "1.1.9" 1006source = "registry+https://github.com/rust-lang/crates.io-index" 1007checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db" 1008dependencies = [ 1009 "cc", 1010 "libc", 1011 "pkg-config", 1012 "vcpkg", 1013] 1014 1015[[package]] 1016name = "lock_api" 1017version = "0.4.9" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 1020dependencies = [ 1021 "autocfg", 1022 "scopeguard", 1023] 1024 1025[[package]] 1026name = "log" 1027version = "0.4.17" 1028source = "registry+https://github.com/rust-lang/crates.io-index" 1029checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 1030dependencies = [ 1031 "cfg-if", 1032] 1033 1034[[package]] 1035name = "lz4" 1036version = "1.24.0" 1037source = "registry+https://github.com/rust-lang/crates.io-index" 1038checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1" 1039dependencies = [ 1040 "libc", 1041 "lz4-sys", 1042] 1043 1044[[package]] 1045name = "lz4-sys" 1046version = "1.9.4" 1047source = "registry+https://github.com/rust-lang/crates.io-index" 1048checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" 1049dependencies = [ 1050 "cc", 1051 "libc", 1052] 1053 1054[[package]] 1055name = "matrixmultiply" 1056version = "0.3.7" 1057source = "registry+https://github.com/rust-lang/crates.io-index" 1058checksum = "090126dc04f95dc0d1c1c91f61bdd474b3930ca064c1edc8a849da2c6cbe1e77" 1059dependencies = [ 1060 "autocfg", 1061 "rawpointer", 1062] 1063 1064[[package]] 1065name = "memchr" 1066version = "2.5.0" 1067source = "registry+https://github.com/rust-lang/crates.io-index" 1068checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1069 1070[[package]] 1071name = "memmap2" 1072version = "0.5.10" 1073source = "registry+https://github.com/rust-lang/crates.io-index" 1074checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" 1075dependencies = [ 1076 "libc", 1077] 1078 1079[[package]] 1080name = "memoffset" 1081version = "0.8.0" 1082source = "registry+https://github.com/rust-lang/crates.io-index" 1083checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 1084dependencies = [ 1085 "autocfg", 1086] 1087 1088[[package]] 1089name = "mimalloc" 1090version = "0.1.37" 1091source = "registry+https://github.com/rust-lang/crates.io-index" 1092checksum = "4e2894987a3459f3ffb755608bd82188f8ed00d0ae077f1edea29c068d639d98" 1093dependencies = [ 1094 "libmimalloc-sys", 1095] 1096 1097[[package]] 1098name = "miniz_oxide" 1099version = "0.7.1" 1100source = "registry+https://github.com/rust-lang/crates.io-index" 1101checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1102dependencies = [ 1103 "adler", 1104] 1105 1106[[package]] 1107name = "mio" 1108version = "0.8.6" 1109source = "registry+https://github.com/rust-lang/crates.io-index" 1110checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 1111dependencies = [ 1112 "libc", 1113 "log", 1114 "wasi 0.11.0+wasi-snapshot-preview1", 1115 "windows-sys 0.45.0", 1116] 1117 1118[[package]] 1119name = "multiversion" 1120version = "0.7.2" 1121source = "registry+https://github.com/rust-lang/crates.io-index" 1122checksum = "8cda45dade5144c2c929bf2ed6c24bebbba784e9198df049ec87d722b9462bd1" 1123dependencies = [ 1124 "multiversion-macros", 1125 "target-features", 1126] 1127 1128[[package]] 1129name = "multiversion-macros" 1130version = "0.7.2" 1131source = "registry+https://github.com/rust-lang/crates.io-index" 1132checksum = "04bffdccbd4798b61dce08c97ce8c66a68976f95541aaf284a6e90c1d1c306e1" 1133dependencies = [ 1134 "proc-macro2", 1135 "quote", 1136 "syn 1.0.109", 1137 "target-features", 1138] 1139 1140[[package]] 1141name = "ndarray" 1142version = "0.15.6" 1143source = "registry+https://github.com/rust-lang/crates.io-index" 1144checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32" 1145dependencies = [ 1146 "matrixmultiply", 1147 "num-complex", 1148 "num-integer", 1149 "num-traits", 1150 "rawpointer", 1151] 1152 1153[[package]] 1154name = "now" 1155version = "0.1.3" 1156source = "registry+https://github.com/rust-lang/crates.io-index" 1157checksum = "6d89e9874397a1f0a52fc1f197a8effd9735223cb2390e9dcc83ac6cd02923d0" 1158dependencies = [ 1159 "chrono", 1160] 1161 1162[[package]] 1163name = "ntapi" 1164version = "0.4.1" 1165source = "registry+https://github.com/rust-lang/crates.io-index" 1166checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" 1167dependencies = [ 1168 "winapi", 1169] 1170 1171[[package]] 1172name = "num-complex" 1173version = "0.4.3" 1174source = "registry+https://github.com/rust-lang/crates.io-index" 1175checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d" 1176dependencies = [ 1177 "num-traits", 1178] 1179 1180[[package]] 1181name = "num-integer" 1182version = "0.1.45" 1183source = "registry+https://github.com/rust-lang/crates.io-index" 1184checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1185dependencies = [ 1186 "autocfg", 1187 "num-traits", 1188] 1189 1190[[package]] 1191name = "num-traits" 1192version = "0.2.15" 1193source = "registry+https://github.com/rust-lang/crates.io-index" 1194checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1195dependencies = [ 1196 "autocfg", 1197 "libm", 1198] 1199 1200[[package]] 1201name = "num_cpus" 1202version = "1.15.0" 1203source = "registry+https://github.com/rust-lang/crates.io-index" 1204checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 1205dependencies = [ 1206 "hermit-abi", 1207 "libc", 1208] 1209 1210[[package]] 1211name = "numpy" 1212version = "0.18.0" 1213source = "registry+https://github.com/rust-lang/crates.io-index" 1214checksum = "96b0fee4571867d318651c24f4a570c3f18408cf95f16ccb576b3ce85496a46e" 1215dependencies = [ 1216 "libc", 1217 "ndarray", 1218 "num-complex", 1219 "num-integer", 1220 "num-traits", 1221 "pyo3", 1222 "rustc-hash", 1223] 1224 1225[[package]] 1226name = "once_cell" 1227version = "1.17.1" 1228source = "registry+https://github.com/rust-lang/crates.io-index" 1229checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 1230 1231[[package]] 1232name = "parking_lot" 1233version = "0.11.2" 1234source = "registry+https://github.com/rust-lang/crates.io-index" 1235checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 1236dependencies = [ 1237 "instant", 1238 "lock_api", 1239 "parking_lot_core 0.8.6", 1240] 1241 1242[[package]] 1243name = "parking_lot" 1244version = "0.12.1" 1245source = "registry+https://github.com/rust-lang/crates.io-index" 1246checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 1247dependencies = [ 1248 "lock_api", 1249 "parking_lot_core 0.9.7", 1250] 1251 1252[[package]] 1253name = "parking_lot_core" 1254version = "0.8.6" 1255source = "registry+https://github.com/rust-lang/crates.io-index" 1256checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 1257dependencies = [ 1258 "cfg-if", 1259 "instant", 1260 "libc", 1261 "redox_syscall", 1262 "smallvec", 1263 "winapi", 1264] 1265 1266[[package]] 1267name = "parking_lot_core" 1268version = "0.9.7" 1269source = "registry+https://github.com/rust-lang/crates.io-index" 1270checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 1271dependencies = [ 1272 "cfg-if", 1273 "libc", 1274 "redox_syscall", 1275 "smallvec", 1276 "windows-sys 0.45.0", 1277] 1278 1279[[package]] 1280name = "parquet-format-safe" 1281version = "0.2.4" 1282source = "registry+https://github.com/rust-lang/crates.io-index" 1283checksum = "1131c54b167dd4e4799ce762e1ab01549ebb94d5bdd13e6ec1b467491c378e1f" 1284dependencies = [ 1285 "async-trait", 1286 "futures", 1287] 1288 1289[[package]] 1290name = "parquet2" 1291version = "0.17.2" 1292source = "registry+https://github.com/rust-lang/crates.io-index" 1293checksum = "579fe5745f02cef3d5f236bfed216fd4693e49e4e920a13475c6132233283bce" 1294dependencies = [ 1295 "async-stream", 1296 "brotli", 1297 "flate2", 1298 "futures", 1299 "lz4", 1300 "parquet-format-safe", 1301 "seq-macro", 1302 "snap", 1303 "streaming-decompression", 1304 "zstd", 1305] 1306 1307[[package]] 1308name = "parse-zoneinfo" 1309version = "0.3.0" 1310source = "registry+https://github.com/rust-lang/crates.io-index" 1311checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41" 1312dependencies = [ 1313 "regex", 1314] 1315 1316[[package]] 1317name = "percent-encoding" 1318version = "2.2.0" 1319source = "registry+https://github.com/rust-lang/crates.io-index" 1320checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 1321 1322[[package]] 1323name = "phf" 1324version = "0.11.1" 1325source = "registry+https://github.com/rust-lang/crates.io-index" 1326checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" 1327dependencies = [ 1328 "phf_shared", 1329] 1330 1331[[package]] 1332name = "phf_codegen" 1333version = "0.11.1" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770" 1336dependencies = [ 1337 "phf_generator", 1338 "phf_shared", 1339] 1340 1341[[package]] 1342name = "phf_generator" 1343version = "0.11.1" 1344source = "registry+https://github.com/rust-lang/crates.io-index" 1345checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" 1346dependencies = [ 1347 "phf_shared", 1348 "rand", 1349] 1350 1351[[package]] 1352name = "phf_shared" 1353version = "0.11.1" 1354source = "registry+https://github.com/rust-lang/crates.io-index" 1355checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" 1356dependencies = [ 1357 "siphasher", 1358] 1359 1360[[package]] 1361name = "pin-project-lite" 1362version = "0.2.9" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 1365 1366[[package]] 1367name = "pin-utils" 1368version = "0.1.0" 1369source = "registry+https://github.com/rust-lang/crates.io-index" 1370checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1371 1372[[package]] 1373name = "pkg-config" 1374version = "0.3.27" 1375source = "registry+https://github.com/rust-lang/crates.io-index" 1376checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 1377 1378[[package]] 1379name = "planus" 1380version = "0.3.1" 1381source = "registry+https://github.com/rust-lang/crates.io-index" 1382checksum = "fc1691dd09e82f428ce8d6310bd6d5da2557c82ff17694d2a32cad7242aea89f" 1383dependencies = [ 1384 "array-init-cursor", 1385] 1386 1387[[package]] 1388name = "polars" 1389version = "0.30.0" 1390dependencies = [ 1391 "getrandom", 1392 "polars-core", 1393 "polars-io", 1394 "polars-lazy", 1395 "polars-ops", 1396 "polars-sql", 1397 "polars-time", 1398 "version_check", 1399] 1400 1401[[package]] 1402name = "polars-algo" 1403version = "0.30.0" 1404dependencies = [ 1405 "polars-core", 1406 "polars-lazy", 1407 "polars-ops", 1408] 1409 1410[[package]] 1411name = "polars-arrow" 1412version = "0.30.0" 1413dependencies = [ 1414 "arrow2", 1415 "atoi", 1416 "chrono", 1417 "chrono-tz", 1418 "hashbrown 0.13.2", 1419 "multiversion", 1420 "num-traits", 1421 "polars-error", 1422 "serde", 1423 "thiserror", 1424] 1425 1426[[package]] 1427name = "polars-core" 1428version = "0.30.0" 1429dependencies = [ 1430 "ahash", 1431 "arrow2", 1432 "bitflags", 1433 "chrono", 1434 "chrono-tz", 1435 "comfy-table", 1436 "either", 1437 "hashbrown 0.13.2", 1438 "indexmap", 1439 "itoap", 1440 "ndarray", 1441 "num-traits", 1442 "once_cell", 1443 "polars-arrow", 1444 "polars-error", 1445 "polars-row", 1446 "polars-utils", 1447 "rand", 1448 "rand_distr", 1449 "rayon", 1450 "regex", 1451 "serde", 1452 "serde_json", 1453 "smartstring", 1454 "thiserror", 1455 "wasm-timer", 1456 "xxhash-rust", 1457] 1458 1459[[package]] 1460name = "polars-error" 1461version = "0.30.0" 1462dependencies = [ 1463 "arrow2", 1464 "regex", 1465 "thiserror", 1466] 1467 1468[[package]] 1469name = "polars-io" 1470version = "0.30.0" 1471dependencies = [ 1472 "ahash", 1473 "arrow2", 1474 "async-trait", 1475 "bytes", 1476 "chrono", 1477 "chrono-tz", 1478 "fast-float", 1479 "flate2", 1480 "futures", 1481 "home", 1482 "lexical", 1483 "lexical-core", 1484 "memchr", 1485 "memmap2", 1486 "num-traits", 1487 "once_cell", 1488 "polars-arrow", 1489 "polars-core", 1490 "polars-error", 1491 "polars-json", 1492 "polars-time", 1493 "polars-utils", 1494 "rayon", 1495 "regex", 1496 "serde", 1497 "serde_json", 1498 "simd-json", 1499 "simdutf8", 1500 "tokio", 1501] 1502 1503[[package]] 1504name = "polars-json" 1505version = "0.30.0" 1506dependencies = [ 1507 "ahash", 1508 "arrow2", 1509 "fallible-streaming-iterator", 1510 "hashbrown 0.13.2", 1511 "indexmap", 1512 "num-traits", 1513 "polars-arrow", 1514 "polars-error", 1515 "polars-utils", 1516 "simd-json", 1517] 1518 1519[[package]] 1520name = "polars-lazy" 1521version = "0.30.0" 1522dependencies = [ 1523 "ahash", 1524 "bitflags", 1525 "glob", 1526 "once_cell", 1527 "polars-arrow", 1528 "polars-core", 1529 "polars-io", 1530 "polars-json", 1531 "polars-ops", 1532 "polars-pipe", 1533 "polars-plan", 1534 "polars-time", 1535 "polars-utils", 1536 "pyo3", 1537 "rayon", 1538 "smartstring", 1539] 1540 1541[[package]] 1542name = "polars-ops" 1543version = "0.30.0" 1544dependencies = [ 1545 "argminmax", 1546 "arrow2", 1547 "base64", 1548 "either", 1549 "hex", 1550 "jsonpath_lib", 1551 "memchr", 1552 "polars-arrow", 1553 "polars-core", 1554 "polars-json", 1555 "polars-utils", 1556 "serde", 1557 "serde_json", 1558 "smartstring", 1559] 1560 1561[[package]] 1562name = "polars-pipe" 1563version = "0.30.0" 1564dependencies = [ 1565 "crossbeam-channel", 1566 "crossbeam-queue", 1567 "enum_dispatch", 1568 "hashbrown 0.13.2", 1569 "num-traits", 1570 "polars-arrow", 1571 "polars-core", 1572 "polars-io", 1573 "polars-ops", 1574 "polars-plan", 1575 "polars-row", 1576 "polars-utils", 1577 "rayon", 1578 "smartstring", 1579] 1580 1581[[package]] 1582name = "polars-plan" 1583version = "0.30.0" 1584dependencies = [ 1585 "ahash", 1586 "arrow2", 1587 "chrono", 1588 "chrono-tz", 1589 "once_cell", 1590 "polars-arrow", 1591 "polars-core", 1592 "polars-io", 1593 "polars-ops", 1594 "polars-time", 1595 "polars-utils", 1596 "pyo3", 1597 "rayon", 1598 "regex", 1599 "serde", 1600 "smartstring", 1601] 1602 1603[[package]] 1604name = "polars-row" 1605version = "0.30.0" 1606dependencies = [ 1607 "arrow2", 1608 "polars-error", 1609 "polars-utils", 1610] 1611 1612[[package]] 1613name = "polars-sql" 1614version = "0.30.0" 1615dependencies = [ 1616 "polars-arrow", 1617 "polars-core", 1618 "polars-lazy", 1619 "polars-plan", 1620 "serde", 1621 "serde_json", 1622 "sqlparser", 1623] 1624 1625[[package]] 1626name = "polars-time" 1627version = "0.30.0" 1628dependencies = [ 1629 "arrow2", 1630 "atoi", 1631 "chrono", 1632 "chrono-tz", 1633 "now", 1634 "once_cell", 1635 "polars-arrow", 1636 "polars-core", 1637 "polars-ops", 1638 "polars-utils", 1639 "regex", 1640 "serde", 1641 "smartstring", 1642] 1643 1644[[package]] 1645name = "polars-utils" 1646version = "0.30.0" 1647dependencies = [ 1648 "ahash", 1649 "hashbrown 0.13.2", 1650 "once_cell", 1651 "rayon", 1652 "smartstring", 1653 "sysinfo", 1654] 1655 1656[[package]] 1657name = "ppv-lite86" 1658version = "0.2.17" 1659source = "registry+https://github.com/rust-lang/crates.io-index" 1660checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 1661 1662[[package]] 1663name = "proc-macro2" 1664version = "1.0.58" 1665source = "registry+https://github.com/rust-lang/crates.io-index" 1666checksum = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8" 1667dependencies = [ 1668 "unicode-ident", 1669] 1670 1671[[package]] 1672name = "py-polars" 1673version = "0.18.0" 1674dependencies = [ 1675 "ahash", 1676 "built", 1677 "ciborium", 1678 "jemallocator", 1679 "lexical-core", 1680 "libc", 1681 "mimalloc", 1682 "ndarray", 1683 "numpy", 1684 "once_cell", 1685 "polars", 1686 "polars-algo", 1687 "polars-core", 1688 "polars-lazy", 1689 "pyo3", 1690 "pyo3-built", 1691 "serde_json", 1692 "smartstring", 1693 "thiserror", 1694] 1695 1696[[package]] 1697name = "pyo3" 1698version = "0.18.3" 1699source = "registry+https://github.com/rust-lang/crates.io-index" 1700checksum = "e3b1ac5b3731ba34fdaa9785f8d74d17448cd18f30cf19e0c7e7b1fdb5272109" 1701dependencies = [ 1702 "cfg-if", 1703 "indoc", 1704 "inventory", 1705 "libc", 1706 "memoffset", 1707 "parking_lot 0.12.1", 1708 "pyo3-build-config", 1709 "pyo3-ffi", 1710 "pyo3-macros", 1711 "unindent", 1712] 1713 1714[[package]] 1715name = "pyo3-build-config" 1716version = "0.18.3" 1717source = "registry+https://github.com/rust-lang/crates.io-index" 1718checksum = "9cb946f5ac61bb61a5014924910d936ebd2b23b705f7a4a3c40b05c720b079a3" 1719dependencies = [ 1720 "once_cell", 1721 "target-lexicon", 1722] 1723 1724[[package]] 1725name = "pyo3-built" 1726version = "0.4.7" 1727source = "registry+https://github.com/rust-lang/crates.io-index" 1728checksum = "be6d574e0f8cab2cdd1eeeb640cbf845c974519fa9e9b62fa9c08ecece0ca5de" 1729 1730[[package]] 1731name = "pyo3-ffi" 1732version = "0.18.3" 1733source = "registry+https://github.com/rust-lang/crates.io-index" 1734checksum = "fd4d7c5337821916ea2a1d21d1092e8443cf34879e53a0ac653fbb98f44ff65c" 1735dependencies = [ 1736 "libc", 1737 "pyo3-build-config", 1738] 1739 1740[[package]] 1741name = "pyo3-macros" 1742version = "0.18.3" 1743source = "registry+https://github.com/rust-lang/crates.io-index" 1744checksum = "a9d39c55dab3fc5a4b25bbd1ac10a2da452c4aca13bb450f22818a002e29648d" 1745dependencies = [ 1746 "proc-macro2", 1747 "pyo3-macros-backend", 1748 "quote", 1749 "syn 1.0.109", 1750] 1751 1752[[package]] 1753name = "pyo3-macros-backend" 1754version = "0.18.3" 1755source = "registry+https://github.com/rust-lang/crates.io-index" 1756checksum = "97daff08a4c48320587b5224cc98d609e3c27b6d437315bd40b605c98eeb5918" 1757dependencies = [ 1758 "proc-macro2", 1759 "quote", 1760 "syn 1.0.109", 1761] 1762 1763[[package]] 1764name = "quote" 1765version = "1.0.27" 1766source = "registry+https://github.com/rust-lang/crates.io-index" 1767checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 1768dependencies = [ 1769 "proc-macro2", 1770] 1771 1772[[package]] 1773name = "rand" 1774version = "0.8.5" 1775source = "registry+https://github.com/rust-lang/crates.io-index" 1776checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1777dependencies = [ 1778 "libc", 1779 "rand_chacha", 1780 "rand_core", 1781] 1782 1783[[package]] 1784name = "rand_chacha" 1785version = "0.3.1" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1788dependencies = [ 1789 "ppv-lite86", 1790 "rand_core", 1791] 1792 1793[[package]] 1794name = "rand_core" 1795version = "0.6.4" 1796source = "registry+https://github.com/rust-lang/crates.io-index" 1797checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1798dependencies = [ 1799 "getrandom", 1800] 1801 1802[[package]] 1803name = "rand_distr" 1804version = "0.4.3" 1805source = "registry+https://github.com/rust-lang/crates.io-index" 1806checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" 1807dependencies = [ 1808 "num-traits", 1809 "rand", 1810] 1811 1812[[package]] 1813name = "rawpointer" 1814version = "0.2.1" 1815source = "registry+https://github.com/rust-lang/crates.io-index" 1816checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" 1817 1818[[package]] 1819name = "rayon" 1820version = "1.7.0" 1821source = "registry+https://github.com/rust-lang/crates.io-index" 1822checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 1823dependencies = [ 1824 "either", 1825 "rayon-core", 1826] 1827 1828[[package]] 1829name = "rayon-core" 1830version = "1.11.0" 1831source = "registry+https://github.com/rust-lang/crates.io-index" 1832checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 1833dependencies = [ 1834 "crossbeam-channel", 1835 "crossbeam-deque", 1836 "crossbeam-utils", 1837 "num_cpus", 1838] 1839 1840[[package]] 1841name = "redox_syscall" 1842version = "0.2.16" 1843source = "registry+https://github.com/rust-lang/crates.io-index" 1844checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1845dependencies = [ 1846 "bitflags", 1847] 1848 1849[[package]] 1850name = "regex" 1851version = "1.8.2" 1852source = "registry+https://github.com/rust-lang/crates.io-index" 1853checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974" 1854dependencies = [ 1855 "aho-corasick", 1856 "memchr", 1857 "regex-syntax 0.7.2", 1858] 1859 1860[[package]] 1861name = "regex-syntax" 1862version = "0.6.29" 1863source = "registry+https://github.com/rust-lang/crates.io-index" 1864checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1865 1866[[package]] 1867name = "regex-syntax" 1868version = "0.7.2" 1869source = "registry+https://github.com/rust-lang/crates.io-index" 1870checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" 1871 1872[[package]] 1873name = "rle-decode-fast" 1874version = "1.0.3" 1875source = "registry+https://github.com/rust-lang/crates.io-index" 1876checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" 1877 1878[[package]] 1879name = "rustc-hash" 1880version = "1.1.0" 1881source = "registry+https://github.com/rust-lang/crates.io-index" 1882checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 1883 1884[[package]] 1885name = "rustc_version" 1886version = "0.4.0" 1887source = "registry+https://github.com/rust-lang/crates.io-index" 1888checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 1889dependencies = [ 1890 "semver", 1891] 1892 1893[[package]] 1894name = "rustversion" 1895version = "1.0.12" 1896source = "registry+https://github.com/rust-lang/crates.io-index" 1897checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" 1898 1899[[package]] 1900name = "ryu" 1901version = "1.0.13" 1902source = "registry+https://github.com/rust-lang/crates.io-index" 1903checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1904 1905[[package]] 1906name = "scopeguard" 1907version = "1.1.0" 1908source = "registry+https://github.com/rust-lang/crates.io-index" 1909checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1910 1911[[package]] 1912name = "semver" 1913version = "1.0.17" 1914source = "registry+https://github.com/rust-lang/crates.io-index" 1915checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 1916dependencies = [ 1917 "serde", 1918] 1919 1920[[package]] 1921name = "seq-macro" 1922version = "0.3.3" 1923source = "registry+https://github.com/rust-lang/crates.io-index" 1924checksum = "e6b44e8fc93a14e66336d230954dda83d18b4605ccace8fe09bc7514a71ad0bc" 1925 1926[[package]] 1927name = "serde" 1928version = "1.0.163" 1929source = "registry+https://github.com/rust-lang/crates.io-index" 1930checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 1931dependencies = [ 1932 "serde_derive", 1933] 1934 1935[[package]] 1936name = "serde_derive" 1937version = "1.0.163" 1938source = "registry+https://github.com/rust-lang/crates.io-index" 1939checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 1940dependencies = [ 1941 "proc-macro2", 1942 "quote", 1943 "syn 2.0.16", 1944] 1945 1946[[package]] 1947name = "serde_json" 1948version = "1.0.96" 1949source = "registry+https://github.com/rust-lang/crates.io-index" 1950checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 1951dependencies = [ 1952 "indexmap", 1953 "itoa", 1954 "ryu", 1955 "serde", 1956] 1957 1958[[package]] 1959name = "signal-hook" 1960version = "0.3.15" 1961source = "registry+https://github.com/rust-lang/crates.io-index" 1962checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" 1963dependencies = [ 1964 "libc", 1965 "signal-hook-registry", 1966] 1967 1968[[package]] 1969name = "signal-hook-mio" 1970version = "0.2.3" 1971source = "registry+https://github.com/rust-lang/crates.io-index" 1972checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" 1973dependencies = [ 1974 "libc", 1975 "mio", 1976 "signal-hook", 1977] 1978 1979[[package]] 1980name = "signal-hook-registry" 1981version = "1.4.1" 1982source = "registry+https://github.com/rust-lang/crates.io-index" 1983checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 1984dependencies = [ 1985 "libc", 1986] 1987 1988[[package]] 1989name = "simd-json" 1990version = "0.10.2" 1991source = "registry+https://github.com/rust-lang/crates.io-index" 1992checksum = "5b001e6c10fcba79ac15990241d37c3f8c6ba4f9a14ee35fcebc0c067514b83a" 1993dependencies = [ 1994 "ahash", 1995 "halfbrown", 1996 "lexical-core", 1997 "once_cell", 1998 "serde", 1999 "serde_json", 2000 "simdutf8", 2001 "value-trait", 2002] 2003 2004[[package]] 2005name = "simdutf8" 2006version = "0.1.4" 2007source = "registry+https://github.com/rust-lang/crates.io-index" 2008checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" 2009 2010[[package]] 2011name = "siphasher" 2012version = "0.3.10" 2013source = "registry+https://github.com/rust-lang/crates.io-index" 2014checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" 2015 2016[[package]] 2017name = "slab" 2018version = "0.4.8" 2019source = "registry+https://github.com/rust-lang/crates.io-index" 2020checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 2021dependencies = [ 2022 "autocfg", 2023] 2024 2025[[package]] 2026name = "smallvec" 2027version = "1.10.0" 2028source = "registry+https://github.com/rust-lang/crates.io-index" 2029checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 2030 2031[[package]] 2032name = "smartstring" 2033version = "1.0.1" 2034source = "registry+https://github.com/rust-lang/crates.io-index" 2035checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29" 2036dependencies = [ 2037 "autocfg", 2038 "serde", 2039 "static_assertions", 2040 "version_check", 2041] 2042 2043[[package]] 2044name = "snap" 2045version = "1.1.0" 2046source = "registry+https://github.com/rust-lang/crates.io-index" 2047checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" 2048 2049[[package]] 2050name = "socket2" 2051version = "0.4.9" 2052source = "registry+https://github.com/rust-lang/crates.io-index" 2053checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 2054dependencies = [ 2055 "libc", 2056 "winapi", 2057] 2058 2059[[package]] 2060name = "sqlparser" 2061version = "0.34.0" 2062source = "registry+https://github.com/rust-lang/crates.io-index" 2063checksum = "37d3706eefb17039056234df6b566b0014f303f867f2656108334a55b8096f59" 2064dependencies = [ 2065 "log", 2066] 2067 2068[[package]] 2069name = "static_assertions" 2070version = "1.1.0" 2071source = "registry+https://github.com/rust-lang/crates.io-index" 2072checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2073 2074[[package]] 2075name = "streaming-decompression" 2076version = "0.1.2" 2077source = "registry+https://github.com/rust-lang/crates.io-index" 2078checksum = "bf6cc3b19bfb128a8ad11026086e31d3ce9ad23f8ea37354b31383a187c44cf3" 2079dependencies = [ 2080 "fallible-streaming-iterator", 2081] 2082 2083[[package]] 2084name = "streaming-iterator" 2085version = "0.1.9" 2086source = "registry+https://github.com/rust-lang/crates.io-index" 2087checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520" 2088 2089[[package]] 2090name = "strength_reduce" 2091version = "0.2.4" 2092source = "registry+https://github.com/rust-lang/crates.io-index" 2093checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82" 2094 2095[[package]] 2096name = "strum" 2097version = "0.24.1" 2098source = "registry+https://github.com/rust-lang/crates.io-index" 2099checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" 2100 2101[[package]] 2102name = "strum_macros" 2103version = "0.24.3" 2104source = "registry+https://github.com/rust-lang/crates.io-index" 2105checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" 2106dependencies = [ 2107 "heck", 2108 "proc-macro2", 2109 "quote", 2110 "rustversion", 2111 "syn 1.0.109", 2112] 2113 2114[[package]] 2115name = "syn" 2116version = "1.0.109" 2117source = "registry+https://github.com/rust-lang/crates.io-index" 2118checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2119dependencies = [ 2120 "proc-macro2", 2121 "quote", 2122 "unicode-ident", 2123] 2124 2125[[package]] 2126name = "syn" 2127version = "2.0.16" 2128source = "registry+https://github.com/rust-lang/crates.io-index" 2129checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01" 2130dependencies = [ 2131 "proc-macro2", 2132 "quote", 2133 "unicode-ident", 2134] 2135 2136[[package]] 2137name = "sysinfo" 2138version = "0.29.0" 2139source = "registry+https://github.com/rust-lang/crates.io-index" 2140checksum = "02f1dc6930a439cc5d154221b5387d153f8183529b07c19aca24ea31e0a167e1" 2141dependencies = [ 2142 "cfg-if", 2143 "core-foundation-sys", 2144 "libc", 2145 "ntapi", 2146 "once_cell", 2147 "winapi", 2148] 2149 2150[[package]] 2151name = "target-features" 2152version = "0.1.4" 2153source = "registry+https://github.com/rust-lang/crates.io-index" 2154checksum = "06f6b473c37f9add4cf1df5b4d66a8ef58ab6c895f1a3b3f949cf3e21230140e" 2155 2156[[package]] 2157name = "target-lexicon" 2158version = "0.12.7" 2159source = "registry+https://github.com/rust-lang/crates.io-index" 2160checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5" 2161 2162[[package]] 2163name = "thiserror" 2164version = "1.0.40" 2165source = "registry+https://github.com/rust-lang/crates.io-index" 2166checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 2167dependencies = [ 2168 "thiserror-impl", 2169] 2170 2171[[package]] 2172name = "thiserror-impl" 2173version = "1.0.40" 2174source = "registry+https://github.com/rust-lang/crates.io-index" 2175checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 2176dependencies = [ 2177 "proc-macro2", 2178 "quote", 2179 "syn 2.0.16", 2180] 2181 2182[[package]] 2183name = "time" 2184version = "0.1.45" 2185source = "registry+https://github.com/rust-lang/crates.io-index" 2186checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 2187dependencies = [ 2188 "libc", 2189 "wasi 0.10.0+wasi-snapshot-preview1", 2190 "winapi", 2191] 2192 2193[[package]] 2194name = "tinyvec" 2195version = "1.6.0" 2196source = "registry+https://github.com/rust-lang/crates.io-index" 2197checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2198dependencies = [ 2199 "tinyvec_macros", 2200] 2201 2202[[package]] 2203name = "tinyvec_macros" 2204version = "0.1.1" 2205source = "registry+https://github.com/rust-lang/crates.io-index" 2206checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2207 2208[[package]] 2209name = "tokio" 2210version = "1.28.1" 2211source = "registry+https://github.com/rust-lang/crates.io-index" 2212checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105" 2213dependencies = [ 2214 "autocfg", 2215 "libc", 2216 "mio", 2217 "pin-project-lite", 2218 "socket2", 2219 "windows-sys 0.48.0", 2220] 2221 2222[[package]] 2223name = "toml" 2224version = "0.5.11" 2225source = "registry+https://github.com/rust-lang/crates.io-index" 2226checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 2227dependencies = [ 2228 "serde", 2229] 2230 2231[[package]] 2232name = "unicode-bidi" 2233version = "0.3.13" 2234source = "registry+https://github.com/rust-lang/crates.io-index" 2235checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 2236 2237[[package]] 2238name = "unicode-ident" 2239version = "1.0.8" 2240source = "registry+https://github.com/rust-lang/crates.io-index" 2241checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 2242 2243[[package]] 2244name = "unicode-normalization" 2245version = "0.1.22" 2246source = "registry+https://github.com/rust-lang/crates.io-index" 2247checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2248dependencies = [ 2249 "tinyvec", 2250] 2251 2252[[package]] 2253name = "unicode-width" 2254version = "0.1.10" 2255source = "registry+https://github.com/rust-lang/crates.io-index" 2256checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 2257 2258[[package]] 2259name = "unindent" 2260version = "0.1.11" 2261source = "registry+https://github.com/rust-lang/crates.io-index" 2262checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" 2263 2264[[package]] 2265name = "url" 2266version = "2.3.1" 2267source = "registry+https://github.com/rust-lang/crates.io-index" 2268checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 2269dependencies = [ 2270 "form_urlencoded", 2271 "idna", 2272 "percent-encoding", 2273] 2274 2275[[package]] 2276name = "value-trait" 2277version = "0.6.1" 2278source = "registry+https://github.com/rust-lang/crates.io-index" 2279checksum = "09a5b6c8ceb01263b969cac48d4a6705134d490ded13d889e52c0cfc80c6945e" 2280dependencies = [ 2281 "float-cmp", 2282 "halfbrown", 2283 "itoa", 2284 "ryu", 2285] 2286 2287[[package]] 2288name = "vcpkg" 2289version = "0.2.15" 2290source = "registry+https://github.com/rust-lang/crates.io-index" 2291checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2292 2293[[package]] 2294name = "version_check" 2295version = "0.9.4" 2296source = "registry+https://github.com/rust-lang/crates.io-index" 2297checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2298 2299[[package]] 2300name = "wasi" 2301version = "0.10.0+wasi-snapshot-preview1" 2302source = "registry+https://github.com/rust-lang/crates.io-index" 2303checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 2304 2305[[package]] 2306name = "wasi" 2307version = "0.11.0+wasi-snapshot-preview1" 2308source = "registry+https://github.com/rust-lang/crates.io-index" 2309checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2310 2311[[package]] 2312name = "wasm-bindgen" 2313version = "0.2.86" 2314source = "registry+https://github.com/rust-lang/crates.io-index" 2315checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73" 2316dependencies = [ 2317 "cfg-if", 2318 "wasm-bindgen-macro", 2319] 2320 2321[[package]] 2322name = "wasm-bindgen-backend" 2323version = "0.2.86" 2324source = "registry+https://github.com/rust-lang/crates.io-index" 2325checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb" 2326dependencies = [ 2327 "bumpalo", 2328 "log", 2329 "once_cell", 2330 "proc-macro2", 2331 "quote", 2332 "syn 2.0.16", 2333 "wasm-bindgen-shared", 2334] 2335 2336[[package]] 2337name = "wasm-bindgen-futures" 2338version = "0.4.36" 2339source = "registry+https://github.com/rust-lang/crates.io-index" 2340checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e" 2341dependencies = [ 2342 "cfg-if", 2343 "js-sys", 2344 "wasm-bindgen", 2345 "web-sys", 2346] 2347 2348[[package]] 2349name = "wasm-bindgen-macro" 2350version = "0.2.86" 2351source = "registry+https://github.com/rust-lang/crates.io-index" 2352checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258" 2353dependencies = [ 2354 "quote", 2355 "wasm-bindgen-macro-support", 2356] 2357 2358[[package]] 2359name = "wasm-bindgen-macro-support" 2360version = "0.2.86" 2361source = "registry+https://github.com/rust-lang/crates.io-index" 2362checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8" 2363dependencies = [ 2364 "proc-macro2", 2365 "quote", 2366 "syn 2.0.16", 2367 "wasm-bindgen-backend", 2368 "wasm-bindgen-shared", 2369] 2370 2371[[package]] 2372name = "wasm-bindgen-shared" 2373version = "0.2.86" 2374source = "registry+https://github.com/rust-lang/crates.io-index" 2375checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93" 2376 2377[[package]] 2378name = "wasm-timer" 2379version = "0.2.5" 2380source = "registry+https://github.com/rust-lang/crates.io-index" 2381checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" 2382dependencies = [ 2383 "futures", 2384 "js-sys", 2385 "parking_lot 0.11.2", 2386 "pin-utils", 2387 "wasm-bindgen", 2388 "wasm-bindgen-futures", 2389 "web-sys", 2390] 2391 2392[[package]] 2393name = "web-sys" 2394version = "0.3.63" 2395source = "registry+https://github.com/rust-lang/crates.io-index" 2396checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2" 2397dependencies = [ 2398 "js-sys", 2399 "wasm-bindgen", 2400] 2401 2402[[package]] 2403name = "winapi" 2404version = "0.3.9" 2405source = "registry+https://github.com/rust-lang/crates.io-index" 2406checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2407dependencies = [ 2408 "winapi-i686-pc-windows-gnu", 2409 "winapi-x86_64-pc-windows-gnu", 2410] 2411 2412[[package]] 2413name = "winapi-i686-pc-windows-gnu" 2414version = "0.4.0" 2415source = "registry+https://github.com/rust-lang/crates.io-index" 2416checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2417 2418[[package]] 2419name = "winapi-x86_64-pc-windows-gnu" 2420version = "0.4.0" 2421source = "registry+https://github.com/rust-lang/crates.io-index" 2422checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2423 2424[[package]] 2425name = "windows" 2426version = "0.48.0" 2427source = "registry+https://github.com/rust-lang/crates.io-index" 2428checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 2429dependencies = [ 2430 "windows-targets 0.48.0", 2431] 2432 2433[[package]] 2434name = "windows-sys" 2435version = "0.45.0" 2436source = "registry+https://github.com/rust-lang/crates.io-index" 2437checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 2438dependencies = [ 2439 "windows-targets 0.42.2", 2440] 2441 2442[[package]] 2443name = "windows-sys" 2444version = "0.48.0" 2445source = "registry+https://github.com/rust-lang/crates.io-index" 2446checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2447dependencies = [ 2448 "windows-targets 0.48.0", 2449] 2450 2451[[package]] 2452name = "windows-targets" 2453version = "0.42.2" 2454source = "registry+https://github.com/rust-lang/crates.io-index" 2455checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 2456dependencies = [ 2457 "windows_aarch64_gnullvm 0.42.2", 2458 "windows_aarch64_msvc 0.42.2", 2459 "windows_i686_gnu 0.42.2", 2460 "windows_i686_msvc 0.42.2", 2461 "windows_x86_64_gnu 0.42.2", 2462 "windows_x86_64_gnullvm 0.42.2", 2463 "windows_x86_64_msvc 0.42.2", 2464] 2465 2466[[package]] 2467name = "windows-targets" 2468version = "0.48.0" 2469source = "registry+https://github.com/rust-lang/crates.io-index" 2470checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 2471dependencies = [ 2472 "windows_aarch64_gnullvm 0.48.0", 2473 "windows_aarch64_msvc 0.48.0", 2474 "windows_i686_gnu 0.48.0", 2475 "windows_i686_msvc 0.48.0", 2476 "windows_x86_64_gnu 0.48.0", 2477 "windows_x86_64_gnullvm 0.48.0", 2478 "windows_x86_64_msvc 0.48.0", 2479] 2480 2481[[package]] 2482name = "windows_aarch64_gnullvm" 2483version = "0.42.2" 2484source = "registry+https://github.com/rust-lang/crates.io-index" 2485checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 2486 2487[[package]] 2488name = "windows_aarch64_gnullvm" 2489version = "0.48.0" 2490source = "registry+https://github.com/rust-lang/crates.io-index" 2491checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 2492 2493[[package]] 2494name = "windows_aarch64_msvc" 2495version = "0.42.2" 2496source = "registry+https://github.com/rust-lang/crates.io-index" 2497checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 2498 2499[[package]] 2500name = "windows_aarch64_msvc" 2501version = "0.48.0" 2502source = "registry+https://github.com/rust-lang/crates.io-index" 2503checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 2504 2505[[package]] 2506name = "windows_i686_gnu" 2507version = "0.42.2" 2508source = "registry+https://github.com/rust-lang/crates.io-index" 2509checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 2510 2511[[package]] 2512name = "windows_i686_gnu" 2513version = "0.48.0" 2514source = "registry+https://github.com/rust-lang/crates.io-index" 2515checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 2516 2517[[package]] 2518name = "windows_i686_msvc" 2519version = "0.42.2" 2520source = "registry+https://github.com/rust-lang/crates.io-index" 2521checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 2522 2523[[package]] 2524name = "windows_i686_msvc" 2525version = "0.48.0" 2526source = "registry+https://github.com/rust-lang/crates.io-index" 2527checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 2528 2529[[package]] 2530name = "windows_x86_64_gnu" 2531version = "0.42.2" 2532source = "registry+https://github.com/rust-lang/crates.io-index" 2533checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 2534 2535[[package]] 2536name = "windows_x86_64_gnu" 2537version = "0.48.0" 2538source = "registry+https://github.com/rust-lang/crates.io-index" 2539checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 2540 2541[[package]] 2542name = "windows_x86_64_gnullvm" 2543version = "0.42.2" 2544source = "registry+https://github.com/rust-lang/crates.io-index" 2545checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 2546 2547[[package]] 2548name = "windows_x86_64_gnullvm" 2549version = "0.48.0" 2550source = "registry+https://github.com/rust-lang/crates.io-index" 2551checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 2552 2553[[package]] 2554name = "windows_x86_64_msvc" 2555version = "0.42.2" 2556source = "registry+https://github.com/rust-lang/crates.io-index" 2557checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 2558 2559[[package]] 2560name = "windows_x86_64_msvc" 2561version = "0.48.0" 2562source = "registry+https://github.com/rust-lang/crates.io-index" 2563checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 2564 2565[[package]] 2566name = "xxhash-rust" 2567version = "0.8.6" 2568source = "registry+https://github.com/rust-lang/crates.io-index" 2569checksum = "735a71d46c4d68d71d4b24d03fdc2b98e38cea81730595801db779c04fe80d70" 2570 2571[[package]] 2572name = "zstd" 2573version = "0.12.3+zstd.1.5.2" 2574source = "registry+https://github.com/rust-lang/crates.io-index" 2575checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806" 2576dependencies = [ 2577 "zstd-safe", 2578] 2579 2580[[package]] 2581name = "zstd-safe" 2582version = "6.0.5+zstd.1.5.4" 2583source = "registry+https://github.com/rust-lang/crates.io-index" 2584checksum = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b" 2585dependencies = [ 2586 "libc", 2587 "zstd-sys", 2588] 2589 2590[[package]] 2591name = "zstd-sys" 2592version = "2.0.8+zstd.1.5.5" 2593source = "registry+https://github.com/rust-lang/crates.io-index" 2594checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c" 2595dependencies = [ 2596 "cc", 2597 "libc", 2598 "pkg-config", 2599]