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.21.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler" 16version = "1.0.2" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 20[[package]] 21name = "adler32" 22version = "1.2.0" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" 25 26[[package]] 27name = "ahash" 28version = "0.8.11" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 31dependencies = [ 32 "cfg-if", 33 "const-random", 34 "getrandom", 35 "once_cell", 36 "version_check", 37 "zerocopy", 38] 39 40[[package]] 41name = "aho-corasick" 42version = "1.1.2" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 45dependencies = [ 46 "memchr", 47] 48 49[[package]] 50name = "alloc-no-stdlib" 51version = "2.0.4" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 54 55[[package]] 56name = "alloc-stdlib" 57version = "0.2.2" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 60dependencies = [ 61 "alloc-no-stdlib", 62] 63 64[[package]] 65name = "allocator-api2" 66version = "0.2.16" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" 69 70[[package]] 71name = "android-tzdata" 72version = "0.1.1" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 75 76[[package]] 77name = "android_system_properties" 78version = "0.1.5" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 81dependencies = [ 82 "libc", 83] 84 85[[package]] 86name = "anes" 87version = "0.1.6" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 90 91[[package]] 92name = "anstyle" 93version = "1.0.6" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" 96 97[[package]] 98name = "anyhow" 99version = "1.0.80" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" 102 103[[package]] 104name = "apache-avro" 105version = "0.16.0" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "ceb7c683b2f8f40970b70e39ff8be514c95b96fcb9c4af87e1ed2cb2e10801a0" 108dependencies = [ 109 "crc32fast", 110 "digest", 111 "lazy_static", 112 "libflate 2.0.0", 113 "log", 114 "num-bigint", 115 "quad-rand", 116 "rand", 117 "regex-lite", 118 "serde", 119 "serde_json", 120 "snap", 121 "strum", 122 "strum_macros", 123 "thiserror", 124 "typed-builder", 125 "uuid", 126] 127 128[[package]] 129name = "argminmax" 130version = "0.6.2" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "52424b59d69d69d5056d508b260553afd91c57e21849579cd1f50ee8b8b88eaa" 133dependencies = [ 134 "num-traits", 135] 136 137[[package]] 138name = "array-init-cursor" 139version = "0.2.0" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "bf7d0a018de4f6aa429b9d33d69edf69072b1c5b1cb8d3e4a5f7ef898fc3eb76" 142 143[[package]] 144name = "arrow-array" 145version = "50.0.0" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "d390feeb7f21b78ec997a4081a025baef1e2e0d6069e181939b61864c9779609" 148dependencies = [ 149 "ahash", 150 "arrow-buffer", 151 "arrow-data", 152 "arrow-schema", 153 "chrono", 154 "half", 155 "hashbrown 0.14.3", 156 "num", 157] 158 159[[package]] 160name = "arrow-buffer" 161version = "50.0.0" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "69615b061701bcdffbc62756bc7e85c827d5290b472b580c972ebbbf690f5aa4" 164dependencies = [ 165 "bytes", 166 "half", 167 "num", 168] 169 170[[package]] 171name = "arrow-data" 172version = "50.0.0" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "67d644b91a162f3ad3135ce1184d0a31c28b816a581e08f29e8e9277a574c64e" 175dependencies = [ 176 "arrow-buffer", 177 "arrow-schema", 178 "half", 179 "num", 180] 181 182[[package]] 183name = "arrow-schema" 184version = "50.0.0" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "0ff3e9c01f7cd169379d269f926892d0e622a704960350d09d331be3ec9e0029" 187 188[[package]] 189name = "arrow2" 190version = "0.17.4" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "59c468daea140b747d781a1da9f7db5f0a8e6636d4af20cc539e43d05b0604fa" 193dependencies = [ 194 "ahash", 195 "bytemuck", 196 "chrono", 197 "dyn-clone", 198 "either", 199 "ethnum", 200 "foreign_vec", 201 "getrandom", 202 "hash_hasher", 203 "num-traits", 204 "rustc_version", 205 "simdutf8", 206] 207 208[[package]] 209name = "async-stream" 210version = "0.3.5" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" 213dependencies = [ 214 "async-stream-impl", 215 "futures-core", 216 "pin-project-lite", 217] 218 219[[package]] 220name = "async-stream-impl" 221version = "0.3.5" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" 224dependencies = [ 225 "proc-macro2", 226 "quote", 227 "syn 2.0.52", 228] 229 230[[package]] 231name = "async-trait" 232version = "0.1.77" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" 235dependencies = [ 236 "proc-macro2", 237 "quote", 238 "syn 2.0.52", 239] 240 241[[package]] 242name = "atoi" 243version = "2.0.0" 244source = "registry+https://github.com/rust-lang/crates.io-index" 245checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 246dependencies = [ 247 "num-traits", 248] 249 250[[package]] 251name = "atoi_simd" 252version = "0.15.6" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "9ae037714f313c1353189ead58ef9eec30a8e8dc101b2622d461418fd59e28a9" 255 256[[package]] 257name = "autocfg" 258version = "1.1.0" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 261 262[[package]] 263name = "avro-schema" 264version = "0.3.0" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "b5281855b39aba9684d2f47bf96983fbfd8f1725f12fabb0513a8ab879647bbd" 267dependencies = [ 268 "async-stream", 269 "crc", 270 "fallible-streaming-iterator", 271 "futures", 272 "libflate 1.4.0", 273 "serde", 274 "serde_json", 275 "snap", 276] 277 278[[package]] 279name = "aws-config" 280version = "1.1.7" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "0b96342ea8948ab9bef3e6234ea97fc32e2d8a88d8fb6a084e52267317f94b6b" 283dependencies = [ 284 "aws-credential-types", 285 "aws-runtime", 286 "aws-sdk-sso", 287 "aws-sdk-ssooidc", 288 "aws-sdk-sts", 289 "aws-smithy-async", 290 "aws-smithy-http", 291 "aws-smithy-json", 292 "aws-smithy-runtime", 293 "aws-smithy-runtime-api", 294 "aws-smithy-types", 295 "aws-types", 296 "bytes", 297 "fastrand", 298 "hex", 299 "http 0.2.12", 300 "hyper", 301 "ring", 302 "time", 303 "tokio", 304 "tracing", 305 "zeroize", 306] 307 308[[package]] 309name = "aws-credential-types" 310version = "1.1.7" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "273fa47dafc9ef14c2c074ddddbea4561ff01b7f68d5091c0e9737ced605c01d" 313dependencies = [ 314 "aws-smithy-async", 315 "aws-smithy-runtime-api", 316 "aws-smithy-types", 317 "zeroize", 318] 319 320[[package]] 321name = "aws-runtime" 322version = "1.1.7" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "6e38bab716c8bf07da24be07ecc02e0f5656ce8f30a891322ecdcb202f943b85" 325dependencies = [ 326 "aws-credential-types", 327 "aws-sigv4", 328 "aws-smithy-async", 329 "aws-smithy-eventstream", 330 "aws-smithy-http", 331 "aws-smithy-runtime-api", 332 "aws-smithy-types", 333 "aws-types", 334 "bytes", 335 "fastrand", 336 "http 0.2.12", 337 "http-body", 338 "percent-encoding", 339 "pin-project-lite", 340 "tracing", 341 "uuid", 342] 343 344[[package]] 345name = "aws-sdk-s3" 346version = "1.17.0" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "93d35d39379445970fc3e4ddf7559fff2c32935ce0b279f9cb27080d6b7c6d94" 349dependencies = [ 350 "aws-credential-types", 351 "aws-runtime", 352 "aws-sigv4", 353 "aws-smithy-async", 354 "aws-smithy-checksums", 355 "aws-smithy-eventstream", 356 "aws-smithy-http", 357 "aws-smithy-json", 358 "aws-smithy-runtime", 359 "aws-smithy-runtime-api", 360 "aws-smithy-types", 361 "aws-smithy-xml", 362 "aws-types", 363 "bytes", 364 "http 0.2.12", 365 "http-body", 366 "once_cell", 367 "percent-encoding", 368 "regex-lite", 369 "tracing", 370 "url", 371] 372 373[[package]] 374name = "aws-sdk-sso" 375version = "1.15.0" 376source = "registry+https://github.com/rust-lang/crates.io-index" 377checksum = "d84bd3925a17c9adbf6ec65d52104a44a09629d8f70290542beeee69a95aee7f" 378dependencies = [ 379 "aws-credential-types", 380 "aws-runtime", 381 "aws-smithy-async", 382 "aws-smithy-http", 383 "aws-smithy-json", 384 "aws-smithy-runtime", 385 "aws-smithy-runtime-api", 386 "aws-smithy-types", 387 "aws-types", 388 "bytes", 389 "http 0.2.12", 390 "once_cell", 391 "regex-lite", 392 "tracing", 393] 394 395[[package]] 396name = "aws-sdk-ssooidc" 397version = "1.15.0" 398source = "registry+https://github.com/rust-lang/crates.io-index" 399checksum = "2c2dae39e997f58bc4d6292e6244b26ba630c01ab671b6f9f44309de3eb80ab8" 400dependencies = [ 401 "aws-credential-types", 402 "aws-runtime", 403 "aws-smithy-async", 404 "aws-smithy-http", 405 "aws-smithy-json", 406 "aws-smithy-runtime", 407 "aws-smithy-runtime-api", 408 "aws-smithy-types", 409 "aws-types", 410 "bytes", 411 "http 0.2.12", 412 "once_cell", 413 "regex-lite", 414 "tracing", 415] 416 417[[package]] 418name = "aws-sdk-sts" 419version = "1.15.0" 420source = "registry+https://github.com/rust-lang/crates.io-index" 421checksum = "17fd9a53869fee17cea77e352084e1aa71e2c5e323d974c13a9c2bcfd9544c7f" 422dependencies = [ 423 "aws-credential-types", 424 "aws-runtime", 425 "aws-smithy-async", 426 "aws-smithy-http", 427 "aws-smithy-json", 428 "aws-smithy-query", 429 "aws-smithy-runtime", 430 "aws-smithy-runtime-api", 431 "aws-smithy-types", 432 "aws-smithy-xml", 433 "aws-types", 434 "http 0.2.12", 435 "once_cell", 436 "regex-lite", 437 "tracing", 438] 439 440[[package]] 441name = "aws-sigv4" 442version = "1.1.7" 443source = "registry+https://github.com/rust-lang/crates.io-index" 444checksum = "8ada00a4645d7d89f296fe0ddbc3fe3554f03035937c849a05d37ddffc1f29a1" 445dependencies = [ 446 "aws-credential-types", 447 "aws-smithy-eventstream", 448 "aws-smithy-http", 449 "aws-smithy-runtime-api", 450 "aws-smithy-types", 451 "bytes", 452 "crypto-bigint 0.5.5", 453 "form_urlencoded", 454 "hex", 455 "hmac", 456 "http 0.2.12", 457 "http 1.1.0", 458 "once_cell", 459 "p256", 460 "percent-encoding", 461 "ring", 462 "sha2", 463 "subtle", 464 "time", 465 "tracing", 466 "zeroize", 467] 468 469[[package]] 470name = "aws-smithy-async" 471version = "1.1.7" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "fcf7f09a27286d84315dfb9346208abb3b0973a692454ae6d0bc8d803fcce3b4" 474dependencies = [ 475 "futures-util", 476 "pin-project-lite", 477 "tokio", 478] 479 480[[package]] 481name = "aws-smithy-checksums" 482version = "0.60.6" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "0fd4b66f2a8e7c84d7e97bda2666273d41d2a2e25302605bcf906b7b2661ae5e" 485dependencies = [ 486 "aws-smithy-http", 487 "aws-smithy-types", 488 "bytes", 489 "crc32c", 490 "crc32fast", 491 "hex", 492 "http 0.2.12", 493 "http-body", 494 "md-5", 495 "pin-project-lite", 496 "sha1", 497 "sha2", 498 "tracing", 499] 500 501[[package]] 502name = "aws-smithy-eventstream" 503version = "0.60.4" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858" 506dependencies = [ 507 "aws-smithy-types", 508 "bytes", 509 "crc32fast", 510] 511 512[[package]] 513name = "aws-smithy-http" 514version = "0.60.6" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "b6ca214a6a26f1b7ebd63aa8d4f5e2194095643023f9608edf99a58247b9d80d" 517dependencies = [ 518 "aws-smithy-eventstream", 519 "aws-smithy-runtime-api", 520 "aws-smithy-types", 521 "bytes", 522 "bytes-utils", 523 "futures-core", 524 "http 0.2.12", 525 "http-body", 526 "once_cell", 527 "percent-encoding", 528 "pin-project-lite", 529 "pin-utils", 530 "tracing", 531] 532 533[[package]] 534name = "aws-smithy-json" 535version = "0.60.6" 536source = "registry+https://github.com/rust-lang/crates.io-index" 537checksum = "1af80ecf3057fb25fe38d1687e94c4601a7817c6a1e87c1b0635f7ecb644ace5" 538dependencies = [ 539 "aws-smithy-types", 540] 541 542[[package]] 543name = "aws-smithy-query" 544version = "0.60.6" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "eb27084f72ea5fc20033efe180618677ff4a2f474b53d84695cfe310a6526cbc" 547dependencies = [ 548 "aws-smithy-types", 549 "urlencoding", 550] 551 552[[package]] 553name = "aws-smithy-runtime" 554version = "1.1.7" 555source = "registry+https://github.com/rust-lang/crates.io-index" 556checksum = "fbb5fca54a532a36ff927fbd7407a7c8eb9c3b4faf72792ba2965ea2cad8ed55" 557dependencies = [ 558 "aws-smithy-async", 559 "aws-smithy-http", 560 "aws-smithy-runtime-api", 561 "aws-smithy-types", 562 "bytes", 563 "fastrand", 564 "h2", 565 "http 0.2.12", 566 "http-body", 567 "hyper", 568 "hyper-rustls", 569 "once_cell", 570 "pin-project-lite", 571 "pin-utils", 572 "rustls", 573 "tokio", 574 "tracing", 575] 576 577[[package]] 578name = "aws-smithy-runtime-api" 579version = "1.1.7" 580source = "registry+https://github.com/rust-lang/crates.io-index" 581checksum = "22389cb6f7cac64f266fb9f137745a9349ced7b47e0d2ba503e9e40ede4f7060" 582dependencies = [ 583 "aws-smithy-async", 584 "aws-smithy-types", 585 "bytes", 586 "http 0.2.12", 587 "http 1.1.0", 588 "pin-project-lite", 589 "tokio", 590 "tracing", 591 "zeroize", 592] 593 594[[package]] 595name = "aws-smithy-types" 596version = "1.1.7" 597source = "registry+https://github.com/rust-lang/crates.io-index" 598checksum = "f081da5481210523d44ffd83d9f0740320050054006c719eae0232d411f024d3" 599dependencies = [ 600 "base64-simd", 601 "bytes", 602 "bytes-utils", 603 "futures-core", 604 "http 0.2.12", 605 "http-body", 606 "itoa", 607 "num-integer", 608 "pin-project-lite", 609 "pin-utils", 610 "ryu", 611 "serde", 612 "time", 613 "tokio", 614 "tokio-util", 615] 616 617[[package]] 618name = "aws-smithy-xml" 619version = "0.60.6" 620source = "registry+https://github.com/rust-lang/crates.io-index" 621checksum = "0fccd8f595d0ca839f9f2548e66b99514a85f92feb4c01cf2868d93eb4888a42" 622dependencies = [ 623 "xmlparser", 624] 625 626[[package]] 627name = "aws-types" 628version = "1.1.7" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "d07c63521aa1ea9a9f92a701f1a08ce3fd20b46c6efc0d5c8947c1fd879e3df1" 631dependencies = [ 632 "aws-credential-types", 633 "aws-smithy-async", 634 "aws-smithy-runtime-api", 635 "aws-smithy-types", 636 "http 0.2.12", 637 "rustc_version", 638 "tracing", 639] 640 641[[package]] 642name = "backtrace" 643version = "0.3.69" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 646dependencies = [ 647 "addr2line", 648 "cc", 649 "cfg-if", 650 "libc", 651 "miniz_oxide", 652 "object", 653 "rustc-demangle", 654] 655 656[[package]] 657name = "base16ct" 658version = "0.1.1" 659source = "registry+https://github.com/rust-lang/crates.io-index" 660checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" 661 662[[package]] 663name = "base64" 664version = "0.21.7" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 667 668[[package]] 669name = "base64-simd" 670version = "0.8.0" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 673dependencies = [ 674 "outref", 675 "vsimd", 676] 677 678[[package]] 679name = "base64ct" 680version = "1.6.0" 681source = "registry+https://github.com/rust-lang/crates.io-index" 682checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 683 684[[package]] 685name = "bincode" 686version = "1.3.3" 687source = "registry+https://github.com/rust-lang/crates.io-index" 688checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 689dependencies = [ 690 "serde", 691] 692 693[[package]] 694name = "bitflags" 695version = "1.3.2" 696source = "registry+https://github.com/rust-lang/crates.io-index" 697checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 698 699[[package]] 700name = "bitflags" 701version = "2.4.2" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" 704dependencies = [ 705 "serde", 706] 707 708[[package]] 709name = "block-buffer" 710version = "0.10.4" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 713dependencies = [ 714 "generic-array", 715] 716 717[[package]] 718name = "brotli" 719version = "3.4.0" 720source = "registry+https://github.com/rust-lang/crates.io-index" 721checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f" 722dependencies = [ 723 "alloc-no-stdlib", 724 "alloc-stdlib", 725 "brotli-decompressor", 726] 727 728[[package]] 729name = "brotli-decompressor" 730version = "2.5.1" 731source = "registry+https://github.com/rust-lang/crates.io-index" 732checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" 733dependencies = [ 734 "alloc-no-stdlib", 735 "alloc-stdlib", 736] 737 738[[package]] 739name = "built" 740version = "0.7.1" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "38d17f4d6e4dc36d1a02fbedc2753a096848e7c1b0772f7654eab8e2c927dd53" 743dependencies = [ 744 "cargo-lock", 745 "chrono", 746 "git2", 747] 748 749[[package]] 750name = "bumpalo" 751version = "3.15.4" 752source = "registry+https://github.com/rust-lang/crates.io-index" 753checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" 754 755[[package]] 756name = "bytemuck" 757version = "1.14.3" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f" 760dependencies = [ 761 "bytemuck_derive", 762] 763 764[[package]] 765name = "bytemuck_derive" 766version = "1.5.0" 767source = "registry+https://github.com/rust-lang/crates.io-index" 768checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1" 769dependencies = [ 770 "proc-macro2", 771 "quote", 772 "syn 2.0.52", 773] 774 775[[package]] 776name = "bytes" 777version = "1.5.0" 778source = "registry+https://github.com/rust-lang/crates.io-index" 779checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 780 781[[package]] 782name = "bytes-utils" 783version = "0.1.4" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35" 786dependencies = [ 787 "bytes", 788 "either", 789] 790 791[[package]] 792name = "cargo-lock" 793version = "9.0.0" 794source = "registry+https://github.com/rust-lang/crates.io-index" 795checksum = "e11c675378efb449ed3ce8de78d75d0d80542fc98487c26aba28eb3b82feac72" 796dependencies = [ 797 "semver", 798 "serde", 799 "toml", 800 "url", 801] 802 803[[package]] 804name = "casey" 805version = "0.4.0" 806source = "registry+https://github.com/rust-lang/crates.io-index" 807checksum = "614586263949597dcc18675da12ef9b429135e13628d92eb8b8c6fa50ca5656b" 808dependencies = [ 809 "syn 1.0.109", 810] 811 812[[package]] 813name = "cast" 814version = "0.3.0" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 817 818[[package]] 819name = "cc" 820version = "1.0.90" 821source = "registry+https://github.com/rust-lang/crates.io-index" 822checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" 823dependencies = [ 824 "jobserver", 825 "libc", 826] 827 828[[package]] 829name = "cfg-if" 830version = "1.0.0" 831source = "registry+https://github.com/rust-lang/crates.io-index" 832checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 833 834[[package]] 835name = "chrono" 836version = "0.4.35" 837source = "registry+https://github.com/rust-lang/crates.io-index" 838checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" 839dependencies = [ 840 "android-tzdata", 841 "iana-time-zone", 842 "num-traits", 843 "serde", 844 "windows-targets 0.52.4", 845] 846 847[[package]] 848name = "chrono-tz" 849version = "0.8.6" 850source = "registry+https://github.com/rust-lang/crates.io-index" 851checksum = "d59ae0466b83e838b81a54256c39d5d7c20b9d7daa10510a242d9b75abd5936e" 852dependencies = [ 853 "chrono", 854 "chrono-tz-build", 855 "phf", 856] 857 858[[package]] 859name = "chrono-tz-build" 860version = "0.2.1" 861source = "registry+https://github.com/rust-lang/crates.io-index" 862checksum = "433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f" 863dependencies = [ 864 "parse-zoneinfo", 865 "phf", 866 "phf_codegen", 867] 868 869[[package]] 870name = "ciborium" 871version = "0.2.2" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 874dependencies = [ 875 "ciborium-io", 876 "ciborium-ll", 877 "serde", 878] 879 880[[package]] 881name = "ciborium-io" 882version = "0.2.2" 883source = "registry+https://github.com/rust-lang/crates.io-index" 884checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 885 886[[package]] 887name = "ciborium-ll" 888version = "0.2.2" 889source = "registry+https://github.com/rust-lang/crates.io-index" 890checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 891dependencies = [ 892 "ciborium-io", 893 "half", 894] 895 896[[package]] 897name = "clap" 898version = "4.5.2" 899source = "registry+https://github.com/rust-lang/crates.io-index" 900checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651" 901dependencies = [ 902 "clap_builder", 903] 904 905[[package]] 906name = "clap_builder" 907version = "4.5.2" 908source = "registry+https://github.com/rust-lang/crates.io-index" 909checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" 910dependencies = [ 911 "anstyle", 912 "clap_lex", 913] 914 915[[package]] 916name = "clap_lex" 917version = "0.7.0" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" 920 921[[package]] 922name = "cmake" 923version = "0.1.50" 924source = "registry+https://github.com/rust-lang/crates.io-index" 925checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" 926dependencies = [ 927 "cc", 928] 929 930[[package]] 931name = "comfy-table" 932version = "7.1.0" 933source = "registry+https://github.com/rust-lang/crates.io-index" 934checksum = "7c64043d6c7b7a4c58e39e7efccfdea7b93d885a795d0c054a69dbbf4dd52686" 935dependencies = [ 936 "crossterm", 937 "strum", 938 "strum_macros", 939 "unicode-width", 940] 941 942[[package]] 943name = "const-oid" 944version = "0.9.6" 945source = "registry+https://github.com/rust-lang/crates.io-index" 946checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 947 948[[package]] 949name = "const-random" 950version = "0.1.18" 951source = "registry+https://github.com/rust-lang/crates.io-index" 952checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" 953dependencies = [ 954 "const-random-macro", 955] 956 957[[package]] 958name = "const-random-macro" 959version = "0.1.16" 960source = "registry+https://github.com/rust-lang/crates.io-index" 961checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" 962dependencies = [ 963 "getrandom", 964 "once_cell", 965 "tiny-keccak", 966] 967 968[[package]] 969name = "core-foundation" 970version = "0.9.4" 971source = "registry+https://github.com/rust-lang/crates.io-index" 972checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 973dependencies = [ 974 "core-foundation-sys", 975 "libc", 976] 977 978[[package]] 979name = "core-foundation-sys" 980version = "0.8.6" 981source = "registry+https://github.com/rust-lang/crates.io-index" 982checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 983 984[[package]] 985name = "core2" 986version = "0.4.0" 987source = "registry+https://github.com/rust-lang/crates.io-index" 988checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 989dependencies = [ 990 "memchr", 991] 992 993[[package]] 994name = "cpufeatures" 995version = "0.2.12" 996source = "registry+https://github.com/rust-lang/crates.io-index" 997checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 998dependencies = [ 999 "libc", 1000] 1001 1002[[package]] 1003name = "crc" 1004version = "2.1.0" 1005source = "registry+https://github.com/rust-lang/crates.io-index" 1006checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23" 1007dependencies = [ 1008 "crc-catalog", 1009] 1010 1011[[package]] 1012name = "crc-catalog" 1013version = "1.1.1" 1014source = "registry+https://github.com/rust-lang/crates.io-index" 1015checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403" 1016 1017[[package]] 1018name = "crc32c" 1019version = "0.6.5" 1020source = "registry+https://github.com/rust-lang/crates.io-index" 1021checksum = "89254598aa9b9fa608de44b3ae54c810f0f06d755e24c50177f1f8f31ff50ce2" 1022dependencies = [ 1023 "rustc_version", 1024] 1025 1026[[package]] 1027name = "crc32fast" 1028version = "1.4.0" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" 1031dependencies = [ 1032 "cfg-if", 1033] 1034 1035[[package]] 1036name = "criterion" 1037version = "0.5.1" 1038source = "registry+https://github.com/rust-lang/crates.io-index" 1039checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" 1040dependencies = [ 1041 "anes", 1042 "cast", 1043 "ciborium", 1044 "clap", 1045 "criterion-plot", 1046 "is-terminal", 1047 "itertools 0.10.5", 1048 "num-traits", 1049 "once_cell", 1050 "oorandom", 1051 "plotters", 1052 "rayon", 1053 "regex", 1054 "serde", 1055 "serde_derive", 1056 "serde_json", 1057 "tinytemplate", 1058 "walkdir", 1059] 1060 1061[[package]] 1062name = "criterion-plot" 1063version = "0.5.0" 1064source = "registry+https://github.com/rust-lang/crates.io-index" 1065checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 1066dependencies = [ 1067 "cast", 1068 "itertools 0.10.5", 1069] 1070 1071[[package]] 1072name = "crossbeam-channel" 1073version = "0.5.12" 1074source = "registry+https://github.com/rust-lang/crates.io-index" 1075checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" 1076dependencies = [ 1077 "crossbeam-utils", 1078] 1079 1080[[package]] 1081name = "crossbeam-deque" 1082version = "0.8.5" 1083source = "registry+https://github.com/rust-lang/crates.io-index" 1084checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 1085dependencies = [ 1086 "crossbeam-epoch", 1087 "crossbeam-utils", 1088] 1089 1090[[package]] 1091name = "crossbeam-epoch" 1092version = "0.9.18" 1093source = "registry+https://github.com/rust-lang/crates.io-index" 1094checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 1095dependencies = [ 1096 "crossbeam-utils", 1097] 1098 1099[[package]] 1100name = "crossbeam-queue" 1101version = "0.3.11" 1102source = "registry+https://github.com/rust-lang/crates.io-index" 1103checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 1104dependencies = [ 1105 "crossbeam-utils", 1106] 1107 1108[[package]] 1109name = "crossbeam-utils" 1110version = "0.8.19" 1111source = "registry+https://github.com/rust-lang/crates.io-index" 1112checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" 1113 1114[[package]] 1115name = "crossterm" 1116version = "0.27.0" 1117source = "registry+https://github.com/rust-lang/crates.io-index" 1118checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" 1119dependencies = [ 1120 "bitflags 2.4.2", 1121 "crossterm_winapi", 1122 "libc", 1123 "parking_lot", 1124 "winapi", 1125] 1126 1127[[package]] 1128name = "crossterm_winapi" 1129version = "0.9.1" 1130source = "registry+https://github.com/rust-lang/crates.io-index" 1131checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 1132dependencies = [ 1133 "winapi", 1134] 1135 1136[[package]] 1137name = "crunchy" 1138version = "0.2.2" 1139source = "registry+https://github.com/rust-lang/crates.io-index" 1140checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 1141 1142[[package]] 1143name = "crypto-bigint" 1144version = "0.4.9" 1145source = "registry+https://github.com/rust-lang/crates.io-index" 1146checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" 1147dependencies = [ 1148 "generic-array", 1149 "rand_core", 1150 "subtle", 1151 "zeroize", 1152] 1153 1154[[package]] 1155name = "crypto-bigint" 1156version = "0.5.5" 1157source = "registry+https://github.com/rust-lang/crates.io-index" 1158checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 1159dependencies = [ 1160 "rand_core", 1161 "subtle", 1162] 1163 1164[[package]] 1165name = "crypto-common" 1166version = "0.1.6" 1167source = "registry+https://github.com/rust-lang/crates.io-index" 1168checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1169dependencies = [ 1170 "generic-array", 1171 "typenum", 1172] 1173 1174[[package]] 1175name = "dary_heap" 1176version = "0.3.6" 1177source = "registry+https://github.com/rust-lang/crates.io-index" 1178checksum = "7762d17f1241643615821a8455a0b2c3e803784b058693d990b11f2dce25a0ca" 1179 1180[[package]] 1181name = "der" 1182version = "0.6.1" 1183source = "registry+https://github.com/rust-lang/crates.io-index" 1184checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" 1185dependencies = [ 1186 "const-oid", 1187 "zeroize", 1188] 1189 1190[[package]] 1191name = "deranged" 1192version = "0.3.11" 1193source = "registry+https://github.com/rust-lang/crates.io-index" 1194checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 1195dependencies = [ 1196 "powerfmt", 1197] 1198 1199[[package]] 1200name = "digest" 1201version = "0.10.7" 1202source = "registry+https://github.com/rust-lang/crates.io-index" 1203checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1204dependencies = [ 1205 "block-buffer", 1206 "crypto-common", 1207 "subtle", 1208] 1209 1210[[package]] 1211name = "doc-comment" 1212version = "0.3.3" 1213source = "registry+https://github.com/rust-lang/crates.io-index" 1214checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 1215 1216[[package]] 1217name = "dyn-clone" 1218version = "1.0.17" 1219source = "registry+https://github.com/rust-lang/crates.io-index" 1220checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" 1221 1222[[package]] 1223name = "ecdsa" 1224version = "0.14.8" 1225source = "registry+https://github.com/rust-lang/crates.io-index" 1226checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" 1227dependencies = [ 1228 "der", 1229 "elliptic-curve", 1230 "rfc6979", 1231 "signature", 1232] 1233 1234[[package]] 1235name = "either" 1236version = "1.10.0" 1237source = "registry+https://github.com/rust-lang/crates.io-index" 1238checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" 1239 1240[[package]] 1241name = "elliptic-curve" 1242version = "0.12.3" 1243source = "registry+https://github.com/rust-lang/crates.io-index" 1244checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" 1245dependencies = [ 1246 "base16ct", 1247 "crypto-bigint 0.4.9", 1248 "der", 1249 "digest", 1250 "ff", 1251 "generic-array", 1252 "group", 1253 "pkcs8", 1254 "rand_core", 1255 "sec1", 1256 "subtle", 1257 "zeroize", 1258] 1259 1260[[package]] 1261name = "encoding_rs" 1262version = "0.8.33" 1263source = "registry+https://github.com/rust-lang/crates.io-index" 1264checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 1265dependencies = [ 1266 "cfg-if", 1267] 1268 1269[[package]] 1270name = "enum_dispatch" 1271version = "0.3.12" 1272source = "registry+https://github.com/rust-lang/crates.io-index" 1273checksum = "8f33313078bb8d4d05a2733a94ac4c2d8a0df9a2b84424ebf4f33bfc224a890e" 1274dependencies = [ 1275 "once_cell", 1276 "proc-macro2", 1277 "quote", 1278 "syn 2.0.52", 1279] 1280 1281[[package]] 1282name = "env_logger" 1283version = "0.8.4" 1284source = "registry+https://github.com/rust-lang/crates.io-index" 1285checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" 1286dependencies = [ 1287 "log", 1288 "regex", 1289] 1290 1291[[package]] 1292name = "equivalent" 1293version = "1.0.1" 1294source = "registry+https://github.com/rust-lang/crates.io-index" 1295checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1296 1297[[package]] 1298name = "errno" 1299version = "0.3.8" 1300source = "registry+https://github.com/rust-lang/crates.io-index" 1301checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 1302dependencies = [ 1303 "libc", 1304 "windows-sys 0.52.0", 1305] 1306 1307[[package]] 1308name = "ethnum" 1309version = "1.5.0" 1310source = "registry+https://github.com/rust-lang/crates.io-index" 1311checksum = "b90ca2580b73ab6a1f724b76ca11ab632df820fd6040c336200d2c1df7b3c82c" 1312 1313[[package]] 1314name = "fallible-streaming-iterator" 1315version = "0.1.9" 1316source = "registry+https://github.com/rust-lang/crates.io-index" 1317checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 1318 1319[[package]] 1320name = "fast-float" 1321version = "0.2.0" 1322source = "registry+https://github.com/rust-lang/crates.io-index" 1323checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" 1324 1325[[package]] 1326name = "fastrand" 1327version = "2.0.1" 1328source = "registry+https://github.com/rust-lang/crates.io-index" 1329checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 1330 1331[[package]] 1332name = "ff" 1333version = "0.12.1" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" 1336dependencies = [ 1337 "rand_core", 1338 "subtle", 1339] 1340 1341[[package]] 1342name = "flate2" 1343version = "1.0.28" 1344source = "registry+https://github.com/rust-lang/crates.io-index" 1345checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 1346dependencies = [ 1347 "crc32fast", 1348 "libz-ng-sys", 1349 "miniz_oxide", 1350] 1351 1352[[package]] 1353name = "float-cmp" 1354version = "0.9.0" 1355source = "registry+https://github.com/rust-lang/crates.io-index" 1356checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 1357dependencies = [ 1358 "num-traits", 1359] 1360 1361[[package]] 1362name = "fnv" 1363version = "1.0.7" 1364source = "registry+https://github.com/rust-lang/crates.io-index" 1365checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1366 1367[[package]] 1368name = "foreign_vec" 1369version = "0.1.0" 1370source = "registry+https://github.com/rust-lang/crates.io-index" 1371checksum = "ee1b05cbd864bcaecbd3455d6d967862d446e4ebfc3c2e5e5b9841e53cba6673" 1372 1373[[package]] 1374name = "form_urlencoded" 1375version = "1.2.1" 1376source = "registry+https://github.com/rust-lang/crates.io-index" 1377checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1378dependencies = [ 1379 "percent-encoding", 1380] 1381 1382[[package]] 1383name = "futures" 1384version = "0.3.30" 1385source = "registry+https://github.com/rust-lang/crates.io-index" 1386checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 1387dependencies = [ 1388 "futures-channel", 1389 "futures-core", 1390 "futures-executor", 1391 "futures-io", 1392 "futures-sink", 1393 "futures-task", 1394 "futures-util", 1395] 1396 1397[[package]] 1398name = "futures-channel" 1399version = "0.3.30" 1400source = "registry+https://github.com/rust-lang/crates.io-index" 1401checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 1402dependencies = [ 1403 "futures-core", 1404 "futures-sink", 1405] 1406 1407[[package]] 1408name = "futures-core" 1409version = "0.3.30" 1410source = "registry+https://github.com/rust-lang/crates.io-index" 1411checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 1412 1413[[package]] 1414name = "futures-executor" 1415version = "0.3.30" 1416source = "registry+https://github.com/rust-lang/crates.io-index" 1417checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 1418dependencies = [ 1419 "futures-core", 1420 "futures-task", 1421 "futures-util", 1422] 1423 1424[[package]] 1425name = "futures-io" 1426version = "0.3.30" 1427source = "registry+https://github.com/rust-lang/crates.io-index" 1428checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 1429 1430[[package]] 1431name = "futures-macro" 1432version = "0.3.30" 1433source = "registry+https://github.com/rust-lang/crates.io-index" 1434checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 1435dependencies = [ 1436 "proc-macro2", 1437 "quote", 1438 "syn 2.0.52", 1439] 1440 1441[[package]] 1442name = "futures-sink" 1443version = "0.3.30" 1444source = "registry+https://github.com/rust-lang/crates.io-index" 1445checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 1446 1447[[package]] 1448name = "futures-task" 1449version = "0.3.30" 1450source = "registry+https://github.com/rust-lang/crates.io-index" 1451checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 1452 1453[[package]] 1454name = "futures-util" 1455version = "0.3.30" 1456source = "registry+https://github.com/rust-lang/crates.io-index" 1457checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 1458dependencies = [ 1459 "futures-channel", 1460 "futures-core", 1461 "futures-io", 1462 "futures-macro", 1463 "futures-sink", 1464 "futures-task", 1465 "memchr", 1466 "pin-project-lite", 1467 "pin-utils", 1468 "slab", 1469] 1470 1471[[package]] 1472name = "generic-array" 1473version = "0.14.7" 1474source = "registry+https://github.com/rust-lang/crates.io-index" 1475checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1476dependencies = [ 1477 "typenum", 1478 "version_check", 1479] 1480 1481[[package]] 1482name = "getrandom" 1483version = "0.2.12" 1484source = "registry+https://github.com/rust-lang/crates.io-index" 1485checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 1486dependencies = [ 1487 "cfg-if", 1488 "js-sys", 1489 "libc", 1490 "wasi", 1491 "wasm-bindgen", 1492] 1493 1494[[package]] 1495name = "gimli" 1496version = "0.28.1" 1497source = "registry+https://github.com/rust-lang/crates.io-index" 1498checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 1499 1500[[package]] 1501name = "git2" 1502version = "0.18.2" 1503source = "registry+https://github.com/rust-lang/crates.io-index" 1504checksum = "1b3ba52851e73b46a4c3df1d89343741112003f0f6f13beb0dfac9e457c3fdcd" 1505dependencies = [ 1506 "bitflags 2.4.2", 1507 "libc", 1508 "libgit2-sys", 1509 "log", 1510 "url", 1511] 1512 1513[[package]] 1514name = "glob" 1515version = "0.3.1" 1516source = "registry+https://github.com/rust-lang/crates.io-index" 1517checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1518 1519[[package]] 1520name = "group" 1521version = "0.12.1" 1522source = "registry+https://github.com/rust-lang/crates.io-index" 1523checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" 1524dependencies = [ 1525 "ff", 1526 "rand_core", 1527 "subtle", 1528] 1529 1530[[package]] 1531name = "h2" 1532version = "0.3.24" 1533source = "registry+https://github.com/rust-lang/crates.io-index" 1534checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9" 1535dependencies = [ 1536 "bytes", 1537 "fnv", 1538 "futures-core", 1539 "futures-sink", 1540 "futures-util", 1541 "http 0.2.12", 1542 "indexmap", 1543 "slab", 1544 "tokio", 1545 "tokio-util", 1546 "tracing", 1547] 1548 1549[[package]] 1550name = "half" 1551version = "2.4.0" 1552source = "registry+https://github.com/rust-lang/crates.io-index" 1553checksum = "b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e" 1554dependencies = [ 1555 "cfg-if", 1556 "crunchy", 1557 "num-traits", 1558] 1559 1560[[package]] 1561name = "halfbrown" 1562version = "0.2.5" 1563source = "registry+https://github.com/rust-lang/crates.io-index" 1564checksum = "8588661a8607108a5ca69cab034063441a0413a0b041c13618a7dd348021ef6f" 1565dependencies = [ 1566 "hashbrown 0.14.3", 1567 "serde", 1568] 1569 1570[[package]] 1571name = "hash_hasher" 1572version = "2.0.3" 1573source = "registry+https://github.com/rust-lang/crates.io-index" 1574checksum = "74721d007512d0cb3338cd20f0654ac913920061a4c4d0d8708edb3f2a698c0c" 1575 1576[[package]] 1577name = "hashbrown" 1578version = "0.13.2" 1579source = "registry+https://github.com/rust-lang/crates.io-index" 1580checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 1581dependencies = [ 1582 "ahash", 1583] 1584 1585[[package]] 1586name = "hashbrown" 1587version = "0.14.3" 1588source = "registry+https://github.com/rust-lang/crates.io-index" 1589checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 1590dependencies = [ 1591 "ahash", 1592 "allocator-api2", 1593 "rayon", 1594] 1595 1596[[package]] 1597name = "heck" 1598version = "0.4.1" 1599source = "registry+https://github.com/rust-lang/crates.io-index" 1600checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1601 1602[[package]] 1603name = "hermit-abi" 1604version = "0.3.9" 1605source = "registry+https://github.com/rust-lang/crates.io-index" 1606checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1607 1608[[package]] 1609name = "hex" 1610version = "0.4.3" 1611source = "registry+https://github.com/rust-lang/crates.io-index" 1612checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1613 1614[[package]] 1615name = "hmac" 1616version = "0.12.1" 1617source = "registry+https://github.com/rust-lang/crates.io-index" 1618checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1619dependencies = [ 1620 "digest", 1621] 1622 1623[[package]] 1624name = "home" 1625version = "0.5.9" 1626source = "registry+https://github.com/rust-lang/crates.io-index" 1627checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 1628dependencies = [ 1629 "windows-sys 0.52.0", 1630] 1631 1632[[package]] 1633name = "http" 1634version = "0.2.12" 1635source = "registry+https://github.com/rust-lang/crates.io-index" 1636checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 1637dependencies = [ 1638 "bytes", 1639 "fnv", 1640 "itoa", 1641] 1642 1643[[package]] 1644name = "http" 1645version = "1.1.0" 1646source = "registry+https://github.com/rust-lang/crates.io-index" 1647checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 1648dependencies = [ 1649 "bytes", 1650 "fnv", 1651 "itoa", 1652] 1653 1654[[package]] 1655name = "http-body" 1656version = "0.4.6" 1657source = "registry+https://github.com/rust-lang/crates.io-index" 1658checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 1659dependencies = [ 1660 "bytes", 1661 "http 0.2.12", 1662 "pin-project-lite", 1663] 1664 1665[[package]] 1666name = "httparse" 1667version = "1.8.0" 1668source = "registry+https://github.com/rust-lang/crates.io-index" 1669checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1670 1671[[package]] 1672name = "httpdate" 1673version = "1.0.3" 1674source = "registry+https://github.com/rust-lang/crates.io-index" 1675checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1676 1677[[package]] 1678name = "humantime" 1679version = "2.1.0" 1680source = "registry+https://github.com/rust-lang/crates.io-index" 1681checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1682 1683[[package]] 1684name = "hyper" 1685version = "0.14.28" 1686source = "registry+https://github.com/rust-lang/crates.io-index" 1687checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" 1688dependencies = [ 1689 "bytes", 1690 "futures-channel", 1691 "futures-core", 1692 "futures-util", 1693 "h2", 1694 "http 0.2.12", 1695 "http-body", 1696 "httparse", 1697 "httpdate", 1698 "itoa", 1699 "pin-project-lite", 1700 "socket2", 1701 "tokio", 1702 "tower-service", 1703 "tracing", 1704 "want", 1705] 1706 1707[[package]] 1708name = "hyper-rustls" 1709version = "0.24.2" 1710source = "registry+https://github.com/rust-lang/crates.io-index" 1711checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 1712dependencies = [ 1713 "futures-util", 1714 "http 0.2.12", 1715 "hyper", 1716 "log", 1717 "rustls", 1718 "rustls-native-certs", 1719 "tokio", 1720 "tokio-rustls", 1721] 1722 1723[[package]] 1724name = "iana-time-zone" 1725version = "0.1.60" 1726source = "registry+https://github.com/rust-lang/crates.io-index" 1727checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 1728dependencies = [ 1729 "android_system_properties", 1730 "core-foundation-sys", 1731 "iana-time-zone-haiku", 1732 "js-sys", 1733 "wasm-bindgen", 1734 "windows-core", 1735] 1736 1737[[package]] 1738name = "iana-time-zone-haiku" 1739version = "0.1.2" 1740source = "registry+https://github.com/rust-lang/crates.io-index" 1741checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1742dependencies = [ 1743 "cc", 1744] 1745 1746[[package]] 1747name = "idna" 1748version = "0.5.0" 1749source = "registry+https://github.com/rust-lang/crates.io-index" 1750checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 1751dependencies = [ 1752 "unicode-bidi", 1753 "unicode-normalization", 1754] 1755 1756[[package]] 1757name = "indexmap" 1758version = "2.2.5" 1759source = "registry+https://github.com/rust-lang/crates.io-index" 1760checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" 1761dependencies = [ 1762 "equivalent", 1763 "hashbrown 0.14.3", 1764 "serde", 1765] 1766 1767[[package]] 1768name = "indoc" 1769version = "2.0.4" 1770source = "registry+https://github.com/rust-lang/crates.io-index" 1771checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" 1772 1773[[package]] 1774name = "inventory" 1775version = "0.3.15" 1776source = "registry+https://github.com/rust-lang/crates.io-index" 1777checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767" 1778 1779[[package]] 1780name = "ipnet" 1781version = "2.9.0" 1782source = "registry+https://github.com/rust-lang/crates.io-index" 1783checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 1784 1785[[package]] 1786name = "is-terminal" 1787version = "0.4.12" 1788source = "registry+https://github.com/rust-lang/crates.io-index" 1789checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 1790dependencies = [ 1791 "hermit-abi", 1792 "libc", 1793 "windows-sys 0.52.0", 1794] 1795 1796[[package]] 1797name = "itertools" 1798version = "0.10.5" 1799source = "registry+https://github.com/rust-lang/crates.io-index" 1800checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1801dependencies = [ 1802 "either", 1803] 1804 1805[[package]] 1806name = "itertools" 1807version = "0.12.1" 1808source = "registry+https://github.com/rust-lang/crates.io-index" 1809checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 1810dependencies = [ 1811 "either", 1812] 1813 1814[[package]] 1815name = "itoa" 1816version = "1.0.10" 1817source = "registry+https://github.com/rust-lang/crates.io-index" 1818checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 1819 1820[[package]] 1821name = "itoap" 1822version = "1.0.1" 1823source = "registry+https://github.com/rust-lang/crates.io-index" 1824checksum = "9028f49264629065d057f340a86acb84867925865f73bbf8d47b4d149a7e88b8" 1825 1826[[package]] 1827name = "jemalloc-sys" 1828version = "0.5.4+5.3.0-patched" 1829source = "registry+https://github.com/rust-lang/crates.io-index" 1830checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2" 1831dependencies = [ 1832 "cc", 1833 "libc", 1834] 1835 1836[[package]] 1837name = "jemallocator" 1838version = "0.5.4" 1839source = "registry+https://github.com/rust-lang/crates.io-index" 1840checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc" 1841dependencies = [ 1842 "jemalloc-sys", 1843 "libc", 1844] 1845 1846[[package]] 1847name = "jobserver" 1848version = "0.1.28" 1849source = "registry+https://github.com/rust-lang/crates.io-index" 1850checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6" 1851dependencies = [ 1852 "libc", 1853] 1854 1855[[package]] 1856name = "js-sys" 1857version = "0.3.69" 1858source = "registry+https://github.com/rust-lang/crates.io-index" 1859checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 1860dependencies = [ 1861 "wasm-bindgen", 1862] 1863 1864[[package]] 1865name = "jsonpath_lib_polars_vendor" 1866version = "0.0.1" 1867source = "registry+https://github.com/rust-lang/crates.io-index" 1868checksum = "f4bd9354947622f7471ff713eacaabdb683ccb13bba4edccaab9860abf480b7d" 1869dependencies = [ 1870 "log", 1871 "serde", 1872 "serde_json", 1873] 1874 1875[[package]] 1876name = "lazy_static" 1877version = "1.4.0" 1878source = "registry+https://github.com/rust-lang/crates.io-index" 1879checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1880 1881[[package]] 1882name = "lexical-core" 1883version = "0.8.5" 1884source = "registry+https://github.com/rust-lang/crates.io-index" 1885checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46" 1886dependencies = [ 1887 "lexical-parse-float", 1888 "lexical-parse-integer", 1889 "lexical-util", 1890 "lexical-write-float", 1891 "lexical-write-integer", 1892] 1893 1894[[package]] 1895name = "lexical-parse-float" 1896version = "0.8.5" 1897source = "registry+https://github.com/rust-lang/crates.io-index" 1898checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" 1899dependencies = [ 1900 "lexical-parse-integer", 1901 "lexical-util", 1902 "static_assertions", 1903] 1904 1905[[package]] 1906name = "lexical-parse-integer" 1907version = "0.8.6" 1908source = "registry+https://github.com/rust-lang/crates.io-index" 1909checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" 1910dependencies = [ 1911 "lexical-util", 1912 "static_assertions", 1913] 1914 1915[[package]] 1916name = "lexical-util" 1917version = "0.8.5" 1918source = "registry+https://github.com/rust-lang/crates.io-index" 1919checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" 1920dependencies = [ 1921 "static_assertions", 1922] 1923 1924[[package]] 1925name = "lexical-write-float" 1926version = "0.8.5" 1927source = "registry+https://github.com/rust-lang/crates.io-index" 1928checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862" 1929dependencies = [ 1930 "lexical-util", 1931 "lexical-write-integer", 1932 "static_assertions", 1933] 1934 1935[[package]] 1936name = "lexical-write-integer" 1937version = "0.8.5" 1938source = "registry+https://github.com/rust-lang/crates.io-index" 1939checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446" 1940dependencies = [ 1941 "lexical-util", 1942 "static_assertions", 1943] 1944 1945[[package]] 1946name = "libc" 1947version = "0.2.153" 1948source = "registry+https://github.com/rust-lang/crates.io-index" 1949checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 1950 1951[[package]] 1952name = "libflate" 1953version = "1.4.0" 1954source = "registry+https://github.com/rust-lang/crates.io-index" 1955checksum = "5ff4ae71b685bbad2f2f391fe74f6b7659a34871c08b210fdc039e43bee07d18" 1956dependencies = [ 1957 "adler32", 1958 "crc32fast", 1959 "libflate_lz77 1.2.0", 1960] 1961 1962[[package]] 1963name = "libflate" 1964version = "2.0.0" 1965source = "registry+https://github.com/rust-lang/crates.io-index" 1966checksum = "9f7d5654ae1795afc7ff76f4365c2c8791b0feb18e8996a96adad8ffd7c3b2bf" 1967dependencies = [ 1968 "adler32", 1969 "core2", 1970 "crc32fast", 1971 "dary_heap", 1972 "libflate_lz77 2.0.0", 1973] 1974 1975[[package]] 1976name = "libflate_lz77" 1977version = "1.2.0" 1978source = "registry+https://github.com/rust-lang/crates.io-index" 1979checksum = "a52d3a8bfc85f250440e4424db7d857e241a3aebbbe301f3eb606ab15c39acbf" 1980dependencies = [ 1981 "rle-decode-fast", 1982] 1983 1984[[package]] 1985name = "libflate_lz77" 1986version = "2.0.0" 1987source = "registry+https://github.com/rust-lang/crates.io-index" 1988checksum = "be5f52fb8c451576ec6b79d3f4deb327398bc05bbdbd99021a6e77a4c855d524" 1989dependencies = [ 1990 "core2", 1991 "hashbrown 0.13.2", 1992 "rle-decode-fast", 1993] 1994 1995[[package]] 1996name = "libgit2-sys" 1997version = "0.16.2+1.7.2" 1998source = "registry+https://github.com/rust-lang/crates.io-index" 1999checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8" 2000dependencies = [ 2001 "cc", 2002 "libc", 2003 "libz-sys", 2004 "pkg-config", 2005] 2006 2007[[package]] 2008name = "libloading" 2009version = "0.8.3" 2010source = "registry+https://github.com/rust-lang/crates.io-index" 2011checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" 2012dependencies = [ 2013 "cfg-if", 2014 "windows-targets 0.52.4", 2015] 2016 2017[[package]] 2018name = "libm" 2019version = "0.2.8" 2020source = "registry+https://github.com/rust-lang/crates.io-index" 2021checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 2022 2023[[package]] 2024name = "libmimalloc-sys" 2025version = "0.1.35" 2026source = "registry+https://github.com/rust-lang/crates.io-index" 2027checksum = "3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664" 2028dependencies = [ 2029 "cc", 2030 "libc", 2031] 2032 2033[[package]] 2034name = "libz-ng-sys" 2035version = "1.1.15" 2036source = "registry+https://github.com/rust-lang/crates.io-index" 2037checksum = "c6409efc61b12687963e602df8ecf70e8ddacf95bc6576bcf16e3ac6328083c5" 2038dependencies = [ 2039 "cmake", 2040 "libc", 2041] 2042 2043[[package]] 2044name = "libz-sys" 2045version = "1.1.15" 2046source = "registry+https://github.com/rust-lang/crates.io-index" 2047checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6" 2048dependencies = [ 2049 "cc", 2050 "libc", 2051 "pkg-config", 2052 "vcpkg", 2053] 2054 2055[[package]] 2056name = "linux-raw-sys" 2057version = "0.4.13" 2058source = "registry+https://github.com/rust-lang/crates.io-index" 2059checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 2060 2061[[package]] 2062name = "lock_api" 2063version = "0.4.11" 2064source = "registry+https://github.com/rust-lang/crates.io-index" 2065checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" 2066dependencies = [ 2067 "autocfg", 2068 "scopeguard", 2069] 2070 2071[[package]] 2072name = "log" 2073version = "0.4.21" 2074source = "registry+https://github.com/rust-lang/crates.io-index" 2075checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 2076 2077[[package]] 2078name = "lz4" 2079version = "1.24.0" 2080source = "registry+https://github.com/rust-lang/crates.io-index" 2081checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1" 2082dependencies = [ 2083 "libc", 2084 "lz4-sys", 2085] 2086 2087[[package]] 2088name = "lz4-sys" 2089version = "1.9.4" 2090source = "registry+https://github.com/rust-lang/crates.io-index" 2091checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" 2092dependencies = [ 2093 "cc", 2094 "libc", 2095] 2096 2097[[package]] 2098name = "matrixmultiply" 2099version = "0.3.8" 2100source = "registry+https://github.com/rust-lang/crates.io-index" 2101checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2" 2102dependencies = [ 2103 "autocfg", 2104 "rawpointer", 2105] 2106 2107[[package]] 2108name = "md-5" 2109version = "0.10.6" 2110source = "registry+https://github.com/rust-lang/crates.io-index" 2111checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 2112dependencies = [ 2113 "cfg-if", 2114 "digest", 2115] 2116 2117[[package]] 2118name = "memchr" 2119version = "2.7.1" 2120source = "registry+https://github.com/rust-lang/crates.io-index" 2121checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 2122 2123[[package]] 2124name = "memmap2" 2125version = "0.7.1" 2126source = "registry+https://github.com/rust-lang/crates.io-index" 2127checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6" 2128dependencies = [ 2129 "libc", 2130] 2131 2132[[package]] 2133name = "memoffset" 2134version = "0.9.0" 2135source = "registry+https://github.com/rust-lang/crates.io-index" 2136checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 2137dependencies = [ 2138 "autocfg", 2139] 2140 2141[[package]] 2142name = "mimalloc" 2143version = "0.1.39" 2144source = "registry+https://github.com/rust-lang/crates.io-index" 2145checksum = "fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c" 2146dependencies = [ 2147 "libmimalloc-sys", 2148] 2149 2150[[package]] 2151name = "mime" 2152version = "0.3.17" 2153source = "registry+https://github.com/rust-lang/crates.io-index" 2154checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2155 2156[[package]] 2157name = "miniz_oxide" 2158version = "0.7.2" 2159source = "registry+https://github.com/rust-lang/crates.io-index" 2160checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" 2161dependencies = [ 2162 "adler", 2163] 2164 2165[[package]] 2166name = "mio" 2167version = "0.8.11" 2168source = "registry+https://github.com/rust-lang/crates.io-index" 2169checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 2170dependencies = [ 2171 "libc", 2172 "wasi", 2173 "windows-sys 0.48.0", 2174] 2175 2176[[package]] 2177name = "multiversion" 2178version = "0.7.3" 2179source = "registry+https://github.com/rust-lang/crates.io-index" 2180checksum = "b2c7b9d7fe61760ce5ea19532ead98541f6b4c495d87247aff9826445cf6872a" 2181dependencies = [ 2182 "multiversion-macros", 2183 "target-features", 2184] 2185 2186[[package]] 2187name = "multiversion-macros" 2188version = "0.7.3" 2189source = "registry+https://github.com/rust-lang/crates.io-index" 2190checksum = "26a83d8500ed06d68877e9de1dde76c1dbb83885dcdbda4ef44ccbc3fbda2ac8" 2191dependencies = [ 2192 "proc-macro2", 2193 "quote", 2194 "syn 1.0.109", 2195 "target-features", 2196] 2197 2198[[package]] 2199name = "ndarray" 2200version = "0.15.6" 2201source = "registry+https://github.com/rust-lang/crates.io-index" 2202checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32" 2203dependencies = [ 2204 "matrixmultiply", 2205 "num-complex", 2206 "num-integer", 2207 "num-traits", 2208 "rawpointer", 2209] 2210 2211[[package]] 2212name = "now" 2213version = "0.1.3" 2214source = "registry+https://github.com/rust-lang/crates.io-index" 2215checksum = "6d89e9874397a1f0a52fc1f197a8effd9735223cb2390e9dcc83ac6cd02923d0" 2216dependencies = [ 2217 "chrono", 2218] 2219 2220[[package]] 2221name = "ntapi" 2222version = "0.4.1" 2223source = "registry+https://github.com/rust-lang/crates.io-index" 2224checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" 2225dependencies = [ 2226 "winapi", 2227] 2228 2229[[package]] 2230name = "num" 2231version = "0.4.1" 2232source = "registry+https://github.com/rust-lang/crates.io-index" 2233checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af" 2234dependencies = [ 2235 "num-bigint", 2236 "num-complex", 2237 "num-integer", 2238 "num-iter", 2239 "num-rational", 2240 "num-traits", 2241] 2242 2243[[package]] 2244name = "num-bigint" 2245version = "0.4.4" 2246source = "registry+https://github.com/rust-lang/crates.io-index" 2247checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" 2248dependencies = [ 2249 "autocfg", 2250 "num-integer", 2251 "num-traits", 2252] 2253 2254[[package]] 2255name = "num-complex" 2256version = "0.4.5" 2257source = "registry+https://github.com/rust-lang/crates.io-index" 2258checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6" 2259dependencies = [ 2260 "num-traits", 2261] 2262 2263[[package]] 2264name = "num-conv" 2265version = "0.1.0" 2266source = "registry+https://github.com/rust-lang/crates.io-index" 2267checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2268 2269[[package]] 2270name = "num-integer" 2271version = "0.1.46" 2272source = "registry+https://github.com/rust-lang/crates.io-index" 2273checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2274dependencies = [ 2275 "num-traits", 2276] 2277 2278[[package]] 2279name = "num-iter" 2280version = "0.1.44" 2281source = "registry+https://github.com/rust-lang/crates.io-index" 2282checksum = "d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9" 2283dependencies = [ 2284 "autocfg", 2285 "num-integer", 2286 "num-traits", 2287] 2288 2289[[package]] 2290name = "num-rational" 2291version = "0.4.1" 2292source = "registry+https://github.com/rust-lang/crates.io-index" 2293checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" 2294dependencies = [ 2295 "autocfg", 2296 "num-bigint", 2297 "num-integer", 2298 "num-traits", 2299] 2300 2301[[package]] 2302name = "num-traits" 2303version = "0.2.18" 2304source = "registry+https://github.com/rust-lang/crates.io-index" 2305checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" 2306dependencies = [ 2307 "autocfg", 2308 "libm", 2309] 2310 2311[[package]] 2312name = "num_cpus" 2313version = "1.16.0" 2314source = "registry+https://github.com/rust-lang/crates.io-index" 2315checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 2316dependencies = [ 2317 "hermit-abi", 2318 "libc", 2319] 2320 2321[[package]] 2322name = "numpy" 2323version = "0.20.0" 2324source = "registry+https://github.com/rust-lang/crates.io-index" 2325checksum = "bef41cbb417ea83b30525259e30ccef6af39b31c240bda578889494c5392d331" 2326dependencies = [ 2327 "libc", 2328 "ndarray", 2329 "num-complex", 2330 "num-integer", 2331 "num-traits", 2332 "pyo3", 2333 "rustc-hash", 2334] 2335 2336[[package]] 2337name = "object" 2338version = "0.32.2" 2339source = "registry+https://github.com/rust-lang/crates.io-index" 2340checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 2341dependencies = [ 2342 "memchr", 2343] 2344 2345[[package]] 2346name = "object_store" 2347version = "0.9.1" 2348source = "registry+https://github.com/rust-lang/crates.io-index" 2349checksum = "b8718f8b65fdf67a45108d1548347d4af7d71fb81ce727bbf9e3b2535e079db3" 2350dependencies = [ 2351 "async-trait", 2352 "base64", 2353 "bytes", 2354 "chrono", 2355 "futures", 2356 "humantime", 2357 "hyper", 2358 "itertools 0.12.1", 2359 "md-5", 2360 "parking_lot", 2361 "percent-encoding", 2362 "quick-xml", 2363 "rand", 2364 "reqwest", 2365 "ring", 2366 "rustls-pemfile 2.1.1", 2367 "serde", 2368 "serde_json", 2369 "snafu", 2370 "tokio", 2371 "tracing", 2372 "url", 2373 "walkdir", 2374] 2375 2376[[package]] 2377name = "once_cell" 2378version = "1.19.0" 2379source = "registry+https://github.com/rust-lang/crates.io-index" 2380checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 2381 2382[[package]] 2383name = "oorandom" 2384version = "11.1.3" 2385source = "registry+https://github.com/rust-lang/crates.io-index" 2386checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 2387 2388[[package]] 2389name = "openssl-probe" 2390version = "0.1.5" 2391source = "registry+https://github.com/rust-lang/crates.io-index" 2392checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 2393 2394[[package]] 2395name = "outref" 2396version = "0.5.1" 2397source = "registry+https://github.com/rust-lang/crates.io-index" 2398checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 2399 2400[[package]] 2401name = "p256" 2402version = "0.11.1" 2403source = "registry+https://github.com/rust-lang/crates.io-index" 2404checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" 2405dependencies = [ 2406 "ecdsa", 2407 "elliptic-curve", 2408 "sha2", 2409] 2410 2411[[package]] 2412name = "parking_lot" 2413version = "0.12.1" 2414source = "registry+https://github.com/rust-lang/crates.io-index" 2415checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 2416dependencies = [ 2417 "lock_api", 2418 "parking_lot_core", 2419] 2420 2421[[package]] 2422name = "parking_lot_core" 2423version = "0.9.9" 2424source = "registry+https://github.com/rust-lang/crates.io-index" 2425checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 2426dependencies = [ 2427 "cfg-if", 2428 "libc", 2429 "redox_syscall", 2430 "smallvec", 2431 "windows-targets 0.48.5", 2432] 2433 2434[[package]] 2435name = "parquet-format-safe" 2436version = "0.2.4" 2437source = "registry+https://github.com/rust-lang/crates.io-index" 2438checksum = "1131c54b167dd4e4799ce762e1ab01549ebb94d5bdd13e6ec1b467491c378e1f" 2439dependencies = [ 2440 "async-trait", 2441 "futures", 2442] 2443 2444[[package]] 2445name = "parse-zoneinfo" 2446version = "0.3.0" 2447source = "registry+https://github.com/rust-lang/crates.io-index" 2448checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41" 2449dependencies = [ 2450 "regex", 2451] 2452 2453[[package]] 2454name = "percent-encoding" 2455version = "2.3.1" 2456source = "registry+https://github.com/rust-lang/crates.io-index" 2457checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2458 2459[[package]] 2460name = "phf" 2461version = "0.11.2" 2462source = "registry+https://github.com/rust-lang/crates.io-index" 2463checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 2464dependencies = [ 2465 "phf_shared", 2466] 2467 2468[[package]] 2469name = "phf_codegen" 2470version = "0.11.2" 2471source = "registry+https://github.com/rust-lang/crates.io-index" 2472checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" 2473dependencies = [ 2474 "phf_generator", 2475 "phf_shared", 2476] 2477 2478[[package]] 2479name = "phf_generator" 2480version = "0.11.2" 2481source = "registry+https://github.com/rust-lang/crates.io-index" 2482checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 2483dependencies = [ 2484 "phf_shared", 2485 "rand", 2486] 2487 2488[[package]] 2489name = "phf_shared" 2490version = "0.11.2" 2491source = "registry+https://github.com/rust-lang/crates.io-index" 2492checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 2493dependencies = [ 2494 "siphasher", 2495] 2496 2497[[package]] 2498name = "pin-project-lite" 2499version = "0.2.13" 2500source = "registry+https://github.com/rust-lang/crates.io-index" 2501checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 2502 2503[[package]] 2504name = "pin-utils" 2505version = "0.1.0" 2506source = "registry+https://github.com/rust-lang/crates.io-index" 2507checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2508 2509[[package]] 2510name = "pkcs8" 2511version = "0.9.0" 2512source = "registry+https://github.com/rust-lang/crates.io-index" 2513checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" 2514dependencies = [ 2515 "der", 2516 "spki", 2517] 2518 2519[[package]] 2520name = "pkg-config" 2521version = "0.3.30" 2522source = "registry+https://github.com/rust-lang/crates.io-index" 2523checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 2524 2525[[package]] 2526name = "planus" 2527version = "0.3.1" 2528source = "registry+https://github.com/rust-lang/crates.io-index" 2529checksum = "fc1691dd09e82f428ce8d6310bd6d5da2557c82ff17694d2a32cad7242aea89f" 2530dependencies = [ 2531 "array-init-cursor", 2532] 2533 2534[[package]] 2535name = "plotters" 2536version = "0.3.5" 2537source = "registry+https://github.com/rust-lang/crates.io-index" 2538checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45" 2539dependencies = [ 2540 "num-traits", 2541 "plotters-backend", 2542 "plotters-svg", 2543 "wasm-bindgen", 2544 "web-sys", 2545] 2546 2547[[package]] 2548name = "plotters-backend" 2549version = "0.3.5" 2550source = "registry+https://github.com/rust-lang/crates.io-index" 2551checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609" 2552 2553[[package]] 2554name = "plotters-svg" 2555version = "0.3.5" 2556source = "registry+https://github.com/rust-lang/crates.io-index" 2557checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab" 2558dependencies = [ 2559 "plotters-backend", 2560] 2561 2562[[package]] 2563name = "polars" 2564version = "0.38.1" 2565dependencies = [ 2566 "ahash", 2567 "apache-avro", 2568 "avro-schema", 2569 "either", 2570 "ethnum", 2571 "futures", 2572 "getrandom", 2573 "polars-arrow", 2574 "polars-core", 2575 "polars-error", 2576 "polars-io", 2577 "polars-lazy", 2578 "polars-ops", 2579 "polars-parquet", 2580 "polars-plan", 2581 "polars-sql", 2582 "polars-time", 2583 "polars-utils", 2584 "proptest", 2585 "rand", 2586 "tokio", 2587 "tokio-util", 2588 "version_check", 2589] 2590 2591[[package]] 2592name = "polars-arrow" 2593version = "0.38.1" 2594dependencies = [ 2595 "ahash", 2596 "arrow-array", 2597 "arrow-buffer", 2598 "arrow-data", 2599 "arrow-schema", 2600 "async-stream", 2601 "atoi", 2602 "atoi_simd", 2603 "avro-schema", 2604 "bytemuck", 2605 "chrono", 2606 "chrono-tz", 2607 "criterion", 2608 "crossbeam-channel", 2609 "doc-comment", 2610 "dyn-clone", 2611 "either", 2612 "ethnum", 2613 "fast-float", 2614 "flate2", 2615 "foreign_vec", 2616 "futures", 2617 "getrandom", 2618 "hashbrown 0.14.3", 2619 "hex", 2620 "indexmap", 2621 "itoa", 2622 "itoap", 2623 "lz4", 2624 "multiversion", 2625 "num-traits", 2626 "polars-arrow-format", 2627 "polars-error", 2628 "polars-utils", 2629 "proptest", 2630 "rand", 2631 "regex", 2632 "regex-syntax 0.8.2", 2633 "ryu", 2634 "sample-arrow2", 2635 "sample-std 0.1.1", 2636 "sample-test", 2637 "serde", 2638 "simdutf8", 2639 "streaming-iterator", 2640 "strength_reduce", 2641 "tokio", 2642 "tokio-util", 2643 "version_check", 2644 "zstd", 2645] 2646 2647[[package]] 2648name = "polars-arrow-format" 2649version = "0.1.0" 2650source = "registry+https://github.com/rust-lang/crates.io-index" 2651checksum = "19b0ef2474af9396b19025b189d96e992311e6a47f90c53cd998b36c4c64b84c" 2652dependencies = [ 2653 "planus", 2654 "prost", 2655 "prost-derive", 2656 "serde", 2657] 2658 2659[[package]] 2660name = "polars-compute" 2661version = "0.38.1" 2662dependencies = [ 2663 "bytemuck", 2664 "either", 2665 "num-traits", 2666 "polars-arrow", 2667 "polars-error", 2668 "polars-utils", 2669 "rand", 2670 "strength_reduce", 2671 "version_check", 2672] 2673 2674[[package]] 2675name = "polars-core" 2676version = "0.38.1" 2677dependencies = [ 2678 "ahash", 2679 "arrow-array", 2680 "bincode", 2681 "bitflags 2.4.2", 2682 "bytemuck", 2683 "chrono", 2684 "chrono-tz", 2685 "comfy-table", 2686 "either", 2687 "hashbrown 0.14.3", 2688 "indexmap", 2689 "ndarray", 2690 "num-traits", 2691 "once_cell", 2692 "polars-arrow", 2693 "polars-compute", 2694 "polars-error", 2695 "polars-row", 2696 "polars-utils", 2697 "rand", 2698 "rand_distr", 2699 "rayon", 2700 "regex", 2701 "serde", 2702 "serde_json", 2703 "smartstring", 2704 "thiserror", 2705 "version_check", 2706 "xxhash-rust", 2707] 2708 2709[[package]] 2710name = "polars-doc-examples" 2711version = "0.38.1" 2712dependencies = [ 2713 "aws-config", 2714 "aws-sdk-s3", 2715 "chrono", 2716 "polars", 2717 "rand", 2718 "reqwest", 2719 "tokio", 2720] 2721 2722[[package]] 2723name = "polars-error" 2724version = "0.38.1" 2725dependencies = [ 2726 "avro-schema", 2727 "object_store", 2728 "polars-arrow-format", 2729 "regex", 2730 "simdutf8", 2731 "thiserror", 2732] 2733 2734[[package]] 2735name = "polars-ffi" 2736version = "0.38.1" 2737dependencies = [ 2738 "polars-arrow", 2739 "polars-core", 2740] 2741 2742[[package]] 2743name = "polars-io" 2744version = "0.38.1" 2745dependencies = [ 2746 "ahash", 2747 "async-trait", 2748 "atoi_simd", 2749 "bytes", 2750 "chrono", 2751 "chrono-tz", 2752 "fast-float", 2753 "flate2", 2754 "futures", 2755 "home", 2756 "itoa", 2757 "memchr", 2758 "memmap2", 2759 "num-traits", 2760 "object_store", 2761 "once_cell", 2762 "percent-encoding", 2763 "polars-arrow", 2764 "polars-core", 2765 "polars-error", 2766 "polars-json", 2767 "polars-parquet", 2768 "polars-time", 2769 "polars-utils", 2770 "rayon", 2771 "regex", 2772 "reqwest", 2773 "ryu", 2774 "serde", 2775 "serde_json", 2776 "simd-json", 2777 "simdutf8", 2778 "smartstring", 2779 "tempfile", 2780 "tokio", 2781 "tokio-util", 2782 "url", 2783 "zstd", 2784] 2785 2786[[package]] 2787name = "polars-json" 2788version = "0.38.1" 2789dependencies = [ 2790 "ahash", 2791 "chrono", 2792 "fallible-streaming-iterator", 2793 "hashbrown 0.14.3", 2794 "indexmap", 2795 "itoa", 2796 "num-traits", 2797 "polars-arrow", 2798 "polars-error", 2799 "polars-utils", 2800 "ryu", 2801 "simd-json", 2802 "streaming-iterator", 2803] 2804 2805[[package]] 2806name = "polars-lazy" 2807version = "0.38.1" 2808dependencies = [ 2809 "ahash", 2810 "bitflags 2.4.2", 2811 "futures", 2812 "glob", 2813 "once_cell", 2814 "polars-arrow", 2815 "polars-core", 2816 "polars-io", 2817 "polars-json", 2818 "polars-ops", 2819 "polars-pipe", 2820 "polars-plan", 2821 "polars-time", 2822 "polars-utils", 2823 "pyo3", 2824 "rayon", 2825 "serde_json", 2826 "smartstring", 2827 "tokio", 2828 "version_check", 2829] 2830 2831[[package]] 2832name = "polars-ops" 2833version = "0.38.1" 2834dependencies = [ 2835 "ahash", 2836 "aho-corasick", 2837 "argminmax", 2838 "base64", 2839 "bytemuck", 2840 "chrono", 2841 "chrono-tz", 2842 "either", 2843 "hashbrown 0.14.3", 2844 "hex", 2845 "indexmap", 2846 "jsonpath_lib_polars_vendor", 2847 "memchr", 2848 "num-traits", 2849 "polars-arrow", 2850 "polars-compute", 2851 "polars-core", 2852 "polars-error", 2853 "polars-json", 2854 "polars-utils", 2855 "rand", 2856 "rand_distr", 2857 "rayon", 2858 "regex", 2859 "serde", 2860 "serde_json", 2861 "smartstring", 2862 "unicode-reverse", 2863 "version_check", 2864] 2865 2866[[package]] 2867name = "polars-parquet" 2868version = "0.38.1" 2869dependencies = [ 2870 "ahash", 2871 "async-stream", 2872 "base64", 2873 "brotli", 2874 "ethnum", 2875 "fallible-streaming-iterator", 2876 "flate2", 2877 "futures", 2878 "lz4", 2879 "num-traits", 2880 "parquet-format-safe", 2881 "polars-arrow", 2882 "polars-error", 2883 "polars-utils", 2884 "seq-macro", 2885 "serde", 2886 "simdutf8", 2887 "snap", 2888 "streaming-decompression", 2889 "xxhash-rust", 2890 "zstd", 2891] 2892 2893[[package]] 2894name = "polars-pipe" 2895version = "0.38.1" 2896dependencies = [ 2897 "crossbeam-channel", 2898 "crossbeam-queue", 2899 "enum_dispatch", 2900 "futures", 2901 "hashbrown 0.14.3", 2902 "num-traits", 2903 "polars-arrow", 2904 "polars-compute", 2905 "polars-core", 2906 "polars-io", 2907 "polars-ops", 2908 "polars-plan", 2909 "polars-row", 2910 "polars-utils", 2911 "rayon", 2912 "smartstring", 2913 "tokio", 2914 "uuid", 2915 "version_check", 2916] 2917 2918[[package]] 2919name = "polars-plan" 2920version = "0.38.1" 2921dependencies = [ 2922 "ahash", 2923 "bytemuck", 2924 "chrono", 2925 "chrono-tz", 2926 "ciborium", 2927 "futures", 2928 "libloading", 2929 "once_cell", 2930 "percent-encoding", 2931 "polars-arrow", 2932 "polars-core", 2933 "polars-ffi", 2934 "polars-io", 2935 "polars-json", 2936 "polars-ops", 2937 "polars-parquet", 2938 "polars-time", 2939 "polars-utils", 2940 "pyo3", 2941 "rayon", 2942 "regex", 2943 "serde", 2944 "smartstring", 2945 "strum_macros", 2946 "version_check", 2947] 2948 2949[[package]] 2950name = "polars-row" 2951version = "0.38.1" 2952dependencies = [ 2953 "bytemuck", 2954 "polars-arrow", 2955 "polars-error", 2956 "polars-utils", 2957] 2958 2959[[package]] 2960name = "polars-sql" 2961version = "0.38.1" 2962dependencies = [ 2963 "hex", 2964 "polars-arrow", 2965 "polars-core", 2966 "polars-error", 2967 "polars-lazy", 2968 "polars-plan", 2969 "rand", 2970 "serde", 2971 "serde_json", 2972 "sqlparser", 2973] 2974 2975[[package]] 2976name = "polars-time" 2977version = "0.38.1" 2978dependencies = [ 2979 "atoi", 2980 "chrono", 2981 "chrono-tz", 2982 "now", 2983 "once_cell", 2984 "polars-arrow", 2985 "polars-core", 2986 "polars-error", 2987 "polars-ops", 2988 "polars-utils", 2989 "regex", 2990 "serde", 2991 "smartstring", 2992] 2993 2994[[package]] 2995name = "polars-utils" 2996version = "0.38.1" 2997dependencies = [ 2998 "ahash", 2999 "bytemuck", 3000 "hashbrown 0.14.3", 3001 "indexmap", 3002 "num-traits", 3003 "once_cell", 3004 "polars-error", 3005 "rand", 3006 "raw-cpuid", 3007 "rayon", 3008 "smartstring", 3009 "sysinfo", 3010 "version_check", 3011] 3012 3013[[package]] 3014name = "portable-atomic" 3015version = "1.6.0" 3016source = "registry+https://github.com/rust-lang/crates.io-index" 3017checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" 3018 3019[[package]] 3020name = "powerfmt" 3021version = "0.2.0" 3022source = "registry+https://github.com/rust-lang/crates.io-index" 3023checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3024 3025[[package]] 3026name = "ppv-lite86" 3027version = "0.2.17" 3028source = "registry+https://github.com/rust-lang/crates.io-index" 3029checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 3030 3031[[package]] 3032name = "proc-macro2" 3033version = "1.0.78" 3034source = "registry+https://github.com/rust-lang/crates.io-index" 3035checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 3036dependencies = [ 3037 "unicode-ident", 3038] 3039 3040[[package]] 3041name = "proptest" 3042version = "1.4.0" 3043source = "registry+https://github.com/rust-lang/crates.io-index" 3044checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf" 3045dependencies = [ 3046 "bitflags 2.4.2", 3047 "lazy_static", 3048 "num-traits", 3049 "rand", 3050 "rand_chacha", 3051 "rand_xorshift", 3052 "regex-syntax 0.8.2", 3053 "unarray", 3054] 3055 3056[[package]] 3057name = "prost" 3058version = "0.11.9" 3059source = "registry+https://github.com/rust-lang/crates.io-index" 3060checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" 3061dependencies = [ 3062 "bytes", 3063 "prost-derive", 3064] 3065 3066[[package]] 3067name = "prost-derive" 3068version = "0.11.9" 3069source = "registry+https://github.com/rust-lang/crates.io-index" 3070checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" 3071dependencies = [ 3072 "anyhow", 3073 "itertools 0.10.5", 3074 "proc-macro2", 3075 "quote", 3076 "syn 1.0.109", 3077] 3078 3079[[package]] 3080name = "py-polars" 3081version = "0.20.15" 3082dependencies = [ 3083 "ahash", 3084 "built", 3085 "ciborium", 3086 "either", 3087 "itoa", 3088 "jemallocator", 3089 "libc", 3090 "mimalloc", 3091 "ndarray", 3092 "num-traits", 3093 "numpy", 3094 "once_cell", 3095 "polars", 3096 "polars-core", 3097 "polars-error", 3098 "polars-lazy", 3099 "polars-ops", 3100 "polars-parquet", 3101 "polars-plan", 3102 "polars-utils", 3103 "pyo3", 3104 "pyo3-built", 3105 "serde_json", 3106 "smartstring", 3107 "thiserror", 3108] 3109 3110[[package]] 3111name = "pyo3" 3112version = "0.20.3" 3113source = "registry+https://github.com/rust-lang/crates.io-index" 3114checksum = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233" 3115dependencies = [ 3116 "cfg-if", 3117 "indoc", 3118 "inventory", 3119 "libc", 3120 "memoffset", 3121 "parking_lot", 3122 "portable-atomic", 3123 "pyo3-build-config", 3124 "pyo3-ffi", 3125 "pyo3-macros", 3126 "unindent", 3127] 3128 3129[[package]] 3130name = "pyo3-build-config" 3131version = "0.20.3" 3132source = "registry+https://github.com/rust-lang/crates.io-index" 3133checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7" 3134dependencies = [ 3135 "once_cell", 3136 "target-lexicon", 3137] 3138 3139[[package]] 3140name = "pyo3-built" 3141version = "0.4.7" 3142source = "registry+https://github.com/rust-lang/crates.io-index" 3143checksum = "be6d574e0f8cab2cdd1eeeb640cbf845c974519fa9e9b62fa9c08ecece0ca5de" 3144 3145[[package]] 3146name = "pyo3-ffi" 3147version = "0.20.3" 3148source = "registry+https://github.com/rust-lang/crates.io-index" 3149checksum = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa" 3150dependencies = [ 3151 "libc", 3152 "pyo3-build-config", 3153] 3154 3155[[package]] 3156name = "pyo3-macros" 3157version = "0.20.3" 3158source = "registry+https://github.com/rust-lang/crates.io-index" 3159checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158" 3160dependencies = [ 3161 "proc-macro2", 3162 "pyo3-macros-backend", 3163 "quote", 3164 "syn 2.0.52", 3165] 3166 3167[[package]] 3168name = "pyo3-macros-backend" 3169version = "0.20.3" 3170source = "registry+https://github.com/rust-lang/crates.io-index" 3171checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185" 3172dependencies = [ 3173 "heck", 3174 "proc-macro2", 3175 "pyo3-build-config", 3176 "quote", 3177 "syn 2.0.52", 3178] 3179 3180[[package]] 3181name = "quad-rand" 3182version = "0.2.1" 3183source = "registry+https://github.com/rust-lang/crates.io-index" 3184checksum = "658fa1faf7a4cc5f057c9ee5ef560f717ad9d8dc66d975267f709624d6e1ab88" 3185 3186[[package]] 3187name = "quick-xml" 3188version = "0.31.0" 3189source = "registry+https://github.com/rust-lang/crates.io-index" 3190checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" 3191dependencies = [ 3192 "memchr", 3193 "serde", 3194] 3195 3196[[package]] 3197name = "quickcheck" 3198version = "1.0.3" 3199source = "registry+https://github.com/rust-lang/crates.io-index" 3200checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" 3201dependencies = [ 3202 "env_logger", 3203 "log", 3204 "rand", 3205] 3206 3207[[package]] 3208name = "quote" 3209version = "1.0.35" 3210source = "registry+https://github.com/rust-lang/crates.io-index" 3211checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 3212dependencies = [ 3213 "proc-macro2", 3214] 3215 3216[[package]] 3217name = "rand" 3218version = "0.8.5" 3219source = "registry+https://github.com/rust-lang/crates.io-index" 3220checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 3221dependencies = [ 3222 "libc", 3223 "rand_chacha", 3224 "rand_core", 3225] 3226 3227[[package]] 3228name = "rand_chacha" 3229version = "0.3.1" 3230source = "registry+https://github.com/rust-lang/crates.io-index" 3231checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 3232dependencies = [ 3233 "ppv-lite86", 3234 "rand_core", 3235] 3236 3237[[package]] 3238name = "rand_core" 3239version = "0.6.4" 3240source = "registry+https://github.com/rust-lang/crates.io-index" 3241checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 3242dependencies = [ 3243 "getrandom", 3244] 3245 3246[[package]] 3247name = "rand_distr" 3248version = "0.4.3" 3249source = "registry+https://github.com/rust-lang/crates.io-index" 3250checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" 3251dependencies = [ 3252 "num-traits", 3253 "rand", 3254] 3255 3256[[package]] 3257name = "rand_regex" 3258version = "0.15.1" 3259source = "registry+https://github.com/rust-lang/crates.io-index" 3260checksum = "8b2a9fe2d7d9eeaf3279d1780452a5bbd26b31b27938787ef1c3e930d1e9cfbd" 3261dependencies = [ 3262 "rand", 3263 "regex-syntax 0.6.29", 3264] 3265 3266[[package]] 3267name = "rand_xorshift" 3268version = "0.3.0" 3269source = "registry+https://github.com/rust-lang/crates.io-index" 3270checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" 3271dependencies = [ 3272 "rand_core", 3273] 3274 3275[[package]] 3276name = "raw-cpuid" 3277version = "11.0.1" 3278source = "registry+https://github.com/rust-lang/crates.io-index" 3279checksum = "9d86a7c4638d42c44551f4791a20e687dbb4c3de1f33c43dd71e355cd429def1" 3280dependencies = [ 3281 "bitflags 2.4.2", 3282] 3283 3284[[package]] 3285name = "rawpointer" 3286version = "0.2.1" 3287source = "registry+https://github.com/rust-lang/crates.io-index" 3288checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" 3289 3290[[package]] 3291name = "rayon" 3292version = "1.9.0" 3293source = "registry+https://github.com/rust-lang/crates.io-index" 3294checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" 3295dependencies = [ 3296 "either", 3297 "rayon-core", 3298] 3299 3300[[package]] 3301name = "rayon-core" 3302version = "1.12.1" 3303source = "registry+https://github.com/rust-lang/crates.io-index" 3304checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 3305dependencies = [ 3306 "crossbeam-deque", 3307 "crossbeam-utils", 3308] 3309 3310[[package]] 3311name = "redox_syscall" 3312version = "0.4.1" 3313source = "registry+https://github.com/rust-lang/crates.io-index" 3314checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 3315dependencies = [ 3316 "bitflags 1.3.2", 3317] 3318 3319[[package]] 3320name = "ref-cast" 3321version = "1.0.22" 3322source = "registry+https://github.com/rust-lang/crates.io-index" 3323checksum = "c4846d4c50d1721b1a3bef8af76924eef20d5e723647333798c1b519b3a9473f" 3324dependencies = [ 3325 "ref-cast-impl", 3326] 3327 3328[[package]] 3329name = "ref-cast-impl" 3330version = "1.0.22" 3331source = "registry+https://github.com/rust-lang/crates.io-index" 3332checksum = "5fddb4f8d99b0a2ebafc65a87a69a7b9875e4b1ae1f00db265d300ef7f28bccc" 3333dependencies = [ 3334 "proc-macro2", 3335 "quote", 3336 "syn 2.0.52", 3337] 3338 3339[[package]] 3340name = "regex" 3341version = "1.10.3" 3342source = "registry+https://github.com/rust-lang/crates.io-index" 3343checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" 3344dependencies = [ 3345 "aho-corasick", 3346 "memchr", 3347 "regex-automata", 3348 "regex-syntax 0.8.2", 3349] 3350 3351[[package]] 3352name = "regex-automata" 3353version = "0.4.6" 3354source = "registry+https://github.com/rust-lang/crates.io-index" 3355checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 3356dependencies = [ 3357 "aho-corasick", 3358 "memchr", 3359 "regex-syntax 0.8.2", 3360] 3361 3362[[package]] 3363name = "regex-lite" 3364version = "0.1.5" 3365source = "registry+https://github.com/rust-lang/crates.io-index" 3366checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e" 3367 3368[[package]] 3369name = "regex-syntax" 3370version = "0.6.29" 3371source = "registry+https://github.com/rust-lang/crates.io-index" 3372checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 3373 3374[[package]] 3375name = "regex-syntax" 3376version = "0.8.2" 3377source = "registry+https://github.com/rust-lang/crates.io-index" 3378checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 3379 3380[[package]] 3381name = "reqwest" 3382version = "0.11.24" 3383source = "registry+https://github.com/rust-lang/crates.io-index" 3384checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251" 3385dependencies = [ 3386 "base64", 3387 "bytes", 3388 "encoding_rs", 3389 "futures-core", 3390 "futures-util", 3391 "h2", 3392 "http 0.2.12", 3393 "http-body", 3394 "hyper", 3395 "hyper-rustls", 3396 "ipnet", 3397 "js-sys", 3398 "log", 3399 "mime", 3400 "once_cell", 3401 "percent-encoding", 3402 "pin-project-lite", 3403 "rustls", 3404 "rustls-native-certs", 3405 "rustls-pemfile 1.0.4", 3406 "serde", 3407 "serde_json", 3408 "serde_urlencoded", 3409 "sync_wrapper", 3410 "system-configuration", 3411 "tokio", 3412 "tokio-rustls", 3413 "tokio-util", 3414 "tower-service", 3415 "url", 3416 "wasm-bindgen", 3417 "wasm-bindgen-futures", 3418 "wasm-streams", 3419 "web-sys", 3420 "winreg", 3421] 3422 3423[[package]] 3424name = "rfc6979" 3425version = "0.3.1" 3426source = "registry+https://github.com/rust-lang/crates.io-index" 3427checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" 3428dependencies = [ 3429 "crypto-bigint 0.4.9", 3430 "hmac", 3431 "zeroize", 3432] 3433 3434[[package]] 3435name = "ring" 3436version = "0.17.8" 3437source = "registry+https://github.com/rust-lang/crates.io-index" 3438checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 3439dependencies = [ 3440 "cc", 3441 "cfg-if", 3442 "getrandom", 3443 "libc", 3444 "spin", 3445 "untrusted", 3446 "windows-sys 0.52.0", 3447] 3448 3449[[package]] 3450name = "rle-decode-fast" 3451version = "1.0.3" 3452source = "registry+https://github.com/rust-lang/crates.io-index" 3453checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" 3454 3455[[package]] 3456name = "rustc-demangle" 3457version = "0.1.23" 3458source = "registry+https://github.com/rust-lang/crates.io-index" 3459checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 3460 3461[[package]] 3462name = "rustc-hash" 3463version = "1.1.0" 3464source = "registry+https://github.com/rust-lang/crates.io-index" 3465checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 3466 3467[[package]] 3468name = "rustc_version" 3469version = "0.4.0" 3470source = "registry+https://github.com/rust-lang/crates.io-index" 3471checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 3472dependencies = [ 3473 "semver", 3474] 3475 3476[[package]] 3477name = "rustix" 3478version = "0.38.31" 3479source = "registry+https://github.com/rust-lang/crates.io-index" 3480checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" 3481dependencies = [ 3482 "bitflags 2.4.2", 3483 "errno", 3484 "libc", 3485 "linux-raw-sys", 3486 "windows-sys 0.52.0", 3487] 3488 3489[[package]] 3490name = "rustls" 3491version = "0.21.10" 3492source = "registry+https://github.com/rust-lang/crates.io-index" 3493checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" 3494dependencies = [ 3495 "log", 3496 "ring", 3497 "rustls-webpki", 3498 "sct", 3499] 3500 3501[[package]] 3502name = "rustls-native-certs" 3503version = "0.6.3" 3504source = "registry+https://github.com/rust-lang/crates.io-index" 3505checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 3506dependencies = [ 3507 "openssl-probe", 3508 "rustls-pemfile 1.0.4", 3509 "schannel", 3510 "security-framework", 3511] 3512 3513[[package]] 3514name = "rustls-pemfile" 3515version = "1.0.4" 3516source = "registry+https://github.com/rust-lang/crates.io-index" 3517checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 3518dependencies = [ 3519 "base64", 3520] 3521 3522[[package]] 3523name = "rustls-pemfile" 3524version = "2.1.1" 3525source = "registry+https://github.com/rust-lang/crates.io-index" 3526checksum = "f48172685e6ff52a556baa527774f61fcaa884f59daf3375c62a3f1cd2549dab" 3527dependencies = [ 3528 "base64", 3529 "rustls-pki-types", 3530] 3531 3532[[package]] 3533name = "rustls-pki-types" 3534version = "1.3.1" 3535source = "registry+https://github.com/rust-lang/crates.io-index" 3536checksum = "5ede67b28608b4c60685c7d54122d4400d90f62b40caee7700e700380a390fa8" 3537 3538[[package]] 3539name = "rustls-webpki" 3540version = "0.101.7" 3541source = "registry+https://github.com/rust-lang/crates.io-index" 3542checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 3543dependencies = [ 3544 "ring", 3545 "untrusted", 3546] 3547 3548[[package]] 3549name = "rustversion" 3550version = "1.0.14" 3551source = "registry+https://github.com/rust-lang/crates.io-index" 3552checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 3553 3554[[package]] 3555name = "ryu" 3556version = "1.0.17" 3557source = "registry+https://github.com/rust-lang/crates.io-index" 3558checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" 3559 3560[[package]] 3561name = "same-file" 3562version = "1.0.6" 3563source = "registry+https://github.com/rust-lang/crates.io-index" 3564checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3565dependencies = [ 3566 "winapi-util", 3567] 3568 3569[[package]] 3570name = "sample-arrow2" 3571version = "0.17.2" 3572source = "registry+https://github.com/rust-lang/crates.io-index" 3573checksum = "502b30097ae5cc57ee8359bb59d8af349db022492de04596119d83f561ab8977" 3574dependencies = [ 3575 "arrow2", 3576 "sample-std 0.2.1", 3577] 3578 3579[[package]] 3580name = "sample-std" 3581version = "0.1.1" 3582source = "registry+https://github.com/rust-lang/crates.io-index" 3583checksum = "567a153dc3302ce838920fb095c025a6d0529fff0290d25deeec2136e41a57c8" 3584dependencies = [ 3585 "casey", 3586 "quickcheck", 3587 "rand", 3588 "rand_regex", 3589 "regex", 3590] 3591 3592[[package]] 3593name = "sample-std" 3594version = "0.2.1" 3595source = "registry+https://github.com/rust-lang/crates.io-index" 3596checksum = "948bd219c6eb2b2ca1e004d8aefa8bbcf12614f60e0139b1758b49f9a94358c8" 3597dependencies = [ 3598 "casey", 3599 "quickcheck", 3600 "rand", 3601 "rand_regex", 3602 "regex", 3603] 3604 3605[[package]] 3606name = "sample-test" 3607version = "0.1.1" 3608source = "registry+https://github.com/rust-lang/crates.io-index" 3609checksum = "713e500947ff19fc1ae2805afa33ef45f3bb2ec656c77d92252d24cf9e3091b2" 3610dependencies = [ 3611 "quickcheck", 3612 "sample-std 0.1.1", 3613 "sample-test-macros", 3614] 3615 3616[[package]] 3617name = "sample-test-macros" 3618version = "0.1.1" 3619source = "registry+https://github.com/rust-lang/crates.io-index" 3620checksum = "df1a2c832a259aae95b6ed1da3aa377111ffde38d4282fa734faa3fff356534e" 3621dependencies = [ 3622 "proc-macro2", 3623 "quote", 3624 "sample-std 0.1.1", 3625 "syn 1.0.109", 3626] 3627 3628[[package]] 3629name = "schannel" 3630version = "0.1.23" 3631source = "registry+https://github.com/rust-lang/crates.io-index" 3632checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 3633dependencies = [ 3634 "windows-sys 0.52.0", 3635] 3636 3637[[package]] 3638name = "scopeguard" 3639version = "1.2.0" 3640source = "registry+https://github.com/rust-lang/crates.io-index" 3641checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3642 3643[[package]] 3644name = "sct" 3645version = "0.7.1" 3646source = "registry+https://github.com/rust-lang/crates.io-index" 3647checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 3648dependencies = [ 3649 "ring", 3650 "untrusted", 3651] 3652 3653[[package]] 3654name = "sec1" 3655version = "0.3.0" 3656source = "registry+https://github.com/rust-lang/crates.io-index" 3657checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" 3658dependencies = [ 3659 "base16ct", 3660 "der", 3661 "generic-array", 3662 "pkcs8", 3663 "subtle", 3664 "zeroize", 3665] 3666 3667[[package]] 3668name = "security-framework" 3669version = "2.9.2" 3670source = "registry+https://github.com/rust-lang/crates.io-index" 3671checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" 3672dependencies = [ 3673 "bitflags 1.3.2", 3674 "core-foundation", 3675 "core-foundation-sys", 3676 "libc", 3677 "security-framework-sys", 3678] 3679 3680[[package]] 3681name = "security-framework-sys" 3682version = "2.9.1" 3683source = "registry+https://github.com/rust-lang/crates.io-index" 3684checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" 3685dependencies = [ 3686 "core-foundation-sys", 3687 "libc", 3688] 3689 3690[[package]] 3691name = "semver" 3692version = "1.0.22" 3693source = "registry+https://github.com/rust-lang/crates.io-index" 3694checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" 3695dependencies = [ 3696 "serde", 3697] 3698 3699[[package]] 3700name = "seq-macro" 3701version = "0.3.5" 3702source = "registry+https://github.com/rust-lang/crates.io-index" 3703checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" 3704 3705[[package]] 3706name = "serde" 3707version = "1.0.197" 3708source = "registry+https://github.com/rust-lang/crates.io-index" 3709checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" 3710dependencies = [ 3711 "serde_derive", 3712] 3713 3714[[package]] 3715name = "serde_derive" 3716version = "1.0.197" 3717source = "registry+https://github.com/rust-lang/crates.io-index" 3718checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" 3719dependencies = [ 3720 "proc-macro2", 3721 "quote", 3722 "syn 2.0.52", 3723] 3724 3725[[package]] 3726name = "serde_json" 3727version = "1.0.114" 3728source = "registry+https://github.com/rust-lang/crates.io-index" 3729checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" 3730dependencies = [ 3731 "indexmap", 3732 "itoa", 3733 "ryu", 3734 "serde", 3735] 3736 3737[[package]] 3738name = "serde_spanned" 3739version = "0.6.5" 3740source = "registry+https://github.com/rust-lang/crates.io-index" 3741checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" 3742dependencies = [ 3743 "serde", 3744] 3745 3746[[package]] 3747name = "serde_urlencoded" 3748version = "0.7.1" 3749source = "registry+https://github.com/rust-lang/crates.io-index" 3750checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3751dependencies = [ 3752 "form_urlencoded", 3753 "itoa", 3754 "ryu", 3755 "serde", 3756] 3757 3758[[package]] 3759name = "sha1" 3760version = "0.10.6" 3761source = "registry+https://github.com/rust-lang/crates.io-index" 3762checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3763dependencies = [ 3764 "cfg-if", 3765 "cpufeatures", 3766 "digest", 3767] 3768 3769[[package]] 3770name = "sha2" 3771version = "0.10.8" 3772source = "registry+https://github.com/rust-lang/crates.io-index" 3773checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 3774dependencies = [ 3775 "cfg-if", 3776 "cpufeatures", 3777 "digest", 3778] 3779 3780[[package]] 3781name = "signal-hook-registry" 3782version = "1.4.1" 3783source = "registry+https://github.com/rust-lang/crates.io-index" 3784checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 3785dependencies = [ 3786 "libc", 3787] 3788 3789[[package]] 3790name = "signature" 3791version = "1.6.4" 3792source = "registry+https://github.com/rust-lang/crates.io-index" 3793checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" 3794dependencies = [ 3795 "digest", 3796 "rand_core", 3797] 3798 3799[[package]] 3800name = "simd-json" 3801version = "0.13.8" 3802source = "registry+https://github.com/rust-lang/crates.io-index" 3803checksum = "2faf8f101b9bc484337a6a6b0409cf76c139f2fb70a9e3aee6b6774be7bfbf76" 3804dependencies = [ 3805 "ahash", 3806 "getrandom", 3807 "halfbrown", 3808 "lexical-core", 3809 "once_cell", 3810 "ref-cast", 3811 "serde", 3812 "serde_json", 3813 "simdutf8", 3814 "value-trait", 3815] 3816 3817[[package]] 3818name = "simdutf8" 3819version = "0.1.4" 3820source = "registry+https://github.com/rust-lang/crates.io-index" 3821checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" 3822 3823[[package]] 3824name = "siphasher" 3825version = "0.3.11" 3826source = "registry+https://github.com/rust-lang/crates.io-index" 3827checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 3828 3829[[package]] 3830name = "slab" 3831version = "0.4.9" 3832source = "registry+https://github.com/rust-lang/crates.io-index" 3833checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 3834dependencies = [ 3835 "autocfg", 3836] 3837 3838[[package]] 3839name = "smallvec" 3840version = "1.13.1" 3841source = "registry+https://github.com/rust-lang/crates.io-index" 3842checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" 3843 3844[[package]] 3845name = "smartstring" 3846version = "1.0.1" 3847source = "registry+https://github.com/rust-lang/crates.io-index" 3848checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29" 3849dependencies = [ 3850 "autocfg", 3851 "serde", 3852 "static_assertions", 3853 "version_check", 3854] 3855 3856[[package]] 3857name = "snafu" 3858version = "0.7.5" 3859source = "registry+https://github.com/rust-lang/crates.io-index" 3860checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6" 3861dependencies = [ 3862 "doc-comment", 3863 "snafu-derive", 3864] 3865 3866[[package]] 3867name = "snafu-derive" 3868version = "0.7.5" 3869source = "registry+https://github.com/rust-lang/crates.io-index" 3870checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf" 3871dependencies = [ 3872 "heck", 3873 "proc-macro2", 3874 "quote", 3875 "syn 1.0.109", 3876] 3877 3878[[package]] 3879name = "snap" 3880version = "1.1.1" 3881source = "registry+https://github.com/rust-lang/crates.io-index" 3882checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" 3883 3884[[package]] 3885name = "socket2" 3886version = "0.5.6" 3887source = "registry+https://github.com/rust-lang/crates.io-index" 3888checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" 3889dependencies = [ 3890 "libc", 3891 "windows-sys 0.52.0", 3892] 3893 3894[[package]] 3895name = "spin" 3896version = "0.9.8" 3897source = "registry+https://github.com/rust-lang/crates.io-index" 3898checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 3899 3900[[package]] 3901name = "spki" 3902version = "0.6.0" 3903source = "registry+https://github.com/rust-lang/crates.io-index" 3904checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" 3905dependencies = [ 3906 "base64ct", 3907 "der", 3908] 3909 3910[[package]] 3911name = "sqlparser" 3912version = "0.39.0" 3913source = "registry+https://github.com/rust-lang/crates.io-index" 3914checksum = "743b4dc2cbde11890ccb254a8fc9d537fa41b36da00de2a1c5e9848c9bc42bd7" 3915dependencies = [ 3916 "log", 3917] 3918 3919[[package]] 3920name = "static_assertions" 3921version = "1.1.0" 3922source = "registry+https://github.com/rust-lang/crates.io-index" 3923checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3924 3925[[package]] 3926name = "streaming-decompression" 3927version = "0.1.2" 3928source = "registry+https://github.com/rust-lang/crates.io-index" 3929checksum = "bf6cc3b19bfb128a8ad11026086e31d3ce9ad23f8ea37354b31383a187c44cf3" 3930dependencies = [ 3931 "fallible-streaming-iterator", 3932] 3933 3934[[package]] 3935name = "streaming-iterator" 3936version = "0.1.9" 3937source = "registry+https://github.com/rust-lang/crates.io-index" 3938checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520" 3939 3940[[package]] 3941name = "strength_reduce" 3942version = "0.2.4" 3943source = "registry+https://github.com/rust-lang/crates.io-index" 3944checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82" 3945 3946[[package]] 3947name = "strum" 3948version = "0.25.0" 3949source = "registry+https://github.com/rust-lang/crates.io-index" 3950checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" 3951 3952[[package]] 3953name = "strum_macros" 3954version = "0.25.3" 3955source = "registry+https://github.com/rust-lang/crates.io-index" 3956checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" 3957dependencies = [ 3958 "heck", 3959 "proc-macro2", 3960 "quote", 3961 "rustversion", 3962 "syn 2.0.52", 3963] 3964 3965[[package]] 3966name = "subtle" 3967version = "2.5.0" 3968source = "registry+https://github.com/rust-lang/crates.io-index" 3969checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 3970 3971[[package]] 3972name = "syn" 3973version = "1.0.109" 3974source = "registry+https://github.com/rust-lang/crates.io-index" 3975checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3976dependencies = [ 3977 "proc-macro2", 3978 "quote", 3979 "unicode-ident", 3980] 3981 3982[[package]] 3983name = "syn" 3984version = "2.0.52" 3985source = "registry+https://github.com/rust-lang/crates.io-index" 3986checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" 3987dependencies = [ 3988 "proc-macro2", 3989 "quote", 3990 "unicode-ident", 3991] 3992 3993[[package]] 3994name = "sync_wrapper" 3995version = "0.1.2" 3996source = "registry+https://github.com/rust-lang/crates.io-index" 3997checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 3998 3999[[package]] 4000name = "sysinfo" 4001version = "0.30.7" 4002source = "registry+https://github.com/rust-lang/crates.io-index" 4003checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18" 4004dependencies = [ 4005 "cfg-if", 4006 "core-foundation-sys", 4007 "libc", 4008 "ntapi", 4009 "once_cell", 4010 "windows", 4011] 4012 4013[[package]] 4014name = "system-configuration" 4015version = "0.5.1" 4016source = "registry+https://github.com/rust-lang/crates.io-index" 4017checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 4018dependencies = [ 4019 "bitflags 1.3.2", 4020 "core-foundation", 4021 "system-configuration-sys", 4022] 4023 4024[[package]] 4025name = "system-configuration-sys" 4026version = "0.5.0" 4027source = "registry+https://github.com/rust-lang/crates.io-index" 4028checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 4029dependencies = [ 4030 "core-foundation-sys", 4031 "libc", 4032] 4033 4034[[package]] 4035name = "target-features" 4036version = "0.1.5" 4037source = "registry+https://github.com/rust-lang/crates.io-index" 4038checksum = "cfb5fa503293557c5158bd215fdc225695e567a77e453f5d4452a50a193969bd" 4039 4040[[package]] 4041name = "target-lexicon" 4042version = "0.12.14" 4043source = "registry+https://github.com/rust-lang/crates.io-index" 4044checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" 4045 4046[[package]] 4047name = "tempfile" 4048version = "3.10.1" 4049source = "registry+https://github.com/rust-lang/crates.io-index" 4050checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 4051dependencies = [ 4052 "cfg-if", 4053 "fastrand", 4054 "rustix", 4055 "windows-sys 0.52.0", 4056] 4057 4058[[package]] 4059name = "thiserror" 4060version = "1.0.57" 4061source = "registry+https://github.com/rust-lang/crates.io-index" 4062checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" 4063dependencies = [ 4064 "thiserror-impl", 4065] 4066 4067[[package]] 4068name = "thiserror-impl" 4069version = "1.0.57" 4070source = "registry+https://github.com/rust-lang/crates.io-index" 4071checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" 4072dependencies = [ 4073 "proc-macro2", 4074 "quote", 4075 "syn 2.0.52", 4076] 4077 4078[[package]] 4079name = "time" 4080version = "0.3.34" 4081source = "registry+https://github.com/rust-lang/crates.io-index" 4082checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" 4083dependencies = [ 4084 "deranged", 4085 "num-conv", 4086 "powerfmt", 4087 "serde", 4088 "time-core", 4089 "time-macros", 4090] 4091 4092[[package]] 4093name = "time-core" 4094version = "0.1.2" 4095source = "registry+https://github.com/rust-lang/crates.io-index" 4096checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 4097 4098[[package]] 4099name = "time-macros" 4100version = "0.2.17" 4101source = "registry+https://github.com/rust-lang/crates.io-index" 4102checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" 4103dependencies = [ 4104 "num-conv", 4105 "time-core", 4106] 4107 4108[[package]] 4109name = "tiny-keccak" 4110version = "2.0.2" 4111source = "registry+https://github.com/rust-lang/crates.io-index" 4112checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 4113dependencies = [ 4114 "crunchy", 4115] 4116 4117[[package]] 4118name = "tinytemplate" 4119version = "1.2.1" 4120source = "registry+https://github.com/rust-lang/crates.io-index" 4121checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 4122dependencies = [ 4123 "serde", 4124 "serde_json", 4125] 4126 4127[[package]] 4128name = "tinyvec" 4129version = "1.6.0" 4130source = "registry+https://github.com/rust-lang/crates.io-index" 4131checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 4132dependencies = [ 4133 "tinyvec_macros", 4134] 4135 4136[[package]] 4137name = "tinyvec_macros" 4138version = "0.1.1" 4139source = "registry+https://github.com/rust-lang/crates.io-index" 4140checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 4141 4142[[package]] 4143name = "tokio" 4144version = "1.36.0" 4145source = "registry+https://github.com/rust-lang/crates.io-index" 4146checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" 4147dependencies = [ 4148 "backtrace", 4149 "bytes", 4150 "libc", 4151 "mio", 4152 "num_cpus", 4153 "pin-project-lite", 4154 "signal-hook-registry", 4155 "socket2", 4156 "tokio-macros", 4157 "windows-sys 0.48.0", 4158] 4159 4160[[package]] 4161name = "tokio-macros" 4162version = "2.2.0" 4163source = "registry+https://github.com/rust-lang/crates.io-index" 4164checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" 4165dependencies = [ 4166 "proc-macro2", 4167 "quote", 4168 "syn 2.0.52", 4169] 4170 4171[[package]] 4172name = "tokio-rustls" 4173version = "0.24.1" 4174source = "registry+https://github.com/rust-lang/crates.io-index" 4175checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 4176dependencies = [ 4177 "rustls", 4178 "tokio", 4179] 4180 4181[[package]] 4182name = "tokio-util" 4183version = "0.7.10" 4184source = "registry+https://github.com/rust-lang/crates.io-index" 4185checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" 4186dependencies = [ 4187 "bytes", 4188 "futures-core", 4189 "futures-io", 4190 "futures-sink", 4191 "pin-project-lite", 4192 "tokio", 4193 "tracing", 4194] 4195 4196[[package]] 4197name = "toml" 4198version = "0.7.8" 4199source = "registry+https://github.com/rust-lang/crates.io-index" 4200checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" 4201dependencies = [ 4202 "serde", 4203 "serde_spanned", 4204 "toml_datetime", 4205 "toml_edit", 4206] 4207 4208[[package]] 4209name = "toml_datetime" 4210version = "0.6.5" 4211source = "registry+https://github.com/rust-lang/crates.io-index" 4212checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 4213dependencies = [ 4214 "serde", 4215] 4216 4217[[package]] 4218name = "toml_edit" 4219version = "0.19.15" 4220source = "registry+https://github.com/rust-lang/crates.io-index" 4221checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 4222dependencies = [ 4223 "indexmap", 4224 "serde", 4225 "serde_spanned", 4226 "toml_datetime", 4227 "winnow", 4228] 4229 4230[[package]] 4231name = "tower-service" 4232version = "0.3.2" 4233source = "registry+https://github.com/rust-lang/crates.io-index" 4234checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 4235 4236[[package]] 4237name = "tracing" 4238version = "0.1.40" 4239source = "registry+https://github.com/rust-lang/crates.io-index" 4240checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 4241dependencies = [ 4242 "pin-project-lite", 4243 "tracing-attributes", 4244 "tracing-core", 4245] 4246 4247[[package]] 4248name = "tracing-attributes" 4249version = "0.1.27" 4250source = "registry+https://github.com/rust-lang/crates.io-index" 4251checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 4252dependencies = [ 4253 "proc-macro2", 4254 "quote", 4255 "syn 2.0.52", 4256] 4257 4258[[package]] 4259name = "tracing-core" 4260version = "0.1.32" 4261source = "registry+https://github.com/rust-lang/crates.io-index" 4262checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 4263dependencies = [ 4264 "once_cell", 4265] 4266 4267[[package]] 4268name = "try-lock" 4269version = "0.2.5" 4270source = "registry+https://github.com/rust-lang/crates.io-index" 4271checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 4272 4273[[package]] 4274name = "typed-builder" 4275version = "0.16.2" 4276source = "registry+https://github.com/rust-lang/crates.io-index" 4277checksum = "34085c17941e36627a879208083e25d357243812c30e7d7387c3b954f30ade16" 4278dependencies = [ 4279 "typed-builder-macro", 4280] 4281 4282[[package]] 4283name = "typed-builder-macro" 4284version = "0.16.2" 4285source = "registry+https://github.com/rust-lang/crates.io-index" 4286checksum = "f03ca4cb38206e2bef0700092660bb74d696f808514dae47fa1467cbfe26e96e" 4287dependencies = [ 4288 "proc-macro2", 4289 "quote", 4290 "syn 2.0.52", 4291] 4292 4293[[package]] 4294name = "typenum" 4295version = "1.17.0" 4296source = "registry+https://github.com/rust-lang/crates.io-index" 4297checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 4298 4299[[package]] 4300name = "unarray" 4301version = "0.1.4" 4302source = "registry+https://github.com/rust-lang/crates.io-index" 4303checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" 4304 4305[[package]] 4306name = "unicode-bidi" 4307version = "0.3.15" 4308source = "registry+https://github.com/rust-lang/crates.io-index" 4309checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 4310 4311[[package]] 4312name = "unicode-ident" 4313version = "1.0.12" 4314source = "registry+https://github.com/rust-lang/crates.io-index" 4315checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 4316 4317[[package]] 4318name = "unicode-normalization" 4319version = "0.1.23" 4320source = "registry+https://github.com/rust-lang/crates.io-index" 4321checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 4322dependencies = [ 4323 "tinyvec", 4324] 4325 4326[[package]] 4327name = "unicode-reverse" 4328version = "1.0.8" 4329source = "registry+https://github.com/rust-lang/crates.io-index" 4330checksum = "0bea5dacebb0d2d0a69a6700a05b59b3908bf801bf563a49bd27a1b60122962c" 4331dependencies = [ 4332 "unicode-segmentation", 4333] 4334 4335[[package]] 4336name = "unicode-segmentation" 4337version = "1.11.0" 4338source = "registry+https://github.com/rust-lang/crates.io-index" 4339checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 4340 4341[[package]] 4342name = "unicode-width" 4343version = "0.1.11" 4344source = "registry+https://github.com/rust-lang/crates.io-index" 4345checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 4346 4347[[package]] 4348name = "unindent" 4349version = "0.2.3" 4350source = "registry+https://github.com/rust-lang/crates.io-index" 4351checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" 4352 4353[[package]] 4354name = "untrusted" 4355version = "0.9.0" 4356source = "registry+https://github.com/rust-lang/crates.io-index" 4357checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 4358 4359[[package]] 4360name = "url" 4361version = "2.5.0" 4362source = "registry+https://github.com/rust-lang/crates.io-index" 4363checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 4364dependencies = [ 4365 "form_urlencoded", 4366 "idna", 4367 "percent-encoding", 4368] 4369 4370[[package]] 4371name = "urlencoding" 4372version = "2.1.3" 4373source = "registry+https://github.com/rust-lang/crates.io-index" 4374checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 4375 4376[[package]] 4377name = "uuid" 4378version = "1.7.0" 4379source = "registry+https://github.com/rust-lang/crates.io-index" 4380checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" 4381dependencies = [ 4382 "getrandom", 4383 "serde", 4384] 4385 4386[[package]] 4387name = "value-trait" 4388version = "0.8.1" 4389source = "registry+https://github.com/rust-lang/crates.io-index" 4390checksum = "dad8db98c1e677797df21ba03fca7d3bf9bec3ca38db930954e4fe6e1ea27eb4" 4391dependencies = [ 4392 "float-cmp", 4393 "halfbrown", 4394 "itoa", 4395 "ryu", 4396] 4397 4398[[package]] 4399name = "vcpkg" 4400version = "0.2.15" 4401source = "registry+https://github.com/rust-lang/crates.io-index" 4402checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 4403 4404[[package]] 4405name = "version_check" 4406version = "0.9.4" 4407source = "registry+https://github.com/rust-lang/crates.io-index" 4408checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 4409 4410[[package]] 4411name = "vsimd" 4412version = "0.8.0" 4413source = "registry+https://github.com/rust-lang/crates.io-index" 4414checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 4415 4416[[package]] 4417name = "walkdir" 4418version = "2.5.0" 4419source = "registry+https://github.com/rust-lang/crates.io-index" 4420checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4421dependencies = [ 4422 "same-file", 4423 "winapi-util", 4424] 4425 4426[[package]] 4427name = "want" 4428version = "0.3.1" 4429source = "registry+https://github.com/rust-lang/crates.io-index" 4430checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 4431dependencies = [ 4432 "try-lock", 4433] 4434 4435[[package]] 4436name = "wasi" 4437version = "0.11.0+wasi-snapshot-preview1" 4438source = "registry+https://github.com/rust-lang/crates.io-index" 4439checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 4440 4441[[package]] 4442name = "wasm-bindgen" 4443version = "0.2.92" 4444source = "registry+https://github.com/rust-lang/crates.io-index" 4445checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 4446dependencies = [ 4447 "cfg-if", 4448 "wasm-bindgen-macro", 4449] 4450 4451[[package]] 4452name = "wasm-bindgen-backend" 4453version = "0.2.92" 4454source = "registry+https://github.com/rust-lang/crates.io-index" 4455checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 4456dependencies = [ 4457 "bumpalo", 4458 "log", 4459 "once_cell", 4460 "proc-macro2", 4461 "quote", 4462 "syn 2.0.52", 4463 "wasm-bindgen-shared", 4464] 4465 4466[[package]] 4467name = "wasm-bindgen-futures" 4468version = "0.4.42" 4469source = "registry+https://github.com/rust-lang/crates.io-index" 4470checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 4471dependencies = [ 4472 "cfg-if", 4473 "js-sys", 4474 "wasm-bindgen", 4475 "web-sys", 4476] 4477 4478[[package]] 4479name = "wasm-bindgen-macro" 4480version = "0.2.92" 4481source = "registry+https://github.com/rust-lang/crates.io-index" 4482checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 4483dependencies = [ 4484 "quote", 4485 "wasm-bindgen-macro-support", 4486] 4487 4488[[package]] 4489name = "wasm-bindgen-macro-support" 4490version = "0.2.92" 4491source = "registry+https://github.com/rust-lang/crates.io-index" 4492checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 4493dependencies = [ 4494 "proc-macro2", 4495 "quote", 4496 "syn 2.0.52", 4497 "wasm-bindgen-backend", 4498 "wasm-bindgen-shared", 4499] 4500 4501[[package]] 4502name = "wasm-bindgen-shared" 4503version = "0.2.92" 4504source = "registry+https://github.com/rust-lang/crates.io-index" 4505checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 4506 4507[[package]] 4508name = "wasm-streams" 4509version = "0.4.0" 4510source = "registry+https://github.com/rust-lang/crates.io-index" 4511checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129" 4512dependencies = [ 4513 "futures-util", 4514 "js-sys", 4515 "wasm-bindgen", 4516 "wasm-bindgen-futures", 4517 "web-sys", 4518] 4519 4520[[package]] 4521name = "web-sys" 4522version = "0.3.69" 4523source = "registry+https://github.com/rust-lang/crates.io-index" 4524checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 4525dependencies = [ 4526 "js-sys", 4527 "wasm-bindgen", 4528] 4529 4530[[package]] 4531name = "winapi" 4532version = "0.3.9" 4533source = "registry+https://github.com/rust-lang/crates.io-index" 4534checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4535dependencies = [ 4536 "winapi-i686-pc-windows-gnu", 4537 "winapi-x86_64-pc-windows-gnu", 4538] 4539 4540[[package]] 4541name = "winapi-i686-pc-windows-gnu" 4542version = "0.4.0" 4543source = "registry+https://github.com/rust-lang/crates.io-index" 4544checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4545 4546[[package]] 4547name = "winapi-util" 4548version = "0.1.6" 4549source = "registry+https://github.com/rust-lang/crates.io-index" 4550checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 4551dependencies = [ 4552 "winapi", 4553] 4554 4555[[package]] 4556name = "winapi-x86_64-pc-windows-gnu" 4557version = "0.4.0" 4558source = "registry+https://github.com/rust-lang/crates.io-index" 4559checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4560 4561[[package]] 4562name = "windows" 4563version = "0.52.0" 4564source = "registry+https://github.com/rust-lang/crates.io-index" 4565checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 4566dependencies = [ 4567 "windows-core", 4568 "windows-targets 0.52.4", 4569] 4570 4571[[package]] 4572name = "windows-core" 4573version = "0.52.0" 4574source = "registry+https://github.com/rust-lang/crates.io-index" 4575checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 4576dependencies = [ 4577 "windows-targets 0.52.4", 4578] 4579 4580[[package]] 4581name = "windows-sys" 4582version = "0.48.0" 4583source = "registry+https://github.com/rust-lang/crates.io-index" 4584checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4585dependencies = [ 4586 "windows-targets 0.48.5", 4587] 4588 4589[[package]] 4590name = "windows-sys" 4591version = "0.52.0" 4592source = "registry+https://github.com/rust-lang/crates.io-index" 4593checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4594dependencies = [ 4595 "windows-targets 0.52.4", 4596] 4597 4598[[package]] 4599name = "windows-targets" 4600version = "0.48.5" 4601source = "registry+https://github.com/rust-lang/crates.io-index" 4602checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4603dependencies = [ 4604 "windows_aarch64_gnullvm 0.48.5", 4605 "windows_aarch64_msvc 0.48.5", 4606 "windows_i686_gnu 0.48.5", 4607 "windows_i686_msvc 0.48.5", 4608 "windows_x86_64_gnu 0.48.5", 4609 "windows_x86_64_gnullvm 0.48.5", 4610 "windows_x86_64_msvc 0.48.5", 4611] 4612 4613[[package]] 4614name = "windows-targets" 4615version = "0.52.4" 4616source = "registry+https://github.com/rust-lang/crates.io-index" 4617checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" 4618dependencies = [ 4619 "windows_aarch64_gnullvm 0.52.4", 4620 "windows_aarch64_msvc 0.52.4", 4621 "windows_i686_gnu 0.52.4", 4622 "windows_i686_msvc 0.52.4", 4623 "windows_x86_64_gnu 0.52.4", 4624 "windows_x86_64_gnullvm 0.52.4", 4625 "windows_x86_64_msvc 0.52.4", 4626] 4627 4628[[package]] 4629name = "windows_aarch64_gnullvm" 4630version = "0.48.5" 4631source = "registry+https://github.com/rust-lang/crates.io-index" 4632checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4633 4634[[package]] 4635name = "windows_aarch64_gnullvm" 4636version = "0.52.4" 4637source = "registry+https://github.com/rust-lang/crates.io-index" 4638checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" 4639 4640[[package]] 4641name = "windows_aarch64_msvc" 4642version = "0.48.5" 4643source = "registry+https://github.com/rust-lang/crates.io-index" 4644checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4645 4646[[package]] 4647name = "windows_aarch64_msvc" 4648version = "0.52.4" 4649source = "registry+https://github.com/rust-lang/crates.io-index" 4650checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" 4651 4652[[package]] 4653name = "windows_i686_gnu" 4654version = "0.48.5" 4655source = "registry+https://github.com/rust-lang/crates.io-index" 4656checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4657 4658[[package]] 4659name = "windows_i686_gnu" 4660version = "0.52.4" 4661source = "registry+https://github.com/rust-lang/crates.io-index" 4662checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" 4663 4664[[package]] 4665name = "windows_i686_msvc" 4666version = "0.48.5" 4667source = "registry+https://github.com/rust-lang/crates.io-index" 4668checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4669 4670[[package]] 4671name = "windows_i686_msvc" 4672version = "0.52.4" 4673source = "registry+https://github.com/rust-lang/crates.io-index" 4674checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" 4675 4676[[package]] 4677name = "windows_x86_64_gnu" 4678version = "0.48.5" 4679source = "registry+https://github.com/rust-lang/crates.io-index" 4680checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4681 4682[[package]] 4683name = "windows_x86_64_gnu" 4684version = "0.52.4" 4685source = "registry+https://github.com/rust-lang/crates.io-index" 4686checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" 4687 4688[[package]] 4689name = "windows_x86_64_gnullvm" 4690version = "0.48.5" 4691source = "registry+https://github.com/rust-lang/crates.io-index" 4692checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4693 4694[[package]] 4695name = "windows_x86_64_gnullvm" 4696version = "0.52.4" 4697source = "registry+https://github.com/rust-lang/crates.io-index" 4698checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" 4699 4700[[package]] 4701name = "windows_x86_64_msvc" 4702version = "0.48.5" 4703source = "registry+https://github.com/rust-lang/crates.io-index" 4704checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4705 4706[[package]] 4707name = "windows_x86_64_msvc" 4708version = "0.52.4" 4709source = "registry+https://github.com/rust-lang/crates.io-index" 4710checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" 4711 4712[[package]] 4713name = "winnow" 4714version = "0.5.40" 4715source = "registry+https://github.com/rust-lang/crates.io-index" 4716checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 4717dependencies = [ 4718 "memchr", 4719] 4720 4721[[package]] 4722name = "winreg" 4723version = "0.50.0" 4724source = "registry+https://github.com/rust-lang/crates.io-index" 4725checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 4726dependencies = [ 4727 "cfg-if", 4728 "windows-sys 0.48.0", 4729] 4730 4731[[package]] 4732name = "xmlparser" 4733version = "0.13.6" 4734source = "registry+https://github.com/rust-lang/crates.io-index" 4735checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" 4736 4737[[package]] 4738name = "xxhash-rust" 4739version = "0.8.10" 4740source = "registry+https://github.com/rust-lang/crates.io-index" 4741checksum = "927da81e25be1e1a2901d59b81b37dd2efd1fc9c9345a55007f09bf5a2d3ee03" 4742 4743[[package]] 4744name = "zerocopy" 4745version = "0.7.32" 4746source = "registry+https://github.com/rust-lang/crates.io-index" 4747checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" 4748dependencies = [ 4749 "zerocopy-derive", 4750] 4751 4752[[package]] 4753name = "zerocopy-derive" 4754version = "0.7.32" 4755source = "registry+https://github.com/rust-lang/crates.io-index" 4756checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" 4757dependencies = [ 4758 "proc-macro2", 4759 "quote", 4760 "syn 2.0.52", 4761] 4762 4763[[package]] 4764name = "zeroize" 4765version = "1.7.0" 4766source = "registry+https://github.com/rust-lang/crates.io-index" 4767checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" 4768 4769[[package]] 4770name = "zstd" 4771version = "0.13.0" 4772source = "registry+https://github.com/rust-lang/crates.io-index" 4773checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110" 4774dependencies = [ 4775 "zstd-safe", 4776] 4777 4778[[package]] 4779name = "zstd-safe" 4780version = "7.0.0" 4781source = "registry+https://github.com/rust-lang/crates.io-index" 4782checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e" 4783dependencies = [ 4784 "zstd-sys", 4785] 4786 4787[[package]] 4788name = "zstd-sys" 4789version = "2.0.9+zstd.1.5.5" 4790source = "registry+https://github.com/rust-lang/crates.io-index" 4791checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656" 4792dependencies = [ 4793 "cc", 4794 "pkg-config", 4795]