Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at gcc-offload 6093 lines 144 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "addr2line" 7version = "0.24.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 19 20[[package]] 21name = "ahash" 22version = "0.8.11" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 25dependencies = [ 26 "cfg-if", 27 "const-random", 28 "getrandom", 29 "once_cell", 30 "version_check", 31 "zerocopy", 32] 33 34[[package]] 35name = "aho-corasick" 36version = "1.1.3" 37source = "registry+https://github.com/rust-lang/crates.io-index" 38checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 39dependencies = [ 40 "memchr", 41] 42 43[[package]] 44name = "alloc-no-stdlib" 45version = "2.0.4" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 48 49[[package]] 50name = "alloc-stdlib" 51version = "0.2.2" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 54dependencies = [ 55 "alloc-no-stdlib", 56] 57 58[[package]] 59name = "allocator-api2" 60version = "0.2.18" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 63 64[[package]] 65name = "android-tzdata" 66version = "0.1.1" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 69 70[[package]] 71name = "android_system_properties" 72version = "0.1.5" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 75dependencies = [ 76 "libc", 77] 78 79[[package]] 80name = "anyhow" 81version = "1.0.89" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" 84 85[[package]] 86name = "arc-swap" 87version = "1.7.1" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 90 91[[package]] 92name = "arrayref" 93version = "0.3.9" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 96 97[[package]] 98name = "arrayvec" 99version = "0.7.6" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 102 103[[package]] 104name = "arrow" 105version = "52.2.0" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "05048a8932648b63f21c37d88b552ccc8a65afb6dfe9fc9f30ce79174c2e7a85" 108dependencies = [ 109 "arrow-arith", 110 "arrow-array", 111 "arrow-buffer", 112 "arrow-cast", 113 "arrow-csv", 114 "arrow-data", 115 "arrow-ipc", 116 "arrow-json", 117 "arrow-ord", 118 "arrow-row", 119 "arrow-schema", 120 "arrow-select", 121 "arrow-string", 122 "pyo3", 123] 124 125[[package]] 126name = "arrow-arith" 127version = "52.2.0" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "1d8a57966e43bfe9a3277984a14c24ec617ad874e4c0e1d2a1b083a39cfbf22c" 130dependencies = [ 131 "arrow-array", 132 "arrow-buffer", 133 "arrow-data", 134 "arrow-schema", 135 "chrono", 136 "half", 137 "num", 138] 139 140[[package]] 141name = "arrow-array" 142version = "52.2.0" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "16f4a9468c882dc66862cef4e1fd8423d47e67972377d85d80e022786427768c" 145dependencies = [ 146 "ahash", 147 "arrow-buffer", 148 "arrow-data", 149 "arrow-schema", 150 "chrono", 151 "chrono-tz", 152 "half", 153 "hashbrown 0.14.5", 154 "num", 155] 156 157[[package]] 158name = "arrow-buffer" 159version = "52.2.0" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "c975484888fc95ec4a632cdc98be39c085b1bb518531b0c80c5d462063e5daa1" 162dependencies = [ 163 "bytes", 164 "half", 165 "num", 166] 167 168[[package]] 169name = "arrow-cast" 170version = "52.2.0" 171source = "registry+https://github.com/rust-lang/crates.io-index" 172checksum = "da26719e76b81d8bc3faad1d4dbdc1bcc10d14704e63dc17fc9f3e7e1e567c8e" 173dependencies = [ 174 "arrow-array", 175 "arrow-buffer", 176 "arrow-data", 177 "arrow-schema", 178 "arrow-select", 179 "atoi", 180 "base64 0.22.1", 181 "chrono", 182 "comfy-table", 183 "half", 184 "lexical-core", 185 "num", 186 "ryu", 187] 188 189[[package]] 190name = "arrow-csv" 191version = "52.2.0" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "c13c36dc5ddf8c128df19bab27898eea64bf9da2b555ec1cd17a8ff57fba9ec2" 194dependencies = [ 195 "arrow-array", 196 "arrow-buffer", 197 "arrow-cast", 198 "arrow-data", 199 "arrow-schema", 200 "chrono", 201 "csv", 202 "csv-core", 203 "lazy_static", 204 "lexical-core", 205 "regex", 206] 207 208[[package]] 209name = "arrow-data" 210version = "52.2.0" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "dd9d6f18c65ef7a2573ab498c374d8ae364b4a4edf67105357491c031f716ca5" 213dependencies = [ 214 "arrow-buffer", 215 "arrow-schema", 216 "half", 217 "num", 218] 219 220[[package]] 221name = "arrow-ipc" 222version = "52.2.0" 223source = "registry+https://github.com/rust-lang/crates.io-index" 224checksum = "e786e1cdd952205d9a8afc69397b317cfbb6e0095e445c69cda7e8da5c1eeb0f" 225dependencies = [ 226 "arrow-array", 227 "arrow-buffer", 228 "arrow-cast", 229 "arrow-data", 230 "arrow-schema", 231 "flatbuffers", 232 "lz4_flex", 233 "zstd", 234] 235 236[[package]] 237name = "arrow-json" 238version = "52.2.0" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "fb22284c5a2a01d73cebfd88a33511a3234ab45d66086b2ca2d1228c3498e445" 241dependencies = [ 242 "arrow-array", 243 "arrow-buffer", 244 "arrow-cast", 245 "arrow-data", 246 "arrow-schema", 247 "chrono", 248 "half", 249 "indexmap", 250 "lexical-core", 251 "num", 252 "serde", 253 "serde_json", 254] 255 256[[package]] 257name = "arrow-ord" 258version = "52.2.0" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "42745f86b1ab99ef96d1c0bcf49180848a64fe2c7a7a0d945bc64fa2b21ba9bc" 261dependencies = [ 262 "arrow-array", 263 "arrow-buffer", 264 "arrow-data", 265 "arrow-schema", 266 "arrow-select", 267 "half", 268 "num", 269] 270 271[[package]] 272name = "arrow-row" 273version = "52.2.0" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "4cd09a518c602a55bd406bcc291a967b284cfa7a63edfbf8b897ea4748aad23c" 276dependencies = [ 277 "ahash", 278 "arrow-array", 279 "arrow-buffer", 280 "arrow-data", 281 "arrow-schema", 282 "half", 283] 284 285[[package]] 286name = "arrow-schema" 287version = "52.2.0" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "9e972cd1ff4a4ccd22f86d3e53e835c2ed92e0eea6a3e8eadb72b4f1ac802cf8" 290dependencies = [ 291 "bitflags 2.6.0", 292] 293 294[[package]] 295name = "arrow-select" 296version = "52.2.0" 297source = "registry+https://github.com/rust-lang/crates.io-index" 298checksum = "600bae05d43483d216fb3494f8c32fdbefd8aa4e1de237e790dbb3d9f44690a3" 299dependencies = [ 300 "ahash", 301 "arrow-array", 302 "arrow-buffer", 303 "arrow-data", 304 "arrow-schema", 305 "num", 306] 307 308[[package]] 309name = "arrow-string" 310version = "52.2.0" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "f0dc1985b67cb45f6606a248ac2b4a288849f196bab8c657ea5589f47cdd55e6" 313dependencies = [ 314 "arrow-array", 315 "arrow-buffer", 316 "arrow-data", 317 "arrow-schema", 318 "arrow-select", 319 "memchr", 320 "num", 321 "regex", 322 "regex-syntax", 323] 324 325[[package]] 326name = "async-channel" 327version = "1.9.0" 328source = "registry+https://github.com/rust-lang/crates.io-index" 329checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 330dependencies = [ 331 "concurrent-queue", 332 "event-listener 2.5.3", 333 "futures-core", 334] 335 336[[package]] 337name = "async-channel" 338version = "2.3.1" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 341dependencies = [ 342 "concurrent-queue", 343 "event-listener-strategy", 344 "futures-core", 345 "pin-project-lite", 346] 347 348[[package]] 349name = "async-compression" 350version = "0.4.13" 351source = "registry+https://github.com/rust-lang/crates.io-index" 352checksum = "7e614738943d3f68c628ae3dbce7c3daffb196665f82f8c8ea6b65de73c79429" 353dependencies = [ 354 "bzip2", 355 "flate2", 356 "futures-core", 357 "futures-io", 358 "memchr", 359 "pin-project-lite", 360 "tokio", 361 "xz2", 362 "zstd", 363 "zstd-safe", 364] 365 366[[package]] 367name = "async-executor" 368version = "1.13.1" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" 371dependencies = [ 372 "async-task", 373 "concurrent-queue", 374 "fastrand 2.1.1", 375 "futures-lite 2.3.0", 376 "slab", 377] 378 379[[package]] 380name = "async-global-executor" 381version = "2.4.1" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c" 384dependencies = [ 385 "async-channel 2.3.1", 386 "async-executor", 387 "async-io 2.3.4", 388 "async-lock 3.4.0", 389 "blocking", 390 "futures-lite 2.3.0", 391 "once_cell", 392] 393 394[[package]] 395name = "async-io" 396version = "1.13.0" 397source = "registry+https://github.com/rust-lang/crates.io-index" 398checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 399dependencies = [ 400 "async-lock 2.8.0", 401 "autocfg", 402 "cfg-if", 403 "concurrent-queue", 404 "futures-lite 1.13.0", 405 "log", 406 "parking", 407 "polling 2.8.0", 408 "rustix 0.37.27", 409 "slab", 410 "socket2 0.4.10", 411 "waker-fn", 412] 413 414[[package]] 415name = "async-io" 416version = "2.3.4" 417source = "registry+https://github.com/rust-lang/crates.io-index" 418checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8" 419dependencies = [ 420 "async-lock 3.4.0", 421 "cfg-if", 422 "concurrent-queue", 423 "futures-io", 424 "futures-lite 2.3.0", 425 "parking", 426 "polling 3.7.3", 427 "rustix 0.38.37", 428 "slab", 429 "tracing", 430 "windows-sys 0.59.0", 431] 432 433[[package]] 434name = "async-lock" 435version = "2.8.0" 436source = "registry+https://github.com/rust-lang/crates.io-index" 437checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 438dependencies = [ 439 "event-listener 2.5.3", 440] 441 442[[package]] 443name = "async-lock" 444version = "3.4.0" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 447dependencies = [ 448 "event-listener 5.3.1", 449 "event-listener-strategy", 450 "pin-project-lite", 451] 452 453[[package]] 454name = "async-priority-channel" 455version = "0.2.0" 456source = "registry+https://github.com/rust-lang/crates.io-index" 457checksum = "acde96f444d31031f760c5c43dc786b97d3e1cb2ee49dd06898383fe9a999758" 458dependencies = [ 459 "event-listener 4.0.3", 460] 461 462[[package]] 463name = "async-recursion" 464version = "1.1.1" 465source = "registry+https://github.com/rust-lang/crates.io-index" 466checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 467dependencies = [ 468 "proc-macro2", 469 "quote", 470 "syn 2.0.79", 471] 472 473[[package]] 474name = "async-std" 475version = "1.13.0" 476source = "registry+https://github.com/rust-lang/crates.io-index" 477checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615" 478dependencies = [ 479 "async-channel 1.9.0", 480 "async-global-executor", 481 "async-io 2.3.4", 482 "async-lock 3.4.0", 483 "crossbeam-utils", 484 "futures-channel", 485 "futures-core", 486 "futures-io", 487 "futures-lite 2.3.0", 488 "gloo-timers", 489 "kv-log-macro", 490 "log", 491 "memchr", 492 "once_cell", 493 "pin-project-lite", 494 "pin-utils", 495 "slab", 496 "wasm-bindgen-futures", 497] 498 499[[package]] 500name = "async-task" 501version = "4.7.1" 502source = "registry+https://github.com/rust-lang/crates.io-index" 503checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 504 505[[package]] 506name = "async-trait" 507version = "0.1.83" 508source = "registry+https://github.com/rust-lang/crates.io-index" 509checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 510dependencies = [ 511 "proc-macro2", 512 "quote", 513 "syn 2.0.79", 514] 515 516[[package]] 517name = "async_cell" 518version = "0.2.2" 519source = "registry+https://github.com/rust-lang/crates.io-index" 520checksum = "834eee9ce518130a3b4d5af09ecc43e9d6b57ee76613f227a1ddd6b77c7a62bc" 521 522[[package]] 523name = "atoi" 524version = "2.0.0" 525source = "registry+https://github.com/rust-lang/crates.io-index" 526checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 527dependencies = [ 528 "num-traits", 529] 530 531[[package]] 532name = "atomic-waker" 533version = "1.1.2" 534source = "registry+https://github.com/rust-lang/crates.io-index" 535checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 536 537[[package]] 538name = "autocfg" 539version = "1.4.0" 540source = "registry+https://github.com/rust-lang/crates.io-index" 541checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 542 543[[package]] 544name = "aws-config" 545version = "1.5.8" 546source = "registry+https://github.com/rust-lang/crates.io-index" 547checksum = "7198e6f03240fdceba36656d8be440297b6b82270325908c7381f37d826a74f6" 548dependencies = [ 549 "aws-credential-types", 550 "aws-runtime", 551 "aws-sdk-sso", 552 "aws-sdk-ssooidc", 553 "aws-sdk-sts", 554 "aws-smithy-async", 555 "aws-smithy-http", 556 "aws-smithy-json", 557 "aws-smithy-runtime", 558 "aws-smithy-runtime-api", 559 "aws-smithy-types", 560 "aws-types", 561 "bytes", 562 "fastrand 2.1.1", 563 "hex", 564 "http 0.2.12", 565 "ring", 566 "time", 567 "tokio", 568 "tracing", 569 "url", 570 "zeroize", 571] 572 573[[package]] 574name = "aws-credential-types" 575version = "1.2.1" 576source = "registry+https://github.com/rust-lang/crates.io-index" 577checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da" 578dependencies = [ 579 "aws-smithy-async", 580 "aws-smithy-runtime-api", 581 "aws-smithy-types", 582 "zeroize", 583] 584 585[[package]] 586name = "aws-runtime" 587version = "1.4.3" 588source = "registry+https://github.com/rust-lang/crates.io-index" 589checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468" 590dependencies = [ 591 "aws-credential-types", 592 "aws-sigv4", 593 "aws-smithy-async", 594 "aws-smithy-http", 595 "aws-smithy-runtime", 596 "aws-smithy-runtime-api", 597 "aws-smithy-types", 598 "aws-types", 599 "bytes", 600 "fastrand 2.1.1", 601 "http 0.2.12", 602 "http-body 0.4.6", 603 "once_cell", 604 "percent-encoding", 605 "pin-project-lite", 606 "tracing", 607 "uuid", 608] 609 610[[package]] 611name = "aws-sdk-dynamodb" 612version = "1.49.0" 613source = "registry+https://github.com/rust-lang/crates.io-index" 614checksum = "ab0ade000608877169533a54326badd6b5a707d2faf876cfc3976a7f9d7e5329" 615dependencies = [ 616 "aws-credential-types", 617 "aws-runtime", 618 "aws-smithy-async", 619 "aws-smithy-http", 620 "aws-smithy-json", 621 "aws-smithy-runtime", 622 "aws-smithy-runtime-api", 623 "aws-smithy-types", 624 "aws-types", 625 "bytes", 626 "fastrand 2.1.1", 627 "http 0.2.12", 628 "once_cell", 629 "regex-lite", 630 "tracing", 631] 632 633[[package]] 634name = "aws-sdk-sso" 635version = "1.45.0" 636source = "registry+https://github.com/rust-lang/crates.io-index" 637checksum = "e33ae899566f3d395cbf42858e433930682cc9c1889fa89318896082fef45efb" 638dependencies = [ 639 "aws-credential-types", 640 "aws-runtime", 641 "aws-smithy-async", 642 "aws-smithy-http", 643 "aws-smithy-json", 644 "aws-smithy-runtime", 645 "aws-smithy-runtime-api", 646 "aws-smithy-types", 647 "aws-types", 648 "bytes", 649 "http 0.2.12", 650 "once_cell", 651 "regex-lite", 652 "tracing", 653] 654 655[[package]] 656name = "aws-sdk-ssooidc" 657version = "1.46.0" 658source = "registry+https://github.com/rust-lang/crates.io-index" 659checksum = "f39c09e199ebd96b9f860b0fce4b6625f211e064ad7c8693b72ecf7ef03881e0" 660dependencies = [ 661 "aws-credential-types", 662 "aws-runtime", 663 "aws-smithy-async", 664 "aws-smithy-http", 665 "aws-smithy-json", 666 "aws-smithy-runtime", 667 "aws-smithy-runtime-api", 668 "aws-smithy-types", 669 "aws-types", 670 "bytes", 671 "http 0.2.12", 672 "once_cell", 673 "regex-lite", 674 "tracing", 675] 676 677[[package]] 678name = "aws-sdk-sts" 679version = "1.45.0" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "3d95f93a98130389eb6233b9d615249e543f6c24a68ca1f109af9ca5164a8765" 682dependencies = [ 683 "aws-credential-types", 684 "aws-runtime", 685 "aws-smithy-async", 686 "aws-smithy-http", 687 "aws-smithy-json", 688 "aws-smithy-query", 689 "aws-smithy-runtime", 690 "aws-smithy-runtime-api", 691 "aws-smithy-types", 692 "aws-smithy-xml", 693 "aws-types", 694 "http 0.2.12", 695 "once_cell", 696 "regex-lite", 697 "tracing", 698] 699 700[[package]] 701name = "aws-sigv4" 702version = "1.2.4" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "cc8db6904450bafe7473c6ca9123f88cc11089e41a025408f992db4e22d3be68" 705dependencies = [ 706 "aws-credential-types", 707 "aws-smithy-http", 708 "aws-smithy-runtime-api", 709 "aws-smithy-types", 710 "bytes", 711 "form_urlencoded", 712 "hex", 713 "hmac", 714 "http 0.2.12", 715 "http 1.1.0", 716 "once_cell", 717 "percent-encoding", 718 "sha2", 719 "time", 720 "tracing", 721] 722 723[[package]] 724name = "aws-smithy-async" 725version = "1.2.1" 726source = "registry+https://github.com/rust-lang/crates.io-index" 727checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c" 728dependencies = [ 729 "futures-util", 730 "pin-project-lite", 731 "tokio", 732] 733 734[[package]] 735name = "aws-smithy-http" 736version = "0.60.11" 737source = "registry+https://github.com/rust-lang/crates.io-index" 738checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6" 739dependencies = [ 740 "aws-smithy-runtime-api", 741 "aws-smithy-types", 742 "bytes", 743 "bytes-utils", 744 "futures-core", 745 "http 0.2.12", 746 "http-body 0.4.6", 747 "once_cell", 748 "percent-encoding", 749 "pin-project-lite", 750 "pin-utils", 751 "tracing", 752] 753 754[[package]] 755name = "aws-smithy-json" 756version = "0.60.7" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6" 759dependencies = [ 760 "aws-smithy-types", 761] 762 763[[package]] 764name = "aws-smithy-query" 765version = "0.60.7" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb" 768dependencies = [ 769 "aws-smithy-types", 770 "urlencoding", 771] 772 773[[package]] 774name = "aws-smithy-runtime" 775version = "1.7.1" 776source = "registry+https://github.com/rust-lang/crates.io-index" 777checksum = "d1ce695746394772e7000b39fe073095db6d45a862d0767dd5ad0ac0d7f8eb87" 778dependencies = [ 779 "aws-smithy-async", 780 "aws-smithy-http", 781 "aws-smithy-runtime-api", 782 "aws-smithy-types", 783 "bytes", 784 "fastrand 2.1.1", 785 "h2 0.3.26", 786 "http 0.2.12", 787 "http-body 0.4.6", 788 "http-body 1.0.1", 789 "httparse", 790 "hyper 0.14.30", 791 "hyper-rustls 0.24.2", 792 "once_cell", 793 "pin-project-lite", 794 "pin-utils", 795 "rustls 0.21.12", 796 "tokio", 797 "tracing", 798] 799 800[[package]] 801name = "aws-smithy-runtime-api" 802version = "1.7.2" 803source = "registry+https://github.com/rust-lang/crates.io-index" 804checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96" 805dependencies = [ 806 "aws-smithy-async", 807 "aws-smithy-types", 808 "bytes", 809 "http 0.2.12", 810 "http 1.1.0", 811 "pin-project-lite", 812 "tokio", 813 "tracing", 814 "zeroize", 815] 816 817[[package]] 818name = "aws-smithy-types" 819version = "1.2.7" 820source = "registry+https://github.com/rust-lang/crates.io-index" 821checksum = "147100a7bea70fa20ef224a6bad700358305f5dc0f84649c53769761395b355b" 822dependencies = [ 823 "base64-simd", 824 "bytes", 825 "bytes-utils", 826 "futures-core", 827 "http 0.2.12", 828 "http 1.1.0", 829 "http-body 0.4.6", 830 "http-body 1.0.1", 831 "http-body-util", 832 "itoa", 833 "num-integer", 834 "pin-project-lite", 835 "pin-utils", 836 "ryu", 837 "serde", 838 "time", 839 "tokio", 840 "tokio-util", 841] 842 843[[package]] 844name = "aws-smithy-xml" 845version = "0.60.9" 846source = "registry+https://github.com/rust-lang/crates.io-index" 847checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc" 848dependencies = [ 849 "xmlparser", 850] 851 852[[package]] 853name = "aws-types" 854version = "1.3.3" 855source = "registry+https://github.com/rust-lang/crates.io-index" 856checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef" 857dependencies = [ 858 "aws-credential-types", 859 "aws-smithy-async", 860 "aws-smithy-runtime-api", 861 "aws-smithy-types", 862 "rustc_version", 863 "tracing", 864] 865 866[[package]] 867name = "backtrace" 868version = "0.3.74" 869source = "registry+https://github.com/rust-lang/crates.io-index" 870checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 871dependencies = [ 872 "addr2line", 873 "cfg-if", 874 "libc", 875 "miniz_oxide", 876 "object", 877 "rustc-demangle", 878 "windows-targets 0.52.6", 879] 880 881[[package]] 882name = "base64" 883version = "0.21.7" 884source = "registry+https://github.com/rust-lang/crates.io-index" 885checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 886 887[[package]] 888name = "base64" 889version = "0.22.1" 890source = "registry+https://github.com/rust-lang/crates.io-index" 891checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 892 893[[package]] 894name = "base64-simd" 895version = "0.8.0" 896source = "registry+https://github.com/rust-lang/crates.io-index" 897checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 898dependencies = [ 899 "outref", 900 "vsimd", 901] 902 903[[package]] 904name = "bitflags" 905version = "1.3.2" 906source = "registry+https://github.com/rust-lang/crates.io-index" 907checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 908 909[[package]] 910name = "bitflags" 911version = "2.6.0" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 914 915[[package]] 916name = "bitpacking" 917version = "0.9.2" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "4c1d3e2bfd8d06048a179f7b17afc3188effa10385e7b00dc65af6aae732ea92" 920dependencies = [ 921 "crunchy", 922] 923 924[[package]] 925name = "bitvec" 926version = "1.0.1" 927source = "registry+https://github.com/rust-lang/crates.io-index" 928checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 929dependencies = [ 930 "funty", 931 "radium", 932 "tap", 933 "wyz", 934] 935 936[[package]] 937name = "blake2" 938version = "0.10.6" 939source = "registry+https://github.com/rust-lang/crates.io-index" 940checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" 941dependencies = [ 942 "digest", 943] 944 945[[package]] 946name = "blake3" 947version = "1.5.4" 948source = "registry+https://github.com/rust-lang/crates.io-index" 949checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7" 950dependencies = [ 951 "arrayref", 952 "arrayvec", 953 "cc", 954 "cfg-if", 955 "constant_time_eq", 956] 957 958[[package]] 959name = "block-buffer" 960version = "0.10.4" 961source = "registry+https://github.com/rust-lang/crates.io-index" 962checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 963dependencies = [ 964 "generic-array", 965] 966 967[[package]] 968name = "blocking" 969version = "1.6.1" 970source = "registry+https://github.com/rust-lang/crates.io-index" 971checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 972dependencies = [ 973 "async-channel 2.3.1", 974 "async-task", 975 "futures-io", 976 "futures-lite 2.3.0", 977 "piper", 978] 979 980[[package]] 981name = "brotli" 982version = "6.0.0" 983source = "registry+https://github.com/rust-lang/crates.io-index" 984checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b" 985dependencies = [ 986 "alloc-no-stdlib", 987 "alloc-stdlib", 988 "brotli-decompressor", 989] 990 991[[package]] 992name = "brotli-decompressor" 993version = "4.0.1" 994source = "registry+https://github.com/rust-lang/crates.io-index" 995checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" 996dependencies = [ 997 "alloc-no-stdlib", 998 "alloc-stdlib", 999] 1000 1001[[package]] 1002name = "bumpalo" 1003version = "3.16.0" 1004source = "registry+https://github.com/rust-lang/crates.io-index" 1005checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 1006 1007[[package]] 1008name = "bytecount" 1009version = "0.6.8" 1010source = "registry+https://github.com/rust-lang/crates.io-index" 1011checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" 1012 1013[[package]] 1014name = "bytemuck" 1015version = "1.18.0" 1016source = "registry+https://github.com/rust-lang/crates.io-index" 1017checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae" 1018 1019[[package]] 1020name = "byteorder" 1021version = "1.5.0" 1022source = "registry+https://github.com/rust-lang/crates.io-index" 1023checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 1024 1025[[package]] 1026name = "bytes" 1027version = "1.7.2" 1028source = "registry+https://github.com/rust-lang/crates.io-index" 1029checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" 1030 1031[[package]] 1032name = "bytes-utils" 1033version = "0.1.4" 1034source = "registry+https://github.com/rust-lang/crates.io-index" 1035checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35" 1036dependencies = [ 1037 "bytes", 1038 "either", 1039] 1040 1041[[package]] 1042name = "bzip2" 1043version = "0.4.4" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" 1046dependencies = [ 1047 "bzip2-sys", 1048 "libc", 1049] 1050 1051[[package]] 1052name = "bzip2-sys" 1053version = "0.1.11+1.0.8" 1054source = "registry+https://github.com/rust-lang/crates.io-index" 1055checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 1056dependencies = [ 1057 "cc", 1058 "libc", 1059 "pkg-config", 1060] 1061 1062[[package]] 1063name = "camino" 1064version = "1.1.9" 1065source = "registry+https://github.com/rust-lang/crates.io-index" 1066checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" 1067dependencies = [ 1068 "serde", 1069] 1070 1071[[package]] 1072name = "cargo-platform" 1073version = "0.1.8" 1074source = "registry+https://github.com/rust-lang/crates.io-index" 1075checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" 1076dependencies = [ 1077 "serde", 1078] 1079 1080[[package]] 1081name = "cargo_metadata" 1082version = "0.14.2" 1083source = "registry+https://github.com/rust-lang/crates.io-index" 1084checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" 1085dependencies = [ 1086 "camino", 1087 "cargo-platform", 1088 "semver", 1089 "serde", 1090 "serde_json", 1091] 1092 1093[[package]] 1094name = "cc" 1095version = "1.1.28" 1096source = "registry+https://github.com/rust-lang/crates.io-index" 1097checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1" 1098dependencies = [ 1099 "jobserver", 1100 "libc", 1101 "shlex", 1102] 1103 1104[[package]] 1105name = "census" 1106version = "0.4.2" 1107source = "registry+https://github.com/rust-lang/crates.io-index" 1108checksum = "4f4c707c6a209cbe82d10abd08e1ea8995e9ea937d2550646e02798948992be0" 1109 1110[[package]] 1111name = "cfg-if" 1112version = "1.0.0" 1113source = "registry+https://github.com/rust-lang/crates.io-index" 1114checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 1115 1116[[package]] 1117name = "chrono" 1118version = "0.4.38" 1119source = "registry+https://github.com/rust-lang/crates.io-index" 1120checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 1121dependencies = [ 1122 "android-tzdata", 1123 "iana-time-zone", 1124 "js-sys", 1125 "num-traits", 1126 "serde", 1127 "wasm-bindgen", 1128 "windows-targets 0.52.6", 1129] 1130 1131[[package]] 1132name = "chrono-tz" 1133version = "0.9.0" 1134source = "registry+https://github.com/rust-lang/crates.io-index" 1135checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb" 1136dependencies = [ 1137 "chrono", 1138 "chrono-tz-build", 1139 "phf", 1140] 1141 1142[[package]] 1143name = "chrono-tz-build" 1144version = "0.3.0" 1145source = "registry+https://github.com/rust-lang/crates.io-index" 1146checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1" 1147dependencies = [ 1148 "parse-zoneinfo", 1149 "phf", 1150 "phf_codegen", 1151] 1152 1153[[package]] 1154name = "comfy-table" 1155version = "7.1.1" 1156source = "registry+https://github.com/rust-lang/crates.io-index" 1157checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" 1158dependencies = [ 1159 "strum", 1160 "strum_macros", 1161 "unicode-width", 1162] 1163 1164[[package]] 1165name = "concurrent-queue" 1166version = "2.5.0" 1167source = "registry+https://github.com/rust-lang/crates.io-index" 1168checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 1169dependencies = [ 1170 "crossbeam-utils", 1171] 1172 1173[[package]] 1174name = "const-random" 1175version = "0.1.18" 1176source = "registry+https://github.com/rust-lang/crates.io-index" 1177checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" 1178dependencies = [ 1179 "const-random-macro", 1180] 1181 1182[[package]] 1183name = "const-random-macro" 1184version = "0.1.16" 1185source = "registry+https://github.com/rust-lang/crates.io-index" 1186checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" 1187dependencies = [ 1188 "getrandom", 1189 "once_cell", 1190 "tiny-keccak", 1191] 1192 1193[[package]] 1194name = "constant_time_eq" 1195version = "0.3.1" 1196source = "registry+https://github.com/rust-lang/crates.io-index" 1197checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" 1198 1199[[package]] 1200name = "core-foundation" 1201version = "0.9.4" 1202source = "registry+https://github.com/rust-lang/crates.io-index" 1203checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1204dependencies = [ 1205 "core-foundation-sys", 1206 "libc", 1207] 1208 1209[[package]] 1210name = "core-foundation-sys" 1211version = "0.8.7" 1212source = "registry+https://github.com/rust-lang/crates.io-index" 1213checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 1214 1215[[package]] 1216name = "cpufeatures" 1217version = "0.2.14" 1218source = "registry+https://github.com/rust-lang/crates.io-index" 1219checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" 1220dependencies = [ 1221 "libc", 1222] 1223 1224[[package]] 1225name = "crc" 1226version = "3.2.1" 1227source = "registry+https://github.com/rust-lang/crates.io-index" 1228checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" 1229dependencies = [ 1230 "crc-catalog", 1231] 1232 1233[[package]] 1234name = "crc-catalog" 1235version = "2.4.0" 1236source = "registry+https://github.com/rust-lang/crates.io-index" 1237checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 1238 1239[[package]] 1240name = "crc32fast" 1241version = "1.4.2" 1242source = "registry+https://github.com/rust-lang/crates.io-index" 1243checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 1244dependencies = [ 1245 "cfg-if", 1246] 1247 1248[[package]] 1249name = "crossbeam-channel" 1250version = "0.5.13" 1251source = "registry+https://github.com/rust-lang/crates.io-index" 1252checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 1253dependencies = [ 1254 "crossbeam-utils", 1255] 1256 1257[[package]] 1258name = "crossbeam-deque" 1259version = "0.8.5" 1260source = "registry+https://github.com/rust-lang/crates.io-index" 1261checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 1262dependencies = [ 1263 "crossbeam-epoch", 1264 "crossbeam-utils", 1265] 1266 1267[[package]] 1268name = "crossbeam-epoch" 1269version = "0.9.18" 1270source = "registry+https://github.com/rust-lang/crates.io-index" 1271checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 1272dependencies = [ 1273 "crossbeam-utils", 1274] 1275 1276[[package]] 1277name = "crossbeam-queue" 1278version = "0.3.11" 1279source = "registry+https://github.com/rust-lang/crates.io-index" 1280checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 1281dependencies = [ 1282 "crossbeam-utils", 1283] 1284 1285[[package]] 1286name = "crossbeam-utils" 1287version = "0.8.20" 1288source = "registry+https://github.com/rust-lang/crates.io-index" 1289checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 1290 1291[[package]] 1292name = "crunchy" 1293version = "0.2.2" 1294source = "registry+https://github.com/rust-lang/crates.io-index" 1295checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 1296 1297[[package]] 1298name = "crypto-common" 1299version = "0.1.6" 1300source = "registry+https://github.com/rust-lang/crates.io-index" 1301checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1302dependencies = [ 1303 "generic-array", 1304 "typenum", 1305] 1306 1307[[package]] 1308name = "csv" 1309version = "1.3.0" 1310source = "registry+https://github.com/rust-lang/crates.io-index" 1311checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" 1312dependencies = [ 1313 "csv-core", 1314 "itoa", 1315 "ryu", 1316 "serde", 1317] 1318 1319[[package]] 1320name = "csv-core" 1321version = "0.1.11" 1322source = "registry+https://github.com/rust-lang/crates.io-index" 1323checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" 1324dependencies = [ 1325 "memchr", 1326] 1327 1328[[package]] 1329name = "dashmap" 1330version = "5.5.3" 1331source = "registry+https://github.com/rust-lang/crates.io-index" 1332checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 1333dependencies = [ 1334 "cfg-if", 1335 "hashbrown 0.14.5", 1336 "lock_api", 1337 "once_cell", 1338 "parking_lot_core", 1339] 1340 1341[[package]] 1342name = "dashmap" 1343version = "6.1.0" 1344source = "registry+https://github.com/rust-lang/crates.io-index" 1345checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 1346dependencies = [ 1347 "cfg-if", 1348 "crossbeam-utils", 1349 "hashbrown 0.14.5", 1350 "lock_api", 1351 "once_cell", 1352 "parking_lot_core", 1353] 1354 1355[[package]] 1356name = "datafusion" 1357version = "41.0.0" 1358source = "registry+https://github.com/rust-lang/crates.io-index" 1359checksum = "e4fd4a99fc70d40ef7e52b243b4a399c3f8d353a40d5ecb200deee05e49c61bb" 1360dependencies = [ 1361 "ahash", 1362 "arrow", 1363 "arrow-array", 1364 "arrow-ipc", 1365 "arrow-schema", 1366 "async-compression", 1367 "async-trait", 1368 "bytes", 1369 "bzip2", 1370 "chrono", 1371 "dashmap 6.1.0", 1372 "datafusion-catalog", 1373 "datafusion-common", 1374 "datafusion-common-runtime", 1375 "datafusion-execution", 1376 "datafusion-expr", 1377 "datafusion-functions", 1378 "datafusion-functions-aggregate", 1379 "datafusion-functions-nested", 1380 "datafusion-optimizer", 1381 "datafusion-physical-expr", 1382 "datafusion-physical-expr-common", 1383 "datafusion-physical-optimizer", 1384 "datafusion-physical-plan", 1385 "datafusion-sql", 1386 "flate2", 1387 "futures", 1388 "glob", 1389 "half", 1390 "hashbrown 0.14.5", 1391 "indexmap", 1392 "itertools 0.12.1", 1393 "log", 1394 "num_cpus", 1395 "object_store", 1396 "parking_lot", 1397 "parquet", 1398 "paste", 1399 "pin-project-lite", 1400 "rand", 1401 "sqlparser", 1402 "tempfile", 1403 "tokio", 1404 "tokio-util", 1405 "url", 1406 "uuid", 1407 "xz2", 1408 "zstd", 1409] 1410 1411[[package]] 1412name = "datafusion-catalog" 1413version = "41.0.0" 1414source = "registry+https://github.com/rust-lang/crates.io-index" 1415checksum = "e13b3cfbd84c6003594ae1972314e3df303a27ce8ce755fcea3240c90f4c0529" 1416dependencies = [ 1417 "arrow-schema", 1418 "async-trait", 1419 "datafusion-common", 1420 "datafusion-execution", 1421 "datafusion-expr", 1422 "datafusion-physical-plan", 1423] 1424 1425[[package]] 1426name = "datafusion-common" 1427version = "41.0.0" 1428source = "registry+https://github.com/rust-lang/crates.io-index" 1429checksum = "44fdbc877e3e40dcf88cc8f283d9f5c8851f0a3aa07fee657b1b75ac1ad49b9c" 1430dependencies = [ 1431 "ahash", 1432 "arrow", 1433 "arrow-array", 1434 "arrow-buffer", 1435 "arrow-schema", 1436 "chrono", 1437 "half", 1438 "hashbrown 0.14.5", 1439 "instant", 1440 "libc", 1441 "num_cpus", 1442 "object_store", 1443 "parquet", 1444 "sqlparser", 1445] 1446 1447[[package]] 1448name = "datafusion-common-runtime" 1449version = "41.0.0" 1450source = "registry+https://github.com/rust-lang/crates.io-index" 1451checksum = "8a7496d1f664179f6ce3a5cbef6566056ccaf3ea4aa72cc455f80e62c1dd86b1" 1452dependencies = [ 1453 "tokio", 1454] 1455 1456[[package]] 1457name = "datafusion-execution" 1458version = "41.0.0" 1459source = "registry+https://github.com/rust-lang/crates.io-index" 1460checksum = "799e70968c815b611116951e3dd876aef04bf217da31b72eec01ee6a959336a1" 1461dependencies = [ 1462 "arrow", 1463 "chrono", 1464 "dashmap 6.1.0", 1465 "datafusion-common", 1466 "datafusion-expr", 1467 "futures", 1468 "hashbrown 0.14.5", 1469 "log", 1470 "object_store", 1471 "parking_lot", 1472 "rand", 1473 "tempfile", 1474 "url", 1475] 1476 1477[[package]] 1478name = "datafusion-expr" 1479version = "41.0.0" 1480source = "registry+https://github.com/rust-lang/crates.io-index" 1481checksum = "1c1841c409d9518c17971d15c9bae62e629eb937e6fb6c68cd32e9186f8b30d2" 1482dependencies = [ 1483 "ahash", 1484 "arrow", 1485 "arrow-array", 1486 "arrow-buffer", 1487 "chrono", 1488 "datafusion-common", 1489 "paste", 1490 "serde_json", 1491 "sqlparser", 1492 "strum", 1493 "strum_macros", 1494] 1495 1496[[package]] 1497name = "datafusion-functions" 1498version = "41.0.0" 1499source = "registry+https://github.com/rust-lang/crates.io-index" 1500checksum = "a8e481cf34d2a444bd8fa09b65945f0ce83dc92df8665b761505b3d9f351bebb" 1501dependencies = [ 1502 "arrow", 1503 "arrow-buffer", 1504 "base64 0.22.1", 1505 "blake2", 1506 "blake3", 1507 "chrono", 1508 "datafusion-common", 1509 "datafusion-execution", 1510 "datafusion-expr", 1511 "hashbrown 0.14.5", 1512 "hex", 1513 "itertools 0.12.1", 1514 "log", 1515 "md-5", 1516 "rand", 1517 "regex", 1518 "sha2", 1519 "unicode-segmentation", 1520 "uuid", 1521] 1522 1523[[package]] 1524name = "datafusion-functions-aggregate" 1525version = "41.0.0" 1526source = "registry+https://github.com/rust-lang/crates.io-index" 1527checksum = "2b4ece19f73c02727e5e8654d79cd5652de371352c1df3c4ac3e419ecd6943fb" 1528dependencies = [ 1529 "ahash", 1530 "arrow", 1531 "arrow-schema", 1532 "datafusion-common", 1533 "datafusion-execution", 1534 "datafusion-expr", 1535 "datafusion-physical-expr-common", 1536 "log", 1537 "paste", 1538 "sqlparser", 1539] 1540 1541[[package]] 1542name = "datafusion-functions-nested" 1543version = "41.0.0" 1544source = "registry+https://github.com/rust-lang/crates.io-index" 1545checksum = "a1474552cc824e8c9c88177d454db5781d4b66757d4aca75719306b8343a5e8d" 1546dependencies = [ 1547 "arrow", 1548 "arrow-array", 1549 "arrow-buffer", 1550 "arrow-ord", 1551 "arrow-schema", 1552 "datafusion-common", 1553 "datafusion-execution", 1554 "datafusion-expr", 1555 "datafusion-functions", 1556 "datafusion-functions-aggregate", 1557 "itertools 0.12.1", 1558 "log", 1559 "paste", 1560 "rand", 1561] 1562 1563[[package]] 1564name = "datafusion-optimizer" 1565version = "41.0.0" 1566source = "registry+https://github.com/rust-lang/crates.io-index" 1567checksum = "791ff56f55608bc542d1ea7a68a64bdc86a9413f5a381d06a39fd49c2a3ab906" 1568dependencies = [ 1569 "arrow", 1570 "async-trait", 1571 "chrono", 1572 "datafusion-common", 1573 "datafusion-expr", 1574 "datafusion-physical-expr", 1575 "hashbrown 0.14.5", 1576 "indexmap", 1577 "itertools 0.12.1", 1578 "log", 1579 "paste", 1580 "regex-syntax", 1581] 1582 1583[[package]] 1584name = "datafusion-physical-expr" 1585version = "41.0.0" 1586source = "registry+https://github.com/rust-lang/crates.io-index" 1587checksum = "9a223962b3041304a3e20ed07a21d5de3d88d7e4e71ca192135db6d24e3365a4" 1588dependencies = [ 1589 "ahash", 1590 "arrow", 1591 "arrow-array", 1592 "arrow-buffer", 1593 "arrow-ord", 1594 "arrow-schema", 1595 "arrow-string", 1596 "base64 0.22.1", 1597 "chrono", 1598 "datafusion-common", 1599 "datafusion-execution", 1600 "datafusion-expr", 1601 "datafusion-physical-expr-common", 1602 "half", 1603 "hashbrown 0.14.5", 1604 "hex", 1605 "indexmap", 1606 "itertools 0.12.1", 1607 "log", 1608 "paste", 1609 "petgraph", 1610 "regex", 1611] 1612 1613[[package]] 1614name = "datafusion-physical-expr-common" 1615version = "41.0.0" 1616source = "registry+https://github.com/rust-lang/crates.io-index" 1617checksum = "db5e7d8532a1601cd916881db87a70b0a599900d23f3db2897d389032da53bc6" 1618dependencies = [ 1619 "ahash", 1620 "arrow", 1621 "datafusion-common", 1622 "datafusion-expr", 1623 "hashbrown 0.14.5", 1624 "rand", 1625] 1626 1627[[package]] 1628name = "datafusion-physical-optimizer" 1629version = "41.0.0" 1630source = "registry+https://github.com/rust-lang/crates.io-index" 1631checksum = "fdb9c78f308e050f5004671039786a925c3fee83b90004e9fcfd328d7febdcc0" 1632dependencies = [ 1633 "datafusion-common", 1634 "datafusion-execution", 1635 "datafusion-physical-expr", 1636 "datafusion-physical-plan", 1637] 1638 1639[[package]] 1640name = "datafusion-physical-plan" 1641version = "41.0.0" 1642source = "registry+https://github.com/rust-lang/crates.io-index" 1643checksum = "8d1116949432eb2d30f6362707e2846d942e491052a206f2ddcb42d08aea1ffe" 1644dependencies = [ 1645 "ahash", 1646 "arrow", 1647 "arrow-array", 1648 "arrow-buffer", 1649 "arrow-ord", 1650 "arrow-schema", 1651 "async-trait", 1652 "chrono", 1653 "datafusion-common", 1654 "datafusion-common-runtime", 1655 "datafusion-execution", 1656 "datafusion-expr", 1657 "datafusion-functions-aggregate", 1658 "datafusion-physical-expr", 1659 "datafusion-physical-expr-common", 1660 "futures", 1661 "half", 1662 "hashbrown 0.14.5", 1663 "indexmap", 1664 "itertools 0.12.1", 1665 "log", 1666 "once_cell", 1667 "parking_lot", 1668 "pin-project-lite", 1669 "rand", 1670 "tokio", 1671] 1672 1673[[package]] 1674name = "datafusion-sql" 1675version = "41.0.0" 1676source = "registry+https://github.com/rust-lang/crates.io-index" 1677checksum = "b45d0180711165fe94015d7c4123eb3e1cf5fb60b1506453200b8d1ce666bef0" 1678dependencies = [ 1679 "arrow", 1680 "arrow-array", 1681 "arrow-schema", 1682 "datafusion-common", 1683 "datafusion-expr", 1684 "log", 1685 "regex", 1686 "sqlparser", 1687 "strum", 1688] 1689 1690[[package]] 1691name = "datafusion-substrait" 1692version = "41.0.0" 1693source = "registry+https://github.com/rust-lang/crates.io-index" 1694checksum = "bf0a0055aa98246c79f98f0d03df11f16cb7adc87818d02d4413e3f3cdadbbee" 1695dependencies = [ 1696 "arrow-buffer", 1697 "async-recursion", 1698 "chrono", 1699 "datafusion", 1700 "itertools 0.12.1", 1701 "object_store", 1702 "pbjson-types", 1703 "prost 0.12.6", 1704 "substrait", 1705 "url", 1706] 1707 1708[[package]] 1709name = "deepsize" 1710version = "0.2.0" 1711source = "registry+https://github.com/rust-lang/crates.io-index" 1712checksum = "1cdb987ec36f6bf7bfbea3f928b75590b736fc42af8e54d97592481351b2b96c" 1713dependencies = [ 1714 "deepsize_derive", 1715] 1716 1717[[package]] 1718name = "deepsize_derive" 1719version = "0.1.2" 1720source = "registry+https://github.com/rust-lang/crates.io-index" 1721checksum = "990101d41f3bc8c1a45641024377ee284ecc338e5ecf3ea0f0e236d897c72796" 1722dependencies = [ 1723 "proc-macro2", 1724 "quote", 1725 "syn 1.0.109", 1726] 1727 1728[[package]] 1729name = "deranged" 1730version = "0.3.11" 1731source = "registry+https://github.com/rust-lang/crates.io-index" 1732checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 1733dependencies = [ 1734 "powerfmt", 1735 "serde", 1736] 1737 1738[[package]] 1739name = "digest" 1740version = "0.10.7" 1741source = "registry+https://github.com/rust-lang/crates.io-index" 1742checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1743dependencies = [ 1744 "block-buffer", 1745 "crypto-common", 1746 "subtle", 1747] 1748 1749[[package]] 1750name = "dirs" 1751version = "5.0.1" 1752source = "registry+https://github.com/rust-lang/crates.io-index" 1753checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 1754dependencies = [ 1755 "dirs-sys", 1756] 1757 1758[[package]] 1759name = "dirs-sys" 1760version = "0.4.1" 1761source = "registry+https://github.com/rust-lang/crates.io-index" 1762checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 1763dependencies = [ 1764 "libc", 1765 "option-ext", 1766 "redox_users", 1767 "windows-sys 0.48.0", 1768] 1769 1770[[package]] 1771name = "doc-comment" 1772version = "0.3.3" 1773source = "registry+https://github.com/rust-lang/crates.io-index" 1774checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 1775 1776[[package]] 1777name = "downcast-rs" 1778version = "1.2.1" 1779source = "registry+https://github.com/rust-lang/crates.io-index" 1780checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 1781 1782[[package]] 1783name = "dyn-clone" 1784version = "1.0.17" 1785source = "registry+https://github.com/rust-lang/crates.io-index" 1786checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" 1787 1788[[package]] 1789name = "either" 1790version = "1.13.0" 1791source = "registry+https://github.com/rust-lang/crates.io-index" 1792checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 1793 1794[[package]] 1795name = "env_logger" 1796version = "0.10.2" 1797source = "registry+https://github.com/rust-lang/crates.io-index" 1798checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" 1799dependencies = [ 1800 "humantime", 1801 "is-terminal", 1802 "log", 1803 "regex", 1804 "termcolor", 1805] 1806 1807[[package]] 1808name = "equivalent" 1809version = "1.0.1" 1810source = "registry+https://github.com/rust-lang/crates.io-index" 1811checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1812 1813[[package]] 1814name = "errno" 1815version = "0.3.9" 1816source = "registry+https://github.com/rust-lang/crates.io-index" 1817checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 1818dependencies = [ 1819 "libc", 1820 "windows-sys 0.52.0", 1821] 1822 1823[[package]] 1824name = "error-chain" 1825version = "0.12.4" 1826source = "registry+https://github.com/rust-lang/crates.io-index" 1827checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" 1828dependencies = [ 1829 "version_check", 1830] 1831 1832[[package]] 1833name = "event-listener" 1834version = "2.5.3" 1835source = "registry+https://github.com/rust-lang/crates.io-index" 1836checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 1837 1838[[package]] 1839name = "event-listener" 1840version = "4.0.3" 1841source = "registry+https://github.com/rust-lang/crates.io-index" 1842checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" 1843dependencies = [ 1844 "concurrent-queue", 1845 "parking", 1846 "pin-project-lite", 1847] 1848 1849[[package]] 1850name = "event-listener" 1851version = "5.3.1" 1852source = "registry+https://github.com/rust-lang/crates.io-index" 1853checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" 1854dependencies = [ 1855 "concurrent-queue", 1856 "parking", 1857 "pin-project-lite", 1858] 1859 1860[[package]] 1861name = "event-listener-strategy" 1862version = "0.5.2" 1863source = "registry+https://github.com/rust-lang/crates.io-index" 1864checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" 1865dependencies = [ 1866 "event-listener 5.3.1", 1867 "pin-project-lite", 1868] 1869 1870[[package]] 1871name = "fastdivide" 1872version = "0.4.1" 1873source = "registry+https://github.com/rust-lang/crates.io-index" 1874checksum = "59668941c55e5c186b8b58c391629af56774ec768f73c08bbcd56f09348eb00b" 1875 1876[[package]] 1877name = "fastrand" 1878version = "1.9.0" 1879source = "registry+https://github.com/rust-lang/crates.io-index" 1880checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1881dependencies = [ 1882 "instant", 1883] 1884 1885[[package]] 1886name = "fastrand" 1887version = "2.1.1" 1888source = "registry+https://github.com/rust-lang/crates.io-index" 1889checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" 1890 1891[[package]] 1892name = "filetime" 1893version = "0.2.25" 1894source = "registry+https://github.com/rust-lang/crates.io-index" 1895checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" 1896dependencies = [ 1897 "cfg-if", 1898 "libc", 1899 "libredox", 1900 "windows-sys 0.59.0", 1901] 1902 1903[[package]] 1904name = "fixedbitset" 1905version = "0.4.2" 1906source = "registry+https://github.com/rust-lang/crates.io-index" 1907checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 1908 1909[[package]] 1910name = "flatbuffers" 1911version = "24.3.25" 1912source = "registry+https://github.com/rust-lang/crates.io-index" 1913checksum = "8add37afff2d4ffa83bc748a70b4b1370984f6980768554182424ef71447c35f" 1914dependencies = [ 1915 "bitflags 1.3.2", 1916 "rustc_version", 1917] 1918 1919[[package]] 1920name = "flate2" 1921version = "1.0.34" 1922source = "registry+https://github.com/rust-lang/crates.io-index" 1923checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" 1924dependencies = [ 1925 "crc32fast", 1926 "miniz_oxide", 1927] 1928 1929[[package]] 1930name = "fnv" 1931version = "1.0.7" 1932source = "registry+https://github.com/rust-lang/crates.io-index" 1933checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1934 1935[[package]] 1936name = "form_urlencoded" 1937version = "1.2.1" 1938source = "registry+https://github.com/rust-lang/crates.io-index" 1939checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1940dependencies = [ 1941 "percent-encoding", 1942] 1943 1944[[package]] 1945name = "fs4" 1946version = "0.8.4" 1947source = "registry+https://github.com/rust-lang/crates.io-index" 1948checksum = "f7e180ac76c23b45e767bd7ae9579bc0bb458618c4bc71835926e098e61d15f8" 1949dependencies = [ 1950 "rustix 0.38.37", 1951 "windows-sys 0.52.0", 1952] 1953 1954[[package]] 1955name = "fsst" 1956version = "0.18.2" 1957dependencies = [ 1958 "rand", 1959] 1960 1961[[package]] 1962name = "funty" 1963version = "2.0.0" 1964source = "registry+https://github.com/rust-lang/crates.io-index" 1965checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 1966 1967[[package]] 1968name = "futures" 1969version = "0.3.31" 1970source = "registry+https://github.com/rust-lang/crates.io-index" 1971checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1972dependencies = [ 1973 "futures-channel", 1974 "futures-core", 1975 "futures-executor", 1976 "futures-io", 1977 "futures-sink", 1978 "futures-task", 1979 "futures-util", 1980] 1981 1982[[package]] 1983name = "futures-channel" 1984version = "0.3.31" 1985source = "registry+https://github.com/rust-lang/crates.io-index" 1986checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1987dependencies = [ 1988 "futures-core", 1989 "futures-sink", 1990] 1991 1992[[package]] 1993name = "futures-core" 1994version = "0.3.31" 1995source = "registry+https://github.com/rust-lang/crates.io-index" 1996checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1997 1998[[package]] 1999name = "futures-executor" 2000version = "0.3.31" 2001source = "registry+https://github.com/rust-lang/crates.io-index" 2002checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 2003dependencies = [ 2004 "futures-core", 2005 "futures-task", 2006 "futures-util", 2007] 2008 2009[[package]] 2010name = "futures-io" 2011version = "0.3.31" 2012source = "registry+https://github.com/rust-lang/crates.io-index" 2013checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 2014 2015[[package]] 2016name = "futures-lite" 2017version = "1.13.0" 2018source = "registry+https://github.com/rust-lang/crates.io-index" 2019checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 2020dependencies = [ 2021 "fastrand 1.9.0", 2022 "futures-core", 2023 "futures-io", 2024 "memchr", 2025 "parking", 2026 "pin-project-lite", 2027 "waker-fn", 2028] 2029 2030[[package]] 2031name = "futures-lite" 2032version = "2.3.0" 2033source = "registry+https://github.com/rust-lang/crates.io-index" 2034checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" 2035dependencies = [ 2036 "fastrand 2.1.1", 2037 "futures-core", 2038 "futures-io", 2039 "parking", 2040 "pin-project-lite", 2041] 2042 2043[[package]] 2044name = "futures-macro" 2045version = "0.3.31" 2046source = "registry+https://github.com/rust-lang/crates.io-index" 2047checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 2048dependencies = [ 2049 "proc-macro2", 2050 "quote", 2051 "syn 2.0.79", 2052] 2053 2054[[package]] 2055name = "futures-sink" 2056version = "0.3.31" 2057source = "registry+https://github.com/rust-lang/crates.io-index" 2058checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 2059 2060[[package]] 2061name = "futures-task" 2062version = "0.3.31" 2063source = "registry+https://github.com/rust-lang/crates.io-index" 2064checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 2065 2066[[package]] 2067name = "futures-util" 2068version = "0.3.31" 2069source = "registry+https://github.com/rust-lang/crates.io-index" 2070checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 2071dependencies = [ 2072 "futures-channel", 2073 "futures-core", 2074 "futures-io", 2075 "futures-macro", 2076 "futures-sink", 2077 "futures-task", 2078 "memchr", 2079 "pin-project-lite", 2080 "pin-utils", 2081 "slab", 2082] 2083 2084[[package]] 2085name = "generic-array" 2086version = "0.14.7" 2087source = "registry+https://github.com/rust-lang/crates.io-index" 2088checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 2089dependencies = [ 2090 "typenum", 2091 "version_check", 2092] 2093 2094[[package]] 2095name = "getrandom" 2096version = "0.2.15" 2097source = "registry+https://github.com/rust-lang/crates.io-index" 2098checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 2099dependencies = [ 2100 "cfg-if", 2101 "js-sys", 2102 "libc", 2103 "wasi", 2104 "wasm-bindgen", 2105] 2106 2107[[package]] 2108name = "gimli" 2109version = "0.31.1" 2110source = "registry+https://github.com/rust-lang/crates.io-index" 2111checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 2112 2113[[package]] 2114name = "glob" 2115version = "0.3.1" 2116source = "registry+https://github.com/rust-lang/crates.io-index" 2117checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 2118 2119[[package]] 2120name = "gloo-timers" 2121version = "0.3.0" 2122source = "registry+https://github.com/rust-lang/crates.io-index" 2123checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" 2124dependencies = [ 2125 "futures-channel", 2126 "futures-core", 2127 "js-sys", 2128 "wasm-bindgen", 2129] 2130 2131[[package]] 2132name = "h2" 2133version = "0.3.26" 2134source = "registry+https://github.com/rust-lang/crates.io-index" 2135checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 2136dependencies = [ 2137 "bytes", 2138 "fnv", 2139 "futures-core", 2140 "futures-sink", 2141 "futures-util", 2142 "http 0.2.12", 2143 "indexmap", 2144 "slab", 2145 "tokio", 2146 "tokio-util", 2147 "tracing", 2148] 2149 2150[[package]] 2151name = "h2" 2152version = "0.4.6" 2153source = "registry+https://github.com/rust-lang/crates.io-index" 2154checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" 2155dependencies = [ 2156 "atomic-waker", 2157 "bytes", 2158 "fnv", 2159 "futures-core", 2160 "futures-sink", 2161 "http 1.1.0", 2162 "indexmap", 2163 "slab", 2164 "tokio", 2165 "tokio-util", 2166 "tracing", 2167] 2168 2169[[package]] 2170name = "half" 2171version = "2.4.1" 2172source = "registry+https://github.com/rust-lang/crates.io-index" 2173checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" 2174dependencies = [ 2175 "cfg-if", 2176 "crunchy", 2177 "num-traits", 2178] 2179 2180[[package]] 2181name = "hashbrown" 2182version = "0.14.5" 2183source = "registry+https://github.com/rust-lang/crates.io-index" 2184checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 2185dependencies = [ 2186 "ahash", 2187 "allocator-api2", 2188] 2189 2190[[package]] 2191name = "hashbrown" 2192version = "0.15.0" 2193source = "registry+https://github.com/rust-lang/crates.io-index" 2194checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" 2195 2196[[package]] 2197name = "heck" 2198version = "0.4.1" 2199source = "registry+https://github.com/rust-lang/crates.io-index" 2200checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 2201 2202[[package]] 2203name = "heck" 2204version = "0.5.0" 2205source = "registry+https://github.com/rust-lang/crates.io-index" 2206checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 2207 2208[[package]] 2209name = "hermit-abi" 2210version = "0.3.9" 2211source = "registry+https://github.com/rust-lang/crates.io-index" 2212checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 2213 2214[[package]] 2215name = "hermit-abi" 2216version = "0.4.0" 2217source = "registry+https://github.com/rust-lang/crates.io-index" 2218checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 2219 2220[[package]] 2221name = "hex" 2222version = "0.4.3" 2223source = "registry+https://github.com/rust-lang/crates.io-index" 2224checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2225 2226[[package]] 2227name = "hmac" 2228version = "0.12.1" 2229source = "registry+https://github.com/rust-lang/crates.io-index" 2230checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 2231dependencies = [ 2232 "digest", 2233] 2234 2235[[package]] 2236name = "home" 2237version = "0.5.9" 2238source = "registry+https://github.com/rust-lang/crates.io-index" 2239checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 2240dependencies = [ 2241 "windows-sys 0.52.0", 2242] 2243 2244[[package]] 2245name = "hostname" 2246version = "0.3.1" 2247source = "registry+https://github.com/rust-lang/crates.io-index" 2248checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 2249dependencies = [ 2250 "libc", 2251 "match_cfg", 2252 "winapi", 2253] 2254 2255[[package]] 2256name = "htmlescape" 2257version = "0.3.1" 2258source = "registry+https://github.com/rust-lang/crates.io-index" 2259checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163" 2260 2261[[package]] 2262name = "http" 2263version = "0.2.12" 2264source = "registry+https://github.com/rust-lang/crates.io-index" 2265checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 2266dependencies = [ 2267 "bytes", 2268 "fnv", 2269 "itoa", 2270] 2271 2272[[package]] 2273name = "http" 2274version = "1.1.0" 2275source = "registry+https://github.com/rust-lang/crates.io-index" 2276checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 2277dependencies = [ 2278 "bytes", 2279 "fnv", 2280 "itoa", 2281] 2282 2283[[package]] 2284name = "http-body" 2285version = "0.4.6" 2286source = "registry+https://github.com/rust-lang/crates.io-index" 2287checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 2288dependencies = [ 2289 "bytes", 2290 "http 0.2.12", 2291 "pin-project-lite", 2292] 2293 2294[[package]] 2295name = "http-body" 2296version = "1.0.1" 2297source = "registry+https://github.com/rust-lang/crates.io-index" 2298checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 2299dependencies = [ 2300 "bytes", 2301 "http 1.1.0", 2302] 2303 2304[[package]] 2305name = "http-body-util" 2306version = "0.1.2" 2307source = "registry+https://github.com/rust-lang/crates.io-index" 2308checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 2309dependencies = [ 2310 "bytes", 2311 "futures-util", 2312 "http 1.1.0", 2313 "http-body 1.0.1", 2314 "pin-project-lite", 2315] 2316 2317[[package]] 2318name = "httparse" 2319version = "1.9.5" 2320source = "registry+https://github.com/rust-lang/crates.io-index" 2321checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" 2322 2323[[package]] 2324name = "httpdate" 2325version = "1.0.3" 2326source = "registry+https://github.com/rust-lang/crates.io-index" 2327checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 2328 2329[[package]] 2330name = "humantime" 2331version = "2.1.0" 2332source = "registry+https://github.com/rust-lang/crates.io-index" 2333checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 2334 2335[[package]] 2336name = "hyper" 2337version = "0.14.30" 2338source = "registry+https://github.com/rust-lang/crates.io-index" 2339checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" 2340dependencies = [ 2341 "bytes", 2342 "futures-channel", 2343 "futures-core", 2344 "futures-util", 2345 "h2 0.3.26", 2346 "http 0.2.12", 2347 "http-body 0.4.6", 2348 "httparse", 2349 "httpdate", 2350 "itoa", 2351 "pin-project-lite", 2352 "socket2 0.5.7", 2353 "tokio", 2354 "tower-service", 2355 "tracing", 2356 "want", 2357] 2358 2359[[package]] 2360name = "hyper" 2361version = "1.4.1" 2362source = "registry+https://github.com/rust-lang/crates.io-index" 2363checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" 2364dependencies = [ 2365 "bytes", 2366 "futures-channel", 2367 "futures-util", 2368 "h2 0.4.6", 2369 "http 1.1.0", 2370 "http-body 1.0.1", 2371 "httparse", 2372 "itoa", 2373 "pin-project-lite", 2374 "smallvec", 2375 "tokio", 2376 "want", 2377] 2378 2379[[package]] 2380name = "hyper-rustls" 2381version = "0.24.2" 2382source = "registry+https://github.com/rust-lang/crates.io-index" 2383checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 2384dependencies = [ 2385 "futures-util", 2386 "http 0.2.12", 2387 "hyper 0.14.30", 2388 "log", 2389 "rustls 0.21.12", 2390 "rustls-native-certs 0.6.3", 2391 "tokio", 2392 "tokio-rustls 0.24.1", 2393] 2394 2395[[package]] 2396name = "hyper-rustls" 2397version = "0.27.3" 2398source = "registry+https://github.com/rust-lang/crates.io-index" 2399checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" 2400dependencies = [ 2401 "futures-util", 2402 "http 1.1.0", 2403 "hyper 1.4.1", 2404 "hyper-util", 2405 "rustls 0.23.14", 2406 "rustls-native-certs 0.8.0", 2407 "rustls-pki-types", 2408 "tokio", 2409 "tokio-rustls 0.26.0", 2410 "tower-service", 2411] 2412 2413[[package]] 2414name = "hyper-util" 2415version = "0.1.9" 2416source = "registry+https://github.com/rust-lang/crates.io-index" 2417checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" 2418dependencies = [ 2419 "bytes", 2420 "futures-channel", 2421 "futures-util", 2422 "http 1.1.0", 2423 "http-body 1.0.1", 2424 "hyper 1.4.1", 2425 "pin-project-lite", 2426 "socket2 0.5.7", 2427 "tokio", 2428 "tower-service", 2429 "tracing", 2430] 2431 2432[[package]] 2433name = "hyperloglogplus" 2434version = "0.4.1" 2435source = "registry+https://github.com/rust-lang/crates.io-index" 2436checksum = "621debdf94dcac33e50475fdd76d34d5ea9c0362a834b9db08c3024696c1fbe3" 2437dependencies = [ 2438 "serde", 2439] 2440 2441[[package]] 2442name = "iana-time-zone" 2443version = "0.1.61" 2444source = "registry+https://github.com/rust-lang/crates.io-index" 2445checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 2446dependencies = [ 2447 "android_system_properties", 2448 "core-foundation-sys", 2449 "iana-time-zone-haiku", 2450 "js-sys", 2451 "wasm-bindgen", 2452 "windows-core", 2453] 2454 2455[[package]] 2456name = "iana-time-zone-haiku" 2457version = "0.1.2" 2458source = "registry+https://github.com/rust-lang/crates.io-index" 2459checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2460dependencies = [ 2461 "cc", 2462] 2463 2464[[package]] 2465name = "idna" 2466version = "0.5.0" 2467source = "registry+https://github.com/rust-lang/crates.io-index" 2468checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 2469dependencies = [ 2470 "unicode-bidi", 2471 "unicode-normalization", 2472] 2473 2474[[package]] 2475name = "indexmap" 2476version = "2.6.0" 2477source = "registry+https://github.com/rust-lang/crates.io-index" 2478checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" 2479dependencies = [ 2480 "equivalent", 2481 "hashbrown 0.15.0", 2482] 2483 2484[[package]] 2485name = "indoc" 2486version = "2.0.5" 2487source = "registry+https://github.com/rust-lang/crates.io-index" 2488checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" 2489 2490[[package]] 2491name = "instant" 2492version = "0.1.13" 2493source = "registry+https://github.com/rust-lang/crates.io-index" 2494checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 2495dependencies = [ 2496 "cfg-if", 2497 "js-sys", 2498 "wasm-bindgen", 2499 "web-sys", 2500] 2501 2502[[package]] 2503name = "integer-encoding" 2504version = "3.0.4" 2505source = "registry+https://github.com/rust-lang/crates.io-index" 2506checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02" 2507 2508[[package]] 2509name = "integer-encoding" 2510version = "4.0.2" 2511source = "registry+https://github.com/rust-lang/crates.io-index" 2512checksum = "0d762194228a2f1c11063e46e32e5acb96e66e906382b9eb5441f2e0504bbd5a" 2513 2514[[package]] 2515name = "io-lifetimes" 2516version = "1.0.11" 2517source = "registry+https://github.com/rust-lang/crates.io-index" 2518checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 2519dependencies = [ 2520 "hermit-abi 0.3.9", 2521 "libc", 2522 "windows-sys 0.48.0", 2523] 2524 2525[[package]] 2526name = "ipnet" 2527version = "2.10.1" 2528source = "registry+https://github.com/rust-lang/crates.io-index" 2529checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" 2530 2531[[package]] 2532name = "is-terminal" 2533version = "0.4.13" 2534source = "registry+https://github.com/rust-lang/crates.io-index" 2535checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" 2536dependencies = [ 2537 "hermit-abi 0.4.0", 2538 "libc", 2539 "windows-sys 0.52.0", 2540] 2541 2542[[package]] 2543name = "itertools" 2544version = "0.10.5" 2545source = "registry+https://github.com/rust-lang/crates.io-index" 2546checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 2547dependencies = [ 2548 "either", 2549] 2550 2551[[package]] 2552name = "itertools" 2553version = "0.11.0" 2554source = "registry+https://github.com/rust-lang/crates.io-index" 2555checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 2556dependencies = [ 2557 "either", 2558] 2559 2560[[package]] 2561name = "itertools" 2562version = "0.12.1" 2563source = "registry+https://github.com/rust-lang/crates.io-index" 2564checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 2565dependencies = [ 2566 "either", 2567] 2568 2569[[package]] 2570name = "itertools" 2571version = "0.13.0" 2572source = "registry+https://github.com/rust-lang/crates.io-index" 2573checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 2574dependencies = [ 2575 "either", 2576] 2577 2578[[package]] 2579name = "itoa" 2580version = "1.0.11" 2581source = "registry+https://github.com/rust-lang/crates.io-index" 2582checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 2583 2584[[package]] 2585name = "jobserver" 2586version = "0.1.32" 2587source = "registry+https://github.com/rust-lang/crates.io-index" 2588checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" 2589dependencies = [ 2590 "libc", 2591] 2592 2593[[package]] 2594name = "js-sys" 2595version = "0.3.70" 2596source = "registry+https://github.com/rust-lang/crates.io-index" 2597checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" 2598dependencies = [ 2599 "wasm-bindgen", 2600] 2601 2602[[package]] 2603name = "kv-log-macro" 2604version = "1.0.7" 2605source = "registry+https://github.com/rust-lang/crates.io-index" 2606checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" 2607dependencies = [ 2608 "log", 2609] 2610 2611[[package]] 2612name = "lance" 2613version = "0.18.2" 2614dependencies = [ 2615 "arrow", 2616 "arrow-arith", 2617 "arrow-array", 2618 "arrow-buffer", 2619 "arrow-ord", 2620 "arrow-row", 2621 "arrow-schema", 2622 "arrow-select", 2623 "async-recursion", 2624 "async-trait", 2625 "async_cell", 2626 "aws-credential-types", 2627 "aws-sdk-dynamodb", 2628 "byteorder", 2629 "bytes", 2630 "chrono", 2631 "dashmap 5.5.3", 2632 "datafusion", 2633 "datafusion-functions", 2634 "datafusion-physical-expr", 2635 "deepsize", 2636 "futures", 2637 "half", 2638 "itertools 0.12.1", 2639 "lance-arrow", 2640 "lance-core", 2641 "lance-datafusion", 2642 "lance-encoding", 2643 "lance-file", 2644 "lance-index", 2645 "lance-io", 2646 "lance-linalg", 2647 "lance-table", 2648 "lazy_static", 2649 "log", 2650 "moka", 2651 "object_store", 2652 "pin-project", 2653 "prost 0.12.6", 2654 "prost-build 0.12.6", 2655 "rand", 2656 "roaring", 2657 "serde", 2658 "serde_json", 2659 "snafu", 2660 "tantivy", 2661 "tempfile", 2662 "tfrecord", 2663 "tokio", 2664 "tracing", 2665 "url", 2666 "uuid", 2667] 2668 2669[[package]] 2670name = "lance-arrow" 2671version = "0.18.2" 2672dependencies = [ 2673 "arrow-array", 2674 "arrow-buffer", 2675 "arrow-cast", 2676 "arrow-data", 2677 "arrow-schema", 2678 "arrow-select", 2679 "getrandom", 2680 "half", 2681 "num-traits", 2682 "rand", 2683] 2684 2685[[package]] 2686name = "lance-core" 2687version = "0.18.2" 2688dependencies = [ 2689 "arrow-array", 2690 "arrow-buffer", 2691 "arrow-schema", 2692 "async-trait", 2693 "byteorder", 2694 "bytes", 2695 "chrono", 2696 "datafusion-common", 2697 "datafusion-sql", 2698 "deepsize", 2699 "futures", 2700 "lance-arrow", 2701 "lazy_static", 2702 "libc", 2703 "log", 2704 "mock_instant", 2705 "moka", 2706 "num_cpus", 2707 "object_store", 2708 "pin-project", 2709 "prost 0.12.6", 2710 "rand", 2711 "roaring", 2712 "serde_json", 2713 "snafu", 2714 "tokio", 2715 "tokio-stream", 2716 "tokio-util", 2717 "tracing", 2718 "url", 2719] 2720 2721[[package]] 2722name = "lance-datafusion" 2723version = "0.18.2" 2724dependencies = [ 2725 "arrow", 2726 "arrow-array", 2727 "arrow-buffer", 2728 "arrow-ord", 2729 "arrow-schema", 2730 "arrow-select", 2731 "async-trait", 2732 "datafusion", 2733 "datafusion-common", 2734 "datafusion-functions", 2735 "datafusion-physical-expr", 2736 "datafusion-substrait", 2737 "futures", 2738 "lance-arrow", 2739 "lance-core", 2740 "lazy_static", 2741 "log", 2742 "prost 0.12.6", 2743 "snafu", 2744 "tokio", 2745] 2746 2747[[package]] 2748name = "lance-datagen" 2749version = "0.18.2" 2750dependencies = [ 2751 "arrow", 2752 "arrow-array", 2753 "arrow-cast", 2754 "arrow-schema", 2755 "chrono", 2756 "futures", 2757 "hex", 2758 "rand", 2759 "rand_xoshiro", 2760] 2761 2762[[package]] 2763name = "lance-encoding" 2764version = "0.18.2" 2765dependencies = [ 2766 "arrayref", 2767 "arrow", 2768 "arrow-arith", 2769 "arrow-array", 2770 "arrow-buffer", 2771 "arrow-cast", 2772 "arrow-data", 2773 "arrow-schema", 2774 "arrow-select", 2775 "bytemuck", 2776 "bytes", 2777 "fsst", 2778 "futures", 2779 "hex", 2780 "hyperloglogplus", 2781 "itertools 0.12.1", 2782 "lance-arrow", 2783 "lance-core", 2784 "log", 2785 "num-traits", 2786 "paste", 2787 "prost 0.12.6", 2788 "prost-build 0.12.6", 2789 "prost-types 0.12.6", 2790 "rand", 2791 "seq-macro", 2792 "snafu", 2793 "tokio", 2794 "tracing", 2795 "zstd", 2796] 2797 2798[[package]] 2799name = "lance-file" 2800version = "0.18.2" 2801dependencies = [ 2802 "arrow-arith", 2803 "arrow-array", 2804 "arrow-buffer", 2805 "arrow-data", 2806 "arrow-schema", 2807 "arrow-select", 2808 "async-recursion", 2809 "async-trait", 2810 "byteorder", 2811 "bytes", 2812 "datafusion-common", 2813 "deepsize", 2814 "futures", 2815 "lance-arrow", 2816 "lance-core", 2817 "lance-encoding", 2818 "lance-io", 2819 "log", 2820 "num-traits", 2821 "object_store", 2822 "prost 0.12.6", 2823 "prost-build 0.12.6", 2824 "prost-types 0.12.6", 2825 "roaring", 2826 "snafu", 2827 "tempfile", 2828 "tokio", 2829 "tracing", 2830] 2831 2832[[package]] 2833name = "lance-index" 2834version = "0.18.2" 2835dependencies = [ 2836 "arrow", 2837 "arrow-array", 2838 "arrow-ord", 2839 "arrow-schema", 2840 "arrow-select", 2841 "async-recursion", 2842 "async-trait", 2843 "bitvec", 2844 "bytes", 2845 "crossbeam-queue", 2846 "datafusion", 2847 "datafusion-common", 2848 "datafusion-expr", 2849 "datafusion-physical-expr", 2850 "datafusion-sql", 2851 "deepsize", 2852 "futures", 2853 "half", 2854 "itertools 0.12.1", 2855 "lance-arrow", 2856 "lance-core", 2857 "lance-datafusion", 2858 "lance-encoding", 2859 "lance-file", 2860 "lance-io", 2861 "lance-linalg", 2862 "lance-table", 2863 "lazy_static", 2864 "log", 2865 "moka", 2866 "num-traits", 2867 "object_store", 2868 "prost 0.12.6", 2869 "prost-build 0.12.6", 2870 "rand", 2871 "rayon", 2872 "roaring", 2873 "serde", 2874 "serde_json", 2875 "snafu", 2876 "tantivy", 2877 "tempfile", 2878 "tokio", 2879 "tracing", 2880 "uuid", 2881] 2882 2883[[package]] 2884name = "lance-io" 2885version = "0.18.2" 2886dependencies = [ 2887 "arrow", 2888 "arrow-arith", 2889 "arrow-array", 2890 "arrow-buffer", 2891 "arrow-cast", 2892 "arrow-data", 2893 "arrow-schema", 2894 "arrow-select", 2895 "async-priority-channel", 2896 "async-recursion", 2897 "async-trait", 2898 "aws-config", 2899 "aws-credential-types", 2900 "byteorder", 2901 "bytes", 2902 "chrono", 2903 "deepsize", 2904 "futures", 2905 "lance-arrow", 2906 "lance-core", 2907 "lazy_static", 2908 "log", 2909 "object_store", 2910 "path_abs", 2911 "pin-project", 2912 "prost 0.12.6", 2913 "prost-build 0.12.6", 2914 "rand", 2915 "shellexpand", 2916 "snafu", 2917 "tokio", 2918 "tracing", 2919 "url", 2920] 2921 2922[[package]] 2923name = "lance-linalg" 2924version = "0.18.2" 2925dependencies = [ 2926 "arrow-array", 2927 "arrow-ord", 2928 "arrow-schema", 2929 "bitvec", 2930 "cc", 2931 "deepsize", 2932 "futures", 2933 "half", 2934 "lance-arrow", 2935 "lance-core", 2936 "lazy_static", 2937 "log", 2938 "num-traits", 2939 "rand", 2940 "rayon", 2941 "tokio", 2942 "tracing", 2943] 2944 2945[[package]] 2946name = "lance-table" 2947version = "0.18.2" 2948dependencies = [ 2949 "arrow", 2950 "arrow-array", 2951 "arrow-buffer", 2952 "arrow-ipc", 2953 "arrow-schema", 2954 "async-trait", 2955 "aws-credential-types", 2956 "aws-sdk-dynamodb", 2957 "byteorder", 2958 "bytes", 2959 "chrono", 2960 "deepsize", 2961 "futures", 2962 "lance-arrow", 2963 "lance-core", 2964 "lance-file", 2965 "lance-io", 2966 "lazy_static", 2967 "log", 2968 "object_store", 2969 "prost 0.12.6", 2970 "prost-build 0.12.6", 2971 "prost-types 0.12.6", 2972 "rand", 2973 "rangemap", 2974 "roaring", 2975 "serde", 2976 "serde_json", 2977 "snafu", 2978 "tokio", 2979 "tracing", 2980 "url", 2981 "uuid", 2982] 2983 2984[[package]] 2985name = "lazy_static" 2986version = "1.5.0" 2987source = "registry+https://github.com/rust-lang/crates.io-index" 2988checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2989 2990[[package]] 2991name = "levenshtein_automata" 2992version = "0.2.1" 2993source = "registry+https://github.com/rust-lang/crates.io-index" 2994checksum = "0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25" 2995 2996[[package]] 2997name = "lexical-core" 2998version = "0.8.5" 2999source = "registry+https://github.com/rust-lang/crates.io-index" 3000checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46" 3001dependencies = [ 3002 "lexical-parse-float", 3003 "lexical-parse-integer", 3004 "lexical-util", 3005 "lexical-write-float", 3006 "lexical-write-integer", 3007] 3008 3009[[package]] 3010name = "lexical-parse-float" 3011version = "0.8.5" 3012source = "registry+https://github.com/rust-lang/crates.io-index" 3013checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" 3014dependencies = [ 3015 "lexical-parse-integer", 3016 "lexical-util", 3017 "static_assertions", 3018] 3019 3020[[package]] 3021name = "lexical-parse-integer" 3022version = "0.8.6" 3023source = "registry+https://github.com/rust-lang/crates.io-index" 3024checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" 3025dependencies = [ 3026 "lexical-util", 3027 "static_assertions", 3028] 3029 3030[[package]] 3031name = "lexical-util" 3032version = "0.8.5" 3033source = "registry+https://github.com/rust-lang/crates.io-index" 3034checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" 3035dependencies = [ 3036 "static_assertions", 3037] 3038 3039[[package]] 3040name = "lexical-write-float" 3041version = "0.8.5" 3042source = "registry+https://github.com/rust-lang/crates.io-index" 3043checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862" 3044dependencies = [ 3045 "lexical-util", 3046 "lexical-write-integer", 3047 "static_assertions", 3048] 3049 3050[[package]] 3051name = "lexical-write-integer" 3052version = "0.8.5" 3053source = "registry+https://github.com/rust-lang/crates.io-index" 3054checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446" 3055dependencies = [ 3056 "lexical-util", 3057 "static_assertions", 3058] 3059 3060[[package]] 3061name = "libc" 3062version = "0.2.159" 3063source = "registry+https://github.com/rust-lang/crates.io-index" 3064checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" 3065 3066[[package]] 3067name = "libm" 3068version = "0.2.8" 3069source = "registry+https://github.com/rust-lang/crates.io-index" 3070checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 3071 3072[[package]] 3073name = "libredox" 3074version = "0.1.3" 3075source = "registry+https://github.com/rust-lang/crates.io-index" 3076checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 3077dependencies = [ 3078 "bitflags 2.6.0", 3079 "libc", 3080 "redox_syscall", 3081] 3082 3083[[package]] 3084name = "linux-raw-sys" 3085version = "0.3.8" 3086source = "registry+https://github.com/rust-lang/crates.io-index" 3087checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 3088 3089[[package]] 3090name = "linux-raw-sys" 3091version = "0.4.14" 3092source = "registry+https://github.com/rust-lang/crates.io-index" 3093checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 3094 3095[[package]] 3096name = "lock_api" 3097version = "0.4.12" 3098source = "registry+https://github.com/rust-lang/crates.io-index" 3099checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 3100dependencies = [ 3101 "autocfg", 3102 "scopeguard", 3103] 3104 3105[[package]] 3106name = "log" 3107version = "0.4.22" 3108source = "registry+https://github.com/rust-lang/crates.io-index" 3109checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 3110dependencies = [ 3111 "value-bag", 3112] 3113 3114[[package]] 3115name = "lru" 3116version = "0.12.4" 3117source = "registry+https://github.com/rust-lang/crates.io-index" 3118checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" 3119dependencies = [ 3120 "hashbrown 0.14.5", 3121] 3122 3123[[package]] 3124name = "lz4_flex" 3125version = "0.11.3" 3126source = "registry+https://github.com/rust-lang/crates.io-index" 3127checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" 3128dependencies = [ 3129 "twox-hash", 3130] 3131 3132[[package]] 3133name = "lzma-sys" 3134version = "0.1.20" 3135source = "registry+https://github.com/rust-lang/crates.io-index" 3136checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" 3137dependencies = [ 3138 "cc", 3139 "libc", 3140 "pkg-config", 3141] 3142 3143[[package]] 3144name = "mach2" 3145version = "0.4.2" 3146source = "registry+https://github.com/rust-lang/crates.io-index" 3147checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709" 3148dependencies = [ 3149 "libc", 3150] 3151 3152[[package]] 3153name = "match_cfg" 3154version = "0.1.0" 3155source = "registry+https://github.com/rust-lang/crates.io-index" 3156checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 3157 3158[[package]] 3159name = "md-5" 3160version = "0.10.6" 3161source = "registry+https://github.com/rust-lang/crates.io-index" 3162checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 3163dependencies = [ 3164 "cfg-if", 3165 "digest", 3166] 3167 3168[[package]] 3169name = "measure_time" 3170version = "0.8.3" 3171source = "registry+https://github.com/rust-lang/crates.io-index" 3172checksum = "dbefd235b0aadd181626f281e1d684e116972988c14c264e42069d5e8a5775cc" 3173dependencies = [ 3174 "instant", 3175 "log", 3176] 3177 3178[[package]] 3179name = "memchr" 3180version = "2.7.4" 3181source = "registry+https://github.com/rust-lang/crates.io-index" 3182checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 3183 3184[[package]] 3185name = "memmap2" 3186version = "0.9.5" 3187source = "registry+https://github.com/rust-lang/crates.io-index" 3188checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" 3189dependencies = [ 3190 "libc", 3191] 3192 3193[[package]] 3194name = "memoffset" 3195version = "0.9.1" 3196source = "registry+https://github.com/rust-lang/crates.io-index" 3197checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 3198dependencies = [ 3199 "autocfg", 3200] 3201 3202[[package]] 3203name = "mime" 3204version = "0.3.17" 3205source = "registry+https://github.com/rust-lang/crates.io-index" 3206checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 3207 3208[[package]] 3209name = "minimal-lexical" 3210version = "0.2.1" 3211source = "registry+https://github.com/rust-lang/crates.io-index" 3212checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 3213 3214[[package]] 3215name = "miniz_oxide" 3216version = "0.8.0" 3217source = "registry+https://github.com/rust-lang/crates.io-index" 3218checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 3219dependencies = [ 3220 "adler2", 3221] 3222 3223[[package]] 3224name = "mio" 3225version = "1.0.2" 3226source = "registry+https://github.com/rust-lang/crates.io-index" 3227checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" 3228dependencies = [ 3229 "hermit-abi 0.3.9", 3230 "libc", 3231 "wasi", 3232 "windows-sys 0.52.0", 3233] 3234 3235[[package]] 3236name = "mock_instant" 3237version = "0.3.2" 3238source = "registry+https://github.com/rust-lang/crates.io-index" 3239checksum = "9366861eb2a2c436c20b12c8dbec5f798cea6b47ad99216be0282942e2c81ea0" 3240dependencies = [ 3241 "once_cell", 3242] 3243 3244[[package]] 3245name = "moka" 3246version = "0.11.3" 3247source = "registry+https://github.com/rust-lang/crates.io-index" 3248checksum = "fa6e72583bf6830c956235bff0d5afec8cf2952f579ebad18ae7821a917d950f" 3249dependencies = [ 3250 "async-io 1.13.0", 3251 "async-lock 2.8.0", 3252 "crossbeam-channel", 3253 "crossbeam-epoch", 3254 "crossbeam-utils", 3255 "futures-util", 3256 "once_cell", 3257 "parking_lot", 3258 "quanta", 3259 "rustc_version", 3260 "scheduled-thread-pool", 3261 "skeptic", 3262 "smallvec", 3263 "tagptr", 3264 "thiserror", 3265 "triomphe", 3266 "uuid", 3267] 3268 3269[[package]] 3270name = "multimap" 3271version = "0.8.3" 3272source = "registry+https://github.com/rust-lang/crates.io-index" 3273checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" 3274 3275[[package]] 3276name = "multimap" 3277version = "0.10.0" 3278source = "registry+https://github.com/rust-lang/crates.io-index" 3279checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" 3280 3281[[package]] 3282name = "murmurhash32" 3283version = "0.3.1" 3284source = "registry+https://github.com/rust-lang/crates.io-index" 3285checksum = "2195bf6aa996a481483b29d62a7663eed3fe39600c460e323f8ff41e90bdd89b" 3286 3287[[package]] 3288name = "noisy_float" 3289version = "0.2.0" 3290source = "registry+https://github.com/rust-lang/crates.io-index" 3291checksum = "978fe6e6ebc0bf53de533cd456ca2d9de13de13856eda1518a285d7705a213af" 3292dependencies = [ 3293 "num-traits", 3294] 3295 3296[[package]] 3297name = "nom" 3298version = "7.1.3" 3299source = "registry+https://github.com/rust-lang/crates.io-index" 3300checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3301dependencies = [ 3302 "memchr", 3303 "minimal-lexical", 3304] 3305 3306[[package]] 3307name = "nu-ansi-term" 3308version = "0.46.0" 3309source = "registry+https://github.com/rust-lang/crates.io-index" 3310checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 3311dependencies = [ 3312 "overload", 3313 "winapi", 3314] 3315 3316[[package]] 3317name = "num" 3318version = "0.4.3" 3319source = "registry+https://github.com/rust-lang/crates.io-index" 3320checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" 3321dependencies = [ 3322 "num-bigint", 3323 "num-complex", 3324 "num-integer", 3325 "num-iter", 3326 "num-rational", 3327 "num-traits", 3328] 3329 3330[[package]] 3331name = "num-bigint" 3332version = "0.4.6" 3333source = "registry+https://github.com/rust-lang/crates.io-index" 3334checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 3335dependencies = [ 3336 "num-integer", 3337 "num-traits", 3338] 3339 3340[[package]] 3341name = "num-complex" 3342version = "0.4.6" 3343source = "registry+https://github.com/rust-lang/crates.io-index" 3344checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 3345dependencies = [ 3346 "num-traits", 3347] 3348 3349[[package]] 3350name = "num-conv" 3351version = "0.1.0" 3352source = "registry+https://github.com/rust-lang/crates.io-index" 3353checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 3354 3355[[package]] 3356name = "num-integer" 3357version = "0.1.46" 3358source = "registry+https://github.com/rust-lang/crates.io-index" 3359checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 3360dependencies = [ 3361 "num-traits", 3362] 3363 3364[[package]] 3365name = "num-iter" 3366version = "0.1.45" 3367source = "registry+https://github.com/rust-lang/crates.io-index" 3368checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 3369dependencies = [ 3370 "autocfg", 3371 "num-integer", 3372 "num-traits", 3373] 3374 3375[[package]] 3376name = "num-rational" 3377version = "0.4.2" 3378source = "registry+https://github.com/rust-lang/crates.io-index" 3379checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 3380dependencies = [ 3381 "num-bigint", 3382 "num-integer", 3383 "num-traits", 3384] 3385 3386[[package]] 3387name = "num-traits" 3388version = "0.2.19" 3389source = "registry+https://github.com/rust-lang/crates.io-index" 3390checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 3391dependencies = [ 3392 "autocfg", 3393 "libm", 3394] 3395 3396[[package]] 3397name = "num_cpus" 3398version = "1.16.0" 3399source = "registry+https://github.com/rust-lang/crates.io-index" 3400checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 3401dependencies = [ 3402 "hermit-abi 0.3.9", 3403 "libc", 3404] 3405 3406[[package]] 3407name = "object" 3408version = "0.36.5" 3409source = "registry+https://github.com/rust-lang/crates.io-index" 3410checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" 3411dependencies = [ 3412 "memchr", 3413] 3414 3415[[package]] 3416name = "object_store" 3417version = "0.10.2" 3418source = "registry+https://github.com/rust-lang/crates.io-index" 3419checksum = "e6da452820c715ce78221e8202ccc599b4a52f3e1eb3eedb487b680c81a8e3f3" 3420dependencies = [ 3421 "async-trait", 3422 "base64 0.22.1", 3423 "bytes", 3424 "chrono", 3425 "futures", 3426 "humantime", 3427 "hyper 1.4.1", 3428 "itertools 0.13.0", 3429 "md-5", 3430 "parking_lot", 3431 "percent-encoding", 3432 "quick-xml", 3433 "rand", 3434 "reqwest", 3435 "ring", 3436 "rustls-pemfile 2.2.0", 3437 "serde", 3438 "serde_json", 3439 "snafu", 3440 "tokio", 3441 "tracing", 3442 "url", 3443 "walkdir", 3444] 3445 3446[[package]] 3447name = "once_cell" 3448version = "1.20.2" 3449source = "registry+https://github.com/rust-lang/crates.io-index" 3450checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 3451 3452[[package]] 3453name = "oneshot" 3454version = "0.1.8" 3455source = "registry+https://github.com/rust-lang/crates.io-index" 3456checksum = "e296cf87e61c9cfc1a61c3c63a0f7f286ed4554e0e22be84e8a38e1d264a2a29" 3457 3458[[package]] 3459name = "openssl-probe" 3460version = "0.1.5" 3461source = "registry+https://github.com/rust-lang/crates.io-index" 3462checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 3463 3464[[package]] 3465name = "option-ext" 3466version = "0.2.0" 3467source = "registry+https://github.com/rust-lang/crates.io-index" 3468checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 3469 3470[[package]] 3471name = "ordered-float" 3472version = "2.10.1" 3473source = "registry+https://github.com/rust-lang/crates.io-index" 3474checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" 3475dependencies = [ 3476 "num-traits", 3477] 3478 3479[[package]] 3480name = "outref" 3481version = "0.5.1" 3482source = "registry+https://github.com/rust-lang/crates.io-index" 3483checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 3484 3485[[package]] 3486name = "overload" 3487version = "0.1.1" 3488source = "registry+https://github.com/rust-lang/crates.io-index" 3489checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3490 3491[[package]] 3492name = "ownedbytes" 3493version = "0.7.0" 3494source = "registry+https://github.com/rust-lang/crates.io-index" 3495checksum = "c3a059efb063b8f425b948e042e6b9bd85edfe60e913630ed727b23e2dfcc558" 3496dependencies = [ 3497 "stable_deref_trait", 3498] 3499 3500[[package]] 3501name = "parking" 3502version = "2.2.1" 3503source = "registry+https://github.com/rust-lang/crates.io-index" 3504checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 3505 3506[[package]] 3507name = "parking_lot" 3508version = "0.12.3" 3509source = "registry+https://github.com/rust-lang/crates.io-index" 3510checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 3511dependencies = [ 3512 "lock_api", 3513 "parking_lot_core", 3514] 3515 3516[[package]] 3517name = "parking_lot_core" 3518version = "0.9.10" 3519source = "registry+https://github.com/rust-lang/crates.io-index" 3520checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 3521dependencies = [ 3522 "cfg-if", 3523 "libc", 3524 "redox_syscall", 3525 "smallvec", 3526 "windows-targets 0.52.6", 3527] 3528 3529[[package]] 3530name = "parquet" 3531version = "52.2.0" 3532source = "registry+https://github.com/rust-lang/crates.io-index" 3533checksum = "e977b9066b4d3b03555c22bdc442f3fadebd96a39111249113087d0edb2691cd" 3534dependencies = [ 3535 "ahash", 3536 "arrow-array", 3537 "arrow-buffer", 3538 "arrow-cast", 3539 "arrow-data", 3540 "arrow-ipc", 3541 "arrow-schema", 3542 "arrow-select", 3543 "base64 0.22.1", 3544 "brotli", 3545 "bytes", 3546 "chrono", 3547 "flate2", 3548 "futures", 3549 "half", 3550 "hashbrown 0.14.5", 3551 "lz4_flex", 3552 "num", 3553 "num-bigint", 3554 "object_store", 3555 "paste", 3556 "seq-macro", 3557 "snap", 3558 "thrift", 3559 "tokio", 3560 "twox-hash", 3561 "zstd", 3562 "zstd-sys", 3563] 3564 3565[[package]] 3566name = "parse-zoneinfo" 3567version = "0.3.1" 3568source = "registry+https://github.com/rust-lang/crates.io-index" 3569checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24" 3570dependencies = [ 3571 "regex", 3572] 3573 3574[[package]] 3575name = "paste" 3576version = "1.0.15" 3577source = "registry+https://github.com/rust-lang/crates.io-index" 3578checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 3579 3580[[package]] 3581name = "path_abs" 3582version = "0.5.1" 3583source = "registry+https://github.com/rust-lang/crates.io-index" 3584checksum = "05ef02f6342ac01d8a93b65f96db53fe68a92a15f41144f97fb00a9e669633c3" 3585dependencies = [ 3586 "serde", 3587 "serde_derive", 3588 "std_prelude", 3589 "stfu8", 3590] 3591 3592[[package]] 3593name = "pbjson" 3594version = "0.6.0" 3595source = "registry+https://github.com/rust-lang/crates.io-index" 3596checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90" 3597dependencies = [ 3598 "base64 0.21.7", 3599 "serde", 3600] 3601 3602[[package]] 3603name = "pbjson-build" 3604version = "0.6.2" 3605source = "registry+https://github.com/rust-lang/crates.io-index" 3606checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735" 3607dependencies = [ 3608 "heck 0.4.1", 3609 "itertools 0.11.0", 3610 "prost 0.12.6", 3611 "prost-types 0.12.6", 3612] 3613 3614[[package]] 3615name = "pbjson-types" 3616version = "0.6.0" 3617source = "registry+https://github.com/rust-lang/crates.io-index" 3618checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12" 3619dependencies = [ 3620 "bytes", 3621 "chrono", 3622 "pbjson", 3623 "pbjson-build", 3624 "prost 0.12.6", 3625 "prost-build 0.12.6", 3626 "serde", 3627] 3628 3629[[package]] 3630name = "percent-encoding" 3631version = "2.3.1" 3632source = "registry+https://github.com/rust-lang/crates.io-index" 3633checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 3634 3635[[package]] 3636name = "petgraph" 3637version = "0.6.5" 3638source = "registry+https://github.com/rust-lang/crates.io-index" 3639checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" 3640dependencies = [ 3641 "fixedbitset", 3642 "indexmap", 3643] 3644 3645[[package]] 3646name = "phf" 3647version = "0.11.2" 3648source = "registry+https://github.com/rust-lang/crates.io-index" 3649checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 3650dependencies = [ 3651 "phf_shared", 3652] 3653 3654[[package]] 3655name = "phf_codegen" 3656version = "0.11.2" 3657source = "registry+https://github.com/rust-lang/crates.io-index" 3658checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" 3659dependencies = [ 3660 "phf_generator", 3661 "phf_shared", 3662] 3663 3664[[package]] 3665name = "phf_generator" 3666version = "0.11.2" 3667source = "registry+https://github.com/rust-lang/crates.io-index" 3668checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 3669dependencies = [ 3670 "phf_shared", 3671 "rand", 3672] 3673 3674[[package]] 3675name = "phf_shared" 3676version = "0.11.2" 3677source = "registry+https://github.com/rust-lang/crates.io-index" 3678checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 3679dependencies = [ 3680 "siphasher", 3681] 3682 3683[[package]] 3684name = "pin-project" 3685version = "1.1.6" 3686source = "registry+https://github.com/rust-lang/crates.io-index" 3687checksum = "baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec" 3688dependencies = [ 3689 "pin-project-internal", 3690] 3691 3692[[package]] 3693name = "pin-project-internal" 3694version = "1.1.6" 3695source = "registry+https://github.com/rust-lang/crates.io-index" 3696checksum = "a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8" 3697dependencies = [ 3698 "proc-macro2", 3699 "quote", 3700 "syn 2.0.79", 3701] 3702 3703[[package]] 3704name = "pin-project-lite" 3705version = "0.2.14" 3706source = "registry+https://github.com/rust-lang/crates.io-index" 3707checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 3708 3709[[package]] 3710name = "pin-utils" 3711version = "0.1.0" 3712source = "registry+https://github.com/rust-lang/crates.io-index" 3713checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3714 3715[[package]] 3716name = "piper" 3717version = "0.2.4" 3718source = "registry+https://github.com/rust-lang/crates.io-index" 3719checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 3720dependencies = [ 3721 "atomic-waker", 3722 "fastrand 2.1.1", 3723 "futures-io", 3724] 3725 3726[[package]] 3727name = "pkg-config" 3728version = "0.3.31" 3729source = "registry+https://github.com/rust-lang/crates.io-index" 3730checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 3731 3732[[package]] 3733name = "polling" 3734version = "2.8.0" 3735source = "registry+https://github.com/rust-lang/crates.io-index" 3736checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 3737dependencies = [ 3738 "autocfg", 3739 "bitflags 1.3.2", 3740 "cfg-if", 3741 "concurrent-queue", 3742 "libc", 3743 "log", 3744 "pin-project-lite", 3745 "windows-sys 0.48.0", 3746] 3747 3748[[package]] 3749name = "polling" 3750version = "3.7.3" 3751source = "registry+https://github.com/rust-lang/crates.io-index" 3752checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511" 3753dependencies = [ 3754 "cfg-if", 3755 "concurrent-queue", 3756 "hermit-abi 0.4.0", 3757 "pin-project-lite", 3758 "rustix 0.38.37", 3759 "tracing", 3760 "windows-sys 0.59.0", 3761] 3762 3763[[package]] 3764name = "portable-atomic" 3765version = "1.9.0" 3766source = "registry+https://github.com/rust-lang/crates.io-index" 3767checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" 3768 3769[[package]] 3770name = "powerfmt" 3771version = "0.2.0" 3772source = "registry+https://github.com/rust-lang/crates.io-index" 3773checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3774 3775[[package]] 3776name = "ppv-lite86" 3777version = "0.2.20" 3778source = "registry+https://github.com/rust-lang/crates.io-index" 3779checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 3780dependencies = [ 3781 "zerocopy", 3782] 3783 3784[[package]] 3785name = "prettyplease" 3786version = "0.1.25" 3787source = "registry+https://github.com/rust-lang/crates.io-index" 3788checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86" 3789dependencies = [ 3790 "proc-macro2", 3791 "syn 1.0.109", 3792] 3793 3794[[package]] 3795name = "prettyplease" 3796version = "0.2.22" 3797source = "registry+https://github.com/rust-lang/crates.io-index" 3798checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba" 3799dependencies = [ 3800 "proc-macro2", 3801 "syn 2.0.79", 3802] 3803 3804[[package]] 3805name = "proc-macro2" 3806version = "1.0.86" 3807source = "registry+https://github.com/rust-lang/crates.io-index" 3808checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 3809dependencies = [ 3810 "unicode-ident", 3811] 3812 3813[[package]] 3814name = "prost" 3815version = "0.11.9" 3816source = "registry+https://github.com/rust-lang/crates.io-index" 3817checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" 3818dependencies = [ 3819 "bytes", 3820 "prost-derive 0.11.9", 3821] 3822 3823[[package]] 3824name = "prost" 3825version = "0.12.6" 3826source = "registry+https://github.com/rust-lang/crates.io-index" 3827checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" 3828dependencies = [ 3829 "bytes", 3830 "prost-derive 0.12.6", 3831] 3832 3833[[package]] 3834name = "prost-build" 3835version = "0.11.9" 3836source = "registry+https://github.com/rust-lang/crates.io-index" 3837checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" 3838dependencies = [ 3839 "bytes", 3840 "heck 0.4.1", 3841 "itertools 0.10.5", 3842 "lazy_static", 3843 "log", 3844 "multimap 0.8.3", 3845 "petgraph", 3846 "prettyplease 0.1.25", 3847 "prost 0.11.9", 3848 "prost-types 0.11.9", 3849 "regex", 3850 "syn 1.0.109", 3851 "tempfile", 3852 "which", 3853] 3854 3855[[package]] 3856name = "prost-build" 3857version = "0.12.6" 3858source = "registry+https://github.com/rust-lang/crates.io-index" 3859checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" 3860dependencies = [ 3861 "bytes", 3862 "heck 0.5.0", 3863 "itertools 0.12.1", 3864 "log", 3865 "multimap 0.10.0", 3866 "once_cell", 3867 "petgraph", 3868 "prettyplease 0.2.22", 3869 "prost 0.12.6", 3870 "prost-types 0.12.6", 3871 "regex", 3872 "syn 2.0.79", 3873 "tempfile", 3874] 3875 3876[[package]] 3877name = "prost-derive" 3878version = "0.11.9" 3879source = "registry+https://github.com/rust-lang/crates.io-index" 3880checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" 3881dependencies = [ 3882 "anyhow", 3883 "itertools 0.10.5", 3884 "proc-macro2", 3885 "quote", 3886 "syn 1.0.109", 3887] 3888 3889[[package]] 3890name = "prost-derive" 3891version = "0.12.6" 3892source = "registry+https://github.com/rust-lang/crates.io-index" 3893checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" 3894dependencies = [ 3895 "anyhow", 3896 "itertools 0.12.1", 3897 "proc-macro2", 3898 "quote", 3899 "syn 2.0.79", 3900] 3901 3902[[package]] 3903name = "prost-types" 3904version = "0.11.9" 3905source = "registry+https://github.com/rust-lang/crates.io-index" 3906checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" 3907dependencies = [ 3908 "prost 0.11.9", 3909] 3910 3911[[package]] 3912name = "prost-types" 3913version = "0.12.6" 3914source = "registry+https://github.com/rust-lang/crates.io-index" 3915checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0" 3916dependencies = [ 3917 "prost 0.12.6", 3918] 3919 3920[[package]] 3921name = "pulldown-cmark" 3922version = "0.9.6" 3923source = "registry+https://github.com/rust-lang/crates.io-index" 3924checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" 3925dependencies = [ 3926 "bitflags 2.6.0", 3927 "memchr", 3928 "unicase", 3929] 3930 3931[[package]] 3932name = "pylance" 3933version = "0.18.2" 3934dependencies = [ 3935 "arrow", 3936 "arrow-array", 3937 "arrow-data", 3938 "arrow-schema", 3939 "async-trait", 3940 "bytes", 3941 "chrono", 3942 "env_logger", 3943 "futures", 3944 "half", 3945 "lance", 3946 "lance-arrow", 3947 "lance-core", 3948 "lance-datagen", 3949 "lance-encoding", 3950 "lance-file", 3951 "lance-index", 3952 "lance-io", 3953 "lance-linalg", 3954 "lance-table", 3955 "lazy_static", 3956 "log", 3957 "object_store", 3958 "prost 0.12.6", 3959 "prost-build 0.11.9", 3960 "pyo3", 3961 "serde", 3962 "serde_json", 3963 "serde_yaml", 3964 "snafu", 3965 "tokio", 3966 "tracing", 3967 "tracing-chrome", 3968 "tracing-subscriber", 3969 "url", 3970 "uuid", 3971] 3972 3973[[package]] 3974name = "pyo3" 3975version = "0.21.2" 3976source = "registry+https://github.com/rust-lang/crates.io-index" 3977checksum = "a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8" 3978dependencies = [ 3979 "cfg-if", 3980 "indoc", 3981 "libc", 3982 "memoffset", 3983 "parking_lot", 3984 "portable-atomic", 3985 "pyo3-build-config", 3986 "pyo3-ffi", 3987 "pyo3-macros", 3988 "unindent", 3989] 3990 3991[[package]] 3992name = "pyo3-build-config" 3993version = "0.21.2" 3994source = "registry+https://github.com/rust-lang/crates.io-index" 3995checksum = "7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50" 3996dependencies = [ 3997 "once_cell", 3998 "target-lexicon", 3999] 4000 4001[[package]] 4002name = "pyo3-ffi" 4003version = "0.21.2" 4004source = "registry+https://github.com/rust-lang/crates.io-index" 4005checksum = "01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403" 4006dependencies = [ 4007 "libc", 4008 "pyo3-build-config", 4009] 4010 4011[[package]] 4012name = "pyo3-macros" 4013version = "0.21.2" 4014source = "registry+https://github.com/rust-lang/crates.io-index" 4015checksum = "77b34069fc0682e11b31dbd10321cbf94808394c56fd996796ce45217dfac53c" 4016dependencies = [ 4017 "proc-macro2", 4018 "pyo3-macros-backend", 4019 "quote", 4020 "syn 2.0.79", 4021] 4022 4023[[package]] 4024name = "pyo3-macros-backend" 4025version = "0.21.2" 4026source = "registry+https://github.com/rust-lang/crates.io-index" 4027checksum = "08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c" 4028dependencies = [ 4029 "heck 0.4.1", 4030 "proc-macro2", 4031 "pyo3-build-config", 4032 "quote", 4033 "syn 2.0.79", 4034] 4035 4036[[package]] 4037name = "quanta" 4038version = "0.11.1" 4039source = "registry+https://github.com/rust-lang/crates.io-index" 4040checksum = "a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab" 4041dependencies = [ 4042 "crossbeam-utils", 4043 "libc", 4044 "mach2", 4045 "once_cell", 4046 "raw-cpuid", 4047 "wasi", 4048 "web-sys", 4049 "winapi", 4050] 4051 4052[[package]] 4053name = "quick-xml" 4054version = "0.36.2" 4055source = "registry+https://github.com/rust-lang/crates.io-index" 4056checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" 4057dependencies = [ 4058 "memchr", 4059 "serde", 4060] 4061 4062[[package]] 4063name = "quinn" 4064version = "0.11.5" 4065source = "registry+https://github.com/rust-lang/crates.io-index" 4066checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684" 4067dependencies = [ 4068 "bytes", 4069 "pin-project-lite", 4070 "quinn-proto", 4071 "quinn-udp", 4072 "rustc-hash 2.0.0", 4073 "rustls 0.23.14", 4074 "socket2 0.5.7", 4075 "thiserror", 4076 "tokio", 4077 "tracing", 4078] 4079 4080[[package]] 4081name = "quinn-proto" 4082version = "0.11.8" 4083source = "registry+https://github.com/rust-lang/crates.io-index" 4084checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" 4085dependencies = [ 4086 "bytes", 4087 "rand", 4088 "ring", 4089 "rustc-hash 2.0.0", 4090 "rustls 0.23.14", 4091 "slab", 4092 "thiserror", 4093 "tinyvec", 4094 "tracing", 4095] 4096 4097[[package]] 4098name = "quinn-udp" 4099version = "0.5.5" 4100source = "registry+https://github.com/rust-lang/crates.io-index" 4101checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b" 4102dependencies = [ 4103 "libc", 4104 "once_cell", 4105 "socket2 0.5.7", 4106 "tracing", 4107 "windows-sys 0.59.0", 4108] 4109 4110[[package]] 4111name = "quote" 4112version = "1.0.37" 4113source = "registry+https://github.com/rust-lang/crates.io-index" 4114checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 4115dependencies = [ 4116 "proc-macro2", 4117] 4118 4119[[package]] 4120name = "radium" 4121version = "0.7.0" 4122source = "registry+https://github.com/rust-lang/crates.io-index" 4123checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 4124 4125[[package]] 4126name = "rand" 4127version = "0.8.5" 4128source = "registry+https://github.com/rust-lang/crates.io-index" 4129checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 4130dependencies = [ 4131 "libc", 4132 "rand_chacha", 4133 "rand_core", 4134] 4135 4136[[package]] 4137name = "rand_chacha" 4138version = "0.3.1" 4139source = "registry+https://github.com/rust-lang/crates.io-index" 4140checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 4141dependencies = [ 4142 "ppv-lite86", 4143 "rand_core", 4144] 4145 4146[[package]] 4147name = "rand_core" 4148version = "0.6.4" 4149source = "registry+https://github.com/rust-lang/crates.io-index" 4150checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 4151dependencies = [ 4152 "getrandom", 4153] 4154 4155[[package]] 4156name = "rand_distr" 4157version = "0.4.3" 4158source = "registry+https://github.com/rust-lang/crates.io-index" 4159checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" 4160dependencies = [ 4161 "num-traits", 4162 "rand", 4163] 4164 4165[[package]] 4166name = "rand_xoshiro" 4167version = "0.6.0" 4168source = "registry+https://github.com/rust-lang/crates.io-index" 4169checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" 4170dependencies = [ 4171 "rand_core", 4172] 4173 4174[[package]] 4175name = "rangemap" 4176version = "1.5.1" 4177source = "registry+https://github.com/rust-lang/crates.io-index" 4178checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684" 4179 4180[[package]] 4181name = "raw-cpuid" 4182version = "10.7.0" 4183source = "registry+https://github.com/rust-lang/crates.io-index" 4184checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332" 4185dependencies = [ 4186 "bitflags 1.3.2", 4187] 4188 4189[[package]] 4190name = "rayon" 4191version = "1.10.0" 4192source = "registry+https://github.com/rust-lang/crates.io-index" 4193checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 4194dependencies = [ 4195 "either", 4196 "rayon-core", 4197] 4198 4199[[package]] 4200name = "rayon-core" 4201version = "1.12.1" 4202source = "registry+https://github.com/rust-lang/crates.io-index" 4203checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 4204dependencies = [ 4205 "crossbeam-deque", 4206 "crossbeam-utils", 4207] 4208 4209[[package]] 4210name = "redox_syscall" 4211version = "0.5.7" 4212source = "registry+https://github.com/rust-lang/crates.io-index" 4213checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" 4214dependencies = [ 4215 "bitflags 2.6.0", 4216] 4217 4218[[package]] 4219name = "redox_users" 4220version = "0.4.6" 4221source = "registry+https://github.com/rust-lang/crates.io-index" 4222checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 4223dependencies = [ 4224 "getrandom", 4225 "libredox", 4226 "thiserror", 4227] 4228 4229[[package]] 4230name = "regex" 4231version = "1.11.0" 4232source = "registry+https://github.com/rust-lang/crates.io-index" 4233checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8" 4234dependencies = [ 4235 "aho-corasick", 4236 "memchr", 4237 "regex-automata", 4238 "regex-syntax", 4239] 4240 4241[[package]] 4242name = "regex-automata" 4243version = "0.4.8" 4244source = "registry+https://github.com/rust-lang/crates.io-index" 4245checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" 4246dependencies = [ 4247 "aho-corasick", 4248 "memchr", 4249 "regex-syntax", 4250] 4251 4252[[package]] 4253name = "regex-lite" 4254version = "0.1.6" 4255source = "registry+https://github.com/rust-lang/crates.io-index" 4256checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" 4257 4258[[package]] 4259name = "regex-syntax" 4260version = "0.8.5" 4261source = "registry+https://github.com/rust-lang/crates.io-index" 4262checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 4263 4264[[package]] 4265name = "regress" 4266version = "0.9.1" 4267source = "registry+https://github.com/rust-lang/crates.io-index" 4268checksum = "0eae2a1ebfecc58aff952ef8ccd364329abe627762f5bf09ff42eb9d98522479" 4269dependencies = [ 4270 "hashbrown 0.14.5", 4271 "memchr", 4272] 4273 4274[[package]] 4275name = "reqwest" 4276version = "0.12.8" 4277source = "registry+https://github.com/rust-lang/crates.io-index" 4278checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" 4279dependencies = [ 4280 "base64 0.22.1", 4281 "bytes", 4282 "futures-core", 4283 "futures-util", 4284 "h2 0.4.6", 4285 "http 1.1.0", 4286 "http-body 1.0.1", 4287 "http-body-util", 4288 "hyper 1.4.1", 4289 "hyper-rustls 0.27.3", 4290 "hyper-util", 4291 "ipnet", 4292 "js-sys", 4293 "log", 4294 "mime", 4295 "once_cell", 4296 "percent-encoding", 4297 "pin-project-lite", 4298 "quinn", 4299 "rustls 0.23.14", 4300 "rustls-native-certs 0.8.0", 4301 "rustls-pemfile 2.2.0", 4302 "rustls-pki-types", 4303 "serde", 4304 "serde_json", 4305 "serde_urlencoded", 4306 "sync_wrapper", 4307 "tokio", 4308 "tokio-rustls 0.26.0", 4309 "tokio-util", 4310 "tower-service", 4311 "url", 4312 "wasm-bindgen", 4313 "wasm-bindgen-futures", 4314 "wasm-streams", 4315 "web-sys", 4316 "windows-registry", 4317] 4318 4319[[package]] 4320name = "ring" 4321version = "0.17.8" 4322source = "registry+https://github.com/rust-lang/crates.io-index" 4323checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 4324dependencies = [ 4325 "cc", 4326 "cfg-if", 4327 "getrandom", 4328 "libc", 4329 "spin", 4330 "untrusted", 4331 "windows-sys 0.52.0", 4332] 4333 4334[[package]] 4335name = "roaring" 4336version = "0.10.6" 4337source = "registry+https://github.com/rust-lang/crates.io-index" 4338checksum = "8f4b84ba6e838ceb47b41de5194a60244fac43d9fe03b71dbe8c5a201081d6d1" 4339dependencies = [ 4340 "bytemuck", 4341 "byteorder", 4342] 4343 4344[[package]] 4345name = "rust-stemmers" 4346version = "1.2.0" 4347source = "registry+https://github.com/rust-lang/crates.io-index" 4348checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54" 4349dependencies = [ 4350 "serde", 4351 "serde_derive", 4352] 4353 4354[[package]] 4355name = "rustc-demangle" 4356version = "0.1.24" 4357source = "registry+https://github.com/rust-lang/crates.io-index" 4358checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 4359 4360[[package]] 4361name = "rustc-hash" 4362version = "1.1.0" 4363source = "registry+https://github.com/rust-lang/crates.io-index" 4364checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 4365 4366[[package]] 4367name = "rustc-hash" 4368version = "2.0.0" 4369source = "registry+https://github.com/rust-lang/crates.io-index" 4370checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" 4371 4372[[package]] 4373name = "rustc_version" 4374version = "0.4.1" 4375source = "registry+https://github.com/rust-lang/crates.io-index" 4376checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 4377dependencies = [ 4378 "semver", 4379] 4380 4381[[package]] 4382name = "rustix" 4383version = "0.37.27" 4384source = "registry+https://github.com/rust-lang/crates.io-index" 4385checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" 4386dependencies = [ 4387 "bitflags 1.3.2", 4388 "errno", 4389 "io-lifetimes", 4390 "libc", 4391 "linux-raw-sys 0.3.8", 4392 "windows-sys 0.48.0", 4393] 4394 4395[[package]] 4396name = "rustix" 4397version = "0.38.37" 4398source = "registry+https://github.com/rust-lang/crates.io-index" 4399checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" 4400dependencies = [ 4401 "bitflags 2.6.0", 4402 "errno", 4403 "libc", 4404 "linux-raw-sys 0.4.14", 4405 "windows-sys 0.52.0", 4406] 4407 4408[[package]] 4409name = "rustls" 4410version = "0.21.12" 4411source = "registry+https://github.com/rust-lang/crates.io-index" 4412checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 4413dependencies = [ 4414 "log", 4415 "ring", 4416 "rustls-webpki 0.101.7", 4417 "sct", 4418] 4419 4420[[package]] 4421name = "rustls" 4422version = "0.23.14" 4423source = "registry+https://github.com/rust-lang/crates.io-index" 4424checksum = "415d9944693cb90382053259f89fbb077ea730ad7273047ec63b19bc9b160ba8" 4425dependencies = [ 4426 "log", 4427 "once_cell", 4428 "ring", 4429 "rustls-pki-types", 4430 "rustls-webpki 0.102.8", 4431 "subtle", 4432 "zeroize", 4433] 4434 4435[[package]] 4436name = "rustls-native-certs" 4437version = "0.6.3" 4438source = "registry+https://github.com/rust-lang/crates.io-index" 4439checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 4440dependencies = [ 4441 "openssl-probe", 4442 "rustls-pemfile 1.0.4", 4443 "schannel", 4444 "security-framework", 4445] 4446 4447[[package]] 4448name = "rustls-native-certs" 4449version = "0.8.0" 4450source = "registry+https://github.com/rust-lang/crates.io-index" 4451checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a" 4452dependencies = [ 4453 "openssl-probe", 4454 "rustls-pemfile 2.2.0", 4455 "rustls-pki-types", 4456 "schannel", 4457 "security-framework", 4458] 4459 4460[[package]] 4461name = "rustls-pemfile" 4462version = "1.0.4" 4463source = "registry+https://github.com/rust-lang/crates.io-index" 4464checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 4465dependencies = [ 4466 "base64 0.21.7", 4467] 4468 4469[[package]] 4470name = "rustls-pemfile" 4471version = "2.2.0" 4472source = "registry+https://github.com/rust-lang/crates.io-index" 4473checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 4474dependencies = [ 4475 "rustls-pki-types", 4476] 4477 4478[[package]] 4479name = "rustls-pki-types" 4480version = "1.9.0" 4481source = "registry+https://github.com/rust-lang/crates.io-index" 4482checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55" 4483 4484[[package]] 4485name = "rustls-webpki" 4486version = "0.101.7" 4487source = "registry+https://github.com/rust-lang/crates.io-index" 4488checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 4489dependencies = [ 4490 "ring", 4491 "untrusted", 4492] 4493 4494[[package]] 4495name = "rustls-webpki" 4496version = "0.102.8" 4497source = "registry+https://github.com/rust-lang/crates.io-index" 4498checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 4499dependencies = [ 4500 "ring", 4501 "rustls-pki-types", 4502 "untrusted", 4503] 4504 4505[[package]] 4506name = "rustversion" 4507version = "1.0.17" 4508source = "registry+https://github.com/rust-lang/crates.io-index" 4509checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 4510 4511[[package]] 4512name = "ryu" 4513version = "1.0.18" 4514source = "registry+https://github.com/rust-lang/crates.io-index" 4515checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 4516 4517[[package]] 4518name = "same-file" 4519version = "1.0.6" 4520source = "registry+https://github.com/rust-lang/crates.io-index" 4521checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4522dependencies = [ 4523 "winapi-util", 4524] 4525 4526[[package]] 4527name = "schannel" 4528version = "0.1.26" 4529source = "registry+https://github.com/rust-lang/crates.io-index" 4530checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" 4531dependencies = [ 4532 "windows-sys 0.59.0", 4533] 4534 4535[[package]] 4536name = "scheduled-thread-pool" 4537version = "0.2.7" 4538source = "registry+https://github.com/rust-lang/crates.io-index" 4539checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19" 4540dependencies = [ 4541 "parking_lot", 4542] 4543 4544[[package]] 4545name = "schemars" 4546version = "0.8.21" 4547source = "registry+https://github.com/rust-lang/crates.io-index" 4548checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" 4549dependencies = [ 4550 "dyn-clone", 4551 "schemars_derive", 4552 "serde", 4553 "serde_json", 4554] 4555 4556[[package]] 4557name = "schemars_derive" 4558version = "0.8.21" 4559source = "registry+https://github.com/rust-lang/crates.io-index" 4560checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" 4561dependencies = [ 4562 "proc-macro2", 4563 "quote", 4564 "serde_derive_internals", 4565 "syn 2.0.79", 4566] 4567 4568[[package]] 4569name = "scopeguard" 4570version = "1.2.0" 4571source = "registry+https://github.com/rust-lang/crates.io-index" 4572checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 4573 4574[[package]] 4575name = "sct" 4576version = "0.7.1" 4577source = "registry+https://github.com/rust-lang/crates.io-index" 4578checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 4579dependencies = [ 4580 "ring", 4581 "untrusted", 4582] 4583 4584[[package]] 4585name = "security-framework" 4586version = "2.11.1" 4587source = "registry+https://github.com/rust-lang/crates.io-index" 4588checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 4589dependencies = [ 4590 "bitflags 2.6.0", 4591 "core-foundation", 4592 "core-foundation-sys", 4593 "libc", 4594 "security-framework-sys", 4595] 4596 4597[[package]] 4598name = "security-framework-sys" 4599version = "2.12.0" 4600source = "registry+https://github.com/rust-lang/crates.io-index" 4601checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6" 4602dependencies = [ 4603 "core-foundation-sys", 4604 "libc", 4605] 4606 4607[[package]] 4608name = "semver" 4609version = "1.0.23" 4610source = "registry+https://github.com/rust-lang/crates.io-index" 4611checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 4612dependencies = [ 4613 "serde", 4614] 4615 4616[[package]] 4617name = "seq-macro" 4618version = "0.3.5" 4619source = "registry+https://github.com/rust-lang/crates.io-index" 4620checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" 4621 4622[[package]] 4623name = "serde" 4624version = "1.0.210" 4625source = "registry+https://github.com/rust-lang/crates.io-index" 4626checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" 4627dependencies = [ 4628 "serde_derive", 4629] 4630 4631[[package]] 4632name = "serde_derive" 4633version = "1.0.210" 4634source = "registry+https://github.com/rust-lang/crates.io-index" 4635checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" 4636dependencies = [ 4637 "proc-macro2", 4638 "quote", 4639 "syn 2.0.79", 4640] 4641 4642[[package]] 4643name = "serde_derive_internals" 4644version = "0.29.1" 4645source = "registry+https://github.com/rust-lang/crates.io-index" 4646checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" 4647dependencies = [ 4648 "proc-macro2", 4649 "quote", 4650 "syn 2.0.79", 4651] 4652 4653[[package]] 4654name = "serde_json" 4655version = "1.0.128" 4656source = "registry+https://github.com/rust-lang/crates.io-index" 4657checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" 4658dependencies = [ 4659 "itoa", 4660 "memchr", 4661 "ryu", 4662 "serde", 4663] 4664 4665[[package]] 4666name = "serde_tokenstream" 4667version = "0.2.2" 4668source = "registry+https://github.com/rust-lang/crates.io-index" 4669checksum = "64060d864397305347a78851c51588fd283767e7e7589829e8121d65512340f1" 4670dependencies = [ 4671 "proc-macro2", 4672 "quote", 4673 "serde", 4674 "syn 2.0.79", 4675] 4676 4677[[package]] 4678name = "serde_urlencoded" 4679version = "0.7.1" 4680source = "registry+https://github.com/rust-lang/crates.io-index" 4681checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4682dependencies = [ 4683 "form_urlencoded", 4684 "itoa", 4685 "ryu", 4686 "serde", 4687] 4688 4689[[package]] 4690name = "serde_yaml" 4691version = "0.9.34+deprecated" 4692source = "registry+https://github.com/rust-lang/crates.io-index" 4693checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 4694dependencies = [ 4695 "indexmap", 4696 "itoa", 4697 "ryu", 4698 "serde", 4699 "unsafe-libyaml", 4700] 4701 4702[[package]] 4703name = "sha2" 4704version = "0.10.8" 4705source = "registry+https://github.com/rust-lang/crates.io-index" 4706checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 4707dependencies = [ 4708 "cfg-if", 4709 "cpufeatures", 4710 "digest", 4711] 4712 4713[[package]] 4714name = "sharded-slab" 4715version = "0.1.7" 4716source = "registry+https://github.com/rust-lang/crates.io-index" 4717checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4718dependencies = [ 4719 "lazy_static", 4720] 4721 4722[[package]] 4723name = "shellexpand" 4724version = "3.1.0" 4725source = "registry+https://github.com/rust-lang/crates.io-index" 4726checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" 4727dependencies = [ 4728 "dirs", 4729] 4730 4731[[package]] 4732name = "shlex" 4733version = "1.3.0" 4734source = "registry+https://github.com/rust-lang/crates.io-index" 4735checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4736 4737[[package]] 4738name = "signal-hook-registry" 4739version = "1.4.2" 4740source = "registry+https://github.com/rust-lang/crates.io-index" 4741checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 4742dependencies = [ 4743 "libc", 4744] 4745 4746[[package]] 4747name = "siphasher" 4748version = "0.3.11" 4749source = "registry+https://github.com/rust-lang/crates.io-index" 4750checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 4751 4752[[package]] 4753name = "skeptic" 4754version = "0.13.7" 4755source = "registry+https://github.com/rust-lang/crates.io-index" 4756checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8" 4757dependencies = [ 4758 "bytecount", 4759 "cargo_metadata", 4760 "error-chain", 4761 "glob", 4762 "pulldown-cmark", 4763 "tempfile", 4764 "walkdir", 4765] 4766 4767[[package]] 4768name = "sketches-ddsketch" 4769version = "0.2.2" 4770source = "registry+https://github.com/rust-lang/crates.io-index" 4771checksum = "85636c14b73d81f541e525f585c0a2109e6744e1565b5c1668e31c70c10ed65c" 4772dependencies = [ 4773 "serde", 4774] 4775 4776[[package]] 4777name = "slab" 4778version = "0.4.9" 4779source = "registry+https://github.com/rust-lang/crates.io-index" 4780checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 4781dependencies = [ 4782 "autocfg", 4783] 4784 4785[[package]] 4786name = "smallvec" 4787version = "1.13.2" 4788source = "registry+https://github.com/rust-lang/crates.io-index" 4789checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 4790 4791[[package]] 4792name = "snafu" 4793version = "0.7.5" 4794source = "registry+https://github.com/rust-lang/crates.io-index" 4795checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6" 4796dependencies = [ 4797 "doc-comment", 4798 "snafu-derive", 4799] 4800 4801[[package]] 4802name = "snafu-derive" 4803version = "0.7.5" 4804source = "registry+https://github.com/rust-lang/crates.io-index" 4805checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf" 4806dependencies = [ 4807 "heck 0.4.1", 4808 "proc-macro2", 4809 "quote", 4810 "syn 1.0.109", 4811] 4812 4813[[package]] 4814name = "snap" 4815version = "1.1.1" 4816source = "registry+https://github.com/rust-lang/crates.io-index" 4817checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" 4818 4819[[package]] 4820name = "socket2" 4821version = "0.4.10" 4822source = "registry+https://github.com/rust-lang/crates.io-index" 4823checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 4824dependencies = [ 4825 "libc", 4826 "winapi", 4827] 4828 4829[[package]] 4830name = "socket2" 4831version = "0.5.7" 4832source = "registry+https://github.com/rust-lang/crates.io-index" 4833checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 4834dependencies = [ 4835 "libc", 4836 "windows-sys 0.52.0", 4837] 4838 4839[[package]] 4840name = "spin" 4841version = "0.9.8" 4842source = "registry+https://github.com/rust-lang/crates.io-index" 4843checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 4844 4845[[package]] 4846name = "sqlparser" 4847version = "0.49.0" 4848source = "registry+https://github.com/rust-lang/crates.io-index" 4849checksum = "a4a404d0e14905361b918cb8afdb73605e25c1d5029312bd9785142dcb3aa49e" 4850dependencies = [ 4851 "log", 4852 "sqlparser_derive", 4853] 4854 4855[[package]] 4856name = "sqlparser_derive" 4857version = "0.2.2" 4858source = "registry+https://github.com/rust-lang/crates.io-index" 4859checksum = "01b2e185515564f15375f593fb966b5718bc624ba77fe49fa4616ad619690554" 4860dependencies = [ 4861 "proc-macro2", 4862 "quote", 4863 "syn 2.0.79", 4864] 4865 4866[[package]] 4867name = "stable_deref_trait" 4868version = "1.2.0" 4869source = "registry+https://github.com/rust-lang/crates.io-index" 4870checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 4871 4872[[package]] 4873name = "static_assertions" 4874version = "1.1.0" 4875source = "registry+https://github.com/rust-lang/crates.io-index" 4876checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4877 4878[[package]] 4879name = "std_prelude" 4880version = "0.2.12" 4881source = "registry+https://github.com/rust-lang/crates.io-index" 4882checksum = "8207e78455ffdf55661170876f88daf85356e4edd54e0a3dbc79586ca1e50cbe" 4883 4884[[package]] 4885name = "stfu8" 4886version = "0.2.7" 4887source = "registry+https://github.com/rust-lang/crates.io-index" 4888checksum = "e51f1e89f093f99e7432c491c382b88a6860a5adbe6bf02574bf0a08efff1978" 4889 4890[[package]] 4891name = "strum" 4892version = "0.26.3" 4893source = "registry+https://github.com/rust-lang/crates.io-index" 4894checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 4895dependencies = [ 4896 "strum_macros", 4897] 4898 4899[[package]] 4900name = "strum_macros" 4901version = "0.26.4" 4902source = "registry+https://github.com/rust-lang/crates.io-index" 4903checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 4904dependencies = [ 4905 "heck 0.5.0", 4906 "proc-macro2", 4907 "quote", 4908 "rustversion", 4909 "syn 2.0.79", 4910] 4911 4912[[package]] 4913name = "substrait" 4914version = "0.36.0" 4915source = "registry+https://github.com/rust-lang/crates.io-index" 4916checksum = "b1ee6e584c8bf37104b7eb51c25eae07a9321b0e01379bec3b7c462d2f42afbf" 4917dependencies = [ 4918 "heck 0.5.0", 4919 "pbjson", 4920 "pbjson-build", 4921 "pbjson-types", 4922 "prettyplease 0.2.22", 4923 "prost 0.12.6", 4924 "prost-build 0.12.6", 4925 "prost-types 0.12.6", 4926 "schemars", 4927 "semver", 4928 "serde", 4929 "serde_json", 4930 "serde_yaml", 4931 "syn 2.0.79", 4932 "typify", 4933 "walkdir", 4934] 4935 4936[[package]] 4937name = "subtle" 4938version = "2.6.1" 4939source = "registry+https://github.com/rust-lang/crates.io-index" 4940checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 4941 4942[[package]] 4943name = "syn" 4944version = "1.0.109" 4945source = "registry+https://github.com/rust-lang/crates.io-index" 4946checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 4947dependencies = [ 4948 "proc-macro2", 4949 "quote", 4950 "unicode-ident", 4951] 4952 4953[[package]] 4954name = "syn" 4955version = "2.0.79" 4956source = "registry+https://github.com/rust-lang/crates.io-index" 4957checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590" 4958dependencies = [ 4959 "proc-macro2", 4960 "quote", 4961 "unicode-ident", 4962] 4963 4964[[package]] 4965name = "sync_wrapper" 4966version = "1.0.1" 4967source = "registry+https://github.com/rust-lang/crates.io-index" 4968checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 4969dependencies = [ 4970 "futures-core", 4971] 4972 4973[[package]] 4974name = "tagptr" 4975version = "0.2.0" 4976source = "registry+https://github.com/rust-lang/crates.io-index" 4977checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 4978 4979[[package]] 4980name = "tantivy" 4981version = "0.22.0" 4982source = "registry+https://github.com/rust-lang/crates.io-index" 4983checksum = "f8d0582f186c0a6d55655d24543f15e43607299425c5ad8352c242b914b31856" 4984dependencies = [ 4985 "aho-corasick", 4986 "arc-swap", 4987 "base64 0.22.1", 4988 "bitpacking", 4989 "byteorder", 4990 "census", 4991 "crc32fast", 4992 "crossbeam-channel", 4993 "downcast-rs", 4994 "fastdivide", 4995 "fnv", 4996 "fs4", 4997 "htmlescape", 4998 "itertools 0.12.1", 4999 "levenshtein_automata", 5000 "log", 5001 "lru", 5002 "lz4_flex", 5003 "measure_time", 5004 "memmap2", 5005 "num_cpus", 5006 "once_cell", 5007 "oneshot", 5008 "rayon", 5009 "regex", 5010 "rust-stemmers", 5011 "rustc-hash 1.1.0", 5012 "serde", 5013 "serde_json", 5014 "sketches-ddsketch", 5015 "smallvec", 5016 "tantivy-bitpacker", 5017 "tantivy-columnar", 5018 "tantivy-common", 5019 "tantivy-fst", 5020 "tantivy-query-grammar", 5021 "tantivy-stacker", 5022 "tantivy-tokenizer-api", 5023 "tempfile", 5024 "thiserror", 5025 "time", 5026 "uuid", 5027 "winapi", 5028] 5029 5030[[package]] 5031name = "tantivy-bitpacker" 5032version = "0.6.0" 5033source = "registry+https://github.com/rust-lang/crates.io-index" 5034checksum = "284899c2325d6832203ac6ff5891b297fc5239c3dc754c5bc1977855b23c10df" 5035dependencies = [ 5036 "bitpacking", 5037] 5038 5039[[package]] 5040name = "tantivy-columnar" 5041version = "0.3.0" 5042source = "registry+https://github.com/rust-lang/crates.io-index" 5043checksum = "12722224ffbe346c7fec3275c699e508fd0d4710e629e933d5736ec524a1f44e" 5044dependencies = [ 5045 "downcast-rs", 5046 "fastdivide", 5047 "itertools 0.12.1", 5048 "serde", 5049 "tantivy-bitpacker", 5050 "tantivy-common", 5051 "tantivy-sstable", 5052 "tantivy-stacker", 5053] 5054 5055[[package]] 5056name = "tantivy-common" 5057version = "0.7.0" 5058source = "registry+https://github.com/rust-lang/crates.io-index" 5059checksum = "8019e3cabcfd20a1380b491e13ff42f57bb38bf97c3d5fa5c07e50816e0621f4" 5060dependencies = [ 5061 "async-trait", 5062 "byteorder", 5063 "ownedbytes", 5064 "serde", 5065 "time", 5066] 5067 5068[[package]] 5069name = "tantivy-fst" 5070version = "0.5.0" 5071source = "registry+https://github.com/rust-lang/crates.io-index" 5072checksum = "d60769b80ad7953d8a7b2c70cdfe722bbcdcac6bccc8ac934c40c034d866fc18" 5073dependencies = [ 5074 "byteorder", 5075 "regex-syntax", 5076 "utf8-ranges", 5077] 5078 5079[[package]] 5080name = "tantivy-query-grammar" 5081version = "0.22.0" 5082source = "registry+https://github.com/rust-lang/crates.io-index" 5083checksum = "847434d4af57b32e309f4ab1b4f1707a6c566656264caa427ff4285c4d9d0b82" 5084dependencies = [ 5085 "nom", 5086] 5087 5088[[package]] 5089name = "tantivy-sstable" 5090version = "0.3.0" 5091source = "registry+https://github.com/rust-lang/crates.io-index" 5092checksum = "c69578242e8e9fc989119f522ba5b49a38ac20f576fc778035b96cc94f41f98e" 5093dependencies = [ 5094 "tantivy-bitpacker", 5095 "tantivy-common", 5096 "tantivy-fst", 5097 "zstd", 5098] 5099 5100[[package]] 5101name = "tantivy-stacker" 5102version = "0.3.0" 5103source = "registry+https://github.com/rust-lang/crates.io-index" 5104checksum = "c56d6ff5591fc332739b3ce7035b57995a3ce29a93ffd6012660e0949c956ea8" 5105dependencies = [ 5106 "murmurhash32", 5107 "rand_distr", 5108 "tantivy-common", 5109] 5110 5111[[package]] 5112name = "tantivy-tokenizer-api" 5113version = "0.3.0" 5114source = "registry+https://github.com/rust-lang/crates.io-index" 5115checksum = "2a0dcade25819a89cfe6f17d932c9cedff11989936bf6dd4f336d50392053b04" 5116dependencies = [ 5117 "serde", 5118] 5119 5120[[package]] 5121name = "tap" 5122version = "1.0.1" 5123source = "registry+https://github.com/rust-lang/crates.io-index" 5124checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 5125 5126[[package]] 5127name = "tar" 5128version = "0.4.42" 5129source = "registry+https://github.com/rust-lang/crates.io-index" 5130checksum = "4ff6c40d3aedb5e06b57c6f669ad17ab063dd1e63d977c6a88e7f4dfa4f04020" 5131dependencies = [ 5132 "filetime", 5133 "libc", 5134 "xattr", 5135] 5136 5137[[package]] 5138name = "target-lexicon" 5139version = "0.12.16" 5140source = "registry+https://github.com/rust-lang/crates.io-index" 5141checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 5142 5143[[package]] 5144name = "tempfile" 5145version = "3.13.0" 5146source = "registry+https://github.com/rust-lang/crates.io-index" 5147checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" 5148dependencies = [ 5149 "cfg-if", 5150 "fastrand 2.1.1", 5151 "once_cell", 5152 "rustix 0.38.37", 5153 "windows-sys 0.59.0", 5154] 5155 5156[[package]] 5157name = "termcolor" 5158version = "1.4.1" 5159source = "registry+https://github.com/rust-lang/crates.io-index" 5160checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 5161dependencies = [ 5162 "winapi-util", 5163] 5164 5165[[package]] 5166name = "tfrecord" 5167version = "0.15.0" 5168source = "registry+https://github.com/rust-lang/crates.io-index" 5169checksum = "7036e822a1d906b8a49620e524a6fe21ab956583ac77f1427e908c61499a1f78" 5170dependencies = [ 5171 "anyhow", 5172 "async-std", 5173 "bytemuck", 5174 "crc", 5175 "flate2", 5176 "futures", 5177 "glob", 5178 "hex", 5179 "hostname", 5180 "integer-encoding 4.0.2", 5181 "itertools 0.11.0", 5182 "noisy_float", 5183 "num", 5184 "num-traits", 5185 "once_cell", 5186 "pin-project", 5187 "prost 0.12.6", 5188 "prost-build 0.12.6", 5189 "tar", 5190 "thiserror", 5191 "ureq", 5192] 5193 5194[[package]] 5195name = "thiserror" 5196version = "1.0.64" 5197source = "registry+https://github.com/rust-lang/crates.io-index" 5198checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" 5199dependencies = [ 5200 "thiserror-impl", 5201] 5202 5203[[package]] 5204name = "thiserror-impl" 5205version = "1.0.64" 5206source = "registry+https://github.com/rust-lang/crates.io-index" 5207checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" 5208dependencies = [ 5209 "proc-macro2", 5210 "quote", 5211 "syn 2.0.79", 5212] 5213 5214[[package]] 5215name = "thread_local" 5216version = "1.1.8" 5217source = "registry+https://github.com/rust-lang/crates.io-index" 5218checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 5219dependencies = [ 5220 "cfg-if", 5221 "once_cell", 5222] 5223 5224[[package]] 5225name = "thrift" 5226version = "0.17.0" 5227source = "registry+https://github.com/rust-lang/crates.io-index" 5228checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09" 5229dependencies = [ 5230 "byteorder", 5231 "integer-encoding 3.0.4", 5232 "ordered-float", 5233] 5234 5235[[package]] 5236name = "time" 5237version = "0.3.36" 5238source = "registry+https://github.com/rust-lang/crates.io-index" 5239checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 5240dependencies = [ 5241 "deranged", 5242 "itoa", 5243 "num-conv", 5244 "powerfmt", 5245 "serde", 5246 "time-core", 5247 "time-macros", 5248] 5249 5250[[package]] 5251name = "time-core" 5252version = "0.1.2" 5253source = "registry+https://github.com/rust-lang/crates.io-index" 5254checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 5255 5256[[package]] 5257name = "time-macros" 5258version = "0.2.18" 5259source = "registry+https://github.com/rust-lang/crates.io-index" 5260checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 5261dependencies = [ 5262 "num-conv", 5263 "time-core", 5264] 5265 5266[[package]] 5267name = "tiny-keccak" 5268version = "2.0.2" 5269source = "registry+https://github.com/rust-lang/crates.io-index" 5270checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 5271dependencies = [ 5272 "crunchy", 5273] 5274 5275[[package]] 5276name = "tinyvec" 5277version = "1.8.0" 5278source = "registry+https://github.com/rust-lang/crates.io-index" 5279checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 5280dependencies = [ 5281 "tinyvec_macros", 5282] 5283 5284[[package]] 5285name = "tinyvec_macros" 5286version = "0.1.1" 5287source = "registry+https://github.com/rust-lang/crates.io-index" 5288checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 5289 5290[[package]] 5291name = "tokio" 5292version = "1.40.0" 5293source = "registry+https://github.com/rust-lang/crates.io-index" 5294checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" 5295dependencies = [ 5296 "backtrace", 5297 "bytes", 5298 "libc", 5299 "mio", 5300 "pin-project-lite", 5301 "signal-hook-registry", 5302 "socket2 0.5.7", 5303 "tokio-macros", 5304 "windows-sys 0.52.0", 5305] 5306 5307[[package]] 5308name = "tokio-macros" 5309version = "2.4.0" 5310source = "registry+https://github.com/rust-lang/crates.io-index" 5311checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 5312dependencies = [ 5313 "proc-macro2", 5314 "quote", 5315 "syn 2.0.79", 5316] 5317 5318[[package]] 5319name = "tokio-rustls" 5320version = "0.24.1" 5321source = "registry+https://github.com/rust-lang/crates.io-index" 5322checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 5323dependencies = [ 5324 "rustls 0.21.12", 5325 "tokio", 5326] 5327 5328[[package]] 5329name = "tokio-rustls" 5330version = "0.26.0" 5331source = "registry+https://github.com/rust-lang/crates.io-index" 5332checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 5333dependencies = [ 5334 "rustls 0.23.14", 5335 "rustls-pki-types", 5336 "tokio", 5337] 5338 5339[[package]] 5340name = "tokio-stream" 5341version = "0.1.16" 5342source = "registry+https://github.com/rust-lang/crates.io-index" 5343checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" 5344dependencies = [ 5345 "futures-core", 5346 "pin-project-lite", 5347 "tokio", 5348] 5349 5350[[package]] 5351name = "tokio-util" 5352version = "0.7.12" 5353source = "registry+https://github.com/rust-lang/crates.io-index" 5354checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" 5355dependencies = [ 5356 "bytes", 5357 "futures-core", 5358 "futures-sink", 5359 "pin-project-lite", 5360 "tokio", 5361] 5362 5363[[package]] 5364name = "tower-service" 5365version = "0.3.3" 5366source = "registry+https://github.com/rust-lang/crates.io-index" 5367checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 5368 5369[[package]] 5370name = "tracing" 5371version = "0.1.40" 5372source = "registry+https://github.com/rust-lang/crates.io-index" 5373checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 5374dependencies = [ 5375 "pin-project-lite", 5376 "tracing-attributes", 5377 "tracing-core", 5378] 5379 5380[[package]] 5381name = "tracing-attributes" 5382version = "0.1.27" 5383source = "registry+https://github.com/rust-lang/crates.io-index" 5384checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 5385dependencies = [ 5386 "proc-macro2", 5387 "quote", 5388 "syn 2.0.79", 5389] 5390 5391[[package]] 5392name = "tracing-chrome" 5393version = "0.7.2" 5394source = "registry+https://github.com/rust-lang/crates.io-index" 5395checksum = "bf0a738ed5d6450a9fb96e86a23ad808de2b727fd1394585da5cdd6788ffe724" 5396dependencies = [ 5397 "serde_json", 5398 "tracing-core", 5399 "tracing-subscriber", 5400] 5401 5402[[package]] 5403name = "tracing-core" 5404version = "0.1.32" 5405source = "registry+https://github.com/rust-lang/crates.io-index" 5406checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 5407dependencies = [ 5408 "once_cell", 5409 "valuable", 5410] 5411 5412[[package]] 5413name = "tracing-log" 5414version = "0.2.0" 5415source = "registry+https://github.com/rust-lang/crates.io-index" 5416checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 5417dependencies = [ 5418 "log", 5419 "once_cell", 5420 "tracing-core", 5421] 5422 5423[[package]] 5424name = "tracing-subscriber" 5425version = "0.3.18" 5426source = "registry+https://github.com/rust-lang/crates.io-index" 5427checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 5428dependencies = [ 5429 "nu-ansi-term", 5430 "sharded-slab", 5431 "smallvec", 5432 "thread_local", 5433 "tracing-core", 5434 "tracing-log", 5435] 5436 5437[[package]] 5438name = "triomphe" 5439version = "0.1.14" 5440source = "registry+https://github.com/rust-lang/crates.io-index" 5441checksum = "ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85" 5442 5443[[package]] 5444name = "try-lock" 5445version = "0.2.5" 5446source = "registry+https://github.com/rust-lang/crates.io-index" 5447checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 5448 5449[[package]] 5450name = "twox-hash" 5451version = "1.6.3" 5452source = "registry+https://github.com/rust-lang/crates.io-index" 5453checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" 5454dependencies = [ 5455 "cfg-if", 5456 "static_assertions", 5457] 5458 5459[[package]] 5460name = "typenum" 5461version = "1.17.0" 5462source = "registry+https://github.com/rust-lang/crates.io-index" 5463checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 5464 5465[[package]] 5466name = "typify" 5467version = "0.1.0" 5468source = "registry+https://github.com/rust-lang/crates.io-index" 5469checksum = "adb6beec125971dda80a086f90b4a70f60f222990ce4d63ad0fc140492f53444" 5470dependencies = [ 5471 "typify-impl", 5472 "typify-macro", 5473] 5474 5475[[package]] 5476name = "typify-impl" 5477version = "0.1.0" 5478source = "registry+https://github.com/rust-lang/crates.io-index" 5479checksum = "93bbb24e990654aff858d80fee8114f4322f7d7a1b1ecb45129e2fcb0d0ad5ae" 5480dependencies = [ 5481 "heck 0.5.0", 5482 "log", 5483 "proc-macro2", 5484 "quote", 5485 "regress", 5486 "schemars", 5487 "semver", 5488 "serde", 5489 "serde_json", 5490 "syn 2.0.79", 5491 "thiserror", 5492 "unicode-ident", 5493] 5494 5495[[package]] 5496name = "typify-macro" 5497version = "0.1.0" 5498source = "registry+https://github.com/rust-lang/crates.io-index" 5499checksum = "f8e6491896e955692d68361c68db2b263e3bec317ec0b684e0e2fa882fb6e31e" 5500dependencies = [ 5501 "proc-macro2", 5502 "quote", 5503 "schemars", 5504 "semver", 5505 "serde", 5506 "serde_json", 5507 "serde_tokenstream", 5508 "syn 2.0.79", 5509 "typify-impl", 5510] 5511 5512[[package]] 5513name = "unicase" 5514version = "2.7.0" 5515source = "registry+https://github.com/rust-lang/crates.io-index" 5516checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 5517dependencies = [ 5518 "version_check", 5519] 5520 5521[[package]] 5522name = "unicode-bidi" 5523version = "0.3.17" 5524source = "registry+https://github.com/rust-lang/crates.io-index" 5525checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" 5526 5527[[package]] 5528name = "unicode-ident" 5529version = "1.0.13" 5530source = "registry+https://github.com/rust-lang/crates.io-index" 5531checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" 5532 5533[[package]] 5534name = "unicode-normalization" 5535version = "0.1.24" 5536source = "registry+https://github.com/rust-lang/crates.io-index" 5537checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 5538dependencies = [ 5539 "tinyvec", 5540] 5541 5542[[package]] 5543name = "unicode-segmentation" 5544version = "1.12.0" 5545source = "registry+https://github.com/rust-lang/crates.io-index" 5546checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 5547 5548[[package]] 5549name = "unicode-width" 5550version = "0.1.14" 5551source = "registry+https://github.com/rust-lang/crates.io-index" 5552checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 5553 5554[[package]] 5555name = "unindent" 5556version = "0.2.3" 5557source = "registry+https://github.com/rust-lang/crates.io-index" 5558checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" 5559 5560[[package]] 5561name = "unsafe-libyaml" 5562version = "0.2.11" 5563source = "registry+https://github.com/rust-lang/crates.io-index" 5564checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 5565 5566[[package]] 5567name = "untrusted" 5568version = "0.9.0" 5569source = "registry+https://github.com/rust-lang/crates.io-index" 5570checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 5571 5572[[package]] 5573name = "ureq" 5574version = "2.10.1" 5575source = "registry+https://github.com/rust-lang/crates.io-index" 5576checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a" 5577dependencies = [ 5578 "base64 0.22.1", 5579 "flate2", 5580 "log", 5581 "once_cell", 5582 "rustls 0.23.14", 5583 "rustls-pki-types", 5584 "url", 5585 "webpki-roots", 5586] 5587 5588[[package]] 5589name = "url" 5590version = "2.5.2" 5591source = "registry+https://github.com/rust-lang/crates.io-index" 5592checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 5593dependencies = [ 5594 "form_urlencoded", 5595 "idna", 5596 "percent-encoding", 5597] 5598 5599[[package]] 5600name = "urlencoding" 5601version = "2.1.3" 5602source = "registry+https://github.com/rust-lang/crates.io-index" 5603checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 5604 5605[[package]] 5606name = "utf8-ranges" 5607version = "1.0.5" 5608source = "registry+https://github.com/rust-lang/crates.io-index" 5609checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba" 5610 5611[[package]] 5612name = "uuid" 5613version = "1.10.0" 5614source = "registry+https://github.com/rust-lang/crates.io-index" 5615checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" 5616dependencies = [ 5617 "getrandom", 5618 "serde", 5619] 5620 5621[[package]] 5622name = "valuable" 5623version = "0.1.0" 5624source = "registry+https://github.com/rust-lang/crates.io-index" 5625checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 5626 5627[[package]] 5628name = "value-bag" 5629version = "1.9.0" 5630source = "registry+https://github.com/rust-lang/crates.io-index" 5631checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" 5632 5633[[package]] 5634name = "version_check" 5635version = "0.9.5" 5636source = "registry+https://github.com/rust-lang/crates.io-index" 5637checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 5638 5639[[package]] 5640name = "vsimd" 5641version = "0.8.0" 5642source = "registry+https://github.com/rust-lang/crates.io-index" 5643checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 5644 5645[[package]] 5646name = "waker-fn" 5647version = "1.2.0" 5648source = "registry+https://github.com/rust-lang/crates.io-index" 5649checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" 5650 5651[[package]] 5652name = "walkdir" 5653version = "2.5.0" 5654source = "registry+https://github.com/rust-lang/crates.io-index" 5655checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 5656dependencies = [ 5657 "same-file", 5658 "winapi-util", 5659] 5660 5661[[package]] 5662name = "want" 5663version = "0.3.1" 5664source = "registry+https://github.com/rust-lang/crates.io-index" 5665checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 5666dependencies = [ 5667 "try-lock", 5668] 5669 5670[[package]] 5671name = "wasi" 5672version = "0.11.0+wasi-snapshot-preview1" 5673source = "registry+https://github.com/rust-lang/crates.io-index" 5674checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5675 5676[[package]] 5677name = "wasm-bindgen" 5678version = "0.2.93" 5679source = "registry+https://github.com/rust-lang/crates.io-index" 5680checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" 5681dependencies = [ 5682 "cfg-if", 5683 "once_cell", 5684 "wasm-bindgen-macro", 5685] 5686 5687[[package]] 5688name = "wasm-bindgen-backend" 5689version = "0.2.93" 5690source = "registry+https://github.com/rust-lang/crates.io-index" 5691checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" 5692dependencies = [ 5693 "bumpalo", 5694 "log", 5695 "once_cell", 5696 "proc-macro2", 5697 "quote", 5698 "syn 2.0.79", 5699 "wasm-bindgen-shared", 5700] 5701 5702[[package]] 5703name = "wasm-bindgen-futures" 5704version = "0.4.43" 5705source = "registry+https://github.com/rust-lang/crates.io-index" 5706checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" 5707dependencies = [ 5708 "cfg-if", 5709 "js-sys", 5710 "wasm-bindgen", 5711 "web-sys", 5712] 5713 5714[[package]] 5715name = "wasm-bindgen-macro" 5716version = "0.2.93" 5717source = "registry+https://github.com/rust-lang/crates.io-index" 5718checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" 5719dependencies = [ 5720 "quote", 5721 "wasm-bindgen-macro-support", 5722] 5723 5724[[package]] 5725name = "wasm-bindgen-macro-support" 5726version = "0.2.93" 5727source = "registry+https://github.com/rust-lang/crates.io-index" 5728checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" 5729dependencies = [ 5730 "proc-macro2", 5731 "quote", 5732 "syn 2.0.79", 5733 "wasm-bindgen-backend", 5734 "wasm-bindgen-shared", 5735] 5736 5737[[package]] 5738name = "wasm-bindgen-shared" 5739version = "0.2.93" 5740source = "registry+https://github.com/rust-lang/crates.io-index" 5741checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" 5742 5743[[package]] 5744name = "wasm-streams" 5745version = "0.4.1" 5746source = "registry+https://github.com/rust-lang/crates.io-index" 5747checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd" 5748dependencies = [ 5749 "futures-util", 5750 "js-sys", 5751 "wasm-bindgen", 5752 "wasm-bindgen-futures", 5753 "web-sys", 5754] 5755 5756[[package]] 5757name = "web-sys" 5758version = "0.3.70" 5759source = "registry+https://github.com/rust-lang/crates.io-index" 5760checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" 5761dependencies = [ 5762 "js-sys", 5763 "wasm-bindgen", 5764] 5765 5766[[package]] 5767name = "webpki-roots" 5768version = "0.26.6" 5769source = "registry+https://github.com/rust-lang/crates.io-index" 5770checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" 5771dependencies = [ 5772 "rustls-pki-types", 5773] 5774 5775[[package]] 5776name = "which" 5777version = "4.4.2" 5778source = "registry+https://github.com/rust-lang/crates.io-index" 5779checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 5780dependencies = [ 5781 "either", 5782 "home", 5783 "once_cell", 5784 "rustix 0.38.37", 5785] 5786 5787[[package]] 5788name = "winapi" 5789version = "0.3.9" 5790source = "registry+https://github.com/rust-lang/crates.io-index" 5791checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5792dependencies = [ 5793 "winapi-i686-pc-windows-gnu", 5794 "winapi-x86_64-pc-windows-gnu", 5795] 5796 5797[[package]] 5798name = "winapi-i686-pc-windows-gnu" 5799version = "0.4.0" 5800source = "registry+https://github.com/rust-lang/crates.io-index" 5801checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5802 5803[[package]] 5804name = "winapi-util" 5805version = "0.1.9" 5806source = "registry+https://github.com/rust-lang/crates.io-index" 5807checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 5808dependencies = [ 5809 "windows-sys 0.59.0", 5810] 5811 5812[[package]] 5813name = "winapi-x86_64-pc-windows-gnu" 5814version = "0.4.0" 5815source = "registry+https://github.com/rust-lang/crates.io-index" 5816checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5817 5818[[package]] 5819name = "windows-core" 5820version = "0.52.0" 5821source = "registry+https://github.com/rust-lang/crates.io-index" 5822checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 5823dependencies = [ 5824 "windows-targets 0.52.6", 5825] 5826 5827[[package]] 5828name = "windows-registry" 5829version = "0.2.0" 5830source = "registry+https://github.com/rust-lang/crates.io-index" 5831checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" 5832dependencies = [ 5833 "windows-result", 5834 "windows-strings", 5835 "windows-targets 0.52.6", 5836] 5837 5838[[package]] 5839name = "windows-result" 5840version = "0.2.0" 5841source = "registry+https://github.com/rust-lang/crates.io-index" 5842checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 5843dependencies = [ 5844 "windows-targets 0.52.6", 5845] 5846 5847[[package]] 5848name = "windows-strings" 5849version = "0.1.0" 5850source = "registry+https://github.com/rust-lang/crates.io-index" 5851checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 5852dependencies = [ 5853 "windows-result", 5854 "windows-targets 0.52.6", 5855] 5856 5857[[package]] 5858name = "windows-sys" 5859version = "0.48.0" 5860source = "registry+https://github.com/rust-lang/crates.io-index" 5861checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 5862dependencies = [ 5863 "windows-targets 0.48.5", 5864] 5865 5866[[package]] 5867name = "windows-sys" 5868version = "0.52.0" 5869source = "registry+https://github.com/rust-lang/crates.io-index" 5870checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 5871dependencies = [ 5872 "windows-targets 0.52.6", 5873] 5874 5875[[package]] 5876name = "windows-sys" 5877version = "0.59.0" 5878source = "registry+https://github.com/rust-lang/crates.io-index" 5879checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 5880dependencies = [ 5881 "windows-targets 0.52.6", 5882] 5883 5884[[package]] 5885name = "windows-targets" 5886version = "0.48.5" 5887source = "registry+https://github.com/rust-lang/crates.io-index" 5888checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 5889dependencies = [ 5890 "windows_aarch64_gnullvm 0.48.5", 5891 "windows_aarch64_msvc 0.48.5", 5892 "windows_i686_gnu 0.48.5", 5893 "windows_i686_msvc 0.48.5", 5894 "windows_x86_64_gnu 0.48.5", 5895 "windows_x86_64_gnullvm 0.48.5", 5896 "windows_x86_64_msvc 0.48.5", 5897] 5898 5899[[package]] 5900name = "windows-targets" 5901version = "0.52.6" 5902source = "registry+https://github.com/rust-lang/crates.io-index" 5903checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 5904dependencies = [ 5905 "windows_aarch64_gnullvm 0.52.6", 5906 "windows_aarch64_msvc 0.52.6", 5907 "windows_i686_gnu 0.52.6", 5908 "windows_i686_gnullvm", 5909 "windows_i686_msvc 0.52.6", 5910 "windows_x86_64_gnu 0.52.6", 5911 "windows_x86_64_gnullvm 0.52.6", 5912 "windows_x86_64_msvc 0.52.6", 5913] 5914 5915[[package]] 5916name = "windows_aarch64_gnullvm" 5917version = "0.48.5" 5918source = "registry+https://github.com/rust-lang/crates.io-index" 5919checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 5920 5921[[package]] 5922name = "windows_aarch64_gnullvm" 5923version = "0.52.6" 5924source = "registry+https://github.com/rust-lang/crates.io-index" 5925checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 5926 5927[[package]] 5928name = "windows_aarch64_msvc" 5929version = "0.48.5" 5930source = "registry+https://github.com/rust-lang/crates.io-index" 5931checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 5932 5933[[package]] 5934name = "windows_aarch64_msvc" 5935version = "0.52.6" 5936source = "registry+https://github.com/rust-lang/crates.io-index" 5937checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 5938 5939[[package]] 5940name = "windows_i686_gnu" 5941version = "0.48.5" 5942source = "registry+https://github.com/rust-lang/crates.io-index" 5943checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 5944 5945[[package]] 5946name = "windows_i686_gnu" 5947version = "0.52.6" 5948source = "registry+https://github.com/rust-lang/crates.io-index" 5949checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 5950 5951[[package]] 5952name = "windows_i686_gnullvm" 5953version = "0.52.6" 5954source = "registry+https://github.com/rust-lang/crates.io-index" 5955checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 5956 5957[[package]] 5958name = "windows_i686_msvc" 5959version = "0.48.5" 5960source = "registry+https://github.com/rust-lang/crates.io-index" 5961checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 5962 5963[[package]] 5964name = "windows_i686_msvc" 5965version = "0.52.6" 5966source = "registry+https://github.com/rust-lang/crates.io-index" 5967checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 5968 5969[[package]] 5970name = "windows_x86_64_gnu" 5971version = "0.48.5" 5972source = "registry+https://github.com/rust-lang/crates.io-index" 5973checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 5974 5975[[package]] 5976name = "windows_x86_64_gnu" 5977version = "0.52.6" 5978source = "registry+https://github.com/rust-lang/crates.io-index" 5979checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 5980 5981[[package]] 5982name = "windows_x86_64_gnullvm" 5983version = "0.48.5" 5984source = "registry+https://github.com/rust-lang/crates.io-index" 5985checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 5986 5987[[package]] 5988name = "windows_x86_64_gnullvm" 5989version = "0.52.6" 5990source = "registry+https://github.com/rust-lang/crates.io-index" 5991checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 5992 5993[[package]] 5994name = "windows_x86_64_msvc" 5995version = "0.48.5" 5996source = "registry+https://github.com/rust-lang/crates.io-index" 5997checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 5998 5999[[package]] 6000name = "windows_x86_64_msvc" 6001version = "0.52.6" 6002source = "registry+https://github.com/rust-lang/crates.io-index" 6003checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 6004 6005[[package]] 6006name = "wyz" 6007version = "0.5.1" 6008source = "registry+https://github.com/rust-lang/crates.io-index" 6009checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 6010dependencies = [ 6011 "tap", 6012] 6013 6014[[package]] 6015name = "xattr" 6016version = "1.3.1" 6017source = "registry+https://github.com/rust-lang/crates.io-index" 6018checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" 6019dependencies = [ 6020 "libc", 6021 "linux-raw-sys 0.4.14", 6022 "rustix 0.38.37", 6023] 6024 6025[[package]] 6026name = "xmlparser" 6027version = "0.13.6" 6028source = "registry+https://github.com/rust-lang/crates.io-index" 6029checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" 6030 6031[[package]] 6032name = "xz2" 6033version = "0.1.7" 6034source = "registry+https://github.com/rust-lang/crates.io-index" 6035checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" 6036dependencies = [ 6037 "lzma-sys", 6038] 6039 6040[[package]] 6041name = "zerocopy" 6042version = "0.7.35" 6043source = "registry+https://github.com/rust-lang/crates.io-index" 6044checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 6045dependencies = [ 6046 "byteorder", 6047 "zerocopy-derive", 6048] 6049 6050[[package]] 6051name = "zerocopy-derive" 6052version = "0.7.35" 6053source = "registry+https://github.com/rust-lang/crates.io-index" 6054checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 6055dependencies = [ 6056 "proc-macro2", 6057 "quote", 6058 "syn 2.0.79", 6059] 6060 6061[[package]] 6062name = "zeroize" 6063version = "1.8.1" 6064source = "registry+https://github.com/rust-lang/crates.io-index" 6065checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 6066 6067[[package]] 6068name = "zstd" 6069version = "0.13.2" 6070source = "registry+https://github.com/rust-lang/crates.io-index" 6071checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" 6072dependencies = [ 6073 "zstd-safe", 6074] 6075 6076[[package]] 6077name = "zstd-safe" 6078version = "7.2.1" 6079source = "registry+https://github.com/rust-lang/crates.io-index" 6080checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" 6081dependencies = [ 6082 "zstd-sys", 6083] 6084 6085[[package]] 6086name = "zstd-sys" 6087version = "2.0.12+zstd.1.5.6" 6088source = "registry+https://github.com/rust-lang/crates.io-index" 6089checksum = "0a4e40c320c3cb459d9a9ff6de98cff88f4751ee9275d140e2be94a2b74e4c13" 6090dependencies = [ 6091 "cc", 6092 "pkg-config", 6093]