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