1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "android-tzdata" 7version = "0.1.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 10 11[[package]] 12name = "android_system_properties" 13version = "0.1.5" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 16dependencies = [ 17 "libc", 18] 19 20[[package]] 21name = "ansi_term" 22version = "0.12.1" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 25dependencies = [ 26 "winapi", 27] 28 29[[package]] 30name = "atty" 31version = "0.2.14" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 34dependencies = [ 35 "hermit-abi", 36 "libc", 37 "winapi", 38] 39 40[[package]] 41name = "autocfg" 42version = "1.3.0" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 45 46[[package]] 47name = "bitflags" 48version = "1.3.2" 49source = "registry+https://github.com/rust-lang/crates.io-index" 50checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 51 52[[package]] 53name = "bumpalo" 54version = "3.16.0" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 57 58[[package]] 59name = "cc" 60version = "1.0.104" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "74b6a57f98764a267ff415d50a25e6e166f3831a5071af4995296ea97d210490" 63 64[[package]] 65name = "cfg-if" 66version = "1.0.0" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 69 70[[package]] 71name = "chrono" 72version = "0.4.38" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 75dependencies = [ 76 "android-tzdata", 77 "iana-time-zone", 78 "js-sys", 79 "num-traits", 80 "wasm-bindgen", 81 "windows-targets", 82] 83 84[[package]] 85name = "clap" 86version = "2.34.0" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 89dependencies = [ 90 "ansi_term", 91 "atty", 92 "bitflags", 93 "strsim", 94 "textwrap", 95 "unicode-width", 96 "vec_map", 97] 98 99[[package]] 100name = "cli" 101version = "0.1.0" 102dependencies = [ 103 "clap", 104 "network_partitions", 105 "rand", 106 "rand_xorshift", 107] 108 109[[package]] 110name = "core-foundation-sys" 111version = "0.8.6" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 114 115[[package]] 116name = "getrandom" 117version = "0.2.15" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 120dependencies = [ 121 "cfg-if", 122 "libc", 123 "wasi", 124] 125 126[[package]] 127name = "graspologic_native" 128version = "1.2.1" 129dependencies = [ 130 "chrono", 131 "network_partitions", 132 "pyo3", 133 "rand", 134 "rand_xorshift", 135] 136 137[[package]] 138name = "hermit-abi" 139version = "0.1.19" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 142dependencies = [ 143 "libc", 144] 145 146[[package]] 147name = "iana-time-zone" 148version = "0.1.60" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 151dependencies = [ 152 "android_system_properties", 153 "core-foundation-sys", 154 "iana-time-zone-haiku", 155 "js-sys", 156 "wasm-bindgen", 157 "windows-core", 158] 159 160[[package]] 161name = "iana-time-zone-haiku" 162version = "0.1.2" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 165dependencies = [ 166 "cc", 167] 168 169[[package]] 170name = "indoc" 171version = "0.3.6" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8" 174dependencies = [ 175 "indoc-impl", 176 "proc-macro-hack", 177] 178 179[[package]] 180name = "indoc-impl" 181version = "0.3.6" 182source = "registry+https://github.com/rust-lang/crates.io-index" 183checksum = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0" 184dependencies = [ 185 "proc-macro-hack", 186 "proc-macro2", 187 "quote", 188 "syn 1.0.109", 189 "unindent", 190] 191 192[[package]] 193name = "instant" 194version = "0.1.13" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 197dependencies = [ 198 "cfg-if", 199] 200 201[[package]] 202name = "js-sys" 203version = "0.3.69" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 206dependencies = [ 207 "wasm-bindgen", 208] 209 210[[package]] 211name = "libc" 212version = "0.2.155" 213source = "registry+https://github.com/rust-lang/crates.io-index" 214checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 215 216[[package]] 217name = "lock_api" 218version = "0.4.12" 219source = "registry+https://github.com/rust-lang/crates.io-index" 220checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 221dependencies = [ 222 "autocfg", 223 "scopeguard", 224] 225 226[[package]] 227name = "log" 228version = "0.4.22" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 231 232[[package]] 233name = "network_partitions" 234version = "0.1.0" 235dependencies = [ 236 "chrono", 237 "rand", 238 "rand_xorshift", 239] 240 241[[package]] 242name = "num-traits" 243version = "0.2.19" 244source = "registry+https://github.com/rust-lang/crates.io-index" 245checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 246dependencies = [ 247 "autocfg", 248] 249 250[[package]] 251name = "once_cell" 252version = "1.19.0" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 255 256[[package]] 257name = "parking_lot" 258version = "0.11.2" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 261dependencies = [ 262 "instant", 263 "lock_api", 264 "parking_lot_core", 265] 266 267[[package]] 268name = "parking_lot_core" 269version = "0.8.6" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 272dependencies = [ 273 "cfg-if", 274 "instant", 275 "libc", 276 "redox_syscall", 277 "smallvec", 278 "winapi", 279] 280 281[[package]] 282name = "paste" 283version = "0.1.18" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880" 286dependencies = [ 287 "paste-impl", 288 "proc-macro-hack", 289] 290 291[[package]] 292name = "paste-impl" 293version = "0.1.18" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6" 296dependencies = [ 297 "proc-macro-hack", 298] 299 300[[package]] 301name = "ppv-lite86" 302version = "0.2.17" 303source = "registry+https://github.com/rust-lang/crates.io-index" 304checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 305 306[[package]] 307name = "proc-macro-hack" 308version = "0.5.20+deprecated" 309source = "registry+https://github.com/rust-lang/crates.io-index" 310checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 311 312[[package]] 313name = "proc-macro2" 314version = "1.0.86" 315source = "registry+https://github.com/rust-lang/crates.io-index" 316checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 317dependencies = [ 318 "unicode-ident", 319] 320 321[[package]] 322name = "pyo3" 323version = "0.15.2" 324source = "registry+https://github.com/rust-lang/crates.io-index" 325checksum = "d41d50a7271e08c7c8a54cd24af5d62f73ee3a6f6a314215281ebdec421d5752" 326dependencies = [ 327 "cfg-if", 328 "indoc", 329 "libc", 330 "parking_lot", 331 "paste", 332 "pyo3-build-config", 333 "pyo3-macros", 334 "unindent", 335] 336 337[[package]] 338name = "pyo3-build-config" 339version = "0.15.2" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "779239fc40b8e18bc8416d3a37d280ca9b9fb04bda54b98037bb6748595c2410" 342dependencies = [ 343 "once_cell", 344] 345 346[[package]] 347name = "pyo3-macros" 348version = "0.15.2" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "00b247e8c664be87998d8628e86f282c25066165f1f8dda66100c48202fdb93a" 351dependencies = [ 352 "pyo3-macros-backend", 353 "quote", 354 "syn 1.0.109", 355] 356 357[[package]] 358name = "pyo3-macros-backend" 359version = "0.15.2" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "5a8c2812c412e00e641d99eeb79dd478317d981d938aa60325dfa7157b607095" 362dependencies = [ 363 "proc-macro2", 364 "pyo3-build-config", 365 "quote", 366 "syn 1.0.109", 367] 368 369[[package]] 370name = "quote" 371version = "1.0.36" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 374dependencies = [ 375 "proc-macro2", 376] 377 378[[package]] 379name = "rand" 380version = "0.8.5" 381source = "registry+https://github.com/rust-lang/crates.io-index" 382checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 383dependencies = [ 384 "libc", 385 "rand_chacha", 386 "rand_core", 387] 388 389[[package]] 390name = "rand_chacha" 391version = "0.3.1" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 394dependencies = [ 395 "ppv-lite86", 396 "rand_core", 397] 398 399[[package]] 400name = "rand_core" 401version = "0.6.4" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 404dependencies = [ 405 "getrandom", 406] 407 408[[package]] 409name = "rand_xorshift" 410version = "0.3.0" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" 413dependencies = [ 414 "rand_core", 415] 416 417[[package]] 418name = "redox_syscall" 419version = "0.2.16" 420source = "registry+https://github.com/rust-lang/crates.io-index" 421checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 422dependencies = [ 423 "bitflags", 424] 425 426[[package]] 427name = "scopeguard" 428version = "1.2.0" 429source = "registry+https://github.com/rust-lang/crates.io-index" 430checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 431 432[[package]] 433name = "smallvec" 434version = "1.13.2" 435source = "registry+https://github.com/rust-lang/crates.io-index" 436checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 437 438[[package]] 439name = "strsim" 440version = "0.8.0" 441source = "registry+https://github.com/rust-lang/crates.io-index" 442checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 443 444[[package]] 445name = "syn" 446version = "1.0.109" 447source = "registry+https://github.com/rust-lang/crates.io-index" 448checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 449dependencies = [ 450 "proc-macro2", 451 "quote", 452 "unicode-ident", 453] 454 455[[package]] 456name = "syn" 457version = "2.0.69" 458source = "registry+https://github.com/rust-lang/crates.io-index" 459checksum = "201fcda3845c23e8212cd466bfebf0bd20694490fc0356ae8e428e0824a915a6" 460dependencies = [ 461 "proc-macro2", 462 "quote", 463 "unicode-ident", 464] 465 466[[package]] 467name = "textwrap" 468version = "0.11.0" 469source = "registry+https://github.com/rust-lang/crates.io-index" 470checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 471dependencies = [ 472 "unicode-width", 473] 474 475[[package]] 476name = "unicode-ident" 477version = "1.0.12" 478source = "registry+https://github.com/rust-lang/crates.io-index" 479checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 480 481[[package]] 482name = "unicode-width" 483version = "0.1.13" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" 486 487[[package]] 488name = "unindent" 489version = "0.1.11" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" 492 493[[package]] 494name = "vec_map" 495version = "0.8.2" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 498 499[[package]] 500name = "wasi" 501version = "0.11.0+wasi-snapshot-preview1" 502source = "registry+https://github.com/rust-lang/crates.io-index" 503checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 504 505[[package]] 506name = "wasm-bindgen" 507version = "0.2.92" 508source = "registry+https://github.com/rust-lang/crates.io-index" 509checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 510dependencies = [ 511 "cfg-if", 512 "wasm-bindgen-macro", 513] 514 515[[package]] 516name = "wasm-bindgen-backend" 517version = "0.2.92" 518source = "registry+https://github.com/rust-lang/crates.io-index" 519checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 520dependencies = [ 521 "bumpalo", 522 "log", 523 "once_cell", 524 "proc-macro2", 525 "quote", 526 "syn 2.0.69", 527 "wasm-bindgen-shared", 528] 529 530[[package]] 531name = "wasm-bindgen-macro" 532version = "0.2.92" 533source = "registry+https://github.com/rust-lang/crates.io-index" 534checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 535dependencies = [ 536 "quote", 537 "wasm-bindgen-macro-support", 538] 539 540[[package]] 541name = "wasm-bindgen-macro-support" 542version = "0.2.92" 543source = "registry+https://github.com/rust-lang/crates.io-index" 544checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 545dependencies = [ 546 "proc-macro2", 547 "quote", 548 "syn 2.0.69", 549 "wasm-bindgen-backend", 550 "wasm-bindgen-shared", 551] 552 553[[package]] 554name = "wasm-bindgen-shared" 555version = "0.2.92" 556source = "registry+https://github.com/rust-lang/crates.io-index" 557checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 558 559[[package]] 560name = "winapi" 561version = "0.3.9" 562source = "registry+https://github.com/rust-lang/crates.io-index" 563checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 564dependencies = [ 565 "winapi-i686-pc-windows-gnu", 566 "winapi-x86_64-pc-windows-gnu", 567] 568 569[[package]] 570name = "winapi-i686-pc-windows-gnu" 571version = "0.4.0" 572source = "registry+https://github.com/rust-lang/crates.io-index" 573checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 574 575[[package]] 576name = "winapi-x86_64-pc-windows-gnu" 577version = "0.4.0" 578source = "registry+https://github.com/rust-lang/crates.io-index" 579checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 580 581[[package]] 582name = "windows-core" 583version = "0.52.0" 584source = "registry+https://github.com/rust-lang/crates.io-index" 585checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 586dependencies = [ 587 "windows-targets", 588] 589 590[[package]] 591name = "windows-targets" 592version = "0.52.6" 593source = "registry+https://github.com/rust-lang/crates.io-index" 594checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 595dependencies = [ 596 "windows_aarch64_gnullvm", 597 "windows_aarch64_msvc", 598 "windows_i686_gnu", 599 "windows_i686_gnullvm", 600 "windows_i686_msvc", 601 "windows_x86_64_gnu", 602 "windows_x86_64_gnullvm", 603 "windows_x86_64_msvc", 604] 605 606[[package]] 607name = "windows_aarch64_gnullvm" 608version = "0.52.6" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 611 612[[package]] 613name = "windows_aarch64_msvc" 614version = "0.52.6" 615source = "registry+https://github.com/rust-lang/crates.io-index" 616checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 617 618[[package]] 619name = "windows_i686_gnu" 620version = "0.52.6" 621source = "registry+https://github.com/rust-lang/crates.io-index" 622checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 623 624[[package]] 625name = "windows_i686_gnullvm" 626version = "0.52.6" 627source = "registry+https://github.com/rust-lang/crates.io-index" 628checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 629 630[[package]] 631name = "windows_i686_msvc" 632version = "0.52.6" 633source = "registry+https://github.com/rust-lang/crates.io-index" 634checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 635 636[[package]] 637name = "windows_x86_64_gnu" 638version = "0.52.6" 639source = "registry+https://github.com/rust-lang/crates.io-index" 640checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 641 642[[package]] 643name = "windows_x86_64_gnullvm" 644version = "0.52.6" 645source = "registry+https://github.com/rust-lang/crates.io-index" 646checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 647 648[[package]] 649name = "windows_x86_64_msvc" 650version = "0.52.6" 651source = "registry+https://github.com/rust-lang/crates.io-index" 652checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"