Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at gcc-offload 7776 lines 184 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 = "anstream" 81version = "0.6.15" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" 84dependencies = [ 85 "anstyle", 86 "anstyle-parse", 87 "anstyle-query", 88 "anstyle-wincon", 89 "colorchoice", 90 "is_terminal_polyfill", 91 "utf8parse", 92] 93 94[[package]] 95name = "anstyle" 96version = "1.0.8" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" 99 100[[package]] 101name = "anstyle-parse" 102version = "0.2.5" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" 105dependencies = [ 106 "utf8parse", 107] 108 109[[package]] 110name = "anstyle-query" 111version = "1.1.1" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" 114dependencies = [ 115 "windows-sys 0.52.0", 116] 117 118[[package]] 119name = "anstyle-wincon" 120version = "3.0.4" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" 123dependencies = [ 124 "anstyle", 125 "windows-sys 0.52.0", 126] 127 128[[package]] 129name = "anyhow" 130version = "1.0.89" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" 133 134[[package]] 135name = "arbitrary" 136version = "1.3.2" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" 139dependencies = [ 140 "derive_arbitrary", 141] 142 143[[package]] 144name = "arc-swap" 145version = "1.7.1" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 148 149[[package]] 150name = "argminmax" 151version = "0.6.2" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "52424b59d69d69d5056d508b260553afd91c57e21849579cd1f50ee8b8b88eaa" 154dependencies = [ 155 "num-traits", 156] 157 158[[package]] 159name = "array-init-cursor" 160version = "0.2.0" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "bf7d0a018de4f6aa429b9d33d69edf69072b1c5b1cb8d3e4a5f7ef898fc3eb76" 163 164[[package]] 165name = "arrayref" 166version = "0.3.9" 167source = "registry+https://github.com/rust-lang/crates.io-index" 168checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 169 170[[package]] 171name = "arrow" 172version = "52.2.0" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "05048a8932648b63f21c37d88b552ccc8a65afb6dfe9fc9f30ce79174c2e7a85" 175dependencies = [ 176 "arrow-arith", 177 "arrow-array", 178 "arrow-buffer", 179 "arrow-cast", 180 "arrow-csv", 181 "arrow-data", 182 "arrow-ipc", 183 "arrow-json", 184 "arrow-ord", 185 "arrow-row", 186 "arrow-schema", 187 "arrow-select", 188 "arrow-string", 189 "pyo3", 190] 191 192[[package]] 193name = "arrow-arith" 194version = "52.2.0" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "1d8a57966e43bfe9a3277984a14c24ec617ad874e4c0e1d2a1b083a39cfbf22c" 197dependencies = [ 198 "arrow-array", 199 "arrow-buffer", 200 "arrow-data", 201 "arrow-schema", 202 "chrono", 203 "half", 204 "num", 205] 206 207[[package]] 208name = "arrow-array" 209version = "52.2.0" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "16f4a9468c882dc66862cef4e1fd8423d47e67972377d85d80e022786427768c" 212dependencies = [ 213 "ahash", 214 "arrow-buffer", 215 "arrow-data", 216 "arrow-schema", 217 "chrono", 218 "chrono-tz 0.9.0", 219 "half", 220 "hashbrown 0.14.5", 221 "num", 222] 223 224[[package]] 225name = "arrow-buffer" 226version = "52.2.0" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "c975484888fc95ec4a632cdc98be39c085b1bb518531b0c80c5d462063e5daa1" 229dependencies = [ 230 "bytes", 231 "half", 232 "num", 233] 234 235[[package]] 236name = "arrow-cast" 237version = "52.2.0" 238source = "registry+https://github.com/rust-lang/crates.io-index" 239checksum = "da26719e76b81d8bc3faad1d4dbdc1bcc10d14704e63dc17fc9f3e7e1e567c8e" 240dependencies = [ 241 "arrow-array", 242 "arrow-buffer", 243 "arrow-data", 244 "arrow-schema", 245 "arrow-select", 246 "atoi", 247 "base64 0.22.1", 248 "chrono", 249 "comfy-table", 250 "half", 251 "lexical-core", 252 "num", 253 "ryu", 254] 255 256[[package]] 257name = "arrow-csv" 258version = "52.2.0" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "c13c36dc5ddf8c128df19bab27898eea64bf9da2b555ec1cd17a8ff57fba9ec2" 261dependencies = [ 262 "arrow-array", 263 "arrow-buffer", 264 "arrow-cast", 265 "arrow-data", 266 "arrow-schema", 267 "chrono", 268 "csv", 269 "csv-core", 270 "lazy_static", 271 "lexical-core", 272 "regex", 273] 274 275[[package]] 276name = "arrow-data" 277version = "52.2.0" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "dd9d6f18c65ef7a2573ab498c374d8ae364b4a4edf67105357491c031f716ca5" 280dependencies = [ 281 "arrow-buffer", 282 "arrow-schema", 283 "half", 284 "num", 285] 286 287[[package]] 288name = "arrow-ipc" 289version = "52.2.0" 290source = "registry+https://github.com/rust-lang/crates.io-index" 291checksum = "e786e1cdd952205d9a8afc69397b317cfbb6e0095e445c69cda7e8da5c1eeb0f" 292dependencies = [ 293 "arrow-array", 294 "arrow-buffer", 295 "arrow-cast", 296 "arrow-data", 297 "arrow-schema", 298 "flatbuffers", 299 "lz4_flex", 300 "zstd", 301] 302 303[[package]] 304name = "arrow-json" 305version = "52.2.0" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "fb22284c5a2a01d73cebfd88a33511a3234ab45d66086b2ca2d1228c3498e445" 308dependencies = [ 309 "arrow-array", 310 "arrow-buffer", 311 "arrow-cast", 312 "arrow-data", 313 "arrow-schema", 314 "chrono", 315 "half", 316 "indexmap 2.6.0", 317 "lexical-core", 318 "num", 319 "serde", 320 "serde_json", 321] 322 323[[package]] 324name = "arrow-ord" 325version = "52.2.0" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "42745f86b1ab99ef96d1c0bcf49180848a64fe2c7a7a0d945bc64fa2b21ba9bc" 328dependencies = [ 329 "arrow-array", 330 "arrow-buffer", 331 "arrow-data", 332 "arrow-schema", 333 "arrow-select", 334 "half", 335 "num", 336] 337 338[[package]] 339name = "arrow-row" 340version = "52.2.0" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "4cd09a518c602a55bd406bcc291a967b284cfa7a63edfbf8b897ea4748aad23c" 343dependencies = [ 344 "ahash", 345 "arrow-array", 346 "arrow-buffer", 347 "arrow-data", 348 "arrow-schema", 349 "half", 350] 351 352[[package]] 353name = "arrow-schema" 354version = "52.2.0" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "9e972cd1ff4a4ccd22f86d3e53e835c2ed92e0eea6a3e8eadb72b4f1ac802cf8" 357dependencies = [ 358 "bitflags 2.6.0", 359] 360 361[[package]] 362name = "arrow-select" 363version = "52.2.0" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "600bae05d43483d216fb3494f8c32fdbefd8aa4e1de237e790dbb3d9f44690a3" 366dependencies = [ 367 "ahash", 368 "arrow-array", 369 "arrow-buffer", 370 "arrow-data", 371 "arrow-schema", 372 "num", 373] 374 375[[package]] 376name = "arrow-string" 377version = "52.2.0" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "f0dc1985b67cb45f6606a248ac2b4a288849f196bab8c657ea5589f47cdd55e6" 380dependencies = [ 381 "arrow-array", 382 "arrow-buffer", 383 "arrow-data", 384 "arrow-schema", 385 "arrow-select", 386 "memchr", 387 "num", 388 "regex", 389 "regex-syntax", 390] 391 392[[package]] 393name = "async-compression" 394version = "0.4.13" 395source = "registry+https://github.com/rust-lang/crates.io-index" 396checksum = "7e614738943d3f68c628ae3dbce7c3daffb196665f82f8c8ea6b65de73c79429" 397dependencies = [ 398 "flate2", 399 "futures-core", 400 "memchr", 401 "pin-project-lite", 402 "tokio", 403] 404 405[[package]] 406name = "async-convert" 407version = "1.0.0" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "6d416feee97712e43152cd42874de162b8f9b77295b1c85e5d92725cc8310bae" 410dependencies = [ 411 "async-trait", 412] 413 414[[package]] 415name = "async-io" 416version = "1.13.0" 417source = "registry+https://github.com/rust-lang/crates.io-index" 418checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 419dependencies = [ 420 "async-lock", 421 "autocfg", 422 "cfg-if", 423 "concurrent-queue", 424 "futures-lite", 425 "log", 426 "parking", 427 "polling", 428 "rustix 0.37.27", 429 "slab", 430 "socket2 0.4.10", 431 "waker-fn", 432] 433 434[[package]] 435name = "async-lock" 436version = "2.8.0" 437source = "registry+https://github.com/rust-lang/crates.io-index" 438checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" 439dependencies = [ 440 "event-listener 2.5.3", 441] 442 443[[package]] 444name = "async-openai" 445version = "0.20.0" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "11e97f9c5e0ee3260caee9700ba1bb61a6fdc34d2b6786a31e018c5de5198491" 448dependencies = [ 449 "async-convert", 450 "backoff", 451 "base64 0.22.1", 452 "bytes", 453 "derive_builder", 454 "futures", 455 "rand", 456 "reqwest", 457 "reqwest-eventsource", 458 "secrecy", 459 "serde", 460 "serde_json", 461 "thiserror", 462 "tokio", 463 "tokio-stream", 464 "tokio-util", 465 "tracing", 466] 467 468[[package]] 469name = "async-priority-channel" 470version = "0.2.0" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "acde96f444d31031f760c5c43dc786b97d3e1cb2ee49dd06898383fe9a999758" 473dependencies = [ 474 "event-listener 4.0.3", 475] 476 477[[package]] 478name = "async-recursion" 479version = "1.1.1" 480source = "registry+https://github.com/rust-lang/crates.io-index" 481checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 482dependencies = [ 483 "proc-macro2", 484 "quote", 485 "syn 2.0.79", 486] 487 488[[package]] 489name = "async-trait" 490version = "0.1.83" 491source = "registry+https://github.com/rust-lang/crates.io-index" 492checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 493dependencies = [ 494 "proc-macro2", 495 "quote", 496 "syn 2.0.79", 497] 498 499[[package]] 500name = "async_cell" 501version = "0.2.2" 502source = "registry+https://github.com/rust-lang/crates.io-index" 503checksum = "834eee9ce518130a3b4d5af09ecc43e9d6b57ee76613f227a1ddd6b77c7a62bc" 504 505[[package]] 506name = "atoi" 507version = "2.0.0" 508source = "registry+https://github.com/rust-lang/crates.io-index" 509checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 510dependencies = [ 511 "num-traits", 512] 513 514[[package]] 515name = "atoi_simd" 516version = "0.15.6" 517source = "registry+https://github.com/rust-lang/crates.io-index" 518checksum = "9ae037714f313c1353189ead58ef9eec30a8e8dc101b2622d461418fd59e28a9" 519 520[[package]] 521name = "atomic-waker" 522version = "1.1.2" 523source = "registry+https://github.com/rust-lang/crates.io-index" 524checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 525 526[[package]] 527name = "autocfg" 528version = "1.4.0" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 531 532[[package]] 533name = "aws-config" 534version = "1.5.8" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "7198e6f03240fdceba36656d8be440297b6b82270325908c7381f37d826a74f6" 537dependencies = [ 538 "aws-credential-types", 539 "aws-runtime", 540 "aws-sdk-sso", 541 "aws-sdk-ssooidc", 542 "aws-sdk-sts", 543 "aws-smithy-async", 544 "aws-smithy-http", 545 "aws-smithy-json", 546 "aws-smithy-runtime", 547 "aws-smithy-runtime-api", 548 "aws-smithy-types", 549 "aws-types", 550 "bytes", 551 "fastrand 2.1.1", 552 "hex", 553 "http 0.2.12", 554 "ring", 555 "time", 556 "tokio", 557 "tracing", 558 "url", 559 "zeroize", 560] 561 562[[package]] 563name = "aws-credential-types" 564version = "1.2.1" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da" 567dependencies = [ 568 "aws-smithy-async", 569 "aws-smithy-runtime-api", 570 "aws-smithy-types", 571 "zeroize", 572] 573 574[[package]] 575name = "aws-runtime" 576version = "1.4.3" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468" 579dependencies = [ 580 "aws-credential-types", 581 "aws-sigv4", 582 "aws-smithy-async", 583 "aws-smithy-eventstream", 584 "aws-smithy-http", 585 "aws-smithy-runtime", 586 "aws-smithy-runtime-api", 587 "aws-smithy-types", 588 "aws-types", 589 "bytes", 590 "fastrand 2.1.1", 591 "http 0.2.12", 592 "http-body 0.4.6", 593 "once_cell", 594 "percent-encoding", 595 "pin-project-lite", 596 "tracing", 597 "uuid", 598] 599 600[[package]] 601name = "aws-sdk-dynamodb" 602version = "1.49.0" 603source = "registry+https://github.com/rust-lang/crates.io-index" 604checksum = "ab0ade000608877169533a54326badd6b5a707d2faf876cfc3976a7f9d7e5329" 605dependencies = [ 606 "aws-credential-types", 607 "aws-runtime", 608 "aws-smithy-async", 609 "aws-smithy-http", 610 "aws-smithy-json", 611 "aws-smithy-runtime", 612 "aws-smithy-runtime-api", 613 "aws-smithy-types", 614 "aws-types", 615 "bytes", 616 "fastrand 2.1.1", 617 "http 0.2.12", 618 "once_cell", 619 "regex-lite", 620 "tracing", 621] 622 623[[package]] 624name = "aws-sdk-kms" 625version = "1.46.0" 626source = "registry+https://github.com/rust-lang/crates.io-index" 627checksum = "e33590e8d45206fdc4273ded8a1f292bcceaadd513037aa790fc67b237bc30ee" 628dependencies = [ 629 "aws-credential-types", 630 "aws-runtime", 631 "aws-smithy-async", 632 "aws-smithy-http", 633 "aws-smithy-json", 634 "aws-smithy-runtime", 635 "aws-smithy-runtime-api", 636 "aws-smithy-types", 637 "aws-types", 638 "bytes", 639 "http 0.2.12", 640 "once_cell", 641 "regex-lite", 642 "tracing", 643] 644 645[[package]] 646name = "aws-sdk-s3" 647version = "1.54.0" 648source = "registry+https://github.com/rust-lang/crates.io-index" 649checksum = "e2f2a62020f3e06f9b352b2a23547f6e1d110b6bf1e18a6b588ae36114eaf6e2" 650dependencies = [ 651 "ahash", 652 "aws-credential-types", 653 "aws-runtime", 654 "aws-sigv4", 655 "aws-smithy-async", 656 "aws-smithy-checksums", 657 "aws-smithy-eventstream", 658 "aws-smithy-http", 659 "aws-smithy-json", 660 "aws-smithy-runtime", 661 "aws-smithy-runtime-api", 662 "aws-smithy-types", 663 "aws-smithy-xml", 664 "aws-types", 665 "bytes", 666 "fastrand 2.1.1", 667 "hex", 668 "hmac", 669 "http 0.2.12", 670 "http-body 0.4.6", 671 "lru", 672 "once_cell", 673 "percent-encoding", 674 "regex-lite", 675 "sha2", 676 "tracing", 677 "url", 678] 679 680[[package]] 681name = "aws-sdk-sso" 682version = "1.45.0" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "e33ae899566f3d395cbf42858e433930682cc9c1889fa89318896082fef45efb" 685dependencies = [ 686 "aws-credential-types", 687 "aws-runtime", 688 "aws-smithy-async", 689 "aws-smithy-http", 690 "aws-smithy-json", 691 "aws-smithy-runtime", 692 "aws-smithy-runtime-api", 693 "aws-smithy-types", 694 "aws-types", 695 "bytes", 696 "http 0.2.12", 697 "once_cell", 698 "regex-lite", 699 "tracing", 700] 701 702[[package]] 703name = "aws-sdk-ssooidc" 704version = "1.46.0" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "f39c09e199ebd96b9f860b0fce4b6625f211e064ad7c8693b72ecf7ef03881e0" 707dependencies = [ 708 "aws-credential-types", 709 "aws-runtime", 710 "aws-smithy-async", 711 "aws-smithy-http", 712 "aws-smithy-json", 713 "aws-smithy-runtime", 714 "aws-smithy-runtime-api", 715 "aws-smithy-types", 716 "aws-types", 717 "bytes", 718 "http 0.2.12", 719 "once_cell", 720 "regex-lite", 721 "tracing", 722] 723 724[[package]] 725name = "aws-sdk-sts" 726version = "1.45.0" 727source = "registry+https://github.com/rust-lang/crates.io-index" 728checksum = "3d95f93a98130389eb6233b9d615249e543f6c24a68ca1f109af9ca5164a8765" 729dependencies = [ 730 "aws-credential-types", 731 "aws-runtime", 732 "aws-smithy-async", 733 "aws-smithy-http", 734 "aws-smithy-json", 735 "aws-smithy-query", 736 "aws-smithy-runtime", 737 "aws-smithy-runtime-api", 738 "aws-smithy-types", 739 "aws-smithy-xml", 740 "aws-types", 741 "http 0.2.12", 742 "once_cell", 743 "regex-lite", 744 "tracing", 745] 746 747[[package]] 748name = "aws-sigv4" 749version = "1.2.4" 750source = "registry+https://github.com/rust-lang/crates.io-index" 751checksum = "cc8db6904450bafe7473c6ca9123f88cc11089e41a025408f992db4e22d3be68" 752dependencies = [ 753 "aws-credential-types", 754 "aws-smithy-eventstream", 755 "aws-smithy-http", 756 "aws-smithy-runtime-api", 757 "aws-smithy-types", 758 "bytes", 759 "crypto-bigint 0.5.5", 760 "form_urlencoded", 761 "hex", 762 "hmac", 763 "http 0.2.12", 764 "http 1.1.0", 765 "once_cell", 766 "p256", 767 "percent-encoding", 768 "ring", 769 "sha2", 770 "subtle", 771 "time", 772 "tracing", 773 "zeroize", 774] 775 776[[package]] 777name = "aws-smithy-async" 778version = "1.2.1" 779source = "registry+https://github.com/rust-lang/crates.io-index" 780checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c" 781dependencies = [ 782 "futures-util", 783 "pin-project-lite", 784 "tokio", 785] 786 787[[package]] 788name = "aws-smithy-checksums" 789version = "0.60.12" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "598b1689d001c4d4dc3cb386adb07d37786783aee3ac4b324bcadac116bf3d23" 792dependencies = [ 793 "aws-smithy-http", 794 "aws-smithy-types", 795 "bytes", 796 "crc32c", 797 "crc32fast", 798 "hex", 799 "http 0.2.12", 800 "http-body 0.4.6", 801 "md-5", 802 "pin-project-lite", 803 "sha1", 804 "sha2", 805 "tracing", 806] 807 808[[package]] 809name = "aws-smithy-eventstream" 810version = "0.60.5" 811source = "registry+https://github.com/rust-lang/crates.io-index" 812checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90" 813dependencies = [ 814 "aws-smithy-types", 815 "bytes", 816 "crc32fast", 817] 818 819[[package]] 820name = "aws-smithy-http" 821version = "0.60.11" 822source = "registry+https://github.com/rust-lang/crates.io-index" 823checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6" 824dependencies = [ 825 "aws-smithy-eventstream", 826 "aws-smithy-runtime-api", 827 "aws-smithy-types", 828 "bytes", 829 "bytes-utils", 830 "futures-core", 831 "http 0.2.12", 832 "http-body 0.4.6", 833 "once_cell", 834 "percent-encoding", 835 "pin-project-lite", 836 "pin-utils", 837 "tracing", 838] 839 840[[package]] 841name = "aws-smithy-json" 842version = "0.60.7" 843source = "registry+https://github.com/rust-lang/crates.io-index" 844checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6" 845dependencies = [ 846 "aws-smithy-types", 847] 848 849[[package]] 850name = "aws-smithy-query" 851version = "0.60.7" 852source = "registry+https://github.com/rust-lang/crates.io-index" 853checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb" 854dependencies = [ 855 "aws-smithy-types", 856 "urlencoding", 857] 858 859[[package]] 860name = "aws-smithy-runtime" 861version = "1.7.2" 862source = "registry+https://github.com/rust-lang/crates.io-index" 863checksum = "a065c0fe6fdbdf9f11817eb68582b2ab4aff9e9c39e986ae48f7ec576c6322db" 864dependencies = [ 865 "aws-smithy-async", 866 "aws-smithy-http", 867 "aws-smithy-runtime-api", 868 "aws-smithy-types", 869 "bytes", 870 "fastrand 2.1.1", 871 "h2 0.3.26", 872 "http 0.2.12", 873 "http-body 0.4.6", 874 "http-body 1.0.1", 875 "httparse", 876 "hyper 0.14.30", 877 "hyper-rustls 0.24.2", 878 "once_cell", 879 "pin-project-lite", 880 "pin-utils", 881 "rustls 0.21.12", 882 "tokio", 883 "tracing", 884] 885 886[[package]] 887name = "aws-smithy-runtime-api" 888version = "1.7.2" 889source = "registry+https://github.com/rust-lang/crates.io-index" 890checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96" 891dependencies = [ 892 "aws-smithy-async", 893 "aws-smithy-types", 894 "bytes", 895 "http 0.2.12", 896 "http 1.1.0", 897 "pin-project-lite", 898 "tokio", 899 "tracing", 900 "zeroize", 901] 902 903[[package]] 904name = "aws-smithy-types" 905version = "1.2.7" 906source = "registry+https://github.com/rust-lang/crates.io-index" 907checksum = "147100a7bea70fa20ef224a6bad700358305f5dc0f84649c53769761395b355b" 908dependencies = [ 909 "base64-simd", 910 "bytes", 911 "bytes-utils", 912 "futures-core", 913 "http 0.2.12", 914 "http 1.1.0", 915 "http-body 0.4.6", 916 "http-body 1.0.1", 917 "http-body-util", 918 "itoa", 919 "num-integer", 920 "pin-project-lite", 921 "pin-utils", 922 "ryu", 923 "serde", 924 "time", 925 "tokio", 926 "tokio-util", 927] 928 929[[package]] 930name = "aws-smithy-xml" 931version = "0.60.9" 932source = "registry+https://github.com/rust-lang/crates.io-index" 933checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc" 934dependencies = [ 935 "xmlparser", 936] 937 938[[package]] 939name = "aws-types" 940version = "1.3.3" 941source = "registry+https://github.com/rust-lang/crates.io-index" 942checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef" 943dependencies = [ 944 "aws-credential-types", 945 "aws-smithy-async", 946 "aws-smithy-runtime-api", 947 "aws-smithy-types", 948 "rustc_version", 949 "tracing", 950] 951 952[[package]] 953name = "backoff" 954version = "0.4.0" 955source = "registry+https://github.com/rust-lang/crates.io-index" 956checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" 957dependencies = [ 958 "futures-core", 959 "getrandom", 960 "instant", 961 "pin-project-lite", 962 "rand", 963 "tokio", 964] 965 966[[package]] 967name = "backtrace" 968version = "0.3.74" 969source = "registry+https://github.com/rust-lang/crates.io-index" 970checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 971dependencies = [ 972 "addr2line", 973 "cfg-if", 974 "libc", 975 "miniz_oxide", 976 "object", 977 "rustc-demangle", 978 "windows-targets 0.52.6", 979] 980 981[[package]] 982name = "base16ct" 983version = "0.1.1" 984source = "registry+https://github.com/rust-lang/crates.io-index" 985checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" 986 987[[package]] 988name = "base64" 989version = "0.13.1" 990source = "registry+https://github.com/rust-lang/crates.io-index" 991checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 992 993[[package]] 994name = "base64" 995version = "0.21.7" 996source = "registry+https://github.com/rust-lang/crates.io-index" 997checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 998 999[[package]] 1000name = "base64" 1001version = "0.22.1" 1002source = "registry+https://github.com/rust-lang/crates.io-index" 1003checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 1004 1005[[package]] 1006name = "base64-simd" 1007version = "0.8.0" 1008source = "registry+https://github.com/rust-lang/crates.io-index" 1009checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 1010dependencies = [ 1011 "outref", 1012 "vsimd", 1013] 1014 1015[[package]] 1016name = "base64ct" 1017version = "1.6.0" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 1020 1021[[package]] 1022name = "bit-set" 1023version = "0.5.3" 1024source = "registry+https://github.com/rust-lang/crates.io-index" 1025checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 1026dependencies = [ 1027 "bit-vec", 1028] 1029 1030[[package]] 1031name = "bit-vec" 1032version = "0.6.3" 1033source = "registry+https://github.com/rust-lang/crates.io-index" 1034checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 1035 1036[[package]] 1037name = "bitflags" 1038version = "1.3.2" 1039source = "registry+https://github.com/rust-lang/crates.io-index" 1040checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 1041 1042[[package]] 1043name = "bitflags" 1044version = "2.6.0" 1045source = "registry+https://github.com/rust-lang/crates.io-index" 1046checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 1047 1048[[package]] 1049name = "bitpacking" 1050version = "0.9.2" 1051source = "registry+https://github.com/rust-lang/crates.io-index" 1052checksum = "4c1d3e2bfd8d06048a179f7b17afc3188effa10385e7b00dc65af6aae732ea92" 1053dependencies = [ 1054 "crunchy", 1055] 1056 1057[[package]] 1058name = "bitvec" 1059version = "1.0.1" 1060source = "registry+https://github.com/rust-lang/crates.io-index" 1061checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 1062dependencies = [ 1063 "funty", 1064 "radium", 1065 "tap", 1066 "wyz", 1067] 1068 1069[[package]] 1070name = "block-buffer" 1071version = "0.10.4" 1072source = "registry+https://github.com/rust-lang/crates.io-index" 1073checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 1074dependencies = [ 1075 "generic-array", 1076] 1077 1078[[package]] 1079name = "brotli" 1080version = "3.5.0" 1081source = "registry+https://github.com/rust-lang/crates.io-index" 1082checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391" 1083dependencies = [ 1084 "alloc-no-stdlib", 1085 "alloc-stdlib", 1086 "brotli-decompressor", 1087] 1088 1089[[package]] 1090name = "brotli-decompressor" 1091version = "2.5.1" 1092source = "registry+https://github.com/rust-lang/crates.io-index" 1093checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" 1094dependencies = [ 1095 "alloc-no-stdlib", 1096 "alloc-stdlib", 1097] 1098 1099[[package]] 1100name = "bumpalo" 1101version = "3.16.0" 1102source = "registry+https://github.com/rust-lang/crates.io-index" 1103checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 1104 1105[[package]] 1106name = "bytecount" 1107version = "0.6.8" 1108source = "registry+https://github.com/rust-lang/crates.io-index" 1109checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" 1110 1111[[package]] 1112name = "bytemuck" 1113version = "1.18.0" 1114source = "registry+https://github.com/rust-lang/crates.io-index" 1115checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae" 1116dependencies = [ 1117 "bytemuck_derive", 1118] 1119 1120[[package]] 1121name = "bytemuck_derive" 1122version = "1.8.0" 1123source = "registry+https://github.com/rust-lang/crates.io-index" 1124checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec" 1125dependencies = [ 1126 "proc-macro2", 1127 "quote", 1128 "syn 2.0.79", 1129] 1130 1131[[package]] 1132name = "byteorder" 1133version = "1.5.0" 1134source = "registry+https://github.com/rust-lang/crates.io-index" 1135checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 1136 1137[[package]] 1138name = "bytes" 1139version = "1.7.2" 1140source = "registry+https://github.com/rust-lang/crates.io-index" 1141checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" 1142 1143[[package]] 1144name = "bytes-utils" 1145version = "0.1.4" 1146source = "registry+https://github.com/rust-lang/crates.io-index" 1147checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35" 1148dependencies = [ 1149 "bytes", 1150 "either", 1151] 1152 1153[[package]] 1154name = "camino" 1155version = "1.1.9" 1156source = "registry+https://github.com/rust-lang/crates.io-index" 1157checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" 1158dependencies = [ 1159 "serde", 1160] 1161 1162[[package]] 1163name = "candle-core" 1164version = "0.6.0" 1165source = "registry+https://github.com/rust-lang/crates.io-index" 1166checksum = "d5b18de020c2729dbf7ac390325312644808b6ba9b7962f1f724e9185b1d53c7" 1167dependencies = [ 1168 "byteorder", 1169 "gemm", 1170 "half", 1171 "memmap2 0.9.5", 1172 "num-traits", 1173 "num_cpus", 1174 "rand", 1175 "rand_distr", 1176 "rayon", 1177 "safetensors", 1178 "thiserror", 1179 "yoke", 1180 "zip", 1181] 1182 1183[[package]] 1184name = "candle-nn" 1185version = "0.6.0" 1186source = "registry+https://github.com/rust-lang/crates.io-index" 1187checksum = "b006b30f66a0d94fc9cef0ac4de6ce510565f35ae2c6c35ce5d4aacfb0fc8eeb" 1188dependencies = [ 1189 "candle-core", 1190 "half", 1191 "num-traits", 1192 "rayon", 1193 "safetensors", 1194 "serde", 1195 "thiserror", 1196] 1197 1198[[package]] 1199name = "candle-transformers" 1200version = "0.6.0" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "4f0d4eb6a0d9279d5829b06b2bf3caa117904eefd6dcf879d16e687c4a84034c" 1203dependencies = [ 1204 "byteorder", 1205 "candle-core", 1206 "candle-nn", 1207 "fancy-regex", 1208 "num-traits", 1209 "rand", 1210 "rayon", 1211 "serde", 1212 "serde_json", 1213 "serde_plain", 1214 "tracing", 1215] 1216 1217[[package]] 1218name = "cargo-platform" 1219version = "0.1.8" 1220source = "registry+https://github.com/rust-lang/crates.io-index" 1221checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" 1222dependencies = [ 1223 "serde", 1224] 1225 1226[[package]] 1227name = "cargo_metadata" 1228version = "0.14.2" 1229source = "registry+https://github.com/rust-lang/crates.io-index" 1230checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" 1231dependencies = [ 1232 "camino", 1233 "cargo-platform", 1234 "semver 1.0.23", 1235 "serde", 1236 "serde_json", 1237] 1238 1239[[package]] 1240name = "cc" 1241version = "1.1.28" 1242source = "registry+https://github.com/rust-lang/crates.io-index" 1243checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1" 1244dependencies = [ 1245 "jobserver", 1246 "libc", 1247 "shlex", 1248] 1249 1250[[package]] 1251name = "census" 1252version = "0.4.2" 1253source = "registry+https://github.com/rust-lang/crates.io-index" 1254checksum = "4f4c707c6a209cbe82d10abd08e1ea8995e9ea937d2550646e02798948992be0" 1255 1256[[package]] 1257name = "cesu8" 1258version = "1.1.0" 1259source = "registry+https://github.com/rust-lang/crates.io-index" 1260checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 1261 1262[[package]] 1263name = "cfg-if" 1264version = "1.0.0" 1265source = "registry+https://github.com/rust-lang/crates.io-index" 1266checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 1267 1268[[package]] 1269name = "chrono" 1270version = "0.4.38" 1271source = "registry+https://github.com/rust-lang/crates.io-index" 1272checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 1273dependencies = [ 1274 "android-tzdata", 1275 "iana-time-zone", 1276 "js-sys", 1277 "num-traits", 1278 "serde", 1279 "wasm-bindgen", 1280 "windows-targets 0.52.6", 1281] 1282 1283[[package]] 1284name = "chrono-tz" 1285version = "0.8.6" 1286source = "registry+https://github.com/rust-lang/crates.io-index" 1287checksum = "d59ae0466b83e838b81a54256c39d5d7c20b9d7daa10510a242d9b75abd5936e" 1288dependencies = [ 1289 "chrono", 1290 "chrono-tz-build 0.2.1", 1291 "phf", 1292] 1293 1294[[package]] 1295name = "chrono-tz" 1296version = "0.9.0" 1297source = "registry+https://github.com/rust-lang/crates.io-index" 1298checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb" 1299dependencies = [ 1300 "chrono", 1301 "chrono-tz-build 0.3.0", 1302 "phf", 1303] 1304 1305[[package]] 1306name = "chrono-tz-build" 1307version = "0.2.1" 1308source = "registry+https://github.com/rust-lang/crates.io-index" 1309checksum = "433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f" 1310dependencies = [ 1311 "parse-zoneinfo", 1312 "phf", 1313 "phf_codegen", 1314] 1315 1316[[package]] 1317name = "chrono-tz-build" 1318version = "0.3.0" 1319source = "registry+https://github.com/rust-lang/crates.io-index" 1320checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1" 1321dependencies = [ 1322 "parse-zoneinfo", 1323 "phf", 1324 "phf_codegen", 1325] 1326 1327[[package]] 1328name = "colorchoice" 1329version = "1.0.2" 1330source = "registry+https://github.com/rust-lang/crates.io-index" 1331checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" 1332 1333[[package]] 1334name = "combine" 1335version = "4.6.7" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 1338dependencies = [ 1339 "bytes", 1340 "memchr", 1341] 1342 1343[[package]] 1344name = "comfy-table" 1345version = "7.1.1" 1346source = "registry+https://github.com/rust-lang/crates.io-index" 1347checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" 1348dependencies = [ 1349 "crossterm", 1350 "strum", 1351 "strum_macros 0.26.4", 1352 "unicode-width", 1353] 1354 1355[[package]] 1356name = "concurrent-queue" 1357version = "2.5.0" 1358source = "registry+https://github.com/rust-lang/crates.io-index" 1359checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 1360dependencies = [ 1361 "crossbeam-utils", 1362] 1363 1364[[package]] 1365name = "console" 1366version = "0.15.8" 1367source = "registry+https://github.com/rust-lang/crates.io-index" 1368checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 1369dependencies = [ 1370 "encode_unicode", 1371 "lazy_static", 1372 "libc", 1373 "unicode-width", 1374 "windows-sys 0.52.0", 1375] 1376 1377[[package]] 1378name = "const-oid" 1379version = "0.9.6" 1380source = "registry+https://github.com/rust-lang/crates.io-index" 1381checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 1382 1383[[package]] 1384name = "const-random" 1385version = "0.1.18" 1386source = "registry+https://github.com/rust-lang/crates.io-index" 1387checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" 1388dependencies = [ 1389 "const-random-macro", 1390] 1391 1392[[package]] 1393name = "const-random-macro" 1394version = "0.1.16" 1395source = "registry+https://github.com/rust-lang/crates.io-index" 1396checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" 1397dependencies = [ 1398 "getrandom", 1399 "once_cell", 1400 "tiny-keccak", 1401] 1402 1403[[package]] 1404name = "conv" 1405version = "0.3.3" 1406source = "registry+https://github.com/rust-lang/crates.io-index" 1407checksum = "78ff10625fd0ac447827aa30ea8b861fead473bb60aeb73af6c1c58caf0d1299" 1408dependencies = [ 1409 "custom_derive", 1410] 1411 1412[[package]] 1413name = "convert_case" 1414version = "0.6.0" 1415source = "registry+https://github.com/rust-lang/crates.io-index" 1416checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" 1417dependencies = [ 1418 "unicode-segmentation", 1419] 1420 1421[[package]] 1422name = "core-foundation" 1423version = "0.9.4" 1424source = "registry+https://github.com/rust-lang/crates.io-index" 1425checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 1426dependencies = [ 1427 "core-foundation-sys", 1428 "libc", 1429] 1430 1431[[package]] 1432name = "core-foundation-sys" 1433version = "0.8.7" 1434source = "registry+https://github.com/rust-lang/crates.io-index" 1435checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 1436 1437[[package]] 1438name = "cpufeatures" 1439version = "0.2.14" 1440source = "registry+https://github.com/rust-lang/crates.io-index" 1441checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" 1442dependencies = [ 1443 "libc", 1444] 1445 1446[[package]] 1447name = "crc32c" 1448version = "0.6.8" 1449source = "registry+https://github.com/rust-lang/crates.io-index" 1450checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47" 1451dependencies = [ 1452 "rustc_version", 1453] 1454 1455[[package]] 1456name = "crc32fast" 1457version = "1.4.2" 1458source = "registry+https://github.com/rust-lang/crates.io-index" 1459checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 1460dependencies = [ 1461 "cfg-if", 1462] 1463 1464[[package]] 1465name = "crossbeam-channel" 1466version = "0.5.13" 1467source = "registry+https://github.com/rust-lang/crates.io-index" 1468checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 1469dependencies = [ 1470 "crossbeam-utils", 1471] 1472 1473[[package]] 1474name = "crossbeam-deque" 1475version = "0.8.5" 1476source = "registry+https://github.com/rust-lang/crates.io-index" 1477checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 1478dependencies = [ 1479 "crossbeam-epoch", 1480 "crossbeam-utils", 1481] 1482 1483[[package]] 1484name = "crossbeam-epoch" 1485version = "0.9.18" 1486source = "registry+https://github.com/rust-lang/crates.io-index" 1487checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 1488dependencies = [ 1489 "crossbeam-utils", 1490] 1491 1492[[package]] 1493name = "crossbeam-queue" 1494version = "0.3.11" 1495source = "registry+https://github.com/rust-lang/crates.io-index" 1496checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 1497dependencies = [ 1498 "crossbeam-utils", 1499] 1500 1501[[package]] 1502name = "crossbeam-utils" 1503version = "0.8.20" 1504source = "registry+https://github.com/rust-lang/crates.io-index" 1505checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 1506 1507[[package]] 1508name = "crossterm" 1509version = "0.27.0" 1510source = "registry+https://github.com/rust-lang/crates.io-index" 1511checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" 1512dependencies = [ 1513 "bitflags 2.6.0", 1514 "crossterm_winapi", 1515 "libc", 1516 "parking_lot", 1517 "winapi", 1518] 1519 1520[[package]] 1521name = "crossterm_winapi" 1522version = "0.9.1" 1523source = "registry+https://github.com/rust-lang/crates.io-index" 1524checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 1525dependencies = [ 1526 "winapi", 1527] 1528 1529[[package]] 1530name = "crunchy" 1531version = "0.2.2" 1532source = "registry+https://github.com/rust-lang/crates.io-index" 1533checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 1534 1535[[package]] 1536name = "crypto-bigint" 1537version = "0.4.9" 1538source = "registry+https://github.com/rust-lang/crates.io-index" 1539checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" 1540dependencies = [ 1541 "generic-array", 1542 "rand_core", 1543 "subtle", 1544 "zeroize", 1545] 1546 1547[[package]] 1548name = "crypto-bigint" 1549version = "0.5.5" 1550source = "registry+https://github.com/rust-lang/crates.io-index" 1551checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 1552dependencies = [ 1553 "rand_core", 1554 "subtle", 1555] 1556 1557[[package]] 1558name = "crypto-common" 1559version = "0.1.6" 1560source = "registry+https://github.com/rust-lang/crates.io-index" 1561checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1562dependencies = [ 1563 "generic-array", 1564 "typenum", 1565] 1566 1567[[package]] 1568name = "csv" 1569version = "1.3.0" 1570source = "registry+https://github.com/rust-lang/crates.io-index" 1571checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" 1572dependencies = [ 1573 "csv-core", 1574 "itoa", 1575 "ryu", 1576 "serde", 1577] 1578 1579[[package]] 1580name = "csv-core" 1581version = "0.1.11" 1582source = "registry+https://github.com/rust-lang/crates.io-index" 1583checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" 1584dependencies = [ 1585 "memchr", 1586] 1587 1588[[package]] 1589name = "ctor" 1590version = "0.2.8" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f" 1593dependencies = [ 1594 "quote", 1595 "syn 2.0.79", 1596] 1597 1598[[package]] 1599name = "custom_derive" 1600version = "0.1.7" 1601source = "registry+https://github.com/rust-lang/crates.io-index" 1602checksum = "ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9" 1603 1604[[package]] 1605name = "darling" 1606version = "0.20.10" 1607source = "registry+https://github.com/rust-lang/crates.io-index" 1608checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 1609dependencies = [ 1610 "darling_core", 1611 "darling_macro", 1612] 1613 1614[[package]] 1615name = "darling_core" 1616version = "0.20.10" 1617source = "registry+https://github.com/rust-lang/crates.io-index" 1618checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 1619dependencies = [ 1620 "fnv", 1621 "ident_case", 1622 "proc-macro2", 1623 "quote", 1624 "strsim", 1625 "syn 2.0.79", 1626] 1627 1628[[package]] 1629name = "darling_macro" 1630version = "0.20.10" 1631source = "registry+https://github.com/rust-lang/crates.io-index" 1632checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 1633dependencies = [ 1634 "darling_core", 1635 "quote", 1636 "syn 2.0.79", 1637] 1638 1639[[package]] 1640name = "dashmap" 1641version = "5.5.3" 1642source = "registry+https://github.com/rust-lang/crates.io-index" 1643checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 1644dependencies = [ 1645 "cfg-if", 1646 "hashbrown 0.14.5", 1647 "lock_api", 1648 "once_cell", 1649 "parking_lot_core", 1650] 1651 1652[[package]] 1653name = "dashmap" 1654version = "6.1.0" 1655source = "registry+https://github.com/rust-lang/crates.io-index" 1656checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 1657dependencies = [ 1658 "cfg-if", 1659 "crossbeam-utils", 1660 "hashbrown 0.14.5", 1661 "lock_api", 1662 "once_cell", 1663 "parking_lot_core", 1664] 1665 1666[[package]] 1667name = "datafusion" 1668version = "41.0.0" 1669source = "registry+https://github.com/rust-lang/crates.io-index" 1670checksum = "e4fd4a99fc70d40ef7e52b243b4a399c3f8d353a40d5ecb200deee05e49c61bb" 1671dependencies = [ 1672 "ahash", 1673 "arrow", 1674 "arrow-array", 1675 "arrow-ipc", 1676 "arrow-schema", 1677 "async-trait", 1678 "bytes", 1679 "chrono", 1680 "dashmap 6.1.0", 1681 "datafusion-catalog", 1682 "datafusion-common", 1683 "datafusion-common-runtime", 1684 "datafusion-execution", 1685 "datafusion-expr", 1686 "datafusion-functions", 1687 "datafusion-functions-aggregate", 1688 "datafusion-functions-nested", 1689 "datafusion-optimizer", 1690 "datafusion-physical-expr", 1691 "datafusion-physical-expr-common", 1692 "datafusion-physical-optimizer", 1693 "datafusion-physical-plan", 1694 "datafusion-sql", 1695 "futures", 1696 "glob", 1697 "half", 1698 "hashbrown 0.14.5", 1699 "indexmap 2.6.0", 1700 "itertools 0.12.1", 1701 "log", 1702 "num_cpus", 1703 "object_store", 1704 "parking_lot", 1705 "paste", 1706 "pin-project-lite", 1707 "rand", 1708 "sqlparser 0.49.0", 1709 "tempfile", 1710 "tokio", 1711 "url", 1712 "uuid", 1713] 1714 1715[[package]] 1716name = "datafusion-catalog" 1717version = "41.0.0" 1718source = "registry+https://github.com/rust-lang/crates.io-index" 1719checksum = "e13b3cfbd84c6003594ae1972314e3df303a27ce8ce755fcea3240c90f4c0529" 1720dependencies = [ 1721 "arrow-schema", 1722 "async-trait", 1723 "datafusion-common", 1724 "datafusion-execution", 1725 "datafusion-expr", 1726 "datafusion-physical-plan", 1727] 1728 1729[[package]] 1730name = "datafusion-common" 1731version = "41.0.0" 1732source = "registry+https://github.com/rust-lang/crates.io-index" 1733checksum = "44fdbc877e3e40dcf88cc8f283d9f5c8851f0a3aa07fee657b1b75ac1ad49b9c" 1734dependencies = [ 1735 "ahash", 1736 "arrow", 1737 "arrow-array", 1738 "arrow-buffer", 1739 "arrow-schema", 1740 "chrono", 1741 "half", 1742 "hashbrown 0.14.5", 1743 "instant", 1744 "libc", 1745 "num_cpus", 1746 "object_store", 1747 "sqlparser 0.49.0", 1748] 1749 1750[[package]] 1751name = "datafusion-common-runtime" 1752version = "41.0.0" 1753source = "registry+https://github.com/rust-lang/crates.io-index" 1754checksum = "8a7496d1f664179f6ce3a5cbef6566056ccaf3ea4aa72cc455f80e62c1dd86b1" 1755dependencies = [ 1756 "tokio", 1757] 1758 1759[[package]] 1760name = "datafusion-execution" 1761version = "41.0.0" 1762source = "registry+https://github.com/rust-lang/crates.io-index" 1763checksum = "799e70968c815b611116951e3dd876aef04bf217da31b72eec01ee6a959336a1" 1764dependencies = [ 1765 "arrow", 1766 "chrono", 1767 "dashmap 6.1.0", 1768 "datafusion-common", 1769 "datafusion-expr", 1770 "futures", 1771 "hashbrown 0.14.5", 1772 "log", 1773 "object_store", 1774 "parking_lot", 1775 "rand", 1776 "tempfile", 1777 "url", 1778] 1779 1780[[package]] 1781name = "datafusion-expr" 1782version = "41.0.0" 1783source = "registry+https://github.com/rust-lang/crates.io-index" 1784checksum = "1c1841c409d9518c17971d15c9bae62e629eb937e6fb6c68cd32e9186f8b30d2" 1785dependencies = [ 1786 "ahash", 1787 "arrow", 1788 "arrow-array", 1789 "arrow-buffer", 1790 "chrono", 1791 "datafusion-common", 1792 "paste", 1793 "serde_json", 1794 "sqlparser 0.49.0", 1795 "strum", 1796 "strum_macros 0.26.4", 1797] 1798 1799[[package]] 1800name = "datafusion-functions" 1801version = "41.0.0" 1802source = "registry+https://github.com/rust-lang/crates.io-index" 1803checksum = "a8e481cf34d2a444bd8fa09b65945f0ce83dc92df8665b761505b3d9f351bebb" 1804dependencies = [ 1805 "arrow", 1806 "arrow-buffer", 1807 "base64 0.22.1", 1808 "chrono", 1809 "datafusion-common", 1810 "datafusion-execution", 1811 "datafusion-expr", 1812 "hashbrown 0.14.5", 1813 "hex", 1814 "itertools 0.12.1", 1815 "log", 1816 "rand", 1817 "regex", 1818 "unicode-segmentation", 1819 "uuid", 1820] 1821 1822[[package]] 1823name = "datafusion-functions-aggregate" 1824version = "41.0.0" 1825source = "registry+https://github.com/rust-lang/crates.io-index" 1826checksum = "2b4ece19f73c02727e5e8654d79cd5652de371352c1df3c4ac3e419ecd6943fb" 1827dependencies = [ 1828 "ahash", 1829 "arrow", 1830 "arrow-schema", 1831 "datafusion-common", 1832 "datafusion-execution", 1833 "datafusion-expr", 1834 "datafusion-physical-expr-common", 1835 "log", 1836 "paste", 1837 "sqlparser 0.49.0", 1838] 1839 1840[[package]] 1841name = "datafusion-functions-nested" 1842version = "41.0.0" 1843source = "registry+https://github.com/rust-lang/crates.io-index" 1844checksum = "a1474552cc824e8c9c88177d454db5781d4b66757d4aca75719306b8343a5e8d" 1845dependencies = [ 1846 "arrow", 1847 "arrow-array", 1848 "arrow-buffer", 1849 "arrow-ord", 1850 "arrow-schema", 1851 "datafusion-common", 1852 "datafusion-execution", 1853 "datafusion-expr", 1854 "datafusion-functions", 1855 "datafusion-functions-aggregate", 1856 "itertools 0.12.1", 1857 "log", 1858 "paste", 1859 "rand", 1860] 1861 1862[[package]] 1863name = "datafusion-optimizer" 1864version = "41.0.0" 1865source = "registry+https://github.com/rust-lang/crates.io-index" 1866checksum = "791ff56f55608bc542d1ea7a68a64bdc86a9413f5a381d06a39fd49c2a3ab906" 1867dependencies = [ 1868 "arrow", 1869 "async-trait", 1870 "chrono", 1871 "datafusion-common", 1872 "datafusion-expr", 1873 "datafusion-physical-expr", 1874 "hashbrown 0.14.5", 1875 "indexmap 2.6.0", 1876 "itertools 0.12.1", 1877 "log", 1878 "paste", 1879 "regex-syntax", 1880] 1881 1882[[package]] 1883name = "datafusion-physical-expr" 1884version = "41.0.0" 1885source = "registry+https://github.com/rust-lang/crates.io-index" 1886checksum = "9a223962b3041304a3e20ed07a21d5de3d88d7e4e71ca192135db6d24e3365a4" 1887dependencies = [ 1888 "ahash", 1889 "arrow", 1890 "arrow-array", 1891 "arrow-buffer", 1892 "arrow-ord", 1893 "arrow-schema", 1894 "arrow-string", 1895 "base64 0.22.1", 1896 "chrono", 1897 "datafusion-common", 1898 "datafusion-execution", 1899 "datafusion-expr", 1900 "datafusion-physical-expr-common", 1901 "half", 1902 "hashbrown 0.14.5", 1903 "hex", 1904 "indexmap 2.6.0", 1905 "itertools 0.12.1", 1906 "log", 1907 "paste", 1908 "petgraph", 1909 "regex", 1910] 1911 1912[[package]] 1913name = "datafusion-physical-expr-common" 1914version = "41.0.0" 1915source = "registry+https://github.com/rust-lang/crates.io-index" 1916checksum = "db5e7d8532a1601cd916881db87a70b0a599900d23f3db2897d389032da53bc6" 1917dependencies = [ 1918 "ahash", 1919 "arrow", 1920 "datafusion-common", 1921 "datafusion-expr", 1922 "hashbrown 0.14.5", 1923 "rand", 1924] 1925 1926[[package]] 1927name = "datafusion-physical-optimizer" 1928version = "41.0.0" 1929source = "registry+https://github.com/rust-lang/crates.io-index" 1930checksum = "fdb9c78f308e050f5004671039786a925c3fee83b90004e9fcfd328d7febdcc0" 1931dependencies = [ 1932 "datafusion-common", 1933 "datafusion-execution", 1934 "datafusion-physical-expr", 1935 "datafusion-physical-plan", 1936] 1937 1938[[package]] 1939name = "datafusion-physical-plan" 1940version = "41.0.0" 1941source = "registry+https://github.com/rust-lang/crates.io-index" 1942checksum = "8d1116949432eb2d30f6362707e2846d942e491052a206f2ddcb42d08aea1ffe" 1943dependencies = [ 1944 "ahash", 1945 "arrow", 1946 "arrow-array", 1947 "arrow-buffer", 1948 "arrow-ord", 1949 "arrow-schema", 1950 "async-trait", 1951 "chrono", 1952 "datafusion-common", 1953 "datafusion-common-runtime", 1954 "datafusion-execution", 1955 "datafusion-expr", 1956 "datafusion-functions-aggregate", 1957 "datafusion-physical-expr", 1958 "datafusion-physical-expr-common", 1959 "futures", 1960 "half", 1961 "hashbrown 0.14.5", 1962 "indexmap 2.6.0", 1963 "itertools 0.12.1", 1964 "log", 1965 "once_cell", 1966 "parking_lot", 1967 "pin-project-lite", 1968 "rand", 1969 "tokio", 1970] 1971 1972[[package]] 1973name = "datafusion-sql" 1974version = "41.0.0" 1975source = "registry+https://github.com/rust-lang/crates.io-index" 1976checksum = "b45d0180711165fe94015d7c4123eb3e1cf5fb60b1506453200b8d1ce666bef0" 1977dependencies = [ 1978 "arrow", 1979 "arrow-array", 1980 "arrow-schema", 1981 "datafusion-common", 1982 "datafusion-expr", 1983 "log", 1984 "regex", 1985 "sqlparser 0.49.0", 1986 "strum", 1987] 1988 1989[[package]] 1990name = "deepsize" 1991version = "0.2.0" 1992source = "registry+https://github.com/rust-lang/crates.io-index" 1993checksum = "1cdb987ec36f6bf7bfbea3f928b75590b736fc42af8e54d97592481351b2b96c" 1994dependencies = [ 1995 "deepsize_derive", 1996] 1997 1998[[package]] 1999name = "deepsize_derive" 2000version = "0.1.2" 2001source = "registry+https://github.com/rust-lang/crates.io-index" 2002checksum = "990101d41f3bc8c1a45641024377ee284ecc338e5ecf3ea0f0e236d897c72796" 2003dependencies = [ 2004 "proc-macro2", 2005 "quote", 2006 "syn 1.0.109", 2007] 2008 2009[[package]] 2010name = "der" 2011version = "0.6.1" 2012source = "registry+https://github.com/rust-lang/crates.io-index" 2013checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" 2014dependencies = [ 2015 "const-oid", 2016 "zeroize", 2017] 2018 2019[[package]] 2020name = "deranged" 2021version = "0.3.11" 2022source = "registry+https://github.com/rust-lang/crates.io-index" 2023checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 2024dependencies = [ 2025 "powerfmt", 2026 "serde", 2027] 2028 2029[[package]] 2030name = "derive_arbitrary" 2031version = "1.3.2" 2032source = "registry+https://github.com/rust-lang/crates.io-index" 2033checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" 2034dependencies = [ 2035 "proc-macro2", 2036 "quote", 2037 "syn 2.0.79", 2038] 2039 2040[[package]] 2041name = "derive_builder" 2042version = "0.20.2" 2043source = "registry+https://github.com/rust-lang/crates.io-index" 2044checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" 2045dependencies = [ 2046 "derive_builder_macro", 2047] 2048 2049[[package]] 2050name = "derive_builder_core" 2051version = "0.20.2" 2052source = "registry+https://github.com/rust-lang/crates.io-index" 2053checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" 2054dependencies = [ 2055 "darling", 2056 "proc-macro2", 2057 "quote", 2058 "syn 2.0.79", 2059] 2060 2061[[package]] 2062name = "derive_builder_macro" 2063version = "0.20.2" 2064source = "registry+https://github.com/rust-lang/crates.io-index" 2065checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" 2066dependencies = [ 2067 "derive_builder_core", 2068 "syn 2.0.79", 2069] 2070 2071[[package]] 2072name = "digest" 2073version = "0.10.7" 2074source = "registry+https://github.com/rust-lang/crates.io-index" 2075checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 2076dependencies = [ 2077 "block-buffer", 2078 "crypto-common", 2079 "subtle", 2080] 2081 2082[[package]] 2083name = "dirs" 2084version = "5.0.1" 2085source = "registry+https://github.com/rust-lang/crates.io-index" 2086checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 2087dependencies = [ 2088 "dirs-sys", 2089] 2090 2091[[package]] 2092name = "dirs-sys" 2093version = "0.4.1" 2094source = "registry+https://github.com/rust-lang/crates.io-index" 2095checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 2096dependencies = [ 2097 "libc", 2098 "option-ext", 2099 "redox_users", 2100 "windows-sys 0.48.0", 2101] 2102 2103[[package]] 2104name = "displaydoc" 2105version = "0.2.5" 2106source = "registry+https://github.com/rust-lang/crates.io-index" 2107checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 2108dependencies = [ 2109 "proc-macro2", 2110 "quote", 2111 "syn 2.0.79", 2112] 2113 2114[[package]] 2115name = "doc-comment" 2116version = "0.3.3" 2117source = "registry+https://github.com/rust-lang/crates.io-index" 2118checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 2119 2120[[package]] 2121name = "downcast-rs" 2122version = "1.2.1" 2123source = "registry+https://github.com/rust-lang/crates.io-index" 2124checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 2125 2126[[package]] 2127name = "dyn-clone" 2128version = "1.0.17" 2129source = "registry+https://github.com/rust-lang/crates.io-index" 2130checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" 2131 2132[[package]] 2133name = "dyn-stack" 2134version = "0.10.0" 2135source = "registry+https://github.com/rust-lang/crates.io-index" 2136checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b" 2137dependencies = [ 2138 "bytemuck", 2139 "reborrow", 2140] 2141 2142[[package]] 2143name = "ecdsa" 2144version = "0.14.8" 2145source = "registry+https://github.com/rust-lang/crates.io-index" 2146checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" 2147dependencies = [ 2148 "der", 2149 "elliptic-curve", 2150 "rfc6979", 2151 "signature", 2152] 2153 2154[[package]] 2155name = "either" 2156version = "1.13.0" 2157source = "registry+https://github.com/rust-lang/crates.io-index" 2158checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 2159 2160[[package]] 2161name = "elliptic-curve" 2162version = "0.12.3" 2163source = "registry+https://github.com/rust-lang/crates.io-index" 2164checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" 2165dependencies = [ 2166 "base16ct", 2167 "crypto-bigint 0.4.9", 2168 "der", 2169 "digest", 2170 "ff", 2171 "generic-array", 2172 "group", 2173 "pkcs8", 2174 "rand_core", 2175 "sec1", 2176 "subtle", 2177 "zeroize", 2178] 2179 2180[[package]] 2181name = "encode_unicode" 2182version = "0.3.6" 2183source = "registry+https://github.com/rust-lang/crates.io-index" 2184checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 2185 2186[[package]] 2187name = "encoding_rs" 2188version = "0.8.34" 2189source = "registry+https://github.com/rust-lang/crates.io-index" 2190checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 2191dependencies = [ 2192 "cfg-if", 2193] 2194 2195[[package]] 2196name = "enum-as-inner" 2197version = "0.6.1" 2198source = "registry+https://github.com/rust-lang/crates.io-index" 2199checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 2200dependencies = [ 2201 "heck 0.5.0", 2202 "proc-macro2", 2203 "quote", 2204 "syn 2.0.79", 2205] 2206 2207[[package]] 2208name = "enum_dispatch" 2209version = "0.3.13" 2210source = "registry+https://github.com/rust-lang/crates.io-index" 2211checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" 2212dependencies = [ 2213 "once_cell", 2214 "proc-macro2", 2215 "quote", 2216 "syn 2.0.79", 2217] 2218 2219[[package]] 2220name = "env_filter" 2221version = "0.1.2" 2222source = "registry+https://github.com/rust-lang/crates.io-index" 2223checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" 2224dependencies = [ 2225 "log", 2226 "regex", 2227] 2228 2229[[package]] 2230name = "env_logger" 2231version = "0.10.2" 2232source = "registry+https://github.com/rust-lang/crates.io-index" 2233checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" 2234dependencies = [ 2235 "humantime", 2236 "is-terminal", 2237 "log", 2238 "regex", 2239 "termcolor", 2240] 2241 2242[[package]] 2243name = "env_logger" 2244version = "0.11.5" 2245source = "registry+https://github.com/rust-lang/crates.io-index" 2246checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" 2247dependencies = [ 2248 "anstream", 2249 "anstyle", 2250 "env_filter", 2251 "humantime", 2252 "log", 2253] 2254 2255[[package]] 2256name = "equivalent" 2257version = "1.0.1" 2258source = "registry+https://github.com/rust-lang/crates.io-index" 2259checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 2260 2261[[package]] 2262name = "errno" 2263version = "0.3.9" 2264source = "registry+https://github.com/rust-lang/crates.io-index" 2265checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 2266dependencies = [ 2267 "libc", 2268 "windows-sys 0.52.0", 2269] 2270 2271[[package]] 2272name = "error-chain" 2273version = "0.12.4" 2274source = "registry+https://github.com/rust-lang/crates.io-index" 2275checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" 2276dependencies = [ 2277 "version_check", 2278] 2279 2280[[package]] 2281name = "esaxx-rs" 2282version = "0.1.10" 2283source = "registry+https://github.com/rust-lang/crates.io-index" 2284checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6" 2285dependencies = [ 2286 "cc", 2287] 2288 2289[[package]] 2290name = "ethnum" 2291version = "1.5.0" 2292source = "registry+https://github.com/rust-lang/crates.io-index" 2293checksum = "b90ca2580b73ab6a1f724b76ca11ab632df820fd6040c336200d2c1df7b3c82c" 2294 2295[[package]] 2296name = "event-listener" 2297version = "2.5.3" 2298source = "registry+https://github.com/rust-lang/crates.io-index" 2299checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 2300 2301[[package]] 2302name = "event-listener" 2303version = "4.0.3" 2304source = "registry+https://github.com/rust-lang/crates.io-index" 2305checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" 2306dependencies = [ 2307 "concurrent-queue", 2308 "parking", 2309 "pin-project-lite", 2310] 2311 2312[[package]] 2313name = "eventsource-stream" 2314version = "0.2.3" 2315source = "registry+https://github.com/rust-lang/crates.io-index" 2316checksum = "74fef4569247a5f429d9156b9d0a2599914385dd189c539334c625d8099d90ab" 2317dependencies = [ 2318 "futures-core", 2319 "nom", 2320 "pin-project-lite", 2321] 2322 2323[[package]] 2324name = "fallible-streaming-iterator" 2325version = "0.1.9" 2326source = "registry+https://github.com/rust-lang/crates.io-index" 2327checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 2328 2329[[package]] 2330name = "fancy-regex" 2331version = "0.13.0" 2332source = "registry+https://github.com/rust-lang/crates.io-index" 2333checksum = "531e46835a22af56d1e3b66f04844bed63158bc094a628bec1d321d9b4c44bf2" 2334dependencies = [ 2335 "bit-set", 2336 "regex-automata", 2337 "regex-syntax", 2338] 2339 2340[[package]] 2341name = "fast-float" 2342version = "0.2.0" 2343source = "registry+https://github.com/rust-lang/crates.io-index" 2344checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" 2345 2346[[package]] 2347name = "fastdivide" 2348version = "0.4.1" 2349source = "registry+https://github.com/rust-lang/crates.io-index" 2350checksum = "59668941c55e5c186b8b58c391629af56774ec768f73c08bbcd56f09348eb00b" 2351 2352[[package]] 2353name = "fastrand" 2354version = "1.9.0" 2355source = "registry+https://github.com/rust-lang/crates.io-index" 2356checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 2357dependencies = [ 2358 "instant", 2359] 2360 2361[[package]] 2362name = "fastrand" 2363version = "2.1.1" 2364source = "registry+https://github.com/rust-lang/crates.io-index" 2365checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" 2366 2367[[package]] 2368name = "ff" 2369version = "0.12.1" 2370source = "registry+https://github.com/rust-lang/crates.io-index" 2371checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" 2372dependencies = [ 2373 "rand_core", 2374 "subtle", 2375] 2376 2377[[package]] 2378name = "fixedbitset" 2379version = "0.4.2" 2380source = "registry+https://github.com/rust-lang/crates.io-index" 2381checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 2382 2383[[package]] 2384name = "flatbuffers" 2385version = "24.3.25" 2386source = "registry+https://github.com/rust-lang/crates.io-index" 2387checksum = "8add37afff2d4ffa83bc748a70b4b1370984f6980768554182424ef71447c35f" 2388dependencies = [ 2389 "bitflags 1.3.2", 2390 "rustc_version", 2391] 2392 2393[[package]] 2394name = "flate2" 2395version = "1.0.34" 2396source = "registry+https://github.com/rust-lang/crates.io-index" 2397checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" 2398dependencies = [ 2399 "crc32fast", 2400 "miniz_oxide", 2401] 2402 2403[[package]] 2404name = "fnv" 2405version = "1.0.7" 2406source = "registry+https://github.com/rust-lang/crates.io-index" 2407checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 2408 2409[[package]] 2410name = "foldhash" 2411version = "0.1.3" 2412source = "registry+https://github.com/rust-lang/crates.io-index" 2413checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" 2414 2415[[package]] 2416name = "foreign-types" 2417version = "0.3.2" 2418source = "registry+https://github.com/rust-lang/crates.io-index" 2419checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 2420dependencies = [ 2421 "foreign-types-shared", 2422] 2423 2424[[package]] 2425name = "foreign-types-shared" 2426version = "0.1.1" 2427source = "registry+https://github.com/rust-lang/crates.io-index" 2428checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 2429 2430[[package]] 2431name = "foreign_vec" 2432version = "0.1.0" 2433source = "registry+https://github.com/rust-lang/crates.io-index" 2434checksum = "ee1b05cbd864bcaecbd3455d6d967862d446e4ebfc3c2e5e5b9841e53cba6673" 2435 2436[[package]] 2437name = "form_urlencoded" 2438version = "1.2.1" 2439source = "registry+https://github.com/rust-lang/crates.io-index" 2440checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 2441dependencies = [ 2442 "percent-encoding", 2443] 2444 2445[[package]] 2446name = "fs4" 2447version = "0.8.4" 2448source = "registry+https://github.com/rust-lang/crates.io-index" 2449checksum = "f7e180ac76c23b45e767bd7ae9579bc0bb458618c4bc71835926e098e61d15f8" 2450dependencies = [ 2451 "rustix 0.38.37", 2452 "windows-sys 0.52.0", 2453] 2454 2455[[package]] 2456name = "fsst" 2457version = "0.18.2" 2458source = "registry+https://github.com/rust-lang/crates.io-index" 2459checksum = "6b1d2a2da56a2bf2dea67567e50c066c9323db26c78d9051b98e552b236f15fe" 2460dependencies = [ 2461 "rand", 2462] 2463 2464[[package]] 2465name = "funty" 2466version = "2.0.0" 2467source = "registry+https://github.com/rust-lang/crates.io-index" 2468checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 2469 2470[[package]] 2471name = "futures" 2472version = "0.3.31" 2473source = "registry+https://github.com/rust-lang/crates.io-index" 2474checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 2475dependencies = [ 2476 "futures-channel", 2477 "futures-core", 2478 "futures-executor", 2479 "futures-io", 2480 "futures-sink", 2481 "futures-task", 2482 "futures-util", 2483] 2484 2485[[package]] 2486name = "futures-channel" 2487version = "0.3.31" 2488source = "registry+https://github.com/rust-lang/crates.io-index" 2489checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 2490dependencies = [ 2491 "futures-core", 2492 "futures-sink", 2493] 2494 2495[[package]] 2496name = "futures-core" 2497version = "0.3.31" 2498source = "registry+https://github.com/rust-lang/crates.io-index" 2499checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 2500 2501[[package]] 2502name = "futures-executor" 2503version = "0.3.31" 2504source = "registry+https://github.com/rust-lang/crates.io-index" 2505checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 2506dependencies = [ 2507 "futures-core", 2508 "futures-task", 2509 "futures-util", 2510] 2511 2512[[package]] 2513name = "futures-io" 2514version = "0.3.31" 2515source = "registry+https://github.com/rust-lang/crates.io-index" 2516checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 2517 2518[[package]] 2519name = "futures-lite" 2520version = "1.13.0" 2521source = "registry+https://github.com/rust-lang/crates.io-index" 2522checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 2523dependencies = [ 2524 "fastrand 1.9.0", 2525 "futures-core", 2526 "futures-io", 2527 "memchr", 2528 "parking", 2529 "pin-project-lite", 2530 "waker-fn", 2531] 2532 2533[[package]] 2534name = "futures-macro" 2535version = "0.3.31" 2536source = "registry+https://github.com/rust-lang/crates.io-index" 2537checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 2538dependencies = [ 2539 "proc-macro2", 2540 "quote", 2541 "syn 2.0.79", 2542] 2543 2544[[package]] 2545name = "futures-sink" 2546version = "0.3.31" 2547source = "registry+https://github.com/rust-lang/crates.io-index" 2548checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 2549 2550[[package]] 2551name = "futures-task" 2552version = "0.3.31" 2553source = "registry+https://github.com/rust-lang/crates.io-index" 2554checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 2555 2556[[package]] 2557name = "futures-timer" 2558version = "3.0.3" 2559source = "registry+https://github.com/rust-lang/crates.io-index" 2560checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" 2561 2562[[package]] 2563name = "futures-util" 2564version = "0.3.31" 2565source = "registry+https://github.com/rust-lang/crates.io-index" 2566checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 2567dependencies = [ 2568 "futures-channel", 2569 "futures-core", 2570 "futures-io", 2571 "futures-macro", 2572 "futures-sink", 2573 "futures-task", 2574 "memchr", 2575 "pin-project-lite", 2576 "pin-utils", 2577 "slab", 2578] 2579 2580[[package]] 2581name = "gemm" 2582version = "0.17.1" 2583source = "registry+https://github.com/rust-lang/crates.io-index" 2584checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32" 2585dependencies = [ 2586 "dyn-stack", 2587 "gemm-c32", 2588 "gemm-c64", 2589 "gemm-common", 2590 "gemm-f16", 2591 "gemm-f32", 2592 "gemm-f64", 2593 "num-complex", 2594 "num-traits", 2595 "paste", 2596 "raw-cpuid 10.7.0", 2597 "seq-macro", 2598] 2599 2600[[package]] 2601name = "gemm-c32" 2602version = "0.17.1" 2603source = "registry+https://github.com/rust-lang/crates.io-index" 2604checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0" 2605dependencies = [ 2606 "dyn-stack", 2607 "gemm-common", 2608 "num-complex", 2609 "num-traits", 2610 "paste", 2611 "raw-cpuid 10.7.0", 2612 "seq-macro", 2613] 2614 2615[[package]] 2616name = "gemm-c64" 2617version = "0.17.1" 2618source = "registry+https://github.com/rust-lang/crates.io-index" 2619checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a" 2620dependencies = [ 2621 "dyn-stack", 2622 "gemm-common", 2623 "num-complex", 2624 "num-traits", 2625 "paste", 2626 "raw-cpuid 10.7.0", 2627 "seq-macro", 2628] 2629 2630[[package]] 2631name = "gemm-common" 2632version = "0.17.1" 2633source = "registry+https://github.com/rust-lang/crates.io-index" 2634checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8" 2635dependencies = [ 2636 "bytemuck", 2637 "dyn-stack", 2638 "half", 2639 "num-complex", 2640 "num-traits", 2641 "once_cell", 2642 "paste", 2643 "pulp", 2644 "raw-cpuid 10.7.0", 2645 "rayon", 2646 "seq-macro", 2647 "sysctl", 2648] 2649 2650[[package]] 2651name = "gemm-f16" 2652version = "0.17.1" 2653source = "registry+https://github.com/rust-lang/crates.io-index" 2654checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4" 2655dependencies = [ 2656 "dyn-stack", 2657 "gemm-common", 2658 "gemm-f32", 2659 "half", 2660 "num-complex", 2661 "num-traits", 2662 "paste", 2663 "raw-cpuid 10.7.0", 2664 "rayon", 2665 "seq-macro", 2666] 2667 2668[[package]] 2669name = "gemm-f32" 2670version = "0.17.1" 2671source = "registry+https://github.com/rust-lang/crates.io-index" 2672checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113" 2673dependencies = [ 2674 "dyn-stack", 2675 "gemm-common", 2676 "num-complex", 2677 "num-traits", 2678 "paste", 2679 "raw-cpuid 10.7.0", 2680 "seq-macro", 2681] 2682 2683[[package]] 2684name = "gemm-f64" 2685version = "0.17.1" 2686source = "registry+https://github.com/rust-lang/crates.io-index" 2687checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0" 2688dependencies = [ 2689 "dyn-stack", 2690 "gemm-common", 2691 "num-complex", 2692 "num-traits", 2693 "paste", 2694 "raw-cpuid 10.7.0", 2695 "seq-macro", 2696] 2697 2698[[package]] 2699name = "generic-array" 2700version = "0.14.7" 2701source = "registry+https://github.com/rust-lang/crates.io-index" 2702checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 2703dependencies = [ 2704 "typenum", 2705 "version_check", 2706] 2707 2708[[package]] 2709name = "getrandom" 2710version = "0.2.15" 2711source = "registry+https://github.com/rust-lang/crates.io-index" 2712checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 2713dependencies = [ 2714 "cfg-if", 2715 "js-sys", 2716 "libc", 2717 "wasi", 2718 "wasm-bindgen", 2719] 2720 2721[[package]] 2722name = "gimli" 2723version = "0.31.1" 2724source = "registry+https://github.com/rust-lang/crates.io-index" 2725checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 2726 2727[[package]] 2728name = "glob" 2729version = "0.3.1" 2730source = "registry+https://github.com/rust-lang/crates.io-index" 2731checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 2732 2733[[package]] 2734name = "group" 2735version = "0.12.1" 2736source = "registry+https://github.com/rust-lang/crates.io-index" 2737checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" 2738dependencies = [ 2739 "ff", 2740 "rand_core", 2741 "subtle", 2742] 2743 2744[[package]] 2745name = "h2" 2746version = "0.3.26" 2747source = "registry+https://github.com/rust-lang/crates.io-index" 2748checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 2749dependencies = [ 2750 "bytes", 2751 "fnv", 2752 "futures-core", 2753 "futures-sink", 2754 "futures-util", 2755 "http 0.2.12", 2756 "indexmap 2.6.0", 2757 "slab", 2758 "tokio", 2759 "tokio-util", 2760 "tracing", 2761] 2762 2763[[package]] 2764name = "h2" 2765version = "0.4.6" 2766source = "registry+https://github.com/rust-lang/crates.io-index" 2767checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" 2768dependencies = [ 2769 "atomic-waker", 2770 "bytes", 2771 "fnv", 2772 "futures-core", 2773 "futures-sink", 2774 "http 1.1.0", 2775 "indexmap 2.6.0", 2776 "slab", 2777 "tokio", 2778 "tokio-util", 2779 "tracing", 2780] 2781 2782[[package]] 2783name = "half" 2784version = "2.4.1" 2785source = "registry+https://github.com/rust-lang/crates.io-index" 2786checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" 2787dependencies = [ 2788 "bytemuck", 2789 "cfg-if", 2790 "crunchy", 2791 "num-traits", 2792 "rand", 2793 "rand_distr", 2794] 2795 2796[[package]] 2797name = "hashbrown" 2798version = "0.12.3" 2799source = "registry+https://github.com/rust-lang/crates.io-index" 2800checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 2801 2802[[package]] 2803name = "hashbrown" 2804version = "0.14.5" 2805source = "registry+https://github.com/rust-lang/crates.io-index" 2806checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 2807dependencies = [ 2808 "ahash", 2809 "allocator-api2", 2810 "rayon", 2811] 2812 2813[[package]] 2814name = "hashbrown" 2815version = "0.15.0" 2816source = "registry+https://github.com/rust-lang/crates.io-index" 2817checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" 2818dependencies = [ 2819 "allocator-api2", 2820 "equivalent", 2821 "foldhash", 2822] 2823 2824[[package]] 2825name = "heck" 2826version = "0.4.1" 2827source = "registry+https://github.com/rust-lang/crates.io-index" 2828checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 2829 2830[[package]] 2831name = "heck" 2832version = "0.5.0" 2833source = "registry+https://github.com/rust-lang/crates.io-index" 2834checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 2835 2836[[package]] 2837name = "hermit-abi" 2838version = "0.3.9" 2839source = "registry+https://github.com/rust-lang/crates.io-index" 2840checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 2841 2842[[package]] 2843name = "hermit-abi" 2844version = "0.4.0" 2845source = "registry+https://github.com/rust-lang/crates.io-index" 2846checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 2847 2848[[package]] 2849name = "hex" 2850version = "0.4.3" 2851source = "registry+https://github.com/rust-lang/crates.io-index" 2852checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2853 2854[[package]] 2855name = "hf-hub" 2856version = "0.3.2" 2857source = "registry+https://github.com/rust-lang/crates.io-index" 2858checksum = "2b780635574b3d92f036890d8373433d6f9fc7abb320ee42a5c25897fc8ed732" 2859dependencies = [ 2860 "dirs", 2861 "indicatif", 2862 "log", 2863 "native-tls", 2864 "rand", 2865 "serde", 2866 "serde_json", 2867 "thiserror", 2868 "ureq", 2869] 2870 2871[[package]] 2872name = "hmac" 2873version = "0.12.1" 2874source = "registry+https://github.com/rust-lang/crates.io-index" 2875checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 2876dependencies = [ 2877 "digest", 2878] 2879 2880[[package]] 2881name = "home" 2882version = "0.5.9" 2883source = "registry+https://github.com/rust-lang/crates.io-index" 2884checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 2885dependencies = [ 2886 "windows-sys 0.52.0", 2887] 2888 2889[[package]] 2890name = "htmlescape" 2891version = "0.3.1" 2892source = "registry+https://github.com/rust-lang/crates.io-index" 2893checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163" 2894 2895[[package]] 2896name = "http" 2897version = "0.2.12" 2898source = "registry+https://github.com/rust-lang/crates.io-index" 2899checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 2900dependencies = [ 2901 "bytes", 2902 "fnv", 2903 "itoa", 2904] 2905 2906[[package]] 2907name = "http" 2908version = "1.1.0" 2909source = "registry+https://github.com/rust-lang/crates.io-index" 2910checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 2911dependencies = [ 2912 "bytes", 2913 "fnv", 2914 "itoa", 2915] 2916 2917[[package]] 2918name = "http-body" 2919version = "0.4.6" 2920source = "registry+https://github.com/rust-lang/crates.io-index" 2921checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 2922dependencies = [ 2923 "bytes", 2924 "http 0.2.12", 2925 "pin-project-lite", 2926] 2927 2928[[package]] 2929name = "http-body" 2930version = "1.0.1" 2931source = "registry+https://github.com/rust-lang/crates.io-index" 2932checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 2933dependencies = [ 2934 "bytes", 2935 "http 1.1.0", 2936] 2937 2938[[package]] 2939name = "http-body-util" 2940version = "0.1.2" 2941source = "registry+https://github.com/rust-lang/crates.io-index" 2942checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 2943dependencies = [ 2944 "bytes", 2945 "futures-util", 2946 "http 1.1.0", 2947 "http-body 1.0.1", 2948 "pin-project-lite", 2949] 2950 2951[[package]] 2952name = "httparse" 2953version = "1.9.5" 2954source = "registry+https://github.com/rust-lang/crates.io-index" 2955checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" 2956 2957[[package]] 2958name = "httpdate" 2959version = "1.0.3" 2960source = "registry+https://github.com/rust-lang/crates.io-index" 2961checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 2962 2963[[package]] 2964name = "humantime" 2965version = "2.1.0" 2966source = "registry+https://github.com/rust-lang/crates.io-index" 2967checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 2968 2969[[package]] 2970name = "hyper" 2971version = "0.14.30" 2972source = "registry+https://github.com/rust-lang/crates.io-index" 2973checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" 2974dependencies = [ 2975 "bytes", 2976 "futures-channel", 2977 "futures-core", 2978 "futures-util", 2979 "h2 0.3.26", 2980 "http 0.2.12", 2981 "http-body 0.4.6", 2982 "httparse", 2983 "httpdate", 2984 "itoa", 2985 "pin-project-lite", 2986 "socket2 0.5.7", 2987 "tokio", 2988 "tower-service", 2989 "tracing", 2990 "want", 2991] 2992 2993[[package]] 2994name = "hyper" 2995version = "1.4.1" 2996source = "registry+https://github.com/rust-lang/crates.io-index" 2997checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" 2998dependencies = [ 2999 "bytes", 3000 "futures-channel", 3001 "futures-util", 3002 "h2 0.4.6", 3003 "http 1.1.0", 3004 "http-body 1.0.1", 3005 "httparse", 3006 "itoa", 3007 "pin-project-lite", 3008 "smallvec", 3009 "tokio", 3010 "want", 3011] 3012 3013[[package]] 3014name = "hyper-rustls" 3015version = "0.24.2" 3016source = "registry+https://github.com/rust-lang/crates.io-index" 3017checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 3018dependencies = [ 3019 "futures-util", 3020 "http 0.2.12", 3021 "hyper 0.14.30", 3022 "log", 3023 "rustls 0.21.12", 3024 "rustls-native-certs 0.6.3", 3025 "tokio", 3026 "tokio-rustls 0.24.1", 3027] 3028 3029[[package]] 3030name = "hyper-rustls" 3031version = "0.27.3" 3032source = "registry+https://github.com/rust-lang/crates.io-index" 3033checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" 3034dependencies = [ 3035 "futures-util", 3036 "http 1.1.0", 3037 "hyper 1.4.1", 3038 "hyper-util", 3039 "rustls 0.23.14", 3040 "rustls-native-certs 0.8.0", 3041 "rustls-pki-types", 3042 "tokio", 3043 "tokio-rustls 0.26.0", 3044 "tower-service", 3045] 3046 3047[[package]] 3048name = "hyper-tls" 3049version = "0.6.0" 3050source = "registry+https://github.com/rust-lang/crates.io-index" 3051checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 3052dependencies = [ 3053 "bytes", 3054 "http-body-util", 3055 "hyper 1.4.1", 3056 "hyper-util", 3057 "native-tls", 3058 "tokio", 3059 "tokio-native-tls", 3060 "tower-service", 3061] 3062 3063[[package]] 3064name = "hyper-util" 3065version = "0.1.9" 3066source = "registry+https://github.com/rust-lang/crates.io-index" 3067checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" 3068dependencies = [ 3069 "bytes", 3070 "futures-channel", 3071 "futures-util", 3072 "http 1.1.0", 3073 "http-body 1.0.1", 3074 "hyper 1.4.1", 3075 "pin-project-lite", 3076 "socket2 0.5.7", 3077 "tokio", 3078 "tower-service", 3079 "tracing", 3080] 3081 3082[[package]] 3083name = "hyperloglogplus" 3084version = "0.4.1" 3085source = "registry+https://github.com/rust-lang/crates.io-index" 3086checksum = "621debdf94dcac33e50475fdd76d34d5ea9c0362a834b9db08c3024696c1fbe3" 3087dependencies = [ 3088 "serde", 3089] 3090 3091[[package]] 3092name = "iana-time-zone" 3093version = "0.1.61" 3094source = "registry+https://github.com/rust-lang/crates.io-index" 3095checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 3096dependencies = [ 3097 "android_system_properties", 3098 "core-foundation-sys", 3099 "iana-time-zone-haiku", 3100 "js-sys", 3101 "wasm-bindgen", 3102 "windows-core", 3103] 3104 3105[[package]] 3106name = "iana-time-zone-haiku" 3107version = "0.1.2" 3108source = "registry+https://github.com/rust-lang/crates.io-index" 3109checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 3110dependencies = [ 3111 "cc", 3112] 3113 3114[[package]] 3115name = "ident_case" 3116version = "1.0.1" 3117source = "registry+https://github.com/rust-lang/crates.io-index" 3118checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 3119 3120[[package]] 3121name = "idna" 3122version = "0.5.0" 3123source = "registry+https://github.com/rust-lang/crates.io-index" 3124checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 3125dependencies = [ 3126 "unicode-bidi", 3127 "unicode-normalization", 3128] 3129 3130[[package]] 3131name = "indexmap" 3132version = "1.9.3" 3133source = "registry+https://github.com/rust-lang/crates.io-index" 3134checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 3135dependencies = [ 3136 "autocfg", 3137 "hashbrown 0.12.3", 3138 "serde", 3139] 3140 3141[[package]] 3142name = "indexmap" 3143version = "2.6.0" 3144source = "registry+https://github.com/rust-lang/crates.io-index" 3145checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" 3146dependencies = [ 3147 "equivalent", 3148 "hashbrown 0.15.0", 3149 "serde", 3150] 3151 3152[[package]] 3153name = "indicatif" 3154version = "0.17.8" 3155source = "registry+https://github.com/rust-lang/crates.io-index" 3156checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" 3157dependencies = [ 3158 "console", 3159 "instant", 3160 "number_prefix", 3161 "portable-atomic", 3162 "unicode-width", 3163] 3164 3165[[package]] 3166name = "indoc" 3167version = "2.0.5" 3168source = "registry+https://github.com/rust-lang/crates.io-index" 3169checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" 3170 3171[[package]] 3172name = "instant" 3173version = "0.1.13" 3174source = "registry+https://github.com/rust-lang/crates.io-index" 3175checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 3176dependencies = [ 3177 "cfg-if", 3178 "js-sys", 3179 "wasm-bindgen", 3180 "web-sys", 3181] 3182 3183[[package]] 3184name = "io-lifetimes" 3185version = "1.0.11" 3186source = "registry+https://github.com/rust-lang/crates.io-index" 3187checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 3188dependencies = [ 3189 "hermit-abi 0.3.9", 3190 "libc", 3191 "windows-sys 0.48.0", 3192] 3193 3194[[package]] 3195name = "ipnet" 3196version = "2.10.1" 3197source = "registry+https://github.com/rust-lang/crates.io-index" 3198checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" 3199 3200[[package]] 3201name = "is-terminal" 3202version = "0.4.13" 3203source = "registry+https://github.com/rust-lang/crates.io-index" 3204checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" 3205dependencies = [ 3206 "hermit-abi 0.4.0", 3207 "libc", 3208 "windows-sys 0.52.0", 3209] 3210 3211[[package]] 3212name = "is_terminal_polyfill" 3213version = "1.70.1" 3214source = "registry+https://github.com/rust-lang/crates.io-index" 3215checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 3216 3217[[package]] 3218name = "itertools" 3219version = "0.11.0" 3220source = "registry+https://github.com/rust-lang/crates.io-index" 3221checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 3222dependencies = [ 3223 "either", 3224] 3225 3226[[package]] 3227name = "itertools" 3228version = "0.12.1" 3229source = "registry+https://github.com/rust-lang/crates.io-index" 3230checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 3231dependencies = [ 3232 "either", 3233] 3234 3235[[package]] 3236name = "itertools" 3237version = "0.13.0" 3238source = "registry+https://github.com/rust-lang/crates.io-index" 3239checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 3240dependencies = [ 3241 "either", 3242] 3243 3244[[package]] 3245name = "itoa" 3246version = "1.0.11" 3247source = "registry+https://github.com/rust-lang/crates.io-index" 3248checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 3249 3250[[package]] 3251name = "itoap" 3252version = "1.0.1" 3253source = "registry+https://github.com/rust-lang/crates.io-index" 3254checksum = "9028f49264629065d057f340a86acb84867925865f73bbf8d47b4d149a7e88b8" 3255 3256[[package]] 3257name = "jni" 3258version = "0.21.1" 3259source = "registry+https://github.com/rust-lang/crates.io-index" 3260checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 3261dependencies = [ 3262 "cesu8", 3263 "cfg-if", 3264 "combine", 3265 "jni-sys", 3266 "log", 3267 "thiserror", 3268 "walkdir", 3269 "windows-sys 0.45.0", 3270] 3271 3272[[package]] 3273name = "jni-sys" 3274version = "0.3.0" 3275source = "registry+https://github.com/rust-lang/crates.io-index" 3276checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 3277 3278[[package]] 3279name = "jobserver" 3280version = "0.1.32" 3281source = "registry+https://github.com/rust-lang/crates.io-index" 3282checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" 3283dependencies = [ 3284 "libc", 3285] 3286 3287[[package]] 3288name = "js-sys" 3289version = "0.3.71" 3290source = "registry+https://github.com/rust-lang/crates.io-index" 3291checksum = "0cb94a0ffd3f3ee755c20f7d8752f45cac88605a4dcf808abcff72873296ec7b" 3292dependencies = [ 3293 "wasm-bindgen", 3294] 3295 3296[[package]] 3297name = "lance" 3298version = "0.18.2" 3299source = "registry+https://github.com/rust-lang/crates.io-index" 3300checksum = "4c4a02330c306f5cdb4ae1f54f413f81710fe2bb8d0f09e10898f16ff28906ae" 3301dependencies = [ 3302 "arrow", 3303 "arrow-arith", 3304 "arrow-array", 3305 "arrow-buffer", 3306 "arrow-ord", 3307 "arrow-row", 3308 "arrow-schema", 3309 "arrow-select", 3310 "async-recursion", 3311 "async-trait", 3312 "async_cell", 3313 "aws-credential-types", 3314 "aws-sdk-dynamodb", 3315 "byteorder", 3316 "bytes", 3317 "chrono", 3318 "dashmap 5.5.3", 3319 "datafusion", 3320 "datafusion-functions", 3321 "datafusion-physical-expr", 3322 "deepsize", 3323 "futures", 3324 "half", 3325 "itertools 0.12.1", 3326 "lance-arrow", 3327 "lance-core", 3328 "lance-datafusion", 3329 "lance-encoding", 3330 "lance-file", 3331 "lance-index", 3332 "lance-io", 3333 "lance-linalg", 3334 "lance-table", 3335 "lazy_static", 3336 "log", 3337 "moka", 3338 "object_store", 3339 "pin-project", 3340 "prost", 3341 "prost-build", 3342 "rand", 3343 "roaring", 3344 "serde", 3345 "serde_json", 3346 "snafu", 3347 "tantivy", 3348 "tempfile", 3349 "tokio", 3350 "tracing", 3351 "url", 3352 "uuid", 3353] 3354 3355[[package]] 3356name = "lance-arrow" 3357version = "0.18.2" 3358source = "registry+https://github.com/rust-lang/crates.io-index" 3359checksum = "164a8935b3b093f5e7a4935de8e115ac738d193bf3fe94aa0e9ea3a0f5f5c30d" 3360dependencies = [ 3361 "arrow-array", 3362 "arrow-buffer", 3363 "arrow-cast", 3364 "arrow-data", 3365 "arrow-schema", 3366 "arrow-select", 3367 "getrandom", 3368 "half", 3369 "num-traits", 3370 "rand", 3371] 3372 3373[[package]] 3374name = "lance-core" 3375version = "0.18.2" 3376source = "registry+https://github.com/rust-lang/crates.io-index" 3377checksum = "b02e4e248390e11b092e546fb1117d50b0d278b178b82d8438cda26eb65edd75" 3378dependencies = [ 3379 "arrow-array", 3380 "arrow-buffer", 3381 "arrow-schema", 3382 "async-trait", 3383 "byteorder", 3384 "bytes", 3385 "chrono", 3386 "datafusion-common", 3387 "datafusion-sql", 3388 "deepsize", 3389 "futures", 3390 "lance-arrow", 3391 "lazy_static", 3392 "libc", 3393 "log", 3394 "mock_instant", 3395 "moka", 3396 "num_cpus", 3397 "object_store", 3398 "pin-project", 3399 "prost", 3400 "rand", 3401 "roaring", 3402 "serde_json", 3403 "snafu", 3404 "tokio", 3405 "tokio-stream", 3406 "tokio-util", 3407 "tracing", 3408 "url", 3409] 3410 3411[[package]] 3412name = "lance-datafusion" 3413version = "0.18.2" 3414source = "registry+https://github.com/rust-lang/crates.io-index" 3415checksum = "e7a7597b224cf428762187f7b70d775b7e29d65b90c9df82e677de85e88f165a" 3416dependencies = [ 3417 "arrow", 3418 "arrow-array", 3419 "arrow-buffer", 3420 "arrow-ord", 3421 "arrow-schema", 3422 "arrow-select", 3423 "async-trait", 3424 "datafusion", 3425 "datafusion-common", 3426 "datafusion-functions", 3427 "datafusion-physical-expr", 3428 "futures", 3429 "lance-arrow", 3430 "lance-core", 3431 "lazy_static", 3432 "log", 3433 "prost", 3434 "snafu", 3435 "tokio", 3436] 3437 3438[[package]] 3439name = "lance-encoding" 3440version = "0.18.2" 3441source = "registry+https://github.com/rust-lang/crates.io-index" 3442checksum = "b7cf8fa33073f9ad592638f522103eca150594e4648721e7c17a308334d9ccdd" 3443dependencies = [ 3444 "arrayref", 3445 "arrow", 3446 "arrow-arith", 3447 "arrow-array", 3448 "arrow-buffer", 3449 "arrow-cast", 3450 "arrow-data", 3451 "arrow-schema", 3452 "arrow-select", 3453 "bytemuck", 3454 "bytes", 3455 "fsst", 3456 "futures", 3457 "hex", 3458 "hyperloglogplus", 3459 "itertools 0.12.1", 3460 "lance-arrow", 3461 "lance-core", 3462 "log", 3463 "num-traits", 3464 "paste", 3465 "prost", 3466 "prost-build", 3467 "prost-types", 3468 "rand", 3469 "seq-macro", 3470 "snafu", 3471 "tokio", 3472 "tracing", 3473 "zstd", 3474] 3475 3476[[package]] 3477name = "lance-file" 3478version = "0.18.2" 3479source = "registry+https://github.com/rust-lang/crates.io-index" 3480checksum = "d21247b1f8579ebf0d7f938d930c0c89d2b35cd503fc3b94adfb8bf5eb40acc3" 3481dependencies = [ 3482 "arrow-arith", 3483 "arrow-array", 3484 "arrow-buffer", 3485 "arrow-data", 3486 "arrow-schema", 3487 "arrow-select", 3488 "async-recursion", 3489 "async-trait", 3490 "byteorder", 3491 "bytes", 3492 "datafusion-common", 3493 "deepsize", 3494 "futures", 3495 "lance-arrow", 3496 "lance-core", 3497 "lance-encoding", 3498 "lance-io", 3499 "log", 3500 "num-traits", 3501 "object_store", 3502 "prost", 3503 "prost-build", 3504 "prost-types", 3505 "roaring", 3506 "snafu", 3507 "tempfile", 3508 "tokio", 3509 "tracing", 3510] 3511 3512[[package]] 3513name = "lance-index" 3514version = "0.18.2" 3515source = "registry+https://github.com/rust-lang/crates.io-index" 3516checksum = "fecf46eef5a2d4b1a44b2d01b98fb45e7923fe9471d8d2f907f485e12dddac4e" 3517dependencies = [ 3518 "arrow", 3519 "arrow-array", 3520 "arrow-ord", 3521 "arrow-schema", 3522 "arrow-select", 3523 "async-recursion", 3524 "async-trait", 3525 "bitvec", 3526 "bytes", 3527 "crossbeam-queue", 3528 "datafusion", 3529 "datafusion-common", 3530 "datafusion-expr", 3531 "datafusion-physical-expr", 3532 "datafusion-sql", 3533 "deepsize", 3534 "futures", 3535 "half", 3536 "itertools 0.12.1", 3537 "lance-arrow", 3538 "lance-core", 3539 "lance-datafusion", 3540 "lance-encoding", 3541 "lance-file", 3542 "lance-io", 3543 "lance-linalg", 3544 "lance-table", 3545 "lazy_static", 3546 "log", 3547 "moka", 3548 "num-traits", 3549 "object_store", 3550 "prost", 3551 "prost-build", 3552 "rand", 3553 "rayon", 3554 "roaring", 3555 "serde", 3556 "serde_json", 3557 "snafu", 3558 "tantivy", 3559 "tempfile", 3560 "tokio", 3561 "tracing", 3562 "uuid", 3563] 3564 3565[[package]] 3566name = "lance-io" 3567version = "0.18.2" 3568source = "registry+https://github.com/rust-lang/crates.io-index" 3569checksum = "48071e1d45f4dda04d8660d6378a7e23825faae46b4717170dbf1fd0ba583e2c" 3570dependencies = [ 3571 "arrow", 3572 "arrow-arith", 3573 "arrow-array", 3574 "arrow-buffer", 3575 "arrow-cast", 3576 "arrow-data", 3577 "arrow-schema", 3578 "arrow-select", 3579 "async-priority-channel", 3580 "async-recursion", 3581 "async-trait", 3582 "aws-config", 3583 "aws-credential-types", 3584 "byteorder", 3585 "bytes", 3586 "chrono", 3587 "deepsize", 3588 "futures", 3589 "lance-arrow", 3590 "lance-core", 3591 "lazy_static", 3592 "log", 3593 "object_store", 3594 "path_abs", 3595 "pin-project", 3596 "prost", 3597 "prost-build", 3598 "rand", 3599 "shellexpand", 3600 "snafu", 3601 "tokio", 3602 "tracing", 3603 "url", 3604] 3605 3606[[package]] 3607name = "lance-linalg" 3608version = "0.18.2" 3609source = "registry+https://github.com/rust-lang/crates.io-index" 3610checksum = "5944b11e2fef3b992c5609eb20b6336de622f468c2ae4d40f746498f910551f5" 3611dependencies = [ 3612 "arrow-array", 3613 "arrow-ord", 3614 "arrow-schema", 3615 "bitvec", 3616 "cc", 3617 "deepsize", 3618 "futures", 3619 "half", 3620 "lance-arrow", 3621 "lance-core", 3622 "lazy_static", 3623 "log", 3624 "num-traits", 3625 "rand", 3626 "rayon", 3627 "tokio", 3628 "tracing", 3629] 3630 3631[[package]] 3632name = "lance-table" 3633version = "0.18.2" 3634source = "registry+https://github.com/rust-lang/crates.io-index" 3635checksum = "98106c7a29e810cb08b943bc3039a706577183366ffc27a4933c3a12e3a8334c" 3636dependencies = [ 3637 "arrow", 3638 "arrow-array", 3639 "arrow-buffer", 3640 "arrow-ipc", 3641 "arrow-schema", 3642 "async-trait", 3643 "aws-credential-types", 3644 "aws-sdk-dynamodb", 3645 "byteorder", 3646 "bytes", 3647 "chrono", 3648 "deepsize", 3649 "futures", 3650 "lance-arrow", 3651 "lance-core", 3652 "lance-file", 3653 "lance-io", 3654 "lazy_static", 3655 "log", 3656 "object_store", 3657 "prost", 3658 "prost-build", 3659 "prost-types", 3660 "rand", 3661 "rangemap", 3662 "roaring", 3663 "serde", 3664 "serde_json", 3665 "snafu", 3666 "tokio", 3667 "tracing", 3668 "url", 3669 "uuid", 3670] 3671 3672[[package]] 3673name = "lance-testing" 3674version = "0.18.2" 3675source = "registry+https://github.com/rust-lang/crates.io-index" 3676checksum = "4cdadadeae5c76fc70b0345ea2248f9ce4b7944d7b0df5db9385f7c0d30fcac6" 3677dependencies = [ 3678 "arrow-array", 3679 "arrow-schema", 3680 "lance-arrow", 3681 "num-traits", 3682 "rand", 3683] 3684 3685[[package]] 3686name = "lancedb" 3687version = "0.11.0-beta.1" 3688dependencies = [ 3689 "arrow", 3690 "arrow-array", 3691 "arrow-cast", 3692 "arrow-data", 3693 "arrow-ipc", 3694 "arrow-ord", 3695 "arrow-schema", 3696 "async-openai", 3697 "async-trait", 3698 "aws-config", 3699 "aws-sdk-dynamodb", 3700 "aws-sdk-kms", 3701 "aws-sdk-s3", 3702 "aws-smithy-runtime", 3703 "bytes", 3704 "candle-core", 3705 "candle-nn", 3706 "candle-transformers", 3707 "chrono", 3708 "datafusion-common", 3709 "datafusion-physical-plan", 3710 "futures", 3711 "half", 3712 "hf-hub", 3713 "http 1.1.0", 3714 "http-body 1.0.1", 3715 "lance", 3716 "lance-datafusion", 3717 "lance-encoding", 3718 "lance-index", 3719 "lance-linalg", 3720 "lance-table", 3721 "lance-testing", 3722 "lazy_static", 3723 "log", 3724 "moka", 3725 "num-traits", 3726 "object_store", 3727 "pin-project", 3728 "polars", 3729 "polars-arrow", 3730 "rand", 3731 "random_word", 3732 "regex", 3733 "reqwest", 3734 "serde", 3735 "serde_json", 3736 "serde_with", 3737 "snafu", 3738 "tempfile", 3739 "tokenizers", 3740 "tokio", 3741 "url", 3742 "uuid", 3743 "walkdir", 3744] 3745 3746[[package]] 3747name = "lancedb-jni" 3748version = "0.10.0" 3749dependencies = [ 3750 "arrow", 3751 "arrow-schema", 3752 "jni", 3753 "lance", 3754 "lancedb", 3755 "lazy_static", 3756 "serde", 3757 "serde_json", 3758 "snafu", 3759 "tokio", 3760] 3761 3762[[package]] 3763name = "lancedb-node" 3764version = "0.11.0-beta.1" 3765dependencies = [ 3766 "arrow-array", 3767 "arrow-ipc", 3768 "arrow-schema", 3769 "async-trait", 3770 "chrono", 3771 "conv", 3772 "env_logger 0.11.5", 3773 "futures", 3774 "half", 3775 "lance", 3776 "lance-index", 3777 "lance-linalg", 3778 "lancedb", 3779 "lzma-sys", 3780 "neon", 3781 "object_store", 3782 "once_cell", 3783 "snafu", 3784 "tokio", 3785] 3786 3787[[package]] 3788name = "lancedb-nodejs" 3789version = "0.11.0-beta.1" 3790dependencies = [ 3791 "arrow-ipc", 3792 "futures", 3793 "lancedb", 3794 "lzma-sys", 3795 "napi", 3796 "napi-build", 3797 "napi-derive", 3798] 3799 3800[[package]] 3801name = "lancedb-python" 3802version = "0.14.0" 3803dependencies = [ 3804 "arrow", 3805 "env_logger 0.10.2", 3806 "futures", 3807 "lancedb", 3808 "pin-project", 3809 "pyo3", 3810 "pyo3-asyncio-0-21", 3811 "pyo3-build-config 0.20.3", 3812 "tokio", 3813] 3814 3815[[package]] 3816name = "lazy_static" 3817version = "1.5.0" 3818source = "registry+https://github.com/rust-lang/crates.io-index" 3819checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 3820 3821[[package]] 3822name = "levenshtein_automata" 3823version = "0.2.1" 3824source = "registry+https://github.com/rust-lang/crates.io-index" 3825checksum = "0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25" 3826 3827[[package]] 3828name = "lexical-core" 3829version = "0.8.5" 3830source = "registry+https://github.com/rust-lang/crates.io-index" 3831checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46" 3832dependencies = [ 3833 "lexical-parse-float", 3834 "lexical-parse-integer", 3835 "lexical-util", 3836 "lexical-write-float", 3837 "lexical-write-integer", 3838] 3839 3840[[package]] 3841name = "lexical-parse-float" 3842version = "0.8.5" 3843source = "registry+https://github.com/rust-lang/crates.io-index" 3844checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" 3845dependencies = [ 3846 "lexical-parse-integer", 3847 "lexical-util", 3848 "static_assertions", 3849] 3850 3851[[package]] 3852name = "lexical-parse-integer" 3853version = "0.8.6" 3854source = "registry+https://github.com/rust-lang/crates.io-index" 3855checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" 3856dependencies = [ 3857 "lexical-util", 3858 "static_assertions", 3859] 3860 3861[[package]] 3862name = "lexical-util" 3863version = "0.8.5" 3864source = "registry+https://github.com/rust-lang/crates.io-index" 3865checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" 3866dependencies = [ 3867 "static_assertions", 3868] 3869 3870[[package]] 3871name = "lexical-write-float" 3872version = "0.8.5" 3873source = "registry+https://github.com/rust-lang/crates.io-index" 3874checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862" 3875dependencies = [ 3876 "lexical-util", 3877 "lexical-write-integer", 3878 "static_assertions", 3879] 3880 3881[[package]] 3882name = "lexical-write-integer" 3883version = "0.8.5" 3884source = "registry+https://github.com/rust-lang/crates.io-index" 3885checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446" 3886dependencies = [ 3887 "lexical-util", 3888 "static_assertions", 3889] 3890 3891[[package]] 3892name = "libc" 3893version = "0.2.159" 3894source = "registry+https://github.com/rust-lang/crates.io-index" 3895checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" 3896 3897[[package]] 3898name = "libloading" 3899version = "0.6.7" 3900source = "registry+https://github.com/rust-lang/crates.io-index" 3901checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883" 3902dependencies = [ 3903 "cfg-if", 3904 "winapi", 3905] 3906 3907[[package]] 3908name = "libloading" 3909version = "0.8.5" 3910source = "registry+https://github.com/rust-lang/crates.io-index" 3911checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" 3912dependencies = [ 3913 "cfg-if", 3914 "windows-targets 0.52.6", 3915] 3916 3917[[package]] 3918name = "libm" 3919version = "0.2.8" 3920source = "registry+https://github.com/rust-lang/crates.io-index" 3921checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 3922 3923[[package]] 3924name = "libredox" 3925version = "0.1.3" 3926source = "registry+https://github.com/rust-lang/crates.io-index" 3927checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 3928dependencies = [ 3929 "bitflags 2.6.0", 3930 "libc", 3931] 3932 3933[[package]] 3934name = "linux-raw-sys" 3935version = "0.3.8" 3936source = "registry+https://github.com/rust-lang/crates.io-index" 3937checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 3938 3939[[package]] 3940name = "linux-raw-sys" 3941version = "0.4.14" 3942source = "registry+https://github.com/rust-lang/crates.io-index" 3943checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 3944 3945[[package]] 3946name = "lock_api" 3947version = "0.4.12" 3948source = "registry+https://github.com/rust-lang/crates.io-index" 3949checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 3950dependencies = [ 3951 "autocfg", 3952 "scopeguard", 3953] 3954 3955[[package]] 3956name = "log" 3957version = "0.4.22" 3958source = "registry+https://github.com/rust-lang/crates.io-index" 3959checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 3960 3961[[package]] 3962name = "lru" 3963version = "0.12.5" 3964source = "registry+https://github.com/rust-lang/crates.io-index" 3965checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 3966dependencies = [ 3967 "hashbrown 0.15.0", 3968] 3969 3970[[package]] 3971name = "lz4" 3972version = "1.28.0" 3973source = "registry+https://github.com/rust-lang/crates.io-index" 3974checksum = "4d1febb2b4a79ddd1980eede06a8f7902197960aa0383ffcfdd62fe723036725" 3975dependencies = [ 3976 "lz4-sys", 3977] 3978 3979[[package]] 3980name = "lz4-sys" 3981version = "1.11.1+lz4-1.10.0" 3982source = "registry+https://github.com/rust-lang/crates.io-index" 3983checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6" 3984dependencies = [ 3985 "cc", 3986 "libc", 3987] 3988 3989[[package]] 3990name = "lz4_flex" 3991version = "0.11.3" 3992source = "registry+https://github.com/rust-lang/crates.io-index" 3993checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" 3994dependencies = [ 3995 "twox-hash", 3996] 3997 3998[[package]] 3999name = "lzma-sys" 4000version = "0.1.20" 4001source = "registry+https://github.com/rust-lang/crates.io-index" 4002checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" 4003dependencies = [ 4004 "cc", 4005 "libc", 4006 "pkg-config", 4007] 4008 4009[[package]] 4010name = "mach2" 4011version = "0.4.2" 4012source = "registry+https://github.com/rust-lang/crates.io-index" 4013checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709" 4014dependencies = [ 4015 "libc", 4016] 4017 4018[[package]] 4019name = "macro_rules_attribute" 4020version = "0.2.0" 4021source = "registry+https://github.com/rust-lang/crates.io-index" 4022checksum = "8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13" 4023dependencies = [ 4024 "macro_rules_attribute-proc_macro", 4025 "paste", 4026] 4027 4028[[package]] 4029name = "macro_rules_attribute-proc_macro" 4030version = "0.2.0" 4031source = "registry+https://github.com/rust-lang/crates.io-index" 4032checksum = "b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568" 4033 4034[[package]] 4035name = "md-5" 4036version = "0.10.6" 4037source = "registry+https://github.com/rust-lang/crates.io-index" 4038checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 4039dependencies = [ 4040 "cfg-if", 4041 "digest", 4042] 4043 4044[[package]] 4045name = "measure_time" 4046version = "0.8.3" 4047source = "registry+https://github.com/rust-lang/crates.io-index" 4048checksum = "dbefd235b0aadd181626f281e1d684e116972988c14c264e42069d5e8a5775cc" 4049dependencies = [ 4050 "instant", 4051 "log", 4052] 4053 4054[[package]] 4055name = "memchr" 4056version = "2.7.4" 4057source = "registry+https://github.com/rust-lang/crates.io-index" 4058checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 4059 4060[[package]] 4061name = "memmap2" 4062version = "0.7.1" 4063source = "registry+https://github.com/rust-lang/crates.io-index" 4064checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6" 4065dependencies = [ 4066 "libc", 4067] 4068 4069[[package]] 4070name = "memmap2" 4071version = "0.9.5" 4072source = "registry+https://github.com/rust-lang/crates.io-index" 4073checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" 4074dependencies = [ 4075 "libc", 4076 "stable_deref_trait", 4077] 4078 4079[[package]] 4080name = "memoffset" 4081version = "0.9.1" 4082source = "registry+https://github.com/rust-lang/crates.io-index" 4083checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 4084dependencies = [ 4085 "autocfg", 4086] 4087 4088[[package]] 4089name = "mime" 4090version = "0.3.17" 4091source = "registry+https://github.com/rust-lang/crates.io-index" 4092checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 4093 4094[[package]] 4095name = "mime_guess" 4096version = "2.0.5" 4097source = "registry+https://github.com/rust-lang/crates.io-index" 4098checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 4099dependencies = [ 4100 "mime", 4101 "unicase", 4102] 4103 4104[[package]] 4105name = "minimal-lexical" 4106version = "0.2.1" 4107source = "registry+https://github.com/rust-lang/crates.io-index" 4108checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 4109 4110[[package]] 4111name = "miniz_oxide" 4112version = "0.8.0" 4113source = "registry+https://github.com/rust-lang/crates.io-index" 4114checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 4115dependencies = [ 4116 "adler2", 4117] 4118 4119[[package]] 4120name = "mio" 4121version = "1.0.2" 4122source = "registry+https://github.com/rust-lang/crates.io-index" 4123checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" 4124dependencies = [ 4125 "hermit-abi 0.3.9", 4126 "libc", 4127 "wasi", 4128 "windows-sys 0.52.0", 4129] 4130 4131[[package]] 4132name = "mock_instant" 4133version = "0.3.2" 4134source = "registry+https://github.com/rust-lang/crates.io-index" 4135checksum = "9366861eb2a2c436c20b12c8dbec5f798cea6b47ad99216be0282942e2c81ea0" 4136dependencies = [ 4137 "once_cell", 4138] 4139 4140[[package]] 4141name = "moka" 4142version = "0.11.3" 4143source = "registry+https://github.com/rust-lang/crates.io-index" 4144checksum = "fa6e72583bf6830c956235bff0d5afec8cf2952f579ebad18ae7821a917d950f" 4145dependencies = [ 4146 "async-io", 4147 "async-lock", 4148 "crossbeam-channel", 4149 "crossbeam-epoch", 4150 "crossbeam-utils", 4151 "futures-util", 4152 "once_cell", 4153 "parking_lot", 4154 "quanta", 4155 "rustc_version", 4156 "scheduled-thread-pool", 4157 "skeptic", 4158 "smallvec", 4159 "tagptr", 4160 "thiserror", 4161 "triomphe", 4162 "uuid", 4163] 4164 4165[[package]] 4166name = "monostate" 4167version = "0.1.13" 4168source = "registry+https://github.com/rust-lang/crates.io-index" 4169checksum = "0d208407d7552cd041d8cdb69a1bc3303e029c598738177a3d87082004dc0e1e" 4170dependencies = [ 4171 "monostate-impl", 4172 "serde", 4173] 4174 4175[[package]] 4176name = "monostate-impl" 4177version = "0.1.13" 4178source = "registry+https://github.com/rust-lang/crates.io-index" 4179checksum = "a7ce64b975ed4f123575d11afd9491f2e37bbd5813fbfbc0f09ae1fbddea74e0" 4180dependencies = [ 4181 "proc-macro2", 4182 "quote", 4183 "syn 2.0.79", 4184] 4185 4186[[package]] 4187name = "multimap" 4188version = "0.10.0" 4189source = "registry+https://github.com/rust-lang/crates.io-index" 4190checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" 4191 4192[[package]] 4193name = "multiversion" 4194version = "0.7.4" 4195source = "registry+https://github.com/rust-lang/crates.io-index" 4196checksum = "c4851161a11d3ad0bf9402d90ffc3967bf231768bfd7aeb61755ad06dbf1a142" 4197dependencies = [ 4198 "multiversion-macros", 4199 "target-features", 4200] 4201 4202[[package]] 4203name = "multiversion-macros" 4204version = "0.7.4" 4205source = "registry+https://github.com/rust-lang/crates.io-index" 4206checksum = "79a74ddee9e0c27d2578323c13905793e91622148f138ba29738f9dddb835e90" 4207dependencies = [ 4208 "proc-macro2", 4209 "quote", 4210 "syn 1.0.109", 4211 "target-features", 4212] 4213 4214[[package]] 4215name = "murmurhash32" 4216version = "0.3.1" 4217source = "registry+https://github.com/rust-lang/crates.io-index" 4218checksum = "2195bf6aa996a481483b29d62a7663eed3fe39600c460e323f8ff41e90bdd89b" 4219 4220[[package]] 4221name = "napi" 4222version = "2.16.11" 4223source = "registry+https://github.com/rust-lang/crates.io-index" 4224checksum = "53575dfa17f208dd1ce3a2da2da4659aae393b256a472f2738a8586a6c4107fd" 4225dependencies = [ 4226 "bitflags 2.6.0", 4227 "ctor", 4228 "napi-derive", 4229 "napi-sys", 4230 "once_cell", 4231 "tokio", 4232] 4233 4234[[package]] 4235name = "napi-build" 4236version = "2.1.3" 4237source = "registry+https://github.com/rust-lang/crates.io-index" 4238checksum = "e1c0f5d67ee408a4685b61f5ab7e58605c8ae3f2b4189f0127d804ff13d5560a" 4239 4240[[package]] 4241name = "napi-derive" 4242version = "2.16.12" 4243source = "registry+https://github.com/rust-lang/crates.io-index" 4244checksum = "17435f7a00bfdab20b0c27d9c56f58f6499e418252253081bfff448099da31d1" 4245dependencies = [ 4246 "cfg-if", 4247 "convert_case", 4248 "napi-derive-backend", 4249 "proc-macro2", 4250 "quote", 4251 "syn 2.0.79", 4252] 4253 4254[[package]] 4255name = "napi-derive-backend" 4256version = "1.0.74" 4257source = "registry+https://github.com/rust-lang/crates.io-index" 4258checksum = "967c485e00f0bf3b1bdbe510a38a4606919cf1d34d9a37ad41f25a81aa077abe" 4259dependencies = [ 4260 "convert_case", 4261 "once_cell", 4262 "proc-macro2", 4263 "quote", 4264 "regex", 4265 "semver 1.0.23", 4266 "syn 2.0.79", 4267] 4268 4269[[package]] 4270name = "napi-sys" 4271version = "2.4.0" 4272source = "registry+https://github.com/rust-lang/crates.io-index" 4273checksum = "427802e8ec3a734331fec1035594a210ce1ff4dc5bc1950530920ab717964ea3" 4274dependencies = [ 4275 "libloading 0.8.5", 4276] 4277 4278[[package]] 4279name = "native-tls" 4280version = "0.2.12" 4281source = "registry+https://github.com/rust-lang/crates.io-index" 4282checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" 4283dependencies = [ 4284 "libc", 4285 "log", 4286 "openssl", 4287 "openssl-probe", 4288 "openssl-sys", 4289 "schannel", 4290 "security-framework", 4291 "security-framework-sys", 4292 "tempfile", 4293] 4294 4295[[package]] 4296name = "neon" 4297version = "0.10.1" 4298source = "registry+https://github.com/rust-lang/crates.io-index" 4299checksum = "28e15415261d880aed48122e917a45e87bb82cf0260bb6db48bbab44b7464373" 4300dependencies = [ 4301 "neon-build", 4302 "neon-macros", 4303 "neon-runtime", 4304 "semver 0.9.0", 4305 "smallvec", 4306] 4307 4308[[package]] 4309name = "neon-build" 4310version = "0.10.1" 4311source = "registry+https://github.com/rust-lang/crates.io-index" 4312checksum = "8bac98a702e71804af3dacfde41edde4a16076a7bbe889ae61e56e18c5b1c811" 4313 4314[[package]] 4315name = "neon-macros" 4316version = "0.10.1" 4317source = "registry+https://github.com/rust-lang/crates.io-index" 4318checksum = "b7288eac8b54af7913c60e0eb0e2a7683020dffa342ab3fd15e28f035ba897cf" 4319dependencies = [ 4320 "quote", 4321 "syn 1.0.109", 4322 "syn-mid", 4323] 4324 4325[[package]] 4326name = "neon-runtime" 4327version = "0.10.1" 4328source = "registry+https://github.com/rust-lang/crates.io-index" 4329checksum = "4676720fa8bb32c64c3d9f49c47a47289239ec46b4bdb66d0913cc512cb0daca" 4330dependencies = [ 4331 "cfg-if", 4332 "libloading 0.6.7", 4333 "smallvec", 4334] 4335 4336[[package]] 4337name = "nom" 4338version = "7.1.3" 4339source = "registry+https://github.com/rust-lang/crates.io-index" 4340checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 4341dependencies = [ 4342 "memchr", 4343 "minimal-lexical", 4344] 4345 4346[[package]] 4347name = "now" 4348version = "0.1.3" 4349source = "registry+https://github.com/rust-lang/crates.io-index" 4350checksum = "6d89e9874397a1f0a52fc1f197a8effd9735223cb2390e9dcc83ac6cd02923d0" 4351dependencies = [ 4352 "chrono", 4353] 4354 4355[[package]] 4356name = "ntapi" 4357version = "0.4.1" 4358source = "registry+https://github.com/rust-lang/crates.io-index" 4359checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" 4360dependencies = [ 4361 "winapi", 4362] 4363 4364[[package]] 4365name = "num" 4366version = "0.4.3" 4367source = "registry+https://github.com/rust-lang/crates.io-index" 4368checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" 4369dependencies = [ 4370 "num-bigint", 4371 "num-complex", 4372 "num-integer", 4373 "num-iter", 4374 "num-rational", 4375 "num-traits", 4376] 4377 4378[[package]] 4379name = "num-bigint" 4380version = "0.4.6" 4381source = "registry+https://github.com/rust-lang/crates.io-index" 4382checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 4383dependencies = [ 4384 "num-integer", 4385 "num-traits", 4386] 4387 4388[[package]] 4389name = "num-complex" 4390version = "0.4.6" 4391source = "registry+https://github.com/rust-lang/crates.io-index" 4392checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 4393dependencies = [ 4394 "bytemuck", 4395 "num-traits", 4396] 4397 4398[[package]] 4399name = "num-conv" 4400version = "0.1.0" 4401source = "registry+https://github.com/rust-lang/crates.io-index" 4402checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 4403 4404[[package]] 4405name = "num-integer" 4406version = "0.1.46" 4407source = "registry+https://github.com/rust-lang/crates.io-index" 4408checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 4409dependencies = [ 4410 "num-traits", 4411] 4412 4413[[package]] 4414name = "num-iter" 4415version = "0.1.45" 4416source = "registry+https://github.com/rust-lang/crates.io-index" 4417checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 4418dependencies = [ 4419 "autocfg", 4420 "num-integer", 4421 "num-traits", 4422] 4423 4424[[package]] 4425name = "num-rational" 4426version = "0.4.2" 4427source = "registry+https://github.com/rust-lang/crates.io-index" 4428checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 4429dependencies = [ 4430 "num-bigint", 4431 "num-integer", 4432 "num-traits", 4433] 4434 4435[[package]] 4436name = "num-traits" 4437version = "0.2.19" 4438source = "registry+https://github.com/rust-lang/crates.io-index" 4439checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 4440dependencies = [ 4441 "autocfg", 4442 "libm", 4443] 4444 4445[[package]] 4446name = "num_cpus" 4447version = "1.16.0" 4448source = "registry+https://github.com/rust-lang/crates.io-index" 4449checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 4450dependencies = [ 4451 "hermit-abi 0.3.9", 4452 "libc", 4453] 4454 4455[[package]] 4456name = "num_enum" 4457version = "0.7.3" 4458source = "registry+https://github.com/rust-lang/crates.io-index" 4459checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" 4460dependencies = [ 4461 "num_enum_derive", 4462] 4463 4464[[package]] 4465name = "num_enum_derive" 4466version = "0.7.3" 4467source = "registry+https://github.com/rust-lang/crates.io-index" 4468checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" 4469dependencies = [ 4470 "proc-macro-crate", 4471 "proc-macro2", 4472 "quote", 4473 "syn 2.0.79", 4474] 4475 4476[[package]] 4477name = "number_prefix" 4478version = "0.4.0" 4479source = "registry+https://github.com/rust-lang/crates.io-index" 4480checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 4481 4482[[package]] 4483name = "object" 4484version = "0.36.5" 4485source = "registry+https://github.com/rust-lang/crates.io-index" 4486checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" 4487dependencies = [ 4488 "memchr", 4489] 4490 4491[[package]] 4492name = "object_store" 4493version = "0.10.2" 4494source = "registry+https://github.com/rust-lang/crates.io-index" 4495checksum = "e6da452820c715ce78221e8202ccc599b4a52f3e1eb3eedb487b680c81a8e3f3" 4496dependencies = [ 4497 "async-trait", 4498 "base64 0.22.1", 4499 "bytes", 4500 "chrono", 4501 "futures", 4502 "humantime", 4503 "hyper 1.4.1", 4504 "itertools 0.13.0", 4505 "md-5", 4506 "parking_lot", 4507 "percent-encoding", 4508 "quick-xml", 4509 "rand", 4510 "reqwest", 4511 "ring", 4512 "rustls-pemfile 2.2.0", 4513 "serde", 4514 "serde_json", 4515 "snafu", 4516 "tokio", 4517 "tracing", 4518 "url", 4519 "walkdir", 4520] 4521 4522[[package]] 4523name = "once_cell" 4524version = "1.20.2" 4525source = "registry+https://github.com/rust-lang/crates.io-index" 4526checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 4527 4528[[package]] 4529name = "oneshot" 4530version = "0.1.8" 4531source = "registry+https://github.com/rust-lang/crates.io-index" 4532checksum = "e296cf87e61c9cfc1a61c3c63a0f7f286ed4554e0e22be84e8a38e1d264a2a29" 4533 4534[[package]] 4535name = "onig" 4536version = "6.4.0" 4537source = "registry+https://github.com/rust-lang/crates.io-index" 4538checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f" 4539dependencies = [ 4540 "bitflags 1.3.2", 4541 "libc", 4542 "once_cell", 4543 "onig_sys", 4544] 4545 4546[[package]] 4547name = "onig_sys" 4548version = "69.8.1" 4549source = "registry+https://github.com/rust-lang/crates.io-index" 4550checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7" 4551dependencies = [ 4552 "cc", 4553 "pkg-config", 4554] 4555 4556[[package]] 4557name = "openssl" 4558version = "0.10.66" 4559source = "registry+https://github.com/rust-lang/crates.io-index" 4560checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" 4561dependencies = [ 4562 "bitflags 2.6.0", 4563 "cfg-if", 4564 "foreign-types", 4565 "libc", 4566 "once_cell", 4567 "openssl-macros", 4568 "openssl-sys", 4569] 4570 4571[[package]] 4572name = "openssl-macros" 4573version = "0.1.1" 4574source = "registry+https://github.com/rust-lang/crates.io-index" 4575checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 4576dependencies = [ 4577 "proc-macro2", 4578 "quote", 4579 "syn 2.0.79", 4580] 4581 4582[[package]] 4583name = "openssl-probe" 4584version = "0.1.5" 4585source = "registry+https://github.com/rust-lang/crates.io-index" 4586checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 4587 4588[[package]] 4589name = "openssl-sys" 4590version = "0.9.103" 4591source = "registry+https://github.com/rust-lang/crates.io-index" 4592checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" 4593dependencies = [ 4594 "cc", 4595 "libc", 4596 "pkg-config", 4597 "vcpkg", 4598] 4599 4600[[package]] 4601name = "option-ext" 4602version = "0.2.0" 4603source = "registry+https://github.com/rust-lang/crates.io-index" 4604checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 4605 4606[[package]] 4607name = "outref" 4608version = "0.5.1" 4609source = "registry+https://github.com/rust-lang/crates.io-index" 4610checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 4611 4612[[package]] 4613name = "ownedbytes" 4614version = "0.7.0" 4615source = "registry+https://github.com/rust-lang/crates.io-index" 4616checksum = "c3a059efb063b8f425b948e042e6b9bd85edfe60e913630ed727b23e2dfcc558" 4617dependencies = [ 4618 "stable_deref_trait", 4619] 4620 4621[[package]] 4622name = "p256" 4623version = "0.11.1" 4624source = "registry+https://github.com/rust-lang/crates.io-index" 4625checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" 4626dependencies = [ 4627 "ecdsa", 4628 "elliptic-curve", 4629 "sha2", 4630] 4631 4632[[package]] 4633name = "parking" 4634version = "2.2.1" 4635source = "registry+https://github.com/rust-lang/crates.io-index" 4636checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 4637 4638[[package]] 4639name = "parking_lot" 4640version = "0.12.3" 4641source = "registry+https://github.com/rust-lang/crates.io-index" 4642checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 4643dependencies = [ 4644 "lock_api", 4645 "parking_lot_core", 4646] 4647 4648[[package]] 4649name = "parking_lot_core" 4650version = "0.9.10" 4651source = "registry+https://github.com/rust-lang/crates.io-index" 4652checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 4653dependencies = [ 4654 "cfg-if", 4655 "libc", 4656 "redox_syscall", 4657 "smallvec", 4658 "windows-targets 0.52.6", 4659] 4660 4661[[package]] 4662name = "parquet-format-safe" 4663version = "0.2.4" 4664source = "registry+https://github.com/rust-lang/crates.io-index" 4665checksum = "1131c54b167dd4e4799ce762e1ab01549ebb94d5bdd13e6ec1b467491c378e1f" 4666 4667[[package]] 4668name = "parse-zoneinfo" 4669version = "0.3.1" 4670source = "registry+https://github.com/rust-lang/crates.io-index" 4671checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24" 4672dependencies = [ 4673 "regex", 4674] 4675 4676[[package]] 4677name = "paste" 4678version = "1.0.15" 4679source = "registry+https://github.com/rust-lang/crates.io-index" 4680checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 4681 4682[[package]] 4683name = "path_abs" 4684version = "0.5.1" 4685source = "registry+https://github.com/rust-lang/crates.io-index" 4686checksum = "05ef02f6342ac01d8a93b65f96db53fe68a92a15f41144f97fb00a9e669633c3" 4687dependencies = [ 4688 "serde", 4689 "serde_derive", 4690 "std_prelude", 4691 "stfu8", 4692] 4693 4694[[package]] 4695name = "percent-encoding" 4696version = "2.3.1" 4697source = "registry+https://github.com/rust-lang/crates.io-index" 4698checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 4699 4700[[package]] 4701name = "petgraph" 4702version = "0.6.5" 4703source = "registry+https://github.com/rust-lang/crates.io-index" 4704checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" 4705dependencies = [ 4706 "fixedbitset", 4707 "indexmap 2.6.0", 4708] 4709 4710[[package]] 4711name = "phf" 4712version = "0.11.2" 4713source = "registry+https://github.com/rust-lang/crates.io-index" 4714checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 4715dependencies = [ 4716 "phf_shared", 4717] 4718 4719[[package]] 4720name = "phf_codegen" 4721version = "0.11.2" 4722source = "registry+https://github.com/rust-lang/crates.io-index" 4723checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" 4724dependencies = [ 4725 "phf_generator", 4726 "phf_shared", 4727] 4728 4729[[package]] 4730name = "phf_generator" 4731version = "0.11.2" 4732source = "registry+https://github.com/rust-lang/crates.io-index" 4733checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 4734dependencies = [ 4735 "phf_shared", 4736 "rand", 4737] 4738 4739[[package]] 4740name = "phf_shared" 4741version = "0.11.2" 4742source = "registry+https://github.com/rust-lang/crates.io-index" 4743checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 4744dependencies = [ 4745 "siphasher", 4746] 4747 4748[[package]] 4749name = "pin-project" 4750version = "1.1.6" 4751source = "registry+https://github.com/rust-lang/crates.io-index" 4752checksum = "baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec" 4753dependencies = [ 4754 "pin-project-internal", 4755] 4756 4757[[package]] 4758name = "pin-project-internal" 4759version = "1.1.6" 4760source = "registry+https://github.com/rust-lang/crates.io-index" 4761checksum = "a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8" 4762dependencies = [ 4763 "proc-macro2", 4764 "quote", 4765 "syn 2.0.79", 4766] 4767 4768[[package]] 4769name = "pin-project-lite" 4770version = "0.2.14" 4771source = "registry+https://github.com/rust-lang/crates.io-index" 4772checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 4773 4774[[package]] 4775name = "pin-utils" 4776version = "0.1.0" 4777source = "registry+https://github.com/rust-lang/crates.io-index" 4778checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 4779 4780[[package]] 4781name = "pkcs8" 4782version = "0.9.0" 4783source = "registry+https://github.com/rust-lang/crates.io-index" 4784checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" 4785dependencies = [ 4786 "der", 4787 "spki", 4788] 4789 4790[[package]] 4791name = "pkg-config" 4792version = "0.3.31" 4793source = "registry+https://github.com/rust-lang/crates.io-index" 4794checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 4795 4796[[package]] 4797name = "planus" 4798version = "0.3.1" 4799source = "registry+https://github.com/rust-lang/crates.io-index" 4800checksum = "fc1691dd09e82f428ce8d6310bd6d5da2557c82ff17694d2a32cad7242aea89f" 4801dependencies = [ 4802 "array-init-cursor", 4803] 4804 4805[[package]] 4806name = "polars" 4807version = "0.39.2" 4808source = "registry+https://github.com/rust-lang/crates.io-index" 4809checksum = "0ea21b858b16b9c0e17a12db2800d11aa5b4bd182be6b3022eb537bbfc1f2db5" 4810dependencies = [ 4811 "getrandom", 4812 "polars-arrow", 4813 "polars-core", 4814 "polars-error", 4815 "polars-io", 4816 "polars-lazy", 4817 "polars-ops", 4818 "polars-parquet", 4819 "polars-sql", 4820 "polars-time", 4821 "polars-utils", 4822 "version_check", 4823] 4824 4825[[package]] 4826name = "polars-arrow" 4827version = "0.39.2" 4828source = "registry+https://github.com/rust-lang/crates.io-index" 4829checksum = "725b09f2b5ef31279b66e27bbab63c58d49d8f6696b66b1f46c7eaab95e80f75" 4830dependencies = [ 4831 "ahash", 4832 "atoi", 4833 "atoi_simd", 4834 "bytemuck", 4835 "chrono", 4836 "chrono-tz 0.8.6", 4837 "dyn-clone", 4838 "either", 4839 "ethnum", 4840 "fast-float", 4841 "foreign_vec", 4842 "getrandom", 4843 "hashbrown 0.14.5", 4844 "itoa", 4845 "itoap", 4846 "lz4", 4847 "multiversion", 4848 "num-traits", 4849 "polars-arrow-format", 4850 "polars-error", 4851 "polars-utils", 4852 "ryu", 4853 "simdutf8", 4854 "streaming-iterator", 4855 "strength_reduce", 4856 "version_check", 4857 "zstd", 4858] 4859 4860[[package]] 4861name = "polars-arrow-format" 4862version = "0.1.0" 4863source = "registry+https://github.com/rust-lang/crates.io-index" 4864checksum = "19b0ef2474af9396b19025b189d96e992311e6a47f90c53cd998b36c4c64b84c" 4865dependencies = [ 4866 "planus", 4867 "serde", 4868] 4869 4870[[package]] 4871name = "polars-compute" 4872version = "0.39.2" 4873source = "registry+https://github.com/rust-lang/crates.io-index" 4874checksum = "a796945b14b14fbb79b91ef0406e6fddca2be636e889f81ea5d6ee7d36efb4fe" 4875dependencies = [ 4876 "bytemuck", 4877 "either", 4878 "num-traits", 4879 "polars-arrow", 4880 "polars-error", 4881 "polars-utils", 4882 "strength_reduce", 4883 "version_check", 4884] 4885 4886[[package]] 4887name = "polars-core" 4888version = "0.39.2" 4889source = "registry+https://github.com/rust-lang/crates.io-index" 4890checksum = "465f70d3e96b6d0b1a43c358ba451286b8c8bd56696feff020d65702aa33e35c" 4891dependencies = [ 4892 "ahash", 4893 "bitflags 2.6.0", 4894 "bytemuck", 4895 "chrono", 4896 "chrono-tz 0.8.6", 4897 "comfy-table", 4898 "either", 4899 "hashbrown 0.14.5", 4900 "indexmap 2.6.0", 4901 "num-traits", 4902 "once_cell", 4903 "polars-arrow", 4904 "polars-compute", 4905 "polars-error", 4906 "polars-row", 4907 "polars-utils", 4908 "rand", 4909 "rand_distr", 4910 "rayon", 4911 "regex", 4912 "smartstring", 4913 "thiserror", 4914 "version_check", 4915 "xxhash-rust", 4916] 4917 4918[[package]] 4919name = "polars-error" 4920version = "0.39.2" 4921source = "registry+https://github.com/rust-lang/crates.io-index" 4922checksum = "5224d5d05e6b8a6f78b75951ae1b5f82c8ab1979e11ffaf5fd41941e3d5b0757" 4923dependencies = [ 4924 "polars-arrow-format", 4925 "regex", 4926 "simdutf8", 4927 "thiserror", 4928] 4929 4930[[package]] 4931name = "polars-io" 4932version = "0.39.2" 4933source = "registry+https://github.com/rust-lang/crates.io-index" 4934checksum = "b2c8589e418cbe4a48228d64b2a8a40284a82ec3c98817c0c2bcc0267701338b" 4935dependencies = [ 4936 "ahash", 4937 "atoi_simd", 4938 "bytes", 4939 "chrono", 4940 "fast-float", 4941 "home", 4942 "itoa", 4943 "memchr", 4944 "memmap2 0.7.1", 4945 "num-traits", 4946 "once_cell", 4947 "percent-encoding", 4948 "polars-arrow", 4949 "polars-core", 4950 "polars-error", 4951 "polars-time", 4952 "polars-utils", 4953 "rayon", 4954 "regex", 4955 "ryu", 4956 "simdutf8", 4957 "smartstring", 4958] 4959 4960[[package]] 4961name = "polars-lazy" 4962version = "0.39.2" 4963source = "registry+https://github.com/rust-lang/crates.io-index" 4964checksum = "89b2632b1af668e2058d5f8f916d8fbde3cac63d03ae29a705f598e41dcfeb7f" 4965dependencies = [ 4966 "ahash", 4967 "bitflags 2.6.0", 4968 "glob", 4969 "once_cell", 4970 "polars-arrow", 4971 "polars-core", 4972 "polars-io", 4973 "polars-ops", 4974 "polars-pipe", 4975 "polars-plan", 4976 "polars-time", 4977 "polars-utils", 4978 "rayon", 4979 "smartstring", 4980 "version_check", 4981] 4982 4983[[package]] 4984name = "polars-ops" 4985version = "0.39.2" 4986source = "registry+https://github.com/rust-lang/crates.io-index" 4987checksum = "efdbdb4d9a92109bc2e0ce8e17af5ae8ab643bb5b7ee9d1d74f0aeffd1fbc95f" 4988dependencies = [ 4989 "ahash", 4990 "argminmax", 4991 "base64 0.21.7", 4992 "bytemuck", 4993 "chrono", 4994 "chrono-tz 0.8.6", 4995 "either", 4996 "hashbrown 0.14.5", 4997 "hex", 4998 "indexmap 2.6.0", 4999 "memchr", 5000 "num-traits", 5001 "polars-arrow", 5002 "polars-compute", 5003 "polars-core", 5004 "polars-error", 5005 "polars-utils", 5006 "rayon", 5007 "regex", 5008 "smartstring", 5009 "unicode-reverse", 5010 "version_check", 5011] 5012 5013[[package]] 5014name = "polars-parquet" 5015version = "0.39.2" 5016source = "registry+https://github.com/rust-lang/crates.io-index" 5017checksum = "b421d2196f786fdfe162db614c8485f8308fe41575d4de634a39bbe460d1eb6a" 5018dependencies = [ 5019 "ahash", 5020 "base64 0.21.7", 5021 "ethnum", 5022 "num-traits", 5023 "parquet-format-safe", 5024 "polars-arrow", 5025 "polars-error", 5026 "polars-utils", 5027 "seq-macro", 5028 "simdutf8", 5029 "streaming-decompression", 5030] 5031 5032[[package]] 5033name = "polars-pipe" 5034version = "0.39.2" 5035source = "registry+https://github.com/rust-lang/crates.io-index" 5036checksum = "48700f1d5bd56a15451e581f465c09541492750360f18637b196f995470a015c" 5037dependencies = [ 5038 "crossbeam-channel", 5039 "crossbeam-queue", 5040 "enum_dispatch", 5041 "hashbrown 0.14.5", 5042 "num-traits", 5043 "polars-arrow", 5044 "polars-compute", 5045 "polars-core", 5046 "polars-io", 5047 "polars-ops", 5048 "polars-plan", 5049 "polars-row", 5050 "polars-utils", 5051 "rayon", 5052 "smartstring", 5053 "uuid", 5054 "version_check", 5055] 5056 5057[[package]] 5058name = "polars-plan" 5059version = "0.39.2" 5060source = "registry+https://github.com/rust-lang/crates.io-index" 5061checksum = "2fb8e2302e20c44defd5be8cad9c96e75face63c3a5f609aced8c4ec3b3ac97d" 5062dependencies = [ 5063 "ahash", 5064 "bytemuck", 5065 "chrono-tz 0.8.6", 5066 "hashbrown 0.14.5", 5067 "once_cell", 5068 "percent-encoding", 5069 "polars-arrow", 5070 "polars-core", 5071 "polars-io", 5072 "polars-ops", 5073 "polars-time", 5074 "polars-utils", 5075 "rayon", 5076 "recursive", 5077 "regex", 5078 "smartstring", 5079 "strum_macros 0.25.3", 5080 "version_check", 5081] 5082 5083[[package]] 5084name = "polars-row" 5085version = "0.39.2" 5086source = "registry+https://github.com/rust-lang/crates.io-index" 5087checksum = "a515bdc68c2ae3702e3de70d89601f3b71ca8137e282a226dddb53ee4bacfa2e" 5088dependencies = [ 5089 "bytemuck", 5090 "polars-arrow", 5091 "polars-error", 5092 "polars-utils", 5093] 5094 5095[[package]] 5096name = "polars-sql" 5097version = "0.39.2" 5098source = "registry+https://github.com/rust-lang/crates.io-index" 5099checksum = "7b4bb7cc1c04c3023d1953b2f1dec50515e8fd8169a5a2bf4967b3b082232db7" 5100dependencies = [ 5101 "hex", 5102 "polars-arrow", 5103 "polars-core", 5104 "polars-error", 5105 "polars-lazy", 5106 "polars-plan", 5107 "rand", 5108 "serde", 5109 "serde_json", 5110 "sqlparser 0.39.0", 5111] 5112 5113[[package]] 5114name = "polars-time" 5115version = "0.39.2" 5116source = "registry+https://github.com/rust-lang/crates.io-index" 5117checksum = "efc18e3ad92eec55db89d88f16c22d436559ba7030cf76f86f6ed7a754b673f1" 5118dependencies = [ 5119 "atoi", 5120 "chrono", 5121 "chrono-tz 0.8.6", 5122 "now", 5123 "once_cell", 5124 "polars-arrow", 5125 "polars-core", 5126 "polars-error", 5127 "polars-ops", 5128 "polars-utils", 5129 "regex", 5130 "smartstring", 5131] 5132 5133[[package]] 5134name = "polars-utils" 5135version = "0.39.2" 5136source = "registry+https://github.com/rust-lang/crates.io-index" 5137checksum = "c760b6c698cfe2fbbbd93d6cfb408db14ececfe1d92445dae2229ce1b5b21ae8" 5138dependencies = [ 5139 "ahash", 5140 "bytemuck", 5141 "hashbrown 0.14.5", 5142 "indexmap 2.6.0", 5143 "num-traits", 5144 "once_cell", 5145 "polars-error", 5146 "raw-cpuid 11.2.0", 5147 "rayon", 5148 "smartstring", 5149 "stacker", 5150 "sysinfo", 5151 "version_check", 5152] 5153 5154[[package]] 5155name = "polling" 5156version = "2.8.0" 5157source = "registry+https://github.com/rust-lang/crates.io-index" 5158checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 5159dependencies = [ 5160 "autocfg", 5161 "bitflags 1.3.2", 5162 "cfg-if", 5163 "concurrent-queue", 5164 "libc", 5165 "log", 5166 "pin-project-lite", 5167 "windows-sys 0.48.0", 5168] 5169 5170[[package]] 5171name = "portable-atomic" 5172version = "1.9.0" 5173source = "registry+https://github.com/rust-lang/crates.io-index" 5174checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" 5175 5176[[package]] 5177name = "powerfmt" 5178version = "0.2.0" 5179source = "registry+https://github.com/rust-lang/crates.io-index" 5180checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 5181 5182[[package]] 5183name = "ppv-lite86" 5184version = "0.2.20" 5185source = "registry+https://github.com/rust-lang/crates.io-index" 5186checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 5187dependencies = [ 5188 "zerocopy", 5189] 5190 5191[[package]] 5192name = "prettyplease" 5193version = "0.2.22" 5194source = "registry+https://github.com/rust-lang/crates.io-index" 5195checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba" 5196dependencies = [ 5197 "proc-macro2", 5198 "syn 2.0.79", 5199] 5200 5201[[package]] 5202name = "proc-macro-crate" 5203version = "3.2.0" 5204source = "registry+https://github.com/rust-lang/crates.io-index" 5205checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" 5206dependencies = [ 5207 "toml_edit", 5208] 5209 5210[[package]] 5211name = "proc-macro2" 5212version = "1.0.87" 5213source = "registry+https://github.com/rust-lang/crates.io-index" 5214checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" 5215dependencies = [ 5216 "unicode-ident", 5217] 5218 5219[[package]] 5220name = "prost" 5221version = "0.12.6" 5222source = "registry+https://github.com/rust-lang/crates.io-index" 5223checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" 5224dependencies = [ 5225 "bytes", 5226 "prost-derive", 5227] 5228 5229[[package]] 5230name = "prost-build" 5231version = "0.12.6" 5232source = "registry+https://github.com/rust-lang/crates.io-index" 5233checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" 5234dependencies = [ 5235 "bytes", 5236 "heck 0.5.0", 5237 "itertools 0.12.1", 5238 "log", 5239 "multimap", 5240 "once_cell", 5241 "petgraph", 5242 "prettyplease", 5243 "prost", 5244 "prost-types", 5245 "regex", 5246 "syn 2.0.79", 5247 "tempfile", 5248] 5249 5250[[package]] 5251name = "prost-derive" 5252version = "0.12.6" 5253source = "registry+https://github.com/rust-lang/crates.io-index" 5254checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" 5255dependencies = [ 5256 "anyhow", 5257 "itertools 0.12.1", 5258 "proc-macro2", 5259 "quote", 5260 "syn 2.0.79", 5261] 5262 5263[[package]] 5264name = "prost-types" 5265version = "0.12.6" 5266source = "registry+https://github.com/rust-lang/crates.io-index" 5267checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0" 5268dependencies = [ 5269 "prost", 5270] 5271 5272[[package]] 5273name = "psm" 5274version = "0.1.23" 5275source = "registry+https://github.com/rust-lang/crates.io-index" 5276checksum = "aa37f80ca58604976033fae9515a8a2989fc13797d953f7c04fb8fa36a11f205" 5277dependencies = [ 5278 "cc", 5279] 5280 5281[[package]] 5282name = "pulldown-cmark" 5283version = "0.9.6" 5284source = "registry+https://github.com/rust-lang/crates.io-index" 5285checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" 5286dependencies = [ 5287 "bitflags 2.6.0", 5288 "memchr", 5289 "unicase", 5290] 5291 5292[[package]] 5293name = "pulp" 5294version = "0.18.22" 5295source = "registry+https://github.com/rust-lang/crates.io-index" 5296checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6" 5297dependencies = [ 5298 "bytemuck", 5299 "libm", 5300 "num-complex", 5301 "reborrow", 5302] 5303 5304[[package]] 5305name = "pyo3" 5306version = "0.21.2" 5307source = "registry+https://github.com/rust-lang/crates.io-index" 5308checksum = "a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8" 5309dependencies = [ 5310 "cfg-if", 5311 "indoc", 5312 "libc", 5313 "memoffset", 5314 "parking_lot", 5315 "portable-atomic", 5316 "pyo3-build-config 0.21.2", 5317 "pyo3-ffi", 5318 "pyo3-macros", 5319 "unindent", 5320] 5321 5322[[package]] 5323name = "pyo3-asyncio-0-21" 5324version = "0.21.0" 5325source = "registry+https://github.com/rust-lang/crates.io-index" 5326checksum = "8fde289486f7d5cee0ac7c20b2637a0657654681079cc5eedc90d9a2a79af1e5" 5327dependencies = [ 5328 "futures", 5329 "once_cell", 5330 "pin-project-lite", 5331 "pyo3", 5332 "pyo3-asyncio-macros-0-21", 5333 "tokio", 5334] 5335 5336[[package]] 5337name = "pyo3-asyncio-macros-0-21" 5338version = "0.21.0" 5339source = "registry+https://github.com/rust-lang/crates.io-index" 5340checksum = "2e5ffc4e987e866bf54b781235a6c3b91e7e67df14f73ce716625ee78728554a" 5341dependencies = [ 5342 "proc-macro2", 5343 "quote", 5344 "syn 1.0.109", 5345] 5346 5347[[package]] 5348name = "pyo3-build-config" 5349version = "0.20.3" 5350source = "registry+https://github.com/rust-lang/crates.io-index" 5351checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7" 5352dependencies = [ 5353 "once_cell", 5354 "target-lexicon", 5355] 5356 5357[[package]] 5358name = "pyo3-build-config" 5359version = "0.21.2" 5360source = "registry+https://github.com/rust-lang/crates.io-index" 5361checksum = "7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50" 5362dependencies = [ 5363 "once_cell", 5364 "target-lexicon", 5365] 5366 5367[[package]] 5368name = "pyo3-ffi" 5369version = "0.21.2" 5370source = "registry+https://github.com/rust-lang/crates.io-index" 5371checksum = "01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403" 5372dependencies = [ 5373 "libc", 5374 "pyo3-build-config 0.21.2", 5375] 5376 5377[[package]] 5378name = "pyo3-macros" 5379version = "0.21.2" 5380source = "registry+https://github.com/rust-lang/crates.io-index" 5381checksum = "77b34069fc0682e11b31dbd10321cbf94808394c56fd996796ce45217dfac53c" 5382dependencies = [ 5383 "proc-macro2", 5384 "pyo3-macros-backend", 5385 "quote", 5386 "syn 2.0.79", 5387] 5388 5389[[package]] 5390name = "pyo3-macros-backend" 5391version = "0.21.2" 5392source = "registry+https://github.com/rust-lang/crates.io-index" 5393checksum = "08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c" 5394dependencies = [ 5395 "heck 0.4.1", 5396 "proc-macro2", 5397 "pyo3-build-config 0.21.2", 5398 "quote", 5399 "syn 2.0.79", 5400] 5401 5402[[package]] 5403name = "quanta" 5404version = "0.11.1" 5405source = "registry+https://github.com/rust-lang/crates.io-index" 5406checksum = "a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab" 5407dependencies = [ 5408 "crossbeam-utils", 5409 "libc", 5410 "mach2", 5411 "once_cell", 5412 "raw-cpuid 10.7.0", 5413 "wasi", 5414 "web-sys", 5415 "winapi", 5416] 5417 5418[[package]] 5419name = "quick-xml" 5420version = "0.36.2" 5421source = "registry+https://github.com/rust-lang/crates.io-index" 5422checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" 5423dependencies = [ 5424 "memchr", 5425 "serde", 5426] 5427 5428[[package]] 5429name = "quinn" 5430version = "0.11.5" 5431source = "registry+https://github.com/rust-lang/crates.io-index" 5432checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684" 5433dependencies = [ 5434 "bytes", 5435 "pin-project-lite", 5436 "quinn-proto", 5437 "quinn-udp", 5438 "rustc-hash 2.0.0", 5439 "rustls 0.23.14", 5440 "socket2 0.5.7", 5441 "thiserror", 5442 "tokio", 5443 "tracing", 5444] 5445 5446[[package]] 5447name = "quinn-proto" 5448version = "0.11.8" 5449source = "registry+https://github.com/rust-lang/crates.io-index" 5450checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" 5451dependencies = [ 5452 "bytes", 5453 "rand", 5454 "ring", 5455 "rustc-hash 2.0.0", 5456 "rustls 0.23.14", 5457 "slab", 5458 "thiserror", 5459 "tinyvec", 5460 "tracing", 5461] 5462 5463[[package]] 5464name = "quinn-udp" 5465version = "0.5.5" 5466source = "registry+https://github.com/rust-lang/crates.io-index" 5467checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b" 5468dependencies = [ 5469 "libc", 5470 "once_cell", 5471 "socket2 0.5.7", 5472 "tracing", 5473 "windows-sys 0.59.0", 5474] 5475 5476[[package]] 5477name = "quote" 5478version = "1.0.37" 5479source = "registry+https://github.com/rust-lang/crates.io-index" 5480checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 5481dependencies = [ 5482 "proc-macro2", 5483] 5484 5485[[package]] 5486name = "radium" 5487version = "0.7.0" 5488source = "registry+https://github.com/rust-lang/crates.io-index" 5489checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 5490 5491[[package]] 5492name = "rand" 5493version = "0.8.5" 5494source = "registry+https://github.com/rust-lang/crates.io-index" 5495checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 5496dependencies = [ 5497 "libc", 5498 "rand_chacha", 5499 "rand_core", 5500] 5501 5502[[package]] 5503name = "rand_chacha" 5504version = "0.3.1" 5505source = "registry+https://github.com/rust-lang/crates.io-index" 5506checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 5507dependencies = [ 5508 "ppv-lite86", 5509 "rand_core", 5510] 5511 5512[[package]] 5513name = "rand_core" 5514version = "0.6.4" 5515source = "registry+https://github.com/rust-lang/crates.io-index" 5516checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 5517dependencies = [ 5518 "getrandom", 5519] 5520 5521[[package]] 5522name = "rand_distr" 5523version = "0.4.3" 5524source = "registry+https://github.com/rust-lang/crates.io-index" 5525checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" 5526dependencies = [ 5527 "num-traits", 5528 "rand", 5529] 5530 5531[[package]] 5532name = "random_word" 5533version = "0.4.3" 5534source = "registry+https://github.com/rust-lang/crates.io-index" 5535checksum = "07eed67a16dde2cc3c7f65c072acd8d5b2e53d4aab95067c320db851c7651f29" 5536dependencies = [ 5537 "ahash", 5538 "brotli", 5539 "once_cell", 5540 "paste", 5541 "rand", 5542 "unicase", 5543] 5544 5545[[package]] 5546name = "rangemap" 5547version = "1.5.1" 5548source = "registry+https://github.com/rust-lang/crates.io-index" 5549checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684" 5550 5551[[package]] 5552name = "raw-cpuid" 5553version = "10.7.0" 5554source = "registry+https://github.com/rust-lang/crates.io-index" 5555checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332" 5556dependencies = [ 5557 "bitflags 1.3.2", 5558] 5559 5560[[package]] 5561name = "raw-cpuid" 5562version = "11.2.0" 5563source = "registry+https://github.com/rust-lang/crates.io-index" 5564checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0" 5565dependencies = [ 5566 "bitflags 2.6.0", 5567] 5568 5569[[package]] 5570name = "rayon" 5571version = "1.10.0" 5572source = "registry+https://github.com/rust-lang/crates.io-index" 5573checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 5574dependencies = [ 5575 "either", 5576 "rayon-core", 5577] 5578 5579[[package]] 5580name = "rayon-cond" 5581version = "0.3.0" 5582source = "registry+https://github.com/rust-lang/crates.io-index" 5583checksum = "059f538b55efd2309c9794130bc149c6a553db90e9d99c2030785c82f0bd7df9" 5584dependencies = [ 5585 "either", 5586 "itertools 0.11.0", 5587 "rayon", 5588] 5589 5590[[package]] 5591name = "rayon-core" 5592version = "1.12.1" 5593source = "registry+https://github.com/rust-lang/crates.io-index" 5594checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 5595dependencies = [ 5596 "crossbeam-deque", 5597 "crossbeam-utils", 5598] 5599 5600[[package]] 5601name = "reborrow" 5602version = "0.5.5" 5603source = "registry+https://github.com/rust-lang/crates.io-index" 5604checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430" 5605 5606[[package]] 5607name = "recursive" 5608version = "0.1.1" 5609source = "registry+https://github.com/rust-lang/crates.io-index" 5610checksum = "0786a43debb760f491b1bc0269fe5e84155353c67482b9e60d0cfb596054b43e" 5611dependencies = [ 5612 "recursive-proc-macro-impl", 5613 "stacker", 5614] 5615 5616[[package]] 5617name = "recursive-proc-macro-impl" 5618version = "0.1.1" 5619source = "registry+https://github.com/rust-lang/crates.io-index" 5620checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b" 5621dependencies = [ 5622 "quote", 5623 "syn 2.0.79", 5624] 5625 5626[[package]] 5627name = "redox_syscall" 5628version = "0.5.7" 5629source = "registry+https://github.com/rust-lang/crates.io-index" 5630checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" 5631dependencies = [ 5632 "bitflags 2.6.0", 5633] 5634 5635[[package]] 5636name = "redox_users" 5637version = "0.4.6" 5638source = "registry+https://github.com/rust-lang/crates.io-index" 5639checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 5640dependencies = [ 5641 "getrandom", 5642 "libredox", 5643 "thiserror", 5644] 5645 5646[[package]] 5647name = "regex" 5648version = "1.11.0" 5649source = "registry+https://github.com/rust-lang/crates.io-index" 5650checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8" 5651dependencies = [ 5652 "aho-corasick", 5653 "memchr", 5654 "regex-automata", 5655 "regex-syntax", 5656] 5657 5658[[package]] 5659name = "regex-automata" 5660version = "0.4.8" 5661source = "registry+https://github.com/rust-lang/crates.io-index" 5662checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" 5663dependencies = [ 5664 "aho-corasick", 5665 "memchr", 5666 "regex-syntax", 5667] 5668 5669[[package]] 5670name = "regex-lite" 5671version = "0.1.6" 5672source = "registry+https://github.com/rust-lang/crates.io-index" 5673checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" 5674 5675[[package]] 5676name = "regex-syntax" 5677version = "0.8.5" 5678source = "registry+https://github.com/rust-lang/crates.io-index" 5679checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 5680 5681[[package]] 5682name = "reqwest" 5683version = "0.12.8" 5684source = "registry+https://github.com/rust-lang/crates.io-index" 5685checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" 5686dependencies = [ 5687 "async-compression", 5688 "base64 0.22.1", 5689 "bytes", 5690 "encoding_rs", 5691 "futures-core", 5692 "futures-util", 5693 "h2 0.4.6", 5694 "http 1.1.0", 5695 "http-body 1.0.1", 5696 "http-body-util", 5697 "hyper 1.4.1", 5698 "hyper-rustls 0.27.3", 5699 "hyper-tls", 5700 "hyper-util", 5701 "ipnet", 5702 "js-sys", 5703 "log", 5704 "mime", 5705 "mime_guess", 5706 "native-tls", 5707 "once_cell", 5708 "percent-encoding", 5709 "pin-project-lite", 5710 "quinn", 5711 "rustls 0.23.14", 5712 "rustls-native-certs 0.8.0", 5713 "rustls-pemfile 2.2.0", 5714 "rustls-pki-types", 5715 "serde", 5716 "serde_json", 5717 "serde_urlencoded", 5718 "sync_wrapper", 5719 "system-configuration", 5720 "tokio", 5721 "tokio-native-tls", 5722 "tokio-rustls 0.26.0", 5723 "tokio-util", 5724 "tower-service", 5725 "url", 5726 "wasm-bindgen", 5727 "wasm-bindgen-futures", 5728 "wasm-streams", 5729 "web-sys", 5730 "windows-registry", 5731] 5732 5733[[package]] 5734name = "reqwest-eventsource" 5735version = "0.6.0" 5736source = "registry+https://github.com/rust-lang/crates.io-index" 5737checksum = "632c55746dbb44275691640e7b40c907c16a2dc1a5842aa98aaec90da6ec6bde" 5738dependencies = [ 5739 "eventsource-stream", 5740 "futures-core", 5741 "futures-timer", 5742 "mime", 5743 "nom", 5744 "pin-project-lite", 5745 "reqwest", 5746 "thiserror", 5747] 5748 5749[[package]] 5750name = "rfc6979" 5751version = "0.3.1" 5752source = "registry+https://github.com/rust-lang/crates.io-index" 5753checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" 5754dependencies = [ 5755 "crypto-bigint 0.4.9", 5756 "hmac", 5757 "zeroize", 5758] 5759 5760[[package]] 5761name = "ring" 5762version = "0.17.8" 5763source = "registry+https://github.com/rust-lang/crates.io-index" 5764checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 5765dependencies = [ 5766 "cc", 5767 "cfg-if", 5768 "getrandom", 5769 "libc", 5770 "spin", 5771 "untrusted", 5772 "windows-sys 0.52.0", 5773] 5774 5775[[package]] 5776name = "roaring" 5777version = "0.10.6" 5778source = "registry+https://github.com/rust-lang/crates.io-index" 5779checksum = "8f4b84ba6e838ceb47b41de5194a60244fac43d9fe03b71dbe8c5a201081d6d1" 5780dependencies = [ 5781 "bytemuck", 5782 "byteorder", 5783] 5784 5785[[package]] 5786name = "rust-stemmers" 5787version = "1.2.0" 5788source = "registry+https://github.com/rust-lang/crates.io-index" 5789checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54" 5790dependencies = [ 5791 "serde", 5792 "serde_derive", 5793] 5794 5795[[package]] 5796name = "rustc-demangle" 5797version = "0.1.24" 5798source = "registry+https://github.com/rust-lang/crates.io-index" 5799checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 5800 5801[[package]] 5802name = "rustc-hash" 5803version = "1.1.0" 5804source = "registry+https://github.com/rust-lang/crates.io-index" 5805checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 5806 5807[[package]] 5808name = "rustc-hash" 5809version = "2.0.0" 5810source = "registry+https://github.com/rust-lang/crates.io-index" 5811checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" 5812 5813[[package]] 5814name = "rustc_version" 5815version = "0.4.1" 5816source = "registry+https://github.com/rust-lang/crates.io-index" 5817checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 5818dependencies = [ 5819 "semver 1.0.23", 5820] 5821 5822[[package]] 5823name = "rustix" 5824version = "0.37.27" 5825source = "registry+https://github.com/rust-lang/crates.io-index" 5826checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" 5827dependencies = [ 5828 "bitflags 1.3.2", 5829 "errno", 5830 "io-lifetimes", 5831 "libc", 5832 "linux-raw-sys 0.3.8", 5833 "windows-sys 0.48.0", 5834] 5835 5836[[package]] 5837name = "rustix" 5838version = "0.38.37" 5839source = "registry+https://github.com/rust-lang/crates.io-index" 5840checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" 5841dependencies = [ 5842 "bitflags 2.6.0", 5843 "errno", 5844 "libc", 5845 "linux-raw-sys 0.4.14", 5846 "windows-sys 0.52.0", 5847] 5848 5849[[package]] 5850name = "rustls" 5851version = "0.21.12" 5852source = "registry+https://github.com/rust-lang/crates.io-index" 5853checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 5854dependencies = [ 5855 "log", 5856 "ring", 5857 "rustls-webpki 0.101.7", 5858 "sct", 5859] 5860 5861[[package]] 5862name = "rustls" 5863version = "0.23.14" 5864source = "registry+https://github.com/rust-lang/crates.io-index" 5865checksum = "415d9944693cb90382053259f89fbb077ea730ad7273047ec63b19bc9b160ba8" 5866dependencies = [ 5867 "log", 5868 "once_cell", 5869 "ring", 5870 "rustls-pki-types", 5871 "rustls-webpki 0.102.8", 5872 "subtle", 5873 "zeroize", 5874] 5875 5876[[package]] 5877name = "rustls-native-certs" 5878version = "0.6.3" 5879source = "registry+https://github.com/rust-lang/crates.io-index" 5880checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 5881dependencies = [ 5882 "openssl-probe", 5883 "rustls-pemfile 1.0.4", 5884 "schannel", 5885 "security-framework", 5886] 5887 5888[[package]] 5889name = "rustls-native-certs" 5890version = "0.8.0" 5891source = "registry+https://github.com/rust-lang/crates.io-index" 5892checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a" 5893dependencies = [ 5894 "openssl-probe", 5895 "rustls-pemfile 2.2.0", 5896 "rustls-pki-types", 5897 "schannel", 5898 "security-framework", 5899] 5900 5901[[package]] 5902name = "rustls-pemfile" 5903version = "1.0.4" 5904source = "registry+https://github.com/rust-lang/crates.io-index" 5905checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 5906dependencies = [ 5907 "base64 0.21.7", 5908] 5909 5910[[package]] 5911name = "rustls-pemfile" 5912version = "2.2.0" 5913source = "registry+https://github.com/rust-lang/crates.io-index" 5914checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 5915dependencies = [ 5916 "rustls-pki-types", 5917] 5918 5919[[package]] 5920name = "rustls-pki-types" 5921version = "1.9.0" 5922source = "registry+https://github.com/rust-lang/crates.io-index" 5923checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55" 5924 5925[[package]] 5926name = "rustls-webpki" 5927version = "0.101.7" 5928source = "registry+https://github.com/rust-lang/crates.io-index" 5929checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 5930dependencies = [ 5931 "ring", 5932 "untrusted", 5933] 5934 5935[[package]] 5936name = "rustls-webpki" 5937version = "0.102.8" 5938source = "registry+https://github.com/rust-lang/crates.io-index" 5939checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 5940dependencies = [ 5941 "ring", 5942 "rustls-pki-types", 5943 "untrusted", 5944] 5945 5946[[package]] 5947name = "rustversion" 5948version = "1.0.17" 5949source = "registry+https://github.com/rust-lang/crates.io-index" 5950checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 5951 5952[[package]] 5953name = "ryu" 5954version = "1.0.18" 5955source = "registry+https://github.com/rust-lang/crates.io-index" 5956checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 5957 5958[[package]] 5959name = "safetensors" 5960version = "0.4.5" 5961source = "registry+https://github.com/rust-lang/crates.io-index" 5962checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6" 5963dependencies = [ 5964 "serde", 5965 "serde_json", 5966] 5967 5968[[package]] 5969name = "same-file" 5970version = "1.0.6" 5971source = "registry+https://github.com/rust-lang/crates.io-index" 5972checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 5973dependencies = [ 5974 "winapi-util", 5975] 5976 5977[[package]] 5978name = "schannel" 5979version = "0.1.26" 5980source = "registry+https://github.com/rust-lang/crates.io-index" 5981checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" 5982dependencies = [ 5983 "windows-sys 0.59.0", 5984] 5985 5986[[package]] 5987name = "scheduled-thread-pool" 5988version = "0.2.7" 5989source = "registry+https://github.com/rust-lang/crates.io-index" 5990checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19" 5991dependencies = [ 5992 "parking_lot", 5993] 5994 5995[[package]] 5996name = "scopeguard" 5997version = "1.2.0" 5998source = "registry+https://github.com/rust-lang/crates.io-index" 5999checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 6000 6001[[package]] 6002name = "sct" 6003version = "0.7.1" 6004source = "registry+https://github.com/rust-lang/crates.io-index" 6005checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 6006dependencies = [ 6007 "ring", 6008 "untrusted", 6009] 6010 6011[[package]] 6012name = "sec1" 6013version = "0.3.0" 6014source = "registry+https://github.com/rust-lang/crates.io-index" 6015checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" 6016dependencies = [ 6017 "base16ct", 6018 "der", 6019 "generic-array", 6020 "pkcs8", 6021 "subtle", 6022 "zeroize", 6023] 6024 6025[[package]] 6026name = "secrecy" 6027version = "0.8.0" 6028source = "registry+https://github.com/rust-lang/crates.io-index" 6029checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" 6030dependencies = [ 6031 "serde", 6032 "zeroize", 6033] 6034 6035[[package]] 6036name = "security-framework" 6037version = "2.11.1" 6038source = "registry+https://github.com/rust-lang/crates.io-index" 6039checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 6040dependencies = [ 6041 "bitflags 2.6.0", 6042 "core-foundation", 6043 "core-foundation-sys", 6044 "libc", 6045 "security-framework-sys", 6046] 6047 6048[[package]] 6049name = "security-framework-sys" 6050version = "2.12.0" 6051source = "registry+https://github.com/rust-lang/crates.io-index" 6052checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6" 6053dependencies = [ 6054 "core-foundation-sys", 6055 "libc", 6056] 6057 6058[[package]] 6059name = "semver" 6060version = "0.9.0" 6061source = "registry+https://github.com/rust-lang/crates.io-index" 6062checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 6063dependencies = [ 6064 "semver-parser", 6065] 6066 6067[[package]] 6068name = "semver" 6069version = "1.0.23" 6070source = "registry+https://github.com/rust-lang/crates.io-index" 6071checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 6072dependencies = [ 6073 "serde", 6074] 6075 6076[[package]] 6077name = "semver-parser" 6078version = "0.7.0" 6079source = "registry+https://github.com/rust-lang/crates.io-index" 6080checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 6081 6082[[package]] 6083name = "seq-macro" 6084version = "0.3.5" 6085source = "registry+https://github.com/rust-lang/crates.io-index" 6086checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" 6087 6088[[package]] 6089name = "serde" 6090version = "1.0.210" 6091source = "registry+https://github.com/rust-lang/crates.io-index" 6092checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" 6093dependencies = [ 6094 "serde_derive", 6095] 6096 6097[[package]] 6098name = "serde_derive" 6099version = "1.0.210" 6100source = "registry+https://github.com/rust-lang/crates.io-index" 6101checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" 6102dependencies = [ 6103 "proc-macro2", 6104 "quote", 6105 "syn 2.0.79", 6106] 6107 6108[[package]] 6109name = "serde_json" 6110version = "1.0.128" 6111source = "registry+https://github.com/rust-lang/crates.io-index" 6112checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" 6113dependencies = [ 6114 "itoa", 6115 "memchr", 6116 "ryu", 6117 "serde", 6118] 6119 6120[[package]] 6121name = "serde_plain" 6122version = "1.0.2" 6123source = "registry+https://github.com/rust-lang/crates.io-index" 6124checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50" 6125dependencies = [ 6126 "serde", 6127] 6128 6129[[package]] 6130name = "serde_urlencoded" 6131version = "0.7.1" 6132source = "registry+https://github.com/rust-lang/crates.io-index" 6133checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 6134dependencies = [ 6135 "form_urlencoded", 6136 "itoa", 6137 "ryu", 6138 "serde", 6139] 6140 6141[[package]] 6142name = "serde_with" 6143version = "3.11.0" 6144source = "registry+https://github.com/rust-lang/crates.io-index" 6145checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817" 6146dependencies = [ 6147 "base64 0.22.1", 6148 "chrono", 6149 "hex", 6150 "indexmap 1.9.3", 6151 "indexmap 2.6.0", 6152 "serde", 6153 "serde_derive", 6154 "serde_json", 6155 "serde_with_macros", 6156 "time", 6157] 6158 6159[[package]] 6160name = "serde_with_macros" 6161version = "3.11.0" 6162source = "registry+https://github.com/rust-lang/crates.io-index" 6163checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d" 6164dependencies = [ 6165 "darling", 6166 "proc-macro2", 6167 "quote", 6168 "syn 2.0.79", 6169] 6170 6171[[package]] 6172name = "sha1" 6173version = "0.10.6" 6174source = "registry+https://github.com/rust-lang/crates.io-index" 6175checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 6176dependencies = [ 6177 "cfg-if", 6178 "cpufeatures", 6179 "digest", 6180] 6181 6182[[package]] 6183name = "sha2" 6184version = "0.10.8" 6185source = "registry+https://github.com/rust-lang/crates.io-index" 6186checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 6187dependencies = [ 6188 "cfg-if", 6189 "cpufeatures", 6190 "digest", 6191] 6192 6193[[package]] 6194name = "shellexpand" 6195version = "3.1.0" 6196source = "registry+https://github.com/rust-lang/crates.io-index" 6197checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" 6198dependencies = [ 6199 "dirs", 6200] 6201 6202[[package]] 6203name = "shlex" 6204version = "1.3.0" 6205source = "registry+https://github.com/rust-lang/crates.io-index" 6206checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 6207 6208[[package]] 6209name = "signal-hook-registry" 6210version = "1.4.2" 6211source = "registry+https://github.com/rust-lang/crates.io-index" 6212checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 6213dependencies = [ 6214 "libc", 6215] 6216 6217[[package]] 6218name = "signature" 6219version = "1.6.4" 6220source = "registry+https://github.com/rust-lang/crates.io-index" 6221checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" 6222dependencies = [ 6223 "digest", 6224 "rand_core", 6225] 6226 6227[[package]] 6228name = "simdutf8" 6229version = "0.1.5" 6230source = "registry+https://github.com/rust-lang/crates.io-index" 6231checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 6232 6233[[package]] 6234name = "siphasher" 6235version = "0.3.11" 6236source = "registry+https://github.com/rust-lang/crates.io-index" 6237checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 6238 6239[[package]] 6240name = "skeptic" 6241version = "0.13.7" 6242source = "registry+https://github.com/rust-lang/crates.io-index" 6243checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8" 6244dependencies = [ 6245 "bytecount", 6246 "cargo_metadata", 6247 "error-chain", 6248 "glob", 6249 "pulldown-cmark", 6250 "tempfile", 6251 "walkdir", 6252] 6253 6254[[package]] 6255name = "sketches-ddsketch" 6256version = "0.2.2" 6257source = "registry+https://github.com/rust-lang/crates.io-index" 6258checksum = "85636c14b73d81f541e525f585c0a2109e6744e1565b5c1668e31c70c10ed65c" 6259dependencies = [ 6260 "serde", 6261] 6262 6263[[package]] 6264name = "slab" 6265version = "0.4.9" 6266source = "registry+https://github.com/rust-lang/crates.io-index" 6267checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 6268dependencies = [ 6269 "autocfg", 6270] 6271 6272[[package]] 6273name = "smallvec" 6274version = "1.13.2" 6275source = "registry+https://github.com/rust-lang/crates.io-index" 6276checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 6277 6278[[package]] 6279name = "smartstring" 6280version = "1.0.1" 6281source = "registry+https://github.com/rust-lang/crates.io-index" 6282checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29" 6283dependencies = [ 6284 "autocfg", 6285 "static_assertions", 6286 "version_check", 6287] 6288 6289[[package]] 6290name = "snafu" 6291version = "0.7.5" 6292source = "registry+https://github.com/rust-lang/crates.io-index" 6293checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6" 6294dependencies = [ 6295 "doc-comment", 6296 "snafu-derive", 6297] 6298 6299[[package]] 6300name = "snafu-derive" 6301version = "0.7.5" 6302source = "registry+https://github.com/rust-lang/crates.io-index" 6303checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf" 6304dependencies = [ 6305 "heck 0.4.1", 6306 "proc-macro2", 6307 "quote", 6308 "syn 1.0.109", 6309] 6310 6311[[package]] 6312name = "socket2" 6313version = "0.4.10" 6314source = "registry+https://github.com/rust-lang/crates.io-index" 6315checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 6316dependencies = [ 6317 "libc", 6318 "winapi", 6319] 6320 6321[[package]] 6322name = "socket2" 6323version = "0.5.7" 6324source = "registry+https://github.com/rust-lang/crates.io-index" 6325checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 6326dependencies = [ 6327 "libc", 6328 "windows-sys 0.52.0", 6329] 6330 6331[[package]] 6332name = "spin" 6333version = "0.9.8" 6334source = "registry+https://github.com/rust-lang/crates.io-index" 6335checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 6336 6337[[package]] 6338name = "spki" 6339version = "0.6.0" 6340source = "registry+https://github.com/rust-lang/crates.io-index" 6341checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" 6342dependencies = [ 6343 "base64ct", 6344 "der", 6345] 6346 6347[[package]] 6348name = "spm_precompiled" 6349version = "0.1.4" 6350source = "registry+https://github.com/rust-lang/crates.io-index" 6351checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326" 6352dependencies = [ 6353 "base64 0.13.1", 6354 "nom", 6355 "serde", 6356 "unicode-segmentation", 6357] 6358 6359[[package]] 6360name = "sqlparser" 6361version = "0.39.0" 6362source = "registry+https://github.com/rust-lang/crates.io-index" 6363checksum = "743b4dc2cbde11890ccb254a8fc9d537fa41b36da00de2a1c5e9848c9bc42bd7" 6364dependencies = [ 6365 "log", 6366] 6367 6368[[package]] 6369name = "sqlparser" 6370version = "0.49.0" 6371source = "registry+https://github.com/rust-lang/crates.io-index" 6372checksum = "a4a404d0e14905361b918cb8afdb73605e25c1d5029312bd9785142dcb3aa49e" 6373dependencies = [ 6374 "log", 6375 "sqlparser_derive", 6376] 6377 6378[[package]] 6379name = "sqlparser_derive" 6380version = "0.2.2" 6381source = "registry+https://github.com/rust-lang/crates.io-index" 6382checksum = "01b2e185515564f15375f593fb966b5718bc624ba77fe49fa4616ad619690554" 6383dependencies = [ 6384 "proc-macro2", 6385 "quote", 6386 "syn 2.0.79", 6387] 6388 6389[[package]] 6390name = "stable_deref_trait" 6391version = "1.2.0" 6392source = "registry+https://github.com/rust-lang/crates.io-index" 6393checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 6394 6395[[package]] 6396name = "stacker" 6397version = "0.1.17" 6398source = "registry+https://github.com/rust-lang/crates.io-index" 6399checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b" 6400dependencies = [ 6401 "cc", 6402 "cfg-if", 6403 "libc", 6404 "psm", 6405 "windows-sys 0.59.0", 6406] 6407 6408[[package]] 6409name = "static_assertions" 6410version = "1.1.0" 6411source = "registry+https://github.com/rust-lang/crates.io-index" 6412checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 6413 6414[[package]] 6415name = "std_prelude" 6416version = "0.2.12" 6417source = "registry+https://github.com/rust-lang/crates.io-index" 6418checksum = "8207e78455ffdf55661170876f88daf85356e4edd54e0a3dbc79586ca1e50cbe" 6419 6420[[package]] 6421name = "stfu8" 6422version = "0.2.7" 6423source = "registry+https://github.com/rust-lang/crates.io-index" 6424checksum = "e51f1e89f093f99e7432c491c382b88a6860a5adbe6bf02574bf0a08efff1978" 6425 6426[[package]] 6427name = "streaming-decompression" 6428version = "0.1.2" 6429source = "registry+https://github.com/rust-lang/crates.io-index" 6430checksum = "bf6cc3b19bfb128a8ad11026086e31d3ce9ad23f8ea37354b31383a187c44cf3" 6431dependencies = [ 6432 "fallible-streaming-iterator", 6433] 6434 6435[[package]] 6436name = "streaming-iterator" 6437version = "0.1.9" 6438source = "registry+https://github.com/rust-lang/crates.io-index" 6439checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520" 6440 6441[[package]] 6442name = "strength_reduce" 6443version = "0.2.4" 6444source = "registry+https://github.com/rust-lang/crates.io-index" 6445checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82" 6446 6447[[package]] 6448name = "strsim" 6449version = "0.11.1" 6450source = "registry+https://github.com/rust-lang/crates.io-index" 6451checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 6452 6453[[package]] 6454name = "strum" 6455version = "0.26.3" 6456source = "registry+https://github.com/rust-lang/crates.io-index" 6457checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 6458dependencies = [ 6459 "strum_macros 0.26.4", 6460] 6461 6462[[package]] 6463name = "strum_macros" 6464version = "0.25.3" 6465source = "registry+https://github.com/rust-lang/crates.io-index" 6466checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" 6467dependencies = [ 6468 "heck 0.4.1", 6469 "proc-macro2", 6470 "quote", 6471 "rustversion", 6472 "syn 2.0.79", 6473] 6474 6475[[package]] 6476name = "strum_macros" 6477version = "0.26.4" 6478source = "registry+https://github.com/rust-lang/crates.io-index" 6479checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 6480dependencies = [ 6481 "heck 0.5.0", 6482 "proc-macro2", 6483 "quote", 6484 "rustversion", 6485 "syn 2.0.79", 6486] 6487 6488[[package]] 6489name = "subtle" 6490version = "2.6.1" 6491source = "registry+https://github.com/rust-lang/crates.io-index" 6492checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 6493 6494[[package]] 6495name = "syn" 6496version = "1.0.109" 6497source = "registry+https://github.com/rust-lang/crates.io-index" 6498checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 6499dependencies = [ 6500 "proc-macro2", 6501 "quote", 6502 "unicode-ident", 6503] 6504 6505[[package]] 6506name = "syn" 6507version = "2.0.79" 6508source = "registry+https://github.com/rust-lang/crates.io-index" 6509checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590" 6510dependencies = [ 6511 "proc-macro2", 6512 "quote", 6513 "unicode-ident", 6514] 6515 6516[[package]] 6517name = "syn-mid" 6518version = "0.5.4" 6519source = "registry+https://github.com/rust-lang/crates.io-index" 6520checksum = "fea305d57546cc8cd04feb14b62ec84bf17f50e3f7b12560d7bfa9265f39d9ed" 6521dependencies = [ 6522 "proc-macro2", 6523 "quote", 6524 "syn 1.0.109", 6525] 6526 6527[[package]] 6528name = "sync_wrapper" 6529version = "1.0.1" 6530source = "registry+https://github.com/rust-lang/crates.io-index" 6531checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 6532dependencies = [ 6533 "futures-core", 6534] 6535 6536[[package]] 6537name = "synstructure" 6538version = "0.13.1" 6539source = "registry+https://github.com/rust-lang/crates.io-index" 6540checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 6541dependencies = [ 6542 "proc-macro2", 6543 "quote", 6544 "syn 2.0.79", 6545] 6546 6547[[package]] 6548name = "sysctl" 6549version = "0.5.5" 6550source = "registry+https://github.com/rust-lang/crates.io-index" 6551checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea" 6552dependencies = [ 6553 "bitflags 2.6.0", 6554 "byteorder", 6555 "enum-as-inner", 6556 "libc", 6557 "thiserror", 6558 "walkdir", 6559] 6560 6561[[package]] 6562name = "sysinfo" 6563version = "0.30.13" 6564source = "registry+https://github.com/rust-lang/crates.io-index" 6565checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3" 6566dependencies = [ 6567 "cfg-if", 6568 "core-foundation-sys", 6569 "libc", 6570 "ntapi", 6571 "once_cell", 6572 "windows", 6573] 6574 6575[[package]] 6576name = "system-configuration" 6577version = "0.6.1" 6578source = "registry+https://github.com/rust-lang/crates.io-index" 6579checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 6580dependencies = [ 6581 "bitflags 2.6.0", 6582 "core-foundation", 6583 "system-configuration-sys", 6584] 6585 6586[[package]] 6587name = "system-configuration-sys" 6588version = "0.6.0" 6589source = "registry+https://github.com/rust-lang/crates.io-index" 6590checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 6591dependencies = [ 6592 "core-foundation-sys", 6593 "libc", 6594] 6595 6596[[package]] 6597name = "tagptr" 6598version = "0.2.0" 6599source = "registry+https://github.com/rust-lang/crates.io-index" 6600checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 6601 6602[[package]] 6603name = "tantivy" 6604version = "0.22.0" 6605source = "registry+https://github.com/rust-lang/crates.io-index" 6606checksum = "f8d0582f186c0a6d55655d24543f15e43607299425c5ad8352c242b914b31856" 6607dependencies = [ 6608 "aho-corasick", 6609 "arc-swap", 6610 "base64 0.22.1", 6611 "bitpacking", 6612 "byteorder", 6613 "census", 6614 "crc32fast", 6615 "crossbeam-channel", 6616 "downcast-rs", 6617 "fastdivide", 6618 "fnv", 6619 "fs4", 6620 "htmlescape", 6621 "itertools 0.12.1", 6622 "levenshtein_automata", 6623 "log", 6624 "lru", 6625 "lz4_flex", 6626 "measure_time", 6627 "memmap2 0.9.5", 6628 "num_cpus", 6629 "once_cell", 6630 "oneshot", 6631 "rayon", 6632 "regex", 6633 "rust-stemmers", 6634 "rustc-hash 1.1.0", 6635 "serde", 6636 "serde_json", 6637 "sketches-ddsketch", 6638 "smallvec", 6639 "tantivy-bitpacker", 6640 "tantivy-columnar", 6641 "tantivy-common", 6642 "tantivy-fst", 6643 "tantivy-query-grammar", 6644 "tantivy-stacker", 6645 "tantivy-tokenizer-api", 6646 "tempfile", 6647 "thiserror", 6648 "time", 6649 "uuid", 6650 "winapi", 6651] 6652 6653[[package]] 6654name = "tantivy-bitpacker" 6655version = "0.6.0" 6656source = "registry+https://github.com/rust-lang/crates.io-index" 6657checksum = "284899c2325d6832203ac6ff5891b297fc5239c3dc754c5bc1977855b23c10df" 6658dependencies = [ 6659 "bitpacking", 6660] 6661 6662[[package]] 6663name = "tantivy-columnar" 6664version = "0.3.0" 6665source = "registry+https://github.com/rust-lang/crates.io-index" 6666checksum = "12722224ffbe346c7fec3275c699e508fd0d4710e629e933d5736ec524a1f44e" 6667dependencies = [ 6668 "downcast-rs", 6669 "fastdivide", 6670 "itertools 0.12.1", 6671 "serde", 6672 "tantivy-bitpacker", 6673 "tantivy-common", 6674 "tantivy-sstable", 6675 "tantivy-stacker", 6676] 6677 6678[[package]] 6679name = "tantivy-common" 6680version = "0.7.0" 6681source = "registry+https://github.com/rust-lang/crates.io-index" 6682checksum = "8019e3cabcfd20a1380b491e13ff42f57bb38bf97c3d5fa5c07e50816e0621f4" 6683dependencies = [ 6684 "async-trait", 6685 "byteorder", 6686 "ownedbytes", 6687 "serde", 6688 "time", 6689] 6690 6691[[package]] 6692name = "tantivy-fst" 6693version = "0.5.0" 6694source = "registry+https://github.com/rust-lang/crates.io-index" 6695checksum = "d60769b80ad7953d8a7b2c70cdfe722bbcdcac6bccc8ac934c40c034d866fc18" 6696dependencies = [ 6697 "byteorder", 6698 "regex-syntax", 6699 "utf8-ranges", 6700] 6701 6702[[package]] 6703name = "tantivy-query-grammar" 6704version = "0.22.0" 6705source = "registry+https://github.com/rust-lang/crates.io-index" 6706checksum = "847434d4af57b32e309f4ab1b4f1707a6c566656264caa427ff4285c4d9d0b82" 6707dependencies = [ 6708 "nom", 6709] 6710 6711[[package]] 6712name = "tantivy-sstable" 6713version = "0.3.0" 6714source = "registry+https://github.com/rust-lang/crates.io-index" 6715checksum = "c69578242e8e9fc989119f522ba5b49a38ac20f576fc778035b96cc94f41f98e" 6716dependencies = [ 6717 "tantivy-bitpacker", 6718 "tantivy-common", 6719 "tantivy-fst", 6720 "zstd", 6721] 6722 6723[[package]] 6724name = "tantivy-stacker" 6725version = "0.3.0" 6726source = "registry+https://github.com/rust-lang/crates.io-index" 6727checksum = "c56d6ff5591fc332739b3ce7035b57995a3ce29a93ffd6012660e0949c956ea8" 6728dependencies = [ 6729 "murmurhash32", 6730 "rand_distr", 6731 "tantivy-common", 6732] 6733 6734[[package]] 6735name = "tantivy-tokenizer-api" 6736version = "0.3.0" 6737source = "registry+https://github.com/rust-lang/crates.io-index" 6738checksum = "2a0dcade25819a89cfe6f17d932c9cedff11989936bf6dd4f336d50392053b04" 6739dependencies = [ 6740 "serde", 6741] 6742 6743[[package]] 6744name = "tap" 6745version = "1.0.1" 6746source = "registry+https://github.com/rust-lang/crates.io-index" 6747checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 6748 6749[[package]] 6750name = "target-features" 6751version = "0.1.6" 6752source = "registry+https://github.com/rust-lang/crates.io-index" 6753checksum = "c1bbb9f3c5c463a01705937a24fdabc5047929ac764b2d5b9cf681c1f5041ed5" 6754 6755[[package]] 6756name = "target-lexicon" 6757version = "0.12.16" 6758source = "registry+https://github.com/rust-lang/crates.io-index" 6759checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 6760 6761[[package]] 6762name = "tempfile" 6763version = "3.13.0" 6764source = "registry+https://github.com/rust-lang/crates.io-index" 6765checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" 6766dependencies = [ 6767 "cfg-if", 6768 "fastrand 2.1.1", 6769 "once_cell", 6770 "rustix 0.38.37", 6771 "windows-sys 0.59.0", 6772] 6773 6774[[package]] 6775name = "termcolor" 6776version = "1.4.1" 6777source = "registry+https://github.com/rust-lang/crates.io-index" 6778checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 6779dependencies = [ 6780 "winapi-util", 6781] 6782 6783[[package]] 6784name = "thiserror" 6785version = "1.0.64" 6786source = "registry+https://github.com/rust-lang/crates.io-index" 6787checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" 6788dependencies = [ 6789 "thiserror-impl", 6790] 6791 6792[[package]] 6793name = "thiserror-impl" 6794version = "1.0.64" 6795source = "registry+https://github.com/rust-lang/crates.io-index" 6796checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" 6797dependencies = [ 6798 "proc-macro2", 6799 "quote", 6800 "syn 2.0.79", 6801] 6802 6803[[package]] 6804name = "time" 6805version = "0.3.36" 6806source = "registry+https://github.com/rust-lang/crates.io-index" 6807checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 6808dependencies = [ 6809 "deranged", 6810 "itoa", 6811 "num-conv", 6812 "powerfmt", 6813 "serde", 6814 "time-core", 6815 "time-macros", 6816] 6817 6818[[package]] 6819name = "time-core" 6820version = "0.1.2" 6821source = "registry+https://github.com/rust-lang/crates.io-index" 6822checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 6823 6824[[package]] 6825name = "time-macros" 6826version = "0.2.18" 6827source = "registry+https://github.com/rust-lang/crates.io-index" 6828checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 6829dependencies = [ 6830 "num-conv", 6831 "time-core", 6832] 6833 6834[[package]] 6835name = "tiny-keccak" 6836version = "2.0.2" 6837source = "registry+https://github.com/rust-lang/crates.io-index" 6838checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 6839dependencies = [ 6840 "crunchy", 6841] 6842 6843[[package]] 6844name = "tinyvec" 6845version = "1.8.0" 6846source = "registry+https://github.com/rust-lang/crates.io-index" 6847checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 6848dependencies = [ 6849 "tinyvec_macros", 6850] 6851 6852[[package]] 6853name = "tinyvec_macros" 6854version = "0.1.1" 6855source = "registry+https://github.com/rust-lang/crates.io-index" 6856checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 6857 6858[[package]] 6859name = "tokenizers" 6860version = "0.19.1" 6861source = "registry+https://github.com/rust-lang/crates.io-index" 6862checksum = "e500fad1dd3af3d626327e6a3fe5050e664a6eaa4708b8ca92f1794aaf73e6fd" 6863dependencies = [ 6864 "aho-corasick", 6865 "derive_builder", 6866 "esaxx-rs", 6867 "getrandom", 6868 "indicatif", 6869 "itertools 0.12.1", 6870 "lazy_static", 6871 "log", 6872 "macro_rules_attribute", 6873 "monostate", 6874 "onig", 6875 "paste", 6876 "rand", 6877 "rayon", 6878 "rayon-cond", 6879 "regex", 6880 "regex-syntax", 6881 "serde", 6882 "serde_json", 6883 "spm_precompiled", 6884 "thiserror", 6885 "unicode-normalization-alignments", 6886 "unicode-segmentation", 6887 "unicode_categories", 6888] 6889 6890[[package]] 6891name = "tokio" 6892version = "1.40.0" 6893source = "registry+https://github.com/rust-lang/crates.io-index" 6894checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" 6895dependencies = [ 6896 "backtrace", 6897 "bytes", 6898 "libc", 6899 "mio", 6900 "pin-project-lite", 6901 "signal-hook-registry", 6902 "socket2 0.5.7", 6903 "tokio-macros", 6904 "windows-sys 0.52.0", 6905] 6906 6907[[package]] 6908name = "tokio-macros" 6909version = "2.4.0" 6910source = "registry+https://github.com/rust-lang/crates.io-index" 6911checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 6912dependencies = [ 6913 "proc-macro2", 6914 "quote", 6915 "syn 2.0.79", 6916] 6917 6918[[package]] 6919name = "tokio-native-tls" 6920version = "0.3.1" 6921source = "registry+https://github.com/rust-lang/crates.io-index" 6922checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 6923dependencies = [ 6924 "native-tls", 6925 "tokio", 6926] 6927 6928[[package]] 6929name = "tokio-rustls" 6930version = "0.24.1" 6931source = "registry+https://github.com/rust-lang/crates.io-index" 6932checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 6933dependencies = [ 6934 "rustls 0.21.12", 6935 "tokio", 6936] 6937 6938[[package]] 6939name = "tokio-rustls" 6940version = "0.26.0" 6941source = "registry+https://github.com/rust-lang/crates.io-index" 6942checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 6943dependencies = [ 6944 "rustls 0.23.14", 6945 "rustls-pki-types", 6946 "tokio", 6947] 6948 6949[[package]] 6950name = "tokio-stream" 6951version = "0.1.16" 6952source = "registry+https://github.com/rust-lang/crates.io-index" 6953checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" 6954dependencies = [ 6955 "futures-core", 6956 "pin-project-lite", 6957 "tokio", 6958] 6959 6960[[package]] 6961name = "tokio-util" 6962version = "0.7.12" 6963source = "registry+https://github.com/rust-lang/crates.io-index" 6964checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" 6965dependencies = [ 6966 "bytes", 6967 "futures-core", 6968 "futures-sink", 6969 "pin-project-lite", 6970 "tokio", 6971] 6972 6973[[package]] 6974name = "toml_datetime" 6975version = "0.6.8" 6976source = "registry+https://github.com/rust-lang/crates.io-index" 6977checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 6978 6979[[package]] 6980name = "toml_edit" 6981version = "0.22.22" 6982source = "registry+https://github.com/rust-lang/crates.io-index" 6983checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" 6984dependencies = [ 6985 "indexmap 2.6.0", 6986 "toml_datetime", 6987 "winnow", 6988] 6989 6990[[package]] 6991name = "tower-service" 6992version = "0.3.3" 6993source = "registry+https://github.com/rust-lang/crates.io-index" 6994checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 6995 6996[[package]] 6997name = "tracing" 6998version = "0.1.40" 6999source = "registry+https://github.com/rust-lang/crates.io-index" 7000checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 7001dependencies = [ 7002 "pin-project-lite", 7003 "tracing-attributes", 7004 "tracing-core", 7005] 7006 7007[[package]] 7008name = "tracing-attributes" 7009version = "0.1.27" 7010source = "registry+https://github.com/rust-lang/crates.io-index" 7011checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 7012dependencies = [ 7013 "proc-macro2", 7014 "quote", 7015 "syn 2.0.79", 7016] 7017 7018[[package]] 7019name = "tracing-core" 7020version = "0.1.32" 7021source = "registry+https://github.com/rust-lang/crates.io-index" 7022checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 7023dependencies = [ 7024 "once_cell", 7025] 7026 7027[[package]] 7028name = "triomphe" 7029version = "0.1.14" 7030source = "registry+https://github.com/rust-lang/crates.io-index" 7031checksum = "ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85" 7032 7033[[package]] 7034name = "try-lock" 7035version = "0.2.5" 7036source = "registry+https://github.com/rust-lang/crates.io-index" 7037checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 7038 7039[[package]] 7040name = "twox-hash" 7041version = "1.6.3" 7042source = "registry+https://github.com/rust-lang/crates.io-index" 7043checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" 7044dependencies = [ 7045 "cfg-if", 7046 "static_assertions", 7047] 7048 7049[[package]] 7050name = "typenum" 7051version = "1.17.0" 7052source = "registry+https://github.com/rust-lang/crates.io-index" 7053checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 7054 7055[[package]] 7056name = "unicase" 7057version = "2.7.0" 7058source = "registry+https://github.com/rust-lang/crates.io-index" 7059checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 7060dependencies = [ 7061 "version_check", 7062] 7063 7064[[package]] 7065name = "unicode-bidi" 7066version = "0.3.17" 7067source = "registry+https://github.com/rust-lang/crates.io-index" 7068checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893" 7069 7070[[package]] 7071name = "unicode-ident" 7072version = "1.0.13" 7073source = "registry+https://github.com/rust-lang/crates.io-index" 7074checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" 7075 7076[[package]] 7077name = "unicode-normalization" 7078version = "0.1.24" 7079source = "registry+https://github.com/rust-lang/crates.io-index" 7080checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 7081dependencies = [ 7082 "tinyvec", 7083] 7084 7085[[package]] 7086name = "unicode-normalization-alignments" 7087version = "0.1.12" 7088source = "registry+https://github.com/rust-lang/crates.io-index" 7089checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de" 7090dependencies = [ 7091 "smallvec", 7092] 7093 7094[[package]] 7095name = "unicode-reverse" 7096version = "1.0.9" 7097source = "registry+https://github.com/rust-lang/crates.io-index" 7098checksum = "4b6f4888ebc23094adfb574fdca9fdc891826287a6397d2cd28802ffd6f20c76" 7099dependencies = [ 7100 "unicode-segmentation", 7101] 7102 7103[[package]] 7104name = "unicode-segmentation" 7105version = "1.12.0" 7106source = "registry+https://github.com/rust-lang/crates.io-index" 7107checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 7108 7109[[package]] 7110name = "unicode-width" 7111version = "0.1.14" 7112source = "registry+https://github.com/rust-lang/crates.io-index" 7113checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 7114 7115[[package]] 7116name = "unicode_categories" 7117version = "0.1.1" 7118source = "registry+https://github.com/rust-lang/crates.io-index" 7119checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" 7120 7121[[package]] 7122name = "unindent" 7123version = "0.2.3" 7124source = "registry+https://github.com/rust-lang/crates.io-index" 7125checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" 7126 7127[[package]] 7128name = "untrusted" 7129version = "0.9.0" 7130source = "registry+https://github.com/rust-lang/crates.io-index" 7131checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 7132 7133[[package]] 7134name = "ureq" 7135version = "2.10.1" 7136source = "registry+https://github.com/rust-lang/crates.io-index" 7137checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a" 7138dependencies = [ 7139 "base64 0.22.1", 7140 "flate2", 7141 "log", 7142 "native-tls", 7143 "once_cell", 7144 "rustls 0.23.14", 7145 "rustls-pki-types", 7146 "serde", 7147 "serde_json", 7148 "url", 7149 "webpki-roots", 7150] 7151 7152[[package]] 7153name = "url" 7154version = "2.5.2" 7155source = "registry+https://github.com/rust-lang/crates.io-index" 7156checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 7157dependencies = [ 7158 "form_urlencoded", 7159 "idna", 7160 "percent-encoding", 7161] 7162 7163[[package]] 7164name = "urlencoding" 7165version = "2.1.3" 7166source = "registry+https://github.com/rust-lang/crates.io-index" 7167checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 7168 7169[[package]] 7170name = "utf8-ranges" 7171version = "1.0.5" 7172source = "registry+https://github.com/rust-lang/crates.io-index" 7173checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba" 7174 7175[[package]] 7176name = "utf8parse" 7177version = "0.2.2" 7178source = "registry+https://github.com/rust-lang/crates.io-index" 7179checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 7180 7181[[package]] 7182name = "uuid" 7183version = "1.10.0" 7184source = "registry+https://github.com/rust-lang/crates.io-index" 7185checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" 7186dependencies = [ 7187 "getrandom", 7188 "serde", 7189] 7190 7191[[package]] 7192name = "vcpkg" 7193version = "0.2.15" 7194source = "registry+https://github.com/rust-lang/crates.io-index" 7195checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 7196 7197[[package]] 7198name = "version_check" 7199version = "0.9.5" 7200source = "registry+https://github.com/rust-lang/crates.io-index" 7201checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 7202 7203[[package]] 7204name = "vsimd" 7205version = "0.8.0" 7206source = "registry+https://github.com/rust-lang/crates.io-index" 7207checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 7208 7209[[package]] 7210name = "waker-fn" 7211version = "1.2.0" 7212source = "registry+https://github.com/rust-lang/crates.io-index" 7213checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" 7214 7215[[package]] 7216name = "walkdir" 7217version = "2.5.0" 7218source = "registry+https://github.com/rust-lang/crates.io-index" 7219checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 7220dependencies = [ 7221 "same-file", 7222 "winapi-util", 7223] 7224 7225[[package]] 7226name = "want" 7227version = "0.3.1" 7228source = "registry+https://github.com/rust-lang/crates.io-index" 7229checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 7230dependencies = [ 7231 "try-lock", 7232] 7233 7234[[package]] 7235name = "wasi" 7236version = "0.11.0+wasi-snapshot-preview1" 7237source = "registry+https://github.com/rust-lang/crates.io-index" 7238checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 7239 7240[[package]] 7241name = "wasm-bindgen" 7242version = "0.2.94" 7243source = "registry+https://github.com/rust-lang/crates.io-index" 7244checksum = "ef073ced962d62984fb38a36e5fdc1a2b23c9e0e1fa0689bb97afa4202ef6887" 7245dependencies = [ 7246 "cfg-if", 7247 "once_cell", 7248 "wasm-bindgen-macro", 7249] 7250 7251[[package]] 7252name = "wasm-bindgen-backend" 7253version = "0.2.94" 7254source = "registry+https://github.com/rust-lang/crates.io-index" 7255checksum = "c4bfab14ef75323f4eb75fa52ee0a3fb59611977fd3240da19b2cf36ff85030e" 7256dependencies = [ 7257 "bumpalo", 7258 "log", 7259 "once_cell", 7260 "proc-macro2", 7261 "quote", 7262 "syn 2.0.79", 7263 "wasm-bindgen-shared", 7264] 7265 7266[[package]] 7267name = "wasm-bindgen-futures" 7268version = "0.4.44" 7269source = "registry+https://github.com/rust-lang/crates.io-index" 7270checksum = "65471f79c1022ffa5291d33520cbbb53b7687b01c2f8e83b57d102eed7ed479d" 7271dependencies = [ 7272 "cfg-if", 7273 "js-sys", 7274 "wasm-bindgen", 7275 "web-sys", 7276] 7277 7278[[package]] 7279name = "wasm-bindgen-macro" 7280version = "0.2.94" 7281source = "registry+https://github.com/rust-lang/crates.io-index" 7282checksum = "a7bec9830f60924d9ceb3ef99d55c155be8afa76954edffbb5936ff4509474e7" 7283dependencies = [ 7284 "quote", 7285 "wasm-bindgen-macro-support", 7286] 7287 7288[[package]] 7289name = "wasm-bindgen-macro-support" 7290version = "0.2.94" 7291source = "registry+https://github.com/rust-lang/crates.io-index" 7292checksum = "4c74f6e152a76a2ad448e223b0fc0b6b5747649c3d769cc6bf45737bf97d0ed6" 7293dependencies = [ 7294 "proc-macro2", 7295 "quote", 7296 "syn 2.0.79", 7297 "wasm-bindgen-backend", 7298 "wasm-bindgen-shared", 7299] 7300 7301[[package]] 7302name = "wasm-bindgen-shared" 7303version = "0.2.94" 7304source = "registry+https://github.com/rust-lang/crates.io-index" 7305checksum = "a42f6c679374623f295a8623adfe63d9284091245c3504bde47c17a3ce2777d9" 7306 7307[[package]] 7308name = "wasm-streams" 7309version = "0.4.1" 7310source = "registry+https://github.com/rust-lang/crates.io-index" 7311checksum = "4e072d4e72f700fb3443d8fe94a39315df013eef1104903cdb0a2abd322bbecd" 7312dependencies = [ 7313 "futures-util", 7314 "js-sys", 7315 "wasm-bindgen", 7316 "wasm-bindgen-futures", 7317 "web-sys", 7318] 7319 7320[[package]] 7321name = "web-sys" 7322version = "0.3.71" 7323source = "registry+https://github.com/rust-lang/crates.io-index" 7324checksum = "44188d185b5bdcae1052d08bcbcf9091a5524038d4572cc4f4f2bb9d5554ddd9" 7325dependencies = [ 7326 "js-sys", 7327 "wasm-bindgen", 7328] 7329 7330[[package]] 7331name = "webpki-roots" 7332version = "0.26.6" 7333source = "registry+https://github.com/rust-lang/crates.io-index" 7334checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" 7335dependencies = [ 7336 "rustls-pki-types", 7337] 7338 7339[[package]] 7340name = "winapi" 7341version = "0.3.9" 7342source = "registry+https://github.com/rust-lang/crates.io-index" 7343checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 7344dependencies = [ 7345 "winapi-i686-pc-windows-gnu", 7346 "winapi-x86_64-pc-windows-gnu", 7347] 7348 7349[[package]] 7350name = "winapi-i686-pc-windows-gnu" 7351version = "0.4.0" 7352source = "registry+https://github.com/rust-lang/crates.io-index" 7353checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 7354 7355[[package]] 7356name = "winapi-util" 7357version = "0.1.9" 7358source = "registry+https://github.com/rust-lang/crates.io-index" 7359checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 7360dependencies = [ 7361 "windows-sys 0.59.0", 7362] 7363 7364[[package]] 7365name = "winapi-x86_64-pc-windows-gnu" 7366version = "0.4.0" 7367source = "registry+https://github.com/rust-lang/crates.io-index" 7368checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 7369 7370[[package]] 7371name = "windows" 7372version = "0.52.0" 7373source = "registry+https://github.com/rust-lang/crates.io-index" 7374checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 7375dependencies = [ 7376 "windows-core", 7377 "windows-targets 0.52.6", 7378] 7379 7380[[package]] 7381name = "windows-core" 7382version = "0.52.0" 7383source = "registry+https://github.com/rust-lang/crates.io-index" 7384checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 7385dependencies = [ 7386 "windows-targets 0.52.6", 7387] 7388 7389[[package]] 7390name = "windows-registry" 7391version = "0.2.0" 7392source = "registry+https://github.com/rust-lang/crates.io-index" 7393checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" 7394dependencies = [ 7395 "windows-result", 7396 "windows-strings", 7397 "windows-targets 0.52.6", 7398] 7399 7400[[package]] 7401name = "windows-result" 7402version = "0.2.0" 7403source = "registry+https://github.com/rust-lang/crates.io-index" 7404checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 7405dependencies = [ 7406 "windows-targets 0.52.6", 7407] 7408 7409[[package]] 7410name = "windows-strings" 7411version = "0.1.0" 7412source = "registry+https://github.com/rust-lang/crates.io-index" 7413checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 7414dependencies = [ 7415 "windows-result", 7416 "windows-targets 0.52.6", 7417] 7418 7419[[package]] 7420name = "windows-sys" 7421version = "0.45.0" 7422source = "registry+https://github.com/rust-lang/crates.io-index" 7423checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 7424dependencies = [ 7425 "windows-targets 0.42.2", 7426] 7427 7428[[package]] 7429name = "windows-sys" 7430version = "0.48.0" 7431source = "registry+https://github.com/rust-lang/crates.io-index" 7432checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 7433dependencies = [ 7434 "windows-targets 0.48.5", 7435] 7436 7437[[package]] 7438name = "windows-sys" 7439version = "0.52.0" 7440source = "registry+https://github.com/rust-lang/crates.io-index" 7441checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 7442dependencies = [ 7443 "windows-targets 0.52.6", 7444] 7445 7446[[package]] 7447name = "windows-sys" 7448version = "0.59.0" 7449source = "registry+https://github.com/rust-lang/crates.io-index" 7450checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 7451dependencies = [ 7452 "windows-targets 0.52.6", 7453] 7454 7455[[package]] 7456name = "windows-targets" 7457version = "0.42.2" 7458source = "registry+https://github.com/rust-lang/crates.io-index" 7459checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 7460dependencies = [ 7461 "windows_aarch64_gnullvm 0.42.2", 7462 "windows_aarch64_msvc 0.42.2", 7463 "windows_i686_gnu 0.42.2", 7464 "windows_i686_msvc 0.42.2", 7465 "windows_x86_64_gnu 0.42.2", 7466 "windows_x86_64_gnullvm 0.42.2", 7467 "windows_x86_64_msvc 0.42.2", 7468] 7469 7470[[package]] 7471name = "windows-targets" 7472version = "0.48.5" 7473source = "registry+https://github.com/rust-lang/crates.io-index" 7474checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 7475dependencies = [ 7476 "windows_aarch64_gnullvm 0.48.5", 7477 "windows_aarch64_msvc 0.48.5", 7478 "windows_i686_gnu 0.48.5", 7479 "windows_i686_msvc 0.48.5", 7480 "windows_x86_64_gnu 0.48.5", 7481 "windows_x86_64_gnullvm 0.48.5", 7482 "windows_x86_64_msvc 0.48.5", 7483] 7484 7485[[package]] 7486name = "windows-targets" 7487version = "0.52.6" 7488source = "registry+https://github.com/rust-lang/crates.io-index" 7489checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 7490dependencies = [ 7491 "windows_aarch64_gnullvm 0.52.6", 7492 "windows_aarch64_msvc 0.52.6", 7493 "windows_i686_gnu 0.52.6", 7494 "windows_i686_gnullvm", 7495 "windows_i686_msvc 0.52.6", 7496 "windows_x86_64_gnu 0.52.6", 7497 "windows_x86_64_gnullvm 0.52.6", 7498 "windows_x86_64_msvc 0.52.6", 7499] 7500 7501[[package]] 7502name = "windows_aarch64_gnullvm" 7503version = "0.42.2" 7504source = "registry+https://github.com/rust-lang/crates.io-index" 7505checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 7506 7507[[package]] 7508name = "windows_aarch64_gnullvm" 7509version = "0.48.5" 7510source = "registry+https://github.com/rust-lang/crates.io-index" 7511checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 7512 7513[[package]] 7514name = "windows_aarch64_gnullvm" 7515version = "0.52.6" 7516source = "registry+https://github.com/rust-lang/crates.io-index" 7517checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 7518 7519[[package]] 7520name = "windows_aarch64_msvc" 7521version = "0.42.2" 7522source = "registry+https://github.com/rust-lang/crates.io-index" 7523checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 7524 7525[[package]] 7526name = "windows_aarch64_msvc" 7527version = "0.48.5" 7528source = "registry+https://github.com/rust-lang/crates.io-index" 7529checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 7530 7531[[package]] 7532name = "windows_aarch64_msvc" 7533version = "0.52.6" 7534source = "registry+https://github.com/rust-lang/crates.io-index" 7535checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 7536 7537[[package]] 7538name = "windows_i686_gnu" 7539version = "0.42.2" 7540source = "registry+https://github.com/rust-lang/crates.io-index" 7541checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 7542 7543[[package]] 7544name = "windows_i686_gnu" 7545version = "0.48.5" 7546source = "registry+https://github.com/rust-lang/crates.io-index" 7547checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 7548 7549[[package]] 7550name = "windows_i686_gnu" 7551version = "0.52.6" 7552source = "registry+https://github.com/rust-lang/crates.io-index" 7553checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 7554 7555[[package]] 7556name = "windows_i686_gnullvm" 7557version = "0.52.6" 7558source = "registry+https://github.com/rust-lang/crates.io-index" 7559checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 7560 7561[[package]] 7562name = "windows_i686_msvc" 7563version = "0.42.2" 7564source = "registry+https://github.com/rust-lang/crates.io-index" 7565checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 7566 7567[[package]] 7568name = "windows_i686_msvc" 7569version = "0.48.5" 7570source = "registry+https://github.com/rust-lang/crates.io-index" 7571checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 7572 7573[[package]] 7574name = "windows_i686_msvc" 7575version = "0.52.6" 7576source = "registry+https://github.com/rust-lang/crates.io-index" 7577checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 7578 7579[[package]] 7580name = "windows_x86_64_gnu" 7581version = "0.42.2" 7582source = "registry+https://github.com/rust-lang/crates.io-index" 7583checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 7584 7585[[package]] 7586name = "windows_x86_64_gnu" 7587version = "0.48.5" 7588source = "registry+https://github.com/rust-lang/crates.io-index" 7589checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 7590 7591[[package]] 7592name = "windows_x86_64_gnu" 7593version = "0.52.6" 7594source = "registry+https://github.com/rust-lang/crates.io-index" 7595checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 7596 7597[[package]] 7598name = "windows_x86_64_gnullvm" 7599version = "0.42.2" 7600source = "registry+https://github.com/rust-lang/crates.io-index" 7601checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 7602 7603[[package]] 7604name = "windows_x86_64_gnullvm" 7605version = "0.48.5" 7606source = "registry+https://github.com/rust-lang/crates.io-index" 7607checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 7608 7609[[package]] 7610name = "windows_x86_64_gnullvm" 7611version = "0.52.6" 7612source = "registry+https://github.com/rust-lang/crates.io-index" 7613checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 7614 7615[[package]] 7616name = "windows_x86_64_msvc" 7617version = "0.42.2" 7618source = "registry+https://github.com/rust-lang/crates.io-index" 7619checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 7620 7621[[package]] 7622name = "windows_x86_64_msvc" 7623version = "0.48.5" 7624source = "registry+https://github.com/rust-lang/crates.io-index" 7625checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 7626 7627[[package]] 7628name = "windows_x86_64_msvc" 7629version = "0.52.6" 7630source = "registry+https://github.com/rust-lang/crates.io-index" 7631checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 7632 7633[[package]] 7634name = "winnow" 7635version = "0.6.20" 7636source = "registry+https://github.com/rust-lang/crates.io-index" 7637checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" 7638dependencies = [ 7639 "memchr", 7640] 7641 7642[[package]] 7643name = "wyz" 7644version = "0.5.1" 7645source = "registry+https://github.com/rust-lang/crates.io-index" 7646checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 7647dependencies = [ 7648 "tap", 7649] 7650 7651[[package]] 7652name = "xmlparser" 7653version = "0.13.6" 7654source = "registry+https://github.com/rust-lang/crates.io-index" 7655checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" 7656 7657[[package]] 7658name = "xxhash-rust" 7659version = "0.8.12" 7660source = "registry+https://github.com/rust-lang/crates.io-index" 7661checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984" 7662 7663[[package]] 7664name = "yoke" 7665version = "0.7.4" 7666source = "registry+https://github.com/rust-lang/crates.io-index" 7667checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" 7668dependencies = [ 7669 "serde", 7670 "stable_deref_trait", 7671 "yoke-derive", 7672 "zerofrom", 7673] 7674 7675[[package]] 7676name = "yoke-derive" 7677version = "0.7.4" 7678source = "registry+https://github.com/rust-lang/crates.io-index" 7679checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" 7680dependencies = [ 7681 "proc-macro2", 7682 "quote", 7683 "syn 2.0.79", 7684 "synstructure", 7685] 7686 7687[[package]] 7688name = "zerocopy" 7689version = "0.7.35" 7690source = "registry+https://github.com/rust-lang/crates.io-index" 7691checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 7692dependencies = [ 7693 "byteorder", 7694 "zerocopy-derive", 7695] 7696 7697[[package]] 7698name = "zerocopy-derive" 7699version = "0.7.35" 7700source = "registry+https://github.com/rust-lang/crates.io-index" 7701checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 7702dependencies = [ 7703 "proc-macro2", 7704 "quote", 7705 "syn 2.0.79", 7706] 7707 7708[[package]] 7709name = "zerofrom" 7710version = "0.1.4" 7711source = "registry+https://github.com/rust-lang/crates.io-index" 7712checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" 7713dependencies = [ 7714 "zerofrom-derive", 7715] 7716 7717[[package]] 7718name = "zerofrom-derive" 7719version = "0.1.4" 7720source = "registry+https://github.com/rust-lang/crates.io-index" 7721checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" 7722dependencies = [ 7723 "proc-macro2", 7724 "quote", 7725 "syn 2.0.79", 7726 "synstructure", 7727] 7728 7729[[package]] 7730name = "zeroize" 7731version = "1.8.1" 7732source = "registry+https://github.com/rust-lang/crates.io-index" 7733checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 7734 7735[[package]] 7736name = "zip" 7737version = "1.1.4" 7738source = "registry+https://github.com/rust-lang/crates.io-index" 7739checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164" 7740dependencies = [ 7741 "arbitrary", 7742 "crc32fast", 7743 "crossbeam-utils", 7744 "displaydoc", 7745 "indexmap 2.6.0", 7746 "num_enum", 7747 "thiserror", 7748] 7749 7750[[package]] 7751name = "zstd" 7752version = "0.13.2" 7753source = "registry+https://github.com/rust-lang/crates.io-index" 7754checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" 7755dependencies = [ 7756 "zstd-safe", 7757] 7758 7759[[package]] 7760name = "zstd-safe" 7761version = "7.2.1" 7762source = "registry+https://github.com/rust-lang/crates.io-index" 7763checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059" 7764dependencies = [ 7765 "zstd-sys", 7766] 7767 7768[[package]] 7769name = "zstd-sys" 7770version = "2.0.13+zstd.1.5.6" 7771source = "registry+https://github.com/rust-lang/crates.io-index" 7772checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" 7773dependencies = [ 7774 "cc", 7775 "pkg-config", 7776]