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