Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
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.19.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" 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 = "aho-corasick" 28version = "0.7.20" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 31dependencies = [ 32 "memchr", 33] 34 35[[package]] 36name = "android_system_properties" 37version = "0.1.5" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 40dependencies = [ 41 "libc", 42] 43 44[[package]] 45name = "anes" 46version = "0.1.6" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 49 50[[package]] 51name = "ansi_term" 52version = "0.12.1" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 55dependencies = [ 56 "winapi", 57] 58 59[[package]] 60name = "anyhow" 61version = "1.0.69" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" 64 65[[package]] 66name = "ar" 67version = "0.9.0" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "d67af77d68a931ecd5cbd8a3b5987d63a1d1d1278f7f6a60ae33db485cdebb69" 70 71[[package]] 72name = "atty" 73version = "0.2.14" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 76dependencies = [ 77 "hermit-abi 0.1.19", 78 "libc", 79 "winapi", 80] 81 82[[package]] 83name = "autocfg" 84version = "1.1.0" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 87 88[[package]] 89name = "backtrace" 90version = "0.3.67" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" 93dependencies = [ 94 "addr2line", 95 "cc", 96 "cfg-if 1.0.0", 97 "libc", 98 "miniz_oxide", 99 "object", 100 "rustc-demangle", 101] 102 103[[package]] 104name = "better-panic" 105version = "0.3.0" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "6fa9e1d11a268684cbd90ed36370d7577afb6c62d912ddff5c15fc34343e5036" 108dependencies = [ 109 "backtrace", 110 "console", 111] 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 = "bitvec" 121version = "1.0.1" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 124dependencies = [ 125 "funty", 126 "radium", 127 "tap", 128 "wyz", 129] 130 131[[package]] 132name = "bumpalo" 133version = "3.12.0" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 136 137[[package]] 138name = "byteorder" 139version = "1.4.3" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" 142 143[[package]] 144name = "cast" 145version = "0.3.0" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 148 149[[package]] 150name = "cc" 151version = "1.0.79" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 154 155[[package]] 156name = "cfg-if" 157version = "0.1.10" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 160 161[[package]] 162name = "cfg-if" 163version = "1.0.0" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 166 167[[package]] 168name = "chrono" 169version = "0.4.23" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" 172dependencies = [ 173 "iana-time-zone", 174 "js-sys", 175 "num-integer", 176 "num-traits", 177 "time", 178 "wasm-bindgen", 179 "winapi", 180] 181 182[[package]] 183name = "ciborium" 184version = "0.2.0" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f" 187dependencies = [ 188 "ciborium-io", 189 "ciborium-ll", 190 "serde", 191] 192 193[[package]] 194name = "ciborium-io" 195version = "0.2.0" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369" 198 199[[package]] 200name = "ciborium-ll" 201version = "0.2.0" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b" 204dependencies = [ 205 "ciborium-io", 206 "half", 207] 208 209[[package]] 210name = "clap" 211version = "3.2.23" 212source = "registry+https://github.com/rust-lang/crates.io-index" 213checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" 214dependencies = [ 215 "atty", 216 "bitflags", 217 "clap_lex 0.2.4", 218 "indexmap", 219 "strsim", 220 "termcolor", 221 "textwrap", 222] 223 224[[package]] 225name = "clap" 226version = "4.1.6" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "ec0b0588d44d4d63a87dbd75c136c166bbfd9a86a31cb89e09906521c7d3f5e3" 229dependencies = [ 230 "bitflags", 231 "clap_lex 0.3.1", 232 "is-terminal", 233 "once_cell", 234 "strsim", 235 "termcolor", 236 "terminal_size", 237] 238 239[[package]] 240name = "clap_lex" 241version = "0.2.4" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 244dependencies = [ 245 "os_str_bytes", 246] 247 248[[package]] 249name = "clap_lex" 250version = "0.3.1" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade" 253dependencies = [ 254 "os_str_bytes", 255] 256 257[[package]] 258name = "cmake" 259version = "0.1.49" 260source = "registry+https://github.com/rust-lang/crates.io-index" 261checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c" 262dependencies = [ 263 "cc", 264] 265 266[[package]] 267name = "codespan-reporting" 268version = "0.11.1" 269source = "registry+https://github.com/rust-lang/crates.io-index" 270checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 271dependencies = [ 272 "termcolor", 273 "unicode-width", 274] 275 276[[package]] 277name = "console" 278version = "0.15.5" 279source = "registry+https://github.com/rust-lang/crates.io-index" 280checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" 281dependencies = [ 282 "encode_unicode", 283 "lazy_static", 284 "libc", 285 "windows-sys 0.42.0", 286] 287 288[[package]] 289name = "console_error_panic_hook" 290version = "0.1.7" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 293dependencies = [ 294 "cfg-if 1.0.0", 295 "wasm-bindgen", 296] 297 298[[package]] 299name = "const_format" 300version = "0.2.30" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "7309d9b4d3d2c0641e018d449232f2e28f1b22933c137f157d3dbc14228b8c0e" 303dependencies = [ 304 "const_format_proc_macros", 305] 306 307[[package]] 308name = "const_format_proc_macros" 309version = "0.2.29" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "d897f47bf7270cf70d370f8f98c1abb6d2d4cf60a6845d30e05bfb90c6568650" 312dependencies = [ 313 "proc-macro2", 314 "quote", 315 "unicode-xid", 316] 317 318[[package]] 319name = "core-foundation-sys" 320version = "0.8.3" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 323 324[[package]] 325name = "crc32fast" 326version = "1.3.2" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 329dependencies = [ 330 "cfg-if 1.0.0", 331] 332 333[[package]] 334name = "criterion" 335version = "0.4.0" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb" 338dependencies = [ 339 "anes", 340 "atty", 341 "cast", 342 "ciborium", 343 "clap 3.2.23", 344 "criterion-plot", 345 "itertools", 346 "lazy_static", 347 "num-traits", 348 "oorandom", 349 "plotters", 350 "rayon", 351 "regex", 352 "serde", 353 "serde_derive", 354 "serde_json", 355 "tinytemplate", 356 "walkdir", 357] 358 359[[package]] 360name = "criterion-plot" 361version = "0.5.0" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 364dependencies = [ 365 "cast", 366 "itertools", 367] 368 369[[package]] 370name = "crossbeam-channel" 371version = "0.5.6" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" 374dependencies = [ 375 "cfg-if 1.0.0", 376 "crossbeam-utils", 377] 378 379[[package]] 380name = "crossbeam-deque" 381version = "0.8.2" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" 384dependencies = [ 385 "cfg-if 1.0.0", 386 "crossbeam-epoch", 387 "crossbeam-utils", 388] 389 390[[package]] 391name = "crossbeam-epoch" 392version = "0.9.13" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a" 395dependencies = [ 396 "autocfg", 397 "cfg-if 1.0.0", 398 "crossbeam-utils", 399 "memoffset 0.7.1", 400 "scopeguard", 401] 402 403[[package]] 404name = "crossbeam-utils" 405version = "0.8.14" 406source = "registry+https://github.com/rust-lang/crates.io-index" 407checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" 408dependencies = [ 409 "cfg-if 1.0.0", 410] 411 412[[package]] 413name = "cxx" 414version = "1.0.91" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "86d3488e7665a7a483b57e25bdd90d0aeb2bc7608c8d0346acf2ad3f1caf1d62" 417dependencies = [ 418 "cc", 419 "cxxbridge-flags", 420 "cxxbridge-macro", 421 "link-cplusplus", 422] 423 424[[package]] 425name = "cxx-build" 426version = "1.0.91" 427source = "registry+https://github.com/rust-lang/crates.io-index" 428checksum = "48fcaf066a053a41a81dfb14d57d99738b767febb8b735c3016e469fac5da690" 429dependencies = [ 430 "cc", 431 "codespan-reporting", 432 "once_cell", 433 "proc-macro2", 434 "quote", 435 "scratch", 436 "syn", 437] 438 439[[package]] 440name = "cxxbridge-flags" 441version = "1.0.91" 442source = "registry+https://github.com/rust-lang/crates.io-index" 443checksum = "a2ef98b8b717a829ca5603af80e1f9e2e48013ab227b68ef37872ef84ee479bf" 444 445[[package]] 446name = "cxxbridge-macro" 447version = "1.0.91" 448source = "registry+https://github.com/rust-lang/crates.io-index" 449checksum = "086c685979a698443656e5cf7856c95c642295a38599f12fb1ff76fb28d19892" 450dependencies = [ 451 "proc-macro2", 452 "quote", 453 "syn", 454] 455 456[[package]] 457name = "dynasm" 458version = "1.2.3" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "add9a102807b524ec050363f09e06f1504214b0e1c7797f64261c891022dce8b" 461dependencies = [ 462 "bitflags", 463 "byteorder", 464 "lazy_static", 465 "proc-macro-error", 466 "proc-macro2", 467 "quote", 468 "syn", 469] 470 471[[package]] 472name = "dynasmrt" 473version = "1.2.3" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "64fba5a42bd76a17cad4bfa00de168ee1cbfa06a5e8ce992ae880218c05641a9" 476dependencies = [ 477 "byteorder", 478 "dynasm", 479 "memmap2", 480] 481 482[[package]] 483name = "either" 484version = "1.8.1" 485source = "registry+https://github.com/rust-lang/crates.io-index" 486checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 487 488[[package]] 489name = "encode_unicode" 490version = "0.3.6" 491source = "registry+https://github.com/rust-lang/crates.io-index" 492checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 493 494[[package]] 495name = "errno" 496version = "0.2.8" 497source = "registry+https://github.com/rust-lang/crates.io-index" 498checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 499dependencies = [ 500 "errno-dragonfly", 501 "libc", 502 "winapi", 503] 504 505[[package]] 506name = "errno-dragonfly" 507version = "0.1.2" 508source = "registry+https://github.com/rust-lang/crates.io-index" 509checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 510dependencies = [ 511 "cc", 512 "libc", 513] 514 515[[package]] 516name = "fern" 517version = "0.6.1" 518source = "registry+https://github.com/rust-lang/crates.io-index" 519checksum = "3bdd7b0849075e79ee9a1836df22c717d1eba30451796fdc631b04565dd11e2a" 520dependencies = [ 521 "log", 522] 523 524[[package]] 525name = "flate2" 526version = "1.0.25" 527source = "registry+https://github.com/rust-lang/crates.io-index" 528checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" 529dependencies = [ 530 "crc32fast", 531 "miniz_oxide", 532] 533 534[[package]] 535name = "funty" 536version = "2.0.0" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 539 540[[package]] 541name = "gimli" 542version = "0.27.2" 543source = "registry+https://github.com/rust-lang/crates.io-index" 544checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" 545 546[[package]] 547name = "goblin" 548version = "0.6.0" 549source = "registry+https://github.com/rust-lang/crates.io-index" 550checksum = "572564d6cba7d09775202c8e7eebc4d534d5ae36578ab402fb21e182a0ac9505" 551dependencies = [ 552 "log", 553 "plain", 554 "scroll", 555] 556 557[[package]] 558name = "half" 559version = "1.8.2" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" 562 563[[package]] 564name = "hashbrown" 565version = "0.12.3" 566source = "registry+https://github.com/rust-lang/crates.io-index" 567checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 568 569[[package]] 570name = "hermit-abi" 571version = "0.1.19" 572source = "registry+https://github.com/rust-lang/crates.io-index" 573checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 574dependencies = [ 575 "libc", 576] 577 578[[package]] 579name = "hermit-abi" 580version = "0.2.6" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 583dependencies = [ 584 "libc", 585] 586 587[[package]] 588name = "hermit-abi" 589version = "0.3.1" 590source = "registry+https://github.com/rust-lang/crates.io-index" 591checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 592 593[[package]] 594name = "hex" 595version = "0.4.3" 596source = "registry+https://github.com/rust-lang/crates.io-index" 597checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 598 599[[package]] 600name = "hexyl" 601version = "0.12.0" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "392fe25d8f080f8fed5faed180f560e2379f411c3fc0a62bba146d93d893d95d" 604dependencies = [ 605 "anyhow", 606 "clap 4.1.6", 607 "const_format", 608 "libc", 609 "owo-colors", 610 "supports-color", 611 "terminal_size", 612 "thiserror", 613] 614 615[[package]] 616name = "iana-time-zone" 617version = "0.1.53" 618source = "registry+https://github.com/rust-lang/crates.io-index" 619checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" 620dependencies = [ 621 "android_system_properties", 622 "core-foundation-sys", 623 "iana-time-zone-haiku", 624 "js-sys", 625 "wasm-bindgen", 626 "winapi", 627] 628 629[[package]] 630name = "iana-time-zone-haiku" 631version = "0.1.1" 632source = "registry+https://github.com/rust-lang/crates.io-index" 633checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" 634dependencies = [ 635 "cxx", 636 "cxx-build", 637] 638 639[[package]] 640name = "indexmap" 641version = "1.9.2" 642source = "registry+https://github.com/rust-lang/crates.io-index" 643checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 644dependencies = [ 645 "autocfg", 646 "hashbrown", 647] 648 649[[package]] 650name = "indoc" 651version = "1.0.9" 652source = "registry+https://github.com/rust-lang/crates.io-index" 653checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" 654 655[[package]] 656name = "inflate" 657version = "0.4.5" 658source = "registry+https://github.com/rust-lang/crates.io-index" 659checksum = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff" 660dependencies = [ 661 "adler32", 662] 663 664[[package]] 665name = "io-lifetimes" 666version = "1.0.5" 667source = "registry+https://github.com/rust-lang/crates.io-index" 668checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3" 669dependencies = [ 670 "libc", 671 "windows-sys 0.45.0", 672] 673 674[[package]] 675name = "is-terminal" 676version = "0.4.3" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "22e18b0a45d56fe973d6db23972bf5bc46f988a4a2385deac9cc29572f09daef" 679dependencies = [ 680 "hermit-abi 0.3.1", 681 "io-lifetimes", 682 "rustix", 683 "windows-sys 0.45.0", 684] 685 686[[package]] 687name = "is_ci" 688version = "1.1.1" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb" 691 692[[package]] 693name = "itertools" 694version = "0.10.5" 695source = "registry+https://github.com/rust-lang/crates.io-index" 696checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 697dependencies = [ 698 "either", 699] 700 701[[package]] 702name = "itoa" 703version = "1.0.5" 704source = "registry+https://github.com/rust-lang/crates.io-index" 705checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" 706 707[[package]] 708name = "js-sys" 709version = "0.3.61" 710source = "registry+https://github.com/rust-lang/crates.io-index" 711checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" 712dependencies = [ 713 "wasm-bindgen", 714] 715 716[[package]] 717name = "jslancelot" 718version = "0.8.6" 719dependencies = [ 720 "anyhow", 721 "console_error_panic_hook", 722 "js-sys", 723 "lancelot", 724 "wasm-bindgen", 725 "web-sys", 726 "wee_alloc", 727] 728 729[[package]] 730name = "lancelot" 731version = "0.8.6" 732dependencies = [ 733 "ansi_term", 734 "anyhow", 735 "bitflags", 736 "bitvec", 737 "byteorder", 738 "chrono", 739 "criterion", 740 "dynasm", 741 "dynasmrt", 742 "fern", 743 "goblin", 744 "lancelot-flirt", 745 "lazy_static", 746 "log", 747 "object", 748 "regex", 749 "smallvec", 750 "smol_str", 751 "thiserror", 752 "unicorn-engine", 753 "widestring", 754 "zydis", 755] 756 757[[package]] 758name = "lancelot-bin" 759version = "0.8.6" 760dependencies = [ 761 "ansi_term", 762 "anyhow", 763 "ar", 764 "better-panic", 765 "chrono", 766 "clap 3.2.23", 767 "fern", 768 "goblin", 769 "hex", 770 "hexyl", 771 "lancelot", 772 "lancelot-flirt", 773 "log", 774 "serde_json", 775 "thiserror", 776] 777 778[[package]] 779name = "lancelot-flirt" 780version = "0.8.6" 781dependencies = [ 782 "anyhow", 783 "better-panic", 784 "bitflags", 785 "bitvec", 786 "chrono", 787 "clap 3.2.23", 788 "criterion", 789 "fern", 790 "inflate", 791 "log", 792 "nom", 793 "regex", 794 "smallvec", 795 "thiserror", 796] 797 798[[package]] 799name = "lazy_static" 800version = "1.4.0" 801source = "registry+https://github.com/rust-lang/crates.io-index" 802checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 803 804[[package]] 805name = "libc" 806version = "0.2.139" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 809 810[[package]] 811name = "link-cplusplus" 812version = "1.0.8" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" 815dependencies = [ 816 "cc", 817] 818 819[[package]] 820name = "linux-raw-sys" 821version = "0.1.4" 822source = "registry+https://github.com/rust-lang/crates.io-index" 823checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 824 825[[package]] 826name = "lock_api" 827version = "0.4.9" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 830dependencies = [ 831 "autocfg", 832 "scopeguard", 833] 834 835[[package]] 836name = "log" 837version = "0.4.17" 838source = "registry+https://github.com/rust-lang/crates.io-index" 839checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 840dependencies = [ 841 "cfg-if 1.0.0", 842] 843 844[[package]] 845name = "memchr" 846version = "2.5.0" 847source = "registry+https://github.com/rust-lang/crates.io-index" 848checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 849 850[[package]] 851name = "memmap2" 852version = "0.5.9" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "2af2c65375e552a67fe3829ca63e8a7c27a378a62824594f43b2851d682b5ec2" 855dependencies = [ 856 "libc", 857] 858 859[[package]] 860name = "memoffset" 861version = "0.6.5" 862source = "registry+https://github.com/rust-lang/crates.io-index" 863checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 864dependencies = [ 865 "autocfg", 866] 867 868[[package]] 869name = "memoffset" 870version = "0.7.1" 871source = "registry+https://github.com/rust-lang/crates.io-index" 872checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" 873dependencies = [ 874 "autocfg", 875] 876 877[[package]] 878name = "memory_units" 879version = "0.4.0" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3" 882 883[[package]] 884name = "minimal-lexical" 885version = "0.2.1" 886source = "registry+https://github.com/rust-lang/crates.io-index" 887checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 888 889[[package]] 890name = "miniz_oxide" 891version = "0.6.2" 892source = "registry+https://github.com/rust-lang/crates.io-index" 893checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 894dependencies = [ 895 "adler", 896] 897 898[[package]] 899name = "nom" 900version = "7.1.3" 901source = "registry+https://github.com/rust-lang/crates.io-index" 902checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 903dependencies = [ 904 "memchr", 905 "minimal-lexical", 906] 907 908[[package]] 909name = "num-integer" 910version = "0.1.45" 911source = "registry+https://github.com/rust-lang/crates.io-index" 912checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 913dependencies = [ 914 "autocfg", 915 "num-traits", 916] 917 918[[package]] 919name = "num-traits" 920version = "0.2.15" 921source = "registry+https://github.com/rust-lang/crates.io-index" 922checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 923dependencies = [ 924 "autocfg", 925] 926 927[[package]] 928name = "num_cpus" 929version = "1.15.0" 930source = "registry+https://github.com/rust-lang/crates.io-index" 931checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 932dependencies = [ 933 "hermit-abi 0.2.6", 934 "libc", 935] 936 937[[package]] 938name = "object" 939version = "0.30.3" 940source = "registry+https://github.com/rust-lang/crates.io-index" 941checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" 942dependencies = [ 943 "flate2", 944 "memchr", 945] 946 947[[package]] 948name = "once_cell" 949version = "1.17.1" 950source = "registry+https://github.com/rust-lang/crates.io-index" 951checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 952 953[[package]] 954name = "oorandom" 955version = "11.1.3" 956source = "registry+https://github.com/rust-lang/crates.io-index" 957checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 958 959[[package]] 960name = "os_str_bytes" 961version = "6.4.1" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" 964 965[[package]] 966name = "owo-colors" 967version = "3.5.0" 968source = "registry+https://github.com/rust-lang/crates.io-index" 969checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" 970 971[[package]] 972name = "parking_lot" 973version = "0.12.1" 974source = "registry+https://github.com/rust-lang/crates.io-index" 975checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 976dependencies = [ 977 "lock_api", 978 "parking_lot_core", 979] 980 981[[package]] 982name = "parking_lot_core" 983version = "0.9.7" 984source = "registry+https://github.com/rust-lang/crates.io-index" 985checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 986dependencies = [ 987 "cfg-if 1.0.0", 988 "libc", 989 "redox_syscall", 990 "smallvec", 991 "windows-sys 0.45.0", 992] 993 994[[package]] 995name = "pkg-config" 996version = "0.3.26" 997source = "registry+https://github.com/rust-lang/crates.io-index" 998checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" 999 1000[[package]] 1001name = "plain" 1002version = "0.2.3" 1003source = "registry+https://github.com/rust-lang/crates.io-index" 1004checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 1005 1006[[package]] 1007name = "plotters" 1008version = "0.3.4" 1009source = "registry+https://github.com/rust-lang/crates.io-index" 1010checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97" 1011dependencies = [ 1012 "num-traits", 1013 "plotters-backend", 1014 "plotters-svg", 1015 "wasm-bindgen", 1016 "web-sys", 1017] 1018 1019[[package]] 1020name = "plotters-backend" 1021version = "0.3.4" 1022source = "registry+https://github.com/rust-lang/crates.io-index" 1023checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" 1024 1025[[package]] 1026name = "plotters-svg" 1027version = "0.3.3" 1028source = "registry+https://github.com/rust-lang/crates.io-index" 1029checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f" 1030dependencies = [ 1031 "plotters-backend", 1032] 1033 1034[[package]] 1035name = "proc-macro-error" 1036version = "1.0.4" 1037source = "registry+https://github.com/rust-lang/crates.io-index" 1038checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 1039dependencies = [ 1040 "proc-macro-error-attr", 1041 "proc-macro2", 1042 "quote", 1043 "syn", 1044 "version_check", 1045] 1046 1047[[package]] 1048name = "proc-macro-error-attr" 1049version = "1.0.4" 1050source = "registry+https://github.com/rust-lang/crates.io-index" 1051checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 1052dependencies = [ 1053 "proc-macro2", 1054 "quote", 1055 "version_check", 1056] 1057 1058[[package]] 1059name = "proc-macro2" 1060version = "1.0.51" 1061source = "registry+https://github.com/rust-lang/crates.io-index" 1062checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" 1063dependencies = [ 1064 "unicode-ident", 1065] 1066 1067[[package]] 1068name = "pylancelot" 1069version = "0.8.6" 1070dependencies = [ 1071 "anyhow", 1072 "lancelot", 1073 "pyo3", 1074] 1075 1076[[package]] 1077name = "pyo3" 1078version = "0.17.3" 1079source = "registry+https://github.com/rust-lang/crates.io-index" 1080checksum = "268be0c73583c183f2b14052337465768c07726936a260f480f0857cb95ba543" 1081dependencies = [ 1082 "cfg-if 1.0.0", 1083 "indoc", 1084 "libc", 1085 "memoffset 0.6.5", 1086 "parking_lot", 1087 "pyo3-build-config", 1088 "pyo3-ffi", 1089 "pyo3-macros", 1090 "unindent", 1091] 1092 1093[[package]] 1094name = "pyo3-build-config" 1095version = "0.17.3" 1096source = "registry+https://github.com/rust-lang/crates.io-index" 1097checksum = "28fcd1e73f06ec85bf3280c48c67e731d8290ad3d730f8be9dc07946923005c8" 1098dependencies = [ 1099 "once_cell", 1100 "target-lexicon", 1101] 1102 1103[[package]] 1104name = "pyo3-ffi" 1105version = "0.17.3" 1106source = "registry+https://github.com/rust-lang/crates.io-index" 1107checksum = "0f6cb136e222e49115b3c51c32792886defbfb0adead26a688142b346a0b9ffc" 1108dependencies = [ 1109 "libc", 1110 "pyo3-build-config", 1111] 1112 1113[[package]] 1114name = "pyo3-macros" 1115version = "0.17.3" 1116source = "registry+https://github.com/rust-lang/crates.io-index" 1117checksum = "94144a1266e236b1c932682136dc35a9dee8d3589728f68130c7c3861ef96b28" 1118dependencies = [ 1119 "proc-macro2", 1120 "pyo3-macros-backend", 1121 "quote", 1122 "syn", 1123] 1124 1125[[package]] 1126name = "pyo3-macros-backend" 1127version = "0.17.3" 1128source = "registry+https://github.com/rust-lang/crates.io-index" 1129checksum = "c8df9be978a2d2f0cdebabb03206ed73b11314701a5bfe71b0d753b81997777f" 1130dependencies = [ 1131 "proc-macro2", 1132 "quote", 1133 "syn", 1134] 1135 1136[[package]] 1137name = "python-flirt" 1138version = "0.8.6" 1139dependencies = [ 1140 "anyhow", 1141 "lancelot-flirt", 1142 "pyo3", 1143] 1144 1145[[package]] 1146name = "quote" 1147version = "1.0.23" 1148source = "registry+https://github.com/rust-lang/crates.io-index" 1149checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" 1150dependencies = [ 1151 "proc-macro2", 1152] 1153 1154[[package]] 1155name = "radium" 1156version = "0.7.0" 1157source = "registry+https://github.com/rust-lang/crates.io-index" 1158checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 1159 1160[[package]] 1161name = "rayon" 1162version = "1.6.1" 1163source = "registry+https://github.com/rust-lang/crates.io-index" 1164checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7" 1165dependencies = [ 1166 "either", 1167 "rayon-core", 1168] 1169 1170[[package]] 1171name = "rayon-core" 1172version = "1.10.2" 1173source = "registry+https://github.com/rust-lang/crates.io-index" 1174checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b" 1175dependencies = [ 1176 "crossbeam-channel", 1177 "crossbeam-deque", 1178 "crossbeam-utils", 1179 "num_cpus", 1180] 1181 1182[[package]] 1183name = "redox_syscall" 1184version = "0.2.16" 1185source = "registry+https://github.com/rust-lang/crates.io-index" 1186checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1187dependencies = [ 1188 "bitflags", 1189] 1190 1191[[package]] 1192name = "regex" 1193version = "1.7.1" 1194source = "registry+https://github.com/rust-lang/crates.io-index" 1195checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 1196dependencies = [ 1197 "aho-corasick", 1198 "memchr", 1199 "regex-syntax", 1200] 1201 1202[[package]] 1203name = "regex-syntax" 1204version = "0.6.28" 1205source = "registry+https://github.com/rust-lang/crates.io-index" 1206checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 1207 1208[[package]] 1209name = "rustc-demangle" 1210version = "0.1.21" 1211source = "registry+https://github.com/rust-lang/crates.io-index" 1212checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" 1213 1214[[package]] 1215name = "rustix" 1216version = "0.36.8" 1217source = "registry+https://github.com/rust-lang/crates.io-index" 1218checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644" 1219dependencies = [ 1220 "bitflags", 1221 "errno", 1222 "io-lifetimes", 1223 "libc", 1224 "linux-raw-sys", 1225 "windows-sys 0.45.0", 1226] 1227 1228[[package]] 1229name = "ryu" 1230version = "1.0.12" 1231source = "registry+https://github.com/rust-lang/crates.io-index" 1232checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" 1233 1234[[package]] 1235name = "same-file" 1236version = "1.0.6" 1237source = "registry+https://github.com/rust-lang/crates.io-index" 1238checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1239dependencies = [ 1240 "winapi-util", 1241] 1242 1243[[package]] 1244name = "scopeguard" 1245version = "1.1.0" 1246source = "registry+https://github.com/rust-lang/crates.io-index" 1247checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1248 1249[[package]] 1250name = "scratch" 1251version = "1.0.3" 1252source = "registry+https://github.com/rust-lang/crates.io-index" 1253checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2" 1254 1255[[package]] 1256name = "scroll" 1257version = "0.11.0" 1258source = "registry+https://github.com/rust-lang/crates.io-index" 1259checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da" 1260dependencies = [ 1261 "scroll_derive", 1262] 1263 1264[[package]] 1265name = "scroll_derive" 1266version = "0.11.0" 1267source = "registry+https://github.com/rust-lang/crates.io-index" 1268checksum = "bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e" 1269dependencies = [ 1270 "proc-macro2", 1271 "quote", 1272 "syn", 1273] 1274 1275[[package]] 1276name = "serde" 1277version = "1.0.152" 1278source = "registry+https://github.com/rust-lang/crates.io-index" 1279checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" 1280dependencies = [ 1281 "serde_derive", 1282] 1283 1284[[package]] 1285name = "serde_derive" 1286version = "1.0.152" 1287source = "registry+https://github.com/rust-lang/crates.io-index" 1288checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" 1289dependencies = [ 1290 "proc-macro2", 1291 "quote", 1292 "syn", 1293] 1294 1295[[package]] 1296name = "serde_json" 1297version = "1.0.93" 1298source = "registry+https://github.com/rust-lang/crates.io-index" 1299checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" 1300dependencies = [ 1301 "itoa", 1302 "ryu", 1303 "serde", 1304] 1305 1306[[package]] 1307name = "smallvec" 1308version = "1.10.0" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 1311 1312[[package]] 1313name = "smol_str" 1314version = "0.1.24" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9" 1317dependencies = [ 1318 "serde", 1319] 1320 1321[[package]] 1322name = "strsim" 1323version = "0.10.0" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 1326 1327[[package]] 1328name = "supports-color" 1329version = "1.3.1" 1330source = "registry+https://github.com/rust-lang/crates.io-index" 1331checksum = "8ba6faf2ca7ee42fdd458f4347ae0a9bd6bcc445ad7cb57ad82b383f18870d6f" 1332dependencies = [ 1333 "atty", 1334 "is_ci", 1335] 1336 1337[[package]] 1338name = "syn" 1339version = "1.0.107" 1340source = "registry+https://github.com/rust-lang/crates.io-index" 1341checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" 1342dependencies = [ 1343 "proc-macro2", 1344 "quote", 1345 "unicode-ident", 1346] 1347 1348[[package]] 1349name = "tap" 1350version = "1.0.1" 1351source = "registry+https://github.com/rust-lang/crates.io-index" 1352checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 1353 1354[[package]] 1355name = "target-lexicon" 1356version = "0.12.6" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5" 1359 1360[[package]] 1361name = "termcolor" 1362version = "1.2.0" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 1365dependencies = [ 1366 "winapi-util", 1367] 1368 1369[[package]] 1370name = "terminal_size" 1371version = "0.2.5" 1372source = "registry+https://github.com/rust-lang/crates.io-index" 1373checksum = "4c9afddd2cec1c0909f06b00ef33f94ab2cc0578c4a610aa208ddfec8aa2b43a" 1374dependencies = [ 1375 "rustix", 1376 "windows-sys 0.45.0", 1377] 1378 1379[[package]] 1380name = "textwrap" 1381version = "0.16.0" 1382source = "registry+https://github.com/rust-lang/crates.io-index" 1383checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 1384 1385[[package]] 1386name = "thiserror" 1387version = "1.0.38" 1388source = "registry+https://github.com/rust-lang/crates.io-index" 1389checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" 1390dependencies = [ 1391 "thiserror-impl", 1392] 1393 1394[[package]] 1395name = "thiserror-impl" 1396version = "1.0.38" 1397source = "registry+https://github.com/rust-lang/crates.io-index" 1398checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" 1399dependencies = [ 1400 "proc-macro2", 1401 "quote", 1402 "syn", 1403] 1404 1405[[package]] 1406name = "time" 1407version = "0.1.45" 1408source = "registry+https://github.com/rust-lang/crates.io-index" 1409checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 1410dependencies = [ 1411 "libc", 1412 "wasi", 1413 "winapi", 1414] 1415 1416[[package]] 1417name = "tinytemplate" 1418version = "1.2.1" 1419source = "registry+https://github.com/rust-lang/crates.io-index" 1420checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 1421dependencies = [ 1422 "serde", 1423 "serde_json", 1424] 1425 1426[[package]] 1427name = "unicode-ident" 1428version = "1.0.6" 1429source = "registry+https://github.com/rust-lang/crates.io-index" 1430checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" 1431 1432[[package]] 1433name = "unicode-width" 1434version = "0.1.10" 1435source = "registry+https://github.com/rust-lang/crates.io-index" 1436checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 1437 1438[[package]] 1439name = "unicode-xid" 1440version = "0.2.4" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 1443 1444[[package]] 1445name = "unicorn-engine" 1446version = "2.0.1" 1447source = "registry+https://github.com/rust-lang/crates.io-index" 1448checksum = "f3b881bfd9837ff4f62e81a1e64b40a584604375ae0a73d0d5f09b7a72350b96" 1449dependencies = [ 1450 "bitflags", 1451 "cc", 1452 "cmake", 1453 "libc", 1454 "pkg-config", 1455] 1456 1457[[package]] 1458name = "unindent" 1459version = "0.1.11" 1460source = "registry+https://github.com/rust-lang/crates.io-index" 1461checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" 1462 1463[[package]] 1464name = "version_check" 1465version = "0.9.4" 1466source = "registry+https://github.com/rust-lang/crates.io-index" 1467checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1468 1469[[package]] 1470name = "walkdir" 1471version = "2.3.2" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" 1474dependencies = [ 1475 "same-file", 1476 "winapi", 1477 "winapi-util", 1478] 1479 1480[[package]] 1481name = "wasi" 1482version = "0.10.0+wasi-snapshot-preview1" 1483source = "registry+https://github.com/rust-lang/crates.io-index" 1484checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 1485 1486[[package]] 1487name = "wasm-bindgen" 1488version = "0.2.84" 1489source = "registry+https://github.com/rust-lang/crates.io-index" 1490checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" 1491dependencies = [ 1492 "cfg-if 1.0.0", 1493 "wasm-bindgen-macro", 1494] 1495 1496[[package]] 1497name = "wasm-bindgen-backend" 1498version = "0.2.84" 1499source = "registry+https://github.com/rust-lang/crates.io-index" 1500checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" 1501dependencies = [ 1502 "bumpalo", 1503 "log", 1504 "once_cell", 1505 "proc-macro2", 1506 "quote", 1507 "syn", 1508 "wasm-bindgen-shared", 1509] 1510 1511[[package]] 1512name = "wasm-bindgen-macro" 1513version = "0.2.84" 1514source = "registry+https://github.com/rust-lang/crates.io-index" 1515checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" 1516dependencies = [ 1517 "quote", 1518 "wasm-bindgen-macro-support", 1519] 1520 1521[[package]] 1522name = "wasm-bindgen-macro-support" 1523version = "0.2.84" 1524source = "registry+https://github.com/rust-lang/crates.io-index" 1525checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" 1526dependencies = [ 1527 "proc-macro2", 1528 "quote", 1529 "syn", 1530 "wasm-bindgen-backend", 1531 "wasm-bindgen-shared", 1532] 1533 1534[[package]] 1535name = "wasm-bindgen-shared" 1536version = "0.2.84" 1537source = "registry+https://github.com/rust-lang/crates.io-index" 1538checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 1539 1540[[package]] 1541name = "web-sys" 1542version = "0.3.61" 1543source = "registry+https://github.com/rust-lang/crates.io-index" 1544checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 1545dependencies = [ 1546 "js-sys", 1547 "wasm-bindgen", 1548] 1549 1550[[package]] 1551name = "wee_alloc" 1552version = "0.4.5" 1553source = "registry+https://github.com/rust-lang/crates.io-index" 1554checksum = "dbb3b5a6b2bb17cb6ad44a2e68a43e8d2722c997da10e928665c72ec6c0a0b8e" 1555dependencies = [ 1556 "cfg-if 0.1.10", 1557 "libc", 1558 "memory_units", 1559 "winapi", 1560] 1561 1562[[package]] 1563name = "widestring" 1564version = "1.0.2" 1565source = "registry+https://github.com/rust-lang/crates.io-index" 1566checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" 1567 1568[[package]] 1569name = "winapi" 1570version = "0.3.9" 1571source = "registry+https://github.com/rust-lang/crates.io-index" 1572checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1573dependencies = [ 1574 "winapi-i686-pc-windows-gnu", 1575 "winapi-x86_64-pc-windows-gnu", 1576] 1577 1578[[package]] 1579name = "winapi-i686-pc-windows-gnu" 1580version = "0.4.0" 1581source = "registry+https://github.com/rust-lang/crates.io-index" 1582checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1583 1584[[package]] 1585name = "winapi-util" 1586version = "0.1.5" 1587source = "registry+https://github.com/rust-lang/crates.io-index" 1588checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 1589dependencies = [ 1590 "winapi", 1591] 1592 1593[[package]] 1594name = "winapi-x86_64-pc-windows-gnu" 1595version = "0.4.0" 1596source = "registry+https://github.com/rust-lang/crates.io-index" 1597checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1598 1599[[package]] 1600name = "windows-sys" 1601version = "0.42.0" 1602source = "registry+https://github.com/rust-lang/crates.io-index" 1603checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 1604dependencies = [ 1605 "windows_aarch64_gnullvm", 1606 "windows_aarch64_msvc", 1607 "windows_i686_gnu", 1608 "windows_i686_msvc", 1609 "windows_x86_64_gnu", 1610 "windows_x86_64_gnullvm", 1611 "windows_x86_64_msvc", 1612] 1613 1614[[package]] 1615name = "windows-sys" 1616version = "0.45.0" 1617source = "registry+https://github.com/rust-lang/crates.io-index" 1618checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1619dependencies = [ 1620 "windows-targets", 1621] 1622 1623[[package]] 1624name = "windows-targets" 1625version = "0.42.1" 1626source = "registry+https://github.com/rust-lang/crates.io-index" 1627checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 1628dependencies = [ 1629 "windows_aarch64_gnullvm", 1630 "windows_aarch64_msvc", 1631 "windows_i686_gnu", 1632 "windows_i686_msvc", 1633 "windows_x86_64_gnu", 1634 "windows_x86_64_gnullvm", 1635 "windows_x86_64_msvc", 1636] 1637 1638[[package]] 1639name = "windows_aarch64_gnullvm" 1640version = "0.42.1" 1641source = "registry+https://github.com/rust-lang/crates.io-index" 1642checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 1643 1644[[package]] 1645name = "windows_aarch64_msvc" 1646version = "0.42.1" 1647source = "registry+https://github.com/rust-lang/crates.io-index" 1648checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 1649 1650[[package]] 1651name = "windows_i686_gnu" 1652version = "0.42.1" 1653source = "registry+https://github.com/rust-lang/crates.io-index" 1654checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 1655 1656[[package]] 1657name = "windows_i686_msvc" 1658version = "0.42.1" 1659source = "registry+https://github.com/rust-lang/crates.io-index" 1660checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 1661 1662[[package]] 1663name = "windows_x86_64_gnu" 1664version = "0.42.1" 1665source = "registry+https://github.com/rust-lang/crates.io-index" 1666checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 1667 1668[[package]] 1669name = "windows_x86_64_gnullvm" 1670version = "0.42.1" 1671source = "registry+https://github.com/rust-lang/crates.io-index" 1672checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 1673 1674[[package]] 1675name = "windows_x86_64_msvc" 1676version = "0.42.1" 1677source = "registry+https://github.com/rust-lang/crates.io-index" 1678checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 1679 1680[[package]] 1681name = "wyz" 1682version = "0.5.1" 1683source = "registry+https://github.com/rust-lang/crates.io-index" 1684checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 1685dependencies = [ 1686 "tap", 1687] 1688 1689[[package]] 1690name = "zydis" 1691version = "3.1.3" 1692source = "git+https://github.com/williballenthin/zydis-rs?branch=nightly/wasm#cfebd092d2c98217c0527649beb5f67de349ccde" 1693dependencies = [ 1694 "bitflags", 1695 "cmake", 1696 "serde", 1697 "serde_derive", 1698]