1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "ahash" 7version = "0.7.6" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 10dependencies = [ 11 "getrandom", 12 "once_cell", 13 "version_check", 14] 15 16[[package]] 17name = "ahash" 18version = "0.8.3" 19source = "registry+https://github.com/rust-lang/crates.io-index" 20checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" 21dependencies = [ 22 "cfg-if", 23 "once_cell", 24 "version_check", 25] 26 27[[package]] 28name = "anstream" 29version = "0.6.1" 30source = "registry+https://github.com/rust-lang/crates.io-index" 31checksum = "f6cd65a4b849ace0b7f6daeebcc1a1d111282227ca745458c61dbf670e52a597" 32dependencies = [ 33 "anstyle", 34 "anstyle-parse", 35 "anstyle-query", 36 "anstyle-wincon", 37 "colorchoice", 38 "utf8parse", 39] 40 41[[package]] 42name = "anstyle" 43version = "1.0.4" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" 46 47[[package]] 48name = "anstyle-parse" 49version = "0.2.2" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140" 52dependencies = [ 53 "utf8parse", 54] 55 56[[package]] 57name = "anstyle-query" 58version = "1.0.0" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 61dependencies = [ 62 "windows-sys 0.48.0", 63] 64 65[[package]] 66name = "anstyle-wincon" 67version = "3.0.0" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "0238ca56c96dfa37bdf7c373c8886dd591322500aceeeccdb2216fe06dc2f796" 70dependencies = [ 71 "anstyle", 72 "windows-sys 0.48.0", 73] 74 75[[package]] 76name = "anyhow" 77version = "1.0.75" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 80 81[[package]] 82name = "arrayvec" 83version = "0.7.4" 84source = "registry+https://github.com/rust-lang/crates.io-index" 85checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 86 87[[package]] 88name = "atty" 89version = "0.2.14" 90source = "registry+https://github.com/rust-lang/crates.io-index" 91checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 92dependencies = [ 93 "hermit-abi 0.1.19", 94 "libc", 95 "winapi", 96] 97 98[[package]] 99name = "autocfg" 100version = "0.1.8" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78" 103dependencies = [ 104 "autocfg 1.1.0", 105] 106 107[[package]] 108name = "autocfg" 109version = "1.1.0" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 112 113[[package]] 114name = "bitflags" 115version = "1.3.2" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 118 119[[package]] 120name = "bitflags" 121version = "2.4.0" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 124 125[[package]] 126name = "bitvec" 127version = "1.0.1" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 130dependencies = [ 131 "funty", 132 "radium", 133 "tap", 134 "wyz", 135] 136 137[[package]] 138name = "borsh" 139version = "0.10.3" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b" 142dependencies = [ 143 "borsh-derive", 144 "hashbrown 0.13.2", 145] 146 147[[package]] 148name = "borsh-derive" 149version = "0.10.3" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7" 152dependencies = [ 153 "borsh-derive-internal", 154 "borsh-schema-derive-internal", 155 "proc-macro-crate", 156 "proc-macro2", 157 "syn 1.0.109", 158] 159 160[[package]] 161name = "borsh-derive-internal" 162version = "0.10.3" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb" 165dependencies = [ 166 "proc-macro2", 167 "quote", 168 "syn 1.0.109", 169] 170 171[[package]] 172name = "borsh-schema-derive-internal" 173version = "0.10.3" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd" 176dependencies = [ 177 "proc-macro2", 178 "quote", 179 "syn 1.0.109", 180] 181 182[[package]] 183name = "bytecheck" 184version = "0.6.11" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627" 187dependencies = [ 188 "bytecheck_derive", 189 "ptr_meta", 190 "simdutf8", 191] 192 193[[package]] 194name = "bytecheck_derive" 195version = "0.6.11" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61" 198dependencies = [ 199 "proc-macro2", 200 "quote", 201 "syn 1.0.109", 202] 203 204[[package]] 205name = "bytes" 206version = "1.5.0" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 209 210[[package]] 211name = "cargo_bindeps" 212version = "0.1.0" 213dependencies = [ 214 "hyperfine", 215] 216 217[[package]] 218name = "cc" 219version = "1.0.83" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 222dependencies = [ 223 "libc", 224] 225 226[[package]] 227name = "cfg-if" 228version = "1.0.0" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 231 232[[package]] 233name = "clap" 234version = "4.4.6" 235source = "registry+https://github.com/rust-lang/crates.io-index" 236checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956" 237dependencies = [ 238 "clap_builder", 239] 240 241[[package]] 242name = "clap_builder" 243version = "4.4.6" 244source = "registry+https://github.com/rust-lang/crates.io-index" 245checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45" 246dependencies = [ 247 "anstream", 248 "anstyle", 249 "clap_lex", 250 "strsim", 251 "terminal_size", 252] 253 254[[package]] 255name = "clap_complete" 256version = "4.4.3" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "e3ae8ba90b9d8b007efe66e55e48fb936272f5ca00349b5b0e89877520d35ea7" 259dependencies = [ 260 "clap", 261] 262 263[[package]] 264name = "clap_lex" 265version = "0.5.1" 266source = "registry+https://github.com/rust-lang/crates.io-index" 267checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" 268 269[[package]] 270name = "cloudabi" 271version = "0.0.3" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" 274dependencies = [ 275 "bitflags 1.3.2", 276] 277 278[[package]] 279name = "colorchoice" 280version = "1.0.0" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 283 284[[package]] 285name = "colored" 286version = "2.0.4" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6" 289dependencies = [ 290 "is-terminal", 291 "lazy_static", 292 "windows-sys 0.48.0", 293] 294 295[[package]] 296name = "console" 297version = "0.15.7" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" 300dependencies = [ 301 "encode_unicode", 302 "lazy_static", 303 "libc", 304 "unicode-width", 305 "windows-sys 0.45.0", 306] 307 308[[package]] 309name = "csv" 310version = "1.2.2" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086" 313dependencies = [ 314 "csv-core", 315 "itoa", 316 "ryu", 317 "serde", 318] 319 320[[package]] 321name = "csv-core" 322version = "0.1.10" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" 325dependencies = [ 326 "memchr", 327] 328 329[[package]] 330name = "encode_unicode" 331version = "0.3.6" 332source = "registry+https://github.com/rust-lang/crates.io-index" 333checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 334 335[[package]] 336name = "errno" 337version = "0.3.3" 338source = "registry+https://github.com/rust-lang/crates.io-index" 339checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd" 340dependencies = [ 341 "errno-dragonfly", 342 "libc", 343 "windows-sys 0.48.0", 344] 345 346[[package]] 347name = "errno-dragonfly" 348version = "0.1.2" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 351dependencies = [ 352 "cc", 353 "libc", 354] 355 356[[package]] 357name = "fuchsia-cprng" 358version = "0.1.1" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" 361 362[[package]] 363name = "funty" 364version = "2.0.0" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 367 368[[package]] 369name = "getrandom" 370version = "0.2.10" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" 373dependencies = [ 374 "cfg-if", 375 "libc", 376 "wasi", 377] 378 379[[package]] 380name = "hashbrown" 381version = "0.12.3" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 384dependencies = [ 385 "ahash 0.7.6", 386] 387 388[[package]] 389name = "hashbrown" 390version = "0.13.2" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" 393dependencies = [ 394 "ahash 0.8.3", 395] 396 397[[package]] 398name = "hermit-abi" 399version = "0.1.19" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 402dependencies = [ 403 "libc", 404] 405 406[[package]] 407name = "hermit-abi" 408version = "0.3.3" 409source = "registry+https://github.com/rust-lang/crates.io-index" 410checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" 411 412[[package]] 413name = "hyperfine" 414version = "1.17.0" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "aa2545ef0128964c44f3015520d897983aa01a3a9880d8bb7c62b056617b7c13" 417dependencies = [ 418 "anyhow", 419 "atty", 420 "clap", 421 "clap_complete", 422 "colored", 423 "csv", 424 "indicatif", 425 "libc", 426 "nix", 427 "once_cell", 428 "rand 0.8.5", 429 "rust_decimal", 430 "serde", 431 "serde_json", 432 "shell-words", 433 "statistical", 434 "thiserror", 435 "windows-sys 0.48.0", 436] 437 438[[package]] 439name = "indicatif" 440version = "0.17.7" 441source = "registry+https://github.com/rust-lang/crates.io-index" 442checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25" 443dependencies = [ 444 "console", 445 "instant", 446 "number_prefix", 447 "portable-atomic", 448 "unicode-width", 449] 450 451[[package]] 452name = "instant" 453version = "0.1.12" 454source = "registry+https://github.com/rust-lang/crates.io-index" 455checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 456dependencies = [ 457 "cfg-if", 458] 459 460[[package]] 461name = "is-terminal" 462version = "0.4.9" 463source = "registry+https://github.com/rust-lang/crates.io-index" 464checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 465dependencies = [ 466 "hermit-abi 0.3.3", 467 "rustix", 468 "windows-sys 0.48.0", 469] 470 471[[package]] 472name = "itoa" 473version = "1.0.9" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 476 477[[package]] 478name = "lazy_static" 479version = "1.4.0" 480source = "registry+https://github.com/rust-lang/crates.io-index" 481checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 482 483[[package]] 484name = "libc" 485version = "0.2.148" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" 488 489[[package]] 490name = "linux-raw-sys" 491version = "0.4.7" 492source = "registry+https://github.com/rust-lang/crates.io-index" 493checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128" 494 495[[package]] 496name = "memchr" 497version = "2.6.3" 498source = "registry+https://github.com/rust-lang/crates.io-index" 499checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" 500 501[[package]] 502name = "memoffset" 503version = "0.7.1" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 506dependencies = [ 507 "autocfg 1.1.0", 508] 509 510[[package]] 511name = "nix" 512version = "0.26.4" 513source = "registry+https://github.com/rust-lang/crates.io-index" 514checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" 515dependencies = [ 516 "bitflags 1.3.2", 517 "cfg-if", 518 "libc", 519 "memoffset", 520 "pin-utils", 521] 522 523[[package]] 524name = "num" 525version = "0.2.1" 526source = "registry+https://github.com/rust-lang/crates.io-index" 527checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36" 528dependencies = [ 529 "num-bigint", 530 "num-complex", 531 "num-integer", 532 "num-iter", 533 "num-rational", 534 "num-traits", 535] 536 537[[package]] 538name = "num-bigint" 539version = "0.2.6" 540source = "registry+https://github.com/rust-lang/crates.io-index" 541checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" 542dependencies = [ 543 "autocfg 1.1.0", 544 "num-integer", 545 "num-traits", 546] 547 548[[package]] 549name = "num-complex" 550version = "0.2.4" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95" 553dependencies = [ 554 "autocfg 1.1.0", 555 "num-traits", 556] 557 558[[package]] 559name = "num-integer" 560version = "0.1.45" 561source = "registry+https://github.com/rust-lang/crates.io-index" 562checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 563dependencies = [ 564 "autocfg 1.1.0", 565 "num-traits", 566] 567 568[[package]] 569name = "num-iter" 570version = "0.1.43" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" 573dependencies = [ 574 "autocfg 1.1.0", 575 "num-integer", 576 "num-traits", 577] 578 579[[package]] 580name = "num-rational" 581version = "0.2.4" 582source = "registry+https://github.com/rust-lang/crates.io-index" 583checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef" 584dependencies = [ 585 "autocfg 1.1.0", 586 "num-bigint", 587 "num-integer", 588 "num-traits", 589] 590 591[[package]] 592name = "num-traits" 593version = "0.2.16" 594source = "registry+https://github.com/rust-lang/crates.io-index" 595checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" 596dependencies = [ 597 "autocfg 1.1.0", 598] 599 600[[package]] 601name = "number_prefix" 602version = "0.4.0" 603source = "registry+https://github.com/rust-lang/crates.io-index" 604checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 605 606[[package]] 607name = "once_cell" 608version = "1.18.0" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 611 612[[package]] 613name = "pin-utils" 614version = "0.1.0" 615source = "registry+https://github.com/rust-lang/crates.io-index" 616checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 617 618[[package]] 619name = "portable-atomic" 620version = "1.4.3" 621source = "registry+https://github.com/rust-lang/crates.io-index" 622checksum = "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b" 623 624[[package]] 625name = "ppv-lite86" 626version = "0.2.17" 627source = "registry+https://github.com/rust-lang/crates.io-index" 628checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 629 630[[package]] 631name = "proc-macro-crate" 632version = "0.1.5" 633source = "registry+https://github.com/rust-lang/crates.io-index" 634checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785" 635dependencies = [ 636 "toml", 637] 638 639[[package]] 640name = "proc-macro2" 641version = "1.0.67" 642source = "registry+https://github.com/rust-lang/crates.io-index" 643checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" 644dependencies = [ 645 "unicode-ident", 646] 647 648[[package]] 649name = "ptr_meta" 650version = "0.1.4" 651source = "registry+https://github.com/rust-lang/crates.io-index" 652checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" 653dependencies = [ 654 "ptr_meta_derive", 655] 656 657[[package]] 658name = "ptr_meta_derive" 659version = "0.1.4" 660source = "registry+https://github.com/rust-lang/crates.io-index" 661checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 662dependencies = [ 663 "proc-macro2", 664 "quote", 665 "syn 1.0.109", 666] 667 668[[package]] 669name = "quote" 670version = "1.0.33" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 673dependencies = [ 674 "proc-macro2", 675] 676 677[[package]] 678name = "radium" 679version = "0.7.0" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 682 683[[package]] 684name = "rand" 685version = "0.6.5" 686source = "registry+https://github.com/rust-lang/crates.io-index" 687checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" 688dependencies = [ 689 "autocfg 0.1.8", 690 "libc", 691 "rand_chacha 0.1.1", 692 "rand_core 0.4.2", 693 "rand_hc", 694 "rand_isaac", 695 "rand_jitter", 696 "rand_os", 697 "rand_pcg", 698 "rand_xorshift", 699 "winapi", 700] 701 702[[package]] 703name = "rand" 704version = "0.8.5" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 707dependencies = [ 708 "libc", 709 "rand_chacha 0.3.1", 710 "rand_core 0.6.4", 711] 712 713[[package]] 714name = "rand_chacha" 715version = "0.1.1" 716source = "registry+https://github.com/rust-lang/crates.io-index" 717checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" 718dependencies = [ 719 "autocfg 0.1.8", 720 "rand_core 0.3.1", 721] 722 723[[package]] 724name = "rand_chacha" 725version = "0.3.1" 726source = "registry+https://github.com/rust-lang/crates.io-index" 727checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 728dependencies = [ 729 "ppv-lite86", 730 "rand_core 0.6.4", 731] 732 733[[package]] 734name = "rand_core" 735version = "0.3.1" 736source = "registry+https://github.com/rust-lang/crates.io-index" 737checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" 738dependencies = [ 739 "rand_core 0.4.2", 740] 741 742[[package]] 743name = "rand_core" 744version = "0.4.2" 745source = "registry+https://github.com/rust-lang/crates.io-index" 746checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" 747 748[[package]] 749name = "rand_core" 750version = "0.6.4" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 753dependencies = [ 754 "getrandom", 755] 756 757[[package]] 758name = "rand_hc" 759version = "0.1.0" 760source = "registry+https://github.com/rust-lang/crates.io-index" 761checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" 762dependencies = [ 763 "rand_core 0.3.1", 764] 765 766[[package]] 767name = "rand_isaac" 768version = "0.1.1" 769source = "registry+https://github.com/rust-lang/crates.io-index" 770checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" 771dependencies = [ 772 "rand_core 0.3.1", 773] 774 775[[package]] 776name = "rand_jitter" 777version = "0.1.4" 778source = "registry+https://github.com/rust-lang/crates.io-index" 779checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" 780dependencies = [ 781 "libc", 782 "rand_core 0.4.2", 783 "winapi", 784] 785 786[[package]] 787name = "rand_os" 788version = "0.1.3" 789source = "registry+https://github.com/rust-lang/crates.io-index" 790checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" 791dependencies = [ 792 "cloudabi", 793 "fuchsia-cprng", 794 "libc", 795 "rand_core 0.4.2", 796 "rdrand", 797 "winapi", 798] 799 800[[package]] 801name = "rand_pcg" 802version = "0.1.2" 803source = "registry+https://github.com/rust-lang/crates.io-index" 804checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" 805dependencies = [ 806 "autocfg 0.1.8", 807 "rand_core 0.4.2", 808] 809 810[[package]] 811name = "rand_xorshift" 812version = "0.1.1" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" 815dependencies = [ 816 "rand_core 0.3.1", 817] 818 819[[package]] 820name = "rdrand" 821version = "0.4.0" 822source = "registry+https://github.com/rust-lang/crates.io-index" 823checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" 824dependencies = [ 825 "rand_core 0.3.1", 826] 827 828[[package]] 829name = "rend" 830version = "0.4.1" 831source = "registry+https://github.com/rust-lang/crates.io-index" 832checksum = "a2571463863a6bd50c32f94402933f03457a3fbaf697a707c5be741e459f08fd" 833dependencies = [ 834 "bytecheck", 835] 836 837[[package]] 838name = "rkyv" 839version = "0.7.42" 840source = "registry+https://github.com/rust-lang/crates.io-index" 841checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58" 842dependencies = [ 843 "bitvec", 844 "bytecheck", 845 "hashbrown 0.12.3", 846 "ptr_meta", 847 "rend", 848 "rkyv_derive", 849 "seahash", 850 "tinyvec", 851 "uuid", 852] 853 854[[package]] 855name = "rkyv_derive" 856version = "0.7.42" 857source = "registry+https://github.com/rust-lang/crates.io-index" 858checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d" 859dependencies = [ 860 "proc-macro2", 861 "quote", 862 "syn 1.0.109", 863] 864 865[[package]] 866name = "rust_decimal" 867version = "1.32.0" 868source = "registry+https://github.com/rust-lang/crates.io-index" 869checksum = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd" 870dependencies = [ 871 "arrayvec", 872 "borsh", 873 "bytes", 874 "num-traits", 875 "rand 0.8.5", 876 "rkyv", 877 "serde", 878 "serde_json", 879] 880 881[[package]] 882name = "rustix" 883version = "0.38.14" 884source = "registry+https://github.com/rust-lang/crates.io-index" 885checksum = "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f" 886dependencies = [ 887 "bitflags 2.4.0", 888 "errno", 889 "libc", 890 "linux-raw-sys", 891 "windows-sys 0.48.0", 892] 893 894[[package]] 895name = "ryu" 896version = "1.0.15" 897source = "registry+https://github.com/rust-lang/crates.io-index" 898checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 899 900[[package]] 901name = "seahash" 902version = "4.1.0" 903source = "registry+https://github.com/rust-lang/crates.io-index" 904checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 905 906[[package]] 907name = "serde" 908version = "1.0.188" 909source = "registry+https://github.com/rust-lang/crates.io-index" 910checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" 911dependencies = [ 912 "serde_derive", 913] 914 915[[package]] 916name = "serde_derive" 917version = "1.0.188" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" 920dependencies = [ 921 "proc-macro2", 922 "quote", 923 "syn 2.0.37", 924] 925 926[[package]] 927name = "serde_json" 928version = "1.0.107" 929source = "registry+https://github.com/rust-lang/crates.io-index" 930checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" 931dependencies = [ 932 "itoa", 933 "ryu", 934 "serde", 935] 936 937[[package]] 938name = "shell-words" 939version = "1.1.0" 940source = "registry+https://github.com/rust-lang/crates.io-index" 941checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" 942 943[[package]] 944name = "simdutf8" 945version = "0.1.4" 946source = "registry+https://github.com/rust-lang/crates.io-index" 947checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" 948 949[[package]] 950name = "statistical" 951version = "1.0.0" 952source = "registry+https://github.com/rust-lang/crates.io-index" 953checksum = "49d57902bb128e5e38b5218d3681215ae3e322d99f65d5420e9849730d2ea372" 954dependencies = [ 955 "num", 956 "rand 0.6.5", 957] 958 959[[package]] 960name = "strsim" 961version = "0.10.0" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 964 965[[package]] 966name = "syn" 967version = "1.0.109" 968source = "registry+https://github.com/rust-lang/crates.io-index" 969checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 970dependencies = [ 971 "proc-macro2", 972 "quote", 973 "unicode-ident", 974] 975 976[[package]] 977name = "syn" 978version = "2.0.37" 979source = "registry+https://github.com/rust-lang/crates.io-index" 980checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" 981dependencies = [ 982 "proc-macro2", 983 "quote", 984 "unicode-ident", 985] 986 987[[package]] 988name = "tap" 989version = "1.0.1" 990source = "registry+https://github.com/rust-lang/crates.io-index" 991checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 992 993[[package]] 994name = "terminal_size" 995version = "0.3.0" 996source = "registry+https://github.com/rust-lang/crates.io-index" 997checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" 998dependencies = [ 999 "rustix", 1000 "windows-sys 0.48.0", 1001] 1002 1003[[package]] 1004name = "thiserror" 1005version = "1.0.49" 1006source = "registry+https://github.com/rust-lang/crates.io-index" 1007checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" 1008dependencies = [ 1009 "thiserror-impl", 1010] 1011 1012[[package]] 1013name = "thiserror-impl" 1014version = "1.0.49" 1015source = "registry+https://github.com/rust-lang/crates.io-index" 1016checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" 1017dependencies = [ 1018 "proc-macro2", 1019 "quote", 1020 "syn 2.0.37", 1021] 1022 1023[[package]] 1024name = "tinyvec" 1025version = "1.6.0" 1026source = "registry+https://github.com/rust-lang/crates.io-index" 1027checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1028dependencies = [ 1029 "tinyvec_macros", 1030] 1031 1032[[package]] 1033name = "tinyvec_macros" 1034version = "0.1.1" 1035source = "registry+https://github.com/rust-lang/crates.io-index" 1036checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1037 1038[[package]] 1039name = "toml" 1040version = "0.5.11" 1041source = "registry+https://github.com/rust-lang/crates.io-index" 1042checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 1043dependencies = [ 1044 "serde", 1045] 1046 1047[[package]] 1048name = "unicode-ident" 1049version = "1.0.12" 1050source = "registry+https://github.com/rust-lang/crates.io-index" 1051checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 1052 1053[[package]] 1054name = "unicode-width" 1055version = "0.1.11" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 1058 1059[[package]] 1060name = "utf8parse" 1061version = "0.2.1" 1062source = "registry+https://github.com/rust-lang/crates.io-index" 1063checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 1064 1065[[package]] 1066name = "uuid" 1067version = "1.4.1" 1068source = "registry+https://github.com/rust-lang/crates.io-index" 1069checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" 1070 1071[[package]] 1072name = "version_check" 1073version = "0.9.4" 1074source = "registry+https://github.com/rust-lang/crates.io-index" 1075checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1076 1077[[package]] 1078name = "wasi" 1079version = "0.11.0+wasi-snapshot-preview1" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1082 1083[[package]] 1084name = "winapi" 1085version = "0.3.9" 1086source = "registry+https://github.com/rust-lang/crates.io-index" 1087checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1088dependencies = [ 1089 "winapi-i686-pc-windows-gnu", 1090 "winapi-x86_64-pc-windows-gnu", 1091] 1092 1093[[package]] 1094name = "winapi-i686-pc-windows-gnu" 1095version = "0.4.0" 1096source = "registry+https://github.com/rust-lang/crates.io-index" 1097checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1098 1099[[package]] 1100name = "winapi-x86_64-pc-windows-gnu" 1101version = "0.4.0" 1102source = "registry+https://github.com/rust-lang/crates.io-index" 1103checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1104 1105[[package]] 1106name = "windows-sys" 1107version = "0.45.0" 1108source = "registry+https://github.com/rust-lang/crates.io-index" 1109checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1110dependencies = [ 1111 "windows-targets 0.42.2", 1112] 1113 1114[[package]] 1115name = "windows-sys" 1116version = "0.48.0" 1117source = "registry+https://github.com/rust-lang/crates.io-index" 1118checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1119dependencies = [ 1120 "windows-targets 0.48.5", 1121] 1122 1123[[package]] 1124name = "windows-targets" 1125version = "0.42.2" 1126source = "registry+https://github.com/rust-lang/crates.io-index" 1127checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1128dependencies = [ 1129 "windows_aarch64_gnullvm 0.42.2", 1130 "windows_aarch64_msvc 0.42.2", 1131 "windows_i686_gnu 0.42.2", 1132 "windows_i686_msvc 0.42.2", 1133 "windows_x86_64_gnu 0.42.2", 1134 "windows_x86_64_gnullvm 0.42.2", 1135 "windows_x86_64_msvc 0.42.2", 1136] 1137 1138[[package]] 1139name = "windows-targets" 1140version = "0.48.5" 1141source = "registry+https://github.com/rust-lang/crates.io-index" 1142checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1143dependencies = [ 1144 "windows_aarch64_gnullvm 0.48.5", 1145 "windows_aarch64_msvc 0.48.5", 1146 "windows_i686_gnu 0.48.5", 1147 "windows_i686_msvc 0.48.5", 1148 "windows_x86_64_gnu 0.48.5", 1149 "windows_x86_64_gnullvm 0.48.5", 1150 "windows_x86_64_msvc 0.48.5", 1151] 1152 1153[[package]] 1154name = "windows_aarch64_gnullvm" 1155version = "0.42.2" 1156source = "registry+https://github.com/rust-lang/crates.io-index" 1157checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1158 1159[[package]] 1160name = "windows_aarch64_gnullvm" 1161version = "0.48.5" 1162source = "registry+https://github.com/rust-lang/crates.io-index" 1163checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1164 1165[[package]] 1166name = "windows_aarch64_msvc" 1167version = "0.42.2" 1168source = "registry+https://github.com/rust-lang/crates.io-index" 1169checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1170 1171[[package]] 1172name = "windows_aarch64_msvc" 1173version = "0.48.5" 1174source = "registry+https://github.com/rust-lang/crates.io-index" 1175checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 1176 1177[[package]] 1178name = "windows_i686_gnu" 1179version = "0.42.2" 1180source = "registry+https://github.com/rust-lang/crates.io-index" 1181checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1182 1183[[package]] 1184name = "windows_i686_gnu" 1185version = "0.48.5" 1186source = "registry+https://github.com/rust-lang/crates.io-index" 1187checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 1188 1189[[package]] 1190name = "windows_i686_msvc" 1191version = "0.42.2" 1192source = "registry+https://github.com/rust-lang/crates.io-index" 1193checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1194 1195[[package]] 1196name = "windows_i686_msvc" 1197version = "0.48.5" 1198source = "registry+https://github.com/rust-lang/crates.io-index" 1199checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 1200 1201[[package]] 1202name = "windows_x86_64_gnu" 1203version = "0.42.2" 1204source = "registry+https://github.com/rust-lang/crates.io-index" 1205checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1206 1207[[package]] 1208name = "windows_x86_64_gnu" 1209version = "0.48.5" 1210source = "registry+https://github.com/rust-lang/crates.io-index" 1211checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 1212 1213[[package]] 1214name = "windows_x86_64_gnullvm" 1215version = "0.42.2" 1216source = "registry+https://github.com/rust-lang/crates.io-index" 1217checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 1218 1219[[package]] 1220name = "windows_x86_64_gnullvm" 1221version = "0.48.5" 1222source = "registry+https://github.com/rust-lang/crates.io-index" 1223checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 1224 1225[[package]] 1226name = "windows_x86_64_msvc" 1227version = "0.42.2" 1228source = "registry+https://github.com/rust-lang/crates.io-index" 1229checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 1230 1231[[package]] 1232name = "windows_x86_64_msvc" 1233version = "0.48.5" 1234source = "registry+https://github.com/rust-lang/crates.io-index" 1235checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 1236 1237[[package]] 1238name = "wyz" 1239version = "0.5.1" 1240source = "registry+https://github.com/rust-lang/crates.io-index" 1241checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 1242dependencies = [ 1243 "tap", 1244] 1245