Cargo.lock (45923B)
1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 version = 3 4 5 [[package]] 6 name = "adler" 7 version = "1.0.2" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 11 [[package]] 12 name = "aho-corasick" 13 version = "1.1.2" 14 source = "registry+https://github.com/rust-lang/crates.io-index" 15 checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" 16 dependencies = [ 17 "memchr 2.7.1", 18 ] 19 20 [[package]] 21 name = "android-tzdata" 22 version = "0.1.1" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 24 checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 25 26 [[package]] 27 name = "android_system_properties" 28 version = "0.1.5" 29 source = "registry+https://github.com/rust-lang/crates.io-index" 30 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 31 dependencies = [ 32 "libc", 33 ] 34 35 [[package]] 36 name = "ansi_term" 37 version = "0.12.1" 38 source = "registry+https://github.com/rust-lang/crates.io-index" 39 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 40 dependencies = [ 41 "winapi", 42 ] 43 44 [[package]] 45 name = "anyhow" 46 version = "1.0.80" 47 source = "registry+https://github.com/rust-lang/crates.io-index" 48 checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" 49 50 [[package]] 51 name = "ascii" 52 version = "1.1.0" 53 source = "registry+https://github.com/rust-lang/crates.io-index" 54 checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" 55 56 [[package]] 57 name = "ascii-canvas" 58 version = "3.0.0" 59 source = "registry+https://github.com/rust-lang/crates.io-index" 60 checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6" 61 dependencies = [ 62 "term", 63 ] 64 65 [[package]] 66 name = "atty" 67 version = "0.2.14" 68 source = "registry+https://github.com/rust-lang/crates.io-index" 69 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 70 dependencies = [ 71 "hermit-abi 0.1.19", 72 "libc", 73 "winapi", 74 ] 75 76 [[package]] 77 name = "autocfg" 78 version = "1.1.0" 79 source = "registry+https://github.com/rust-lang/crates.io-index" 80 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 81 82 [[package]] 83 name = "base64" 84 version = "0.13.1" 85 source = "registry+https://github.com/rust-lang/crates.io-index" 86 checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 87 88 [[package]] 89 name = "base64" 90 version = "0.21.7" 91 source = "registry+https://github.com/rust-lang/crates.io-index" 92 checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 93 94 [[package]] 95 name = "bindgen" 96 version = "0.68.1" 97 source = "registry+https://github.com/rust-lang/crates.io-index" 98 checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078" 99 dependencies = [ 100 "bitflags 2.4.2", 101 "cexpr", 102 "clang-sys", 103 "lazy_static", 104 "lazycell", 105 "peeking_take_while", 106 "proc-macro2", 107 "quote", 108 "regex", 109 "rustc-hash", 110 "shlex", 111 "syn", 112 ] 113 114 [[package]] 115 name = "bit-set" 116 version = "0.5.3" 117 source = "registry+https://github.com/rust-lang/crates.io-index" 118 checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 119 dependencies = [ 120 "bit-vec", 121 ] 122 123 [[package]] 124 name = "bit-vec" 125 version = "0.6.3" 126 source = "registry+https://github.com/rust-lang/crates.io-index" 127 checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 128 129 [[package]] 130 name = "bitflags" 131 version = "1.3.2" 132 source = "registry+https://github.com/rust-lang/crates.io-index" 133 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 134 135 [[package]] 136 name = "bitflags" 137 version = "2.4.2" 138 source = "registry+https://github.com/rust-lang/crates.io-index" 139 checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" 140 141 [[package]] 142 name = "block-buffer" 143 version = "0.10.4" 144 source = "registry+https://github.com/rust-lang/crates.io-index" 145 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 146 dependencies = [ 147 "generic-array 0.14.7", 148 ] 149 150 [[package]] 151 name = "buffered-reader" 152 version = "1.3.0" 153 source = "registry+https://github.com/rust-lang/crates.io-index" 154 checksum = "2b9b0a25eb06e83579bc985d836e1e3b957a7201301b48538764d2b2e78090d4" 155 dependencies = [ 156 "bzip2", 157 "flate2", 158 "lazy_static", 159 "libc", 160 ] 161 162 [[package]] 163 name = "bumpalo" 164 version = "3.15.3" 165 source = "registry+https://github.com/rust-lang/crates.io-index" 166 checksum = "8ea184aa71bb362a1157c896979544cc23974e08fd265f29ea96b59f0b4a555b" 167 168 [[package]] 169 name = "bzip2" 170 version = "0.4.4" 171 source = "registry+https://github.com/rust-lang/crates.io-index" 172 checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" 173 dependencies = [ 174 "bzip2-sys", 175 "libc", 176 ] 177 178 [[package]] 179 name = "bzip2-sys" 180 version = "0.1.11+1.0.8" 181 source = "registry+https://github.com/rust-lang/crates.io-index" 182 checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 183 dependencies = [ 184 "cc", 185 "libc", 186 "pkg-config", 187 ] 188 189 [[package]] 190 name = "cc" 191 version = "1.0.88" 192 source = "registry+https://github.com/rust-lang/crates.io-index" 193 checksum = "02f341c093d19155a6e41631ce5971aac4e9a868262212153124c15fa22d1cdc" 194 195 [[package]] 196 name = "cexpr" 197 version = "0.6.0" 198 source = "registry+https://github.com/rust-lang/crates.io-index" 199 checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 200 dependencies = [ 201 "nom 7.1.3", 202 ] 203 204 [[package]] 205 name = "cfg-if" 206 version = "0.1.10" 207 source = "registry+https://github.com/rust-lang/crates.io-index" 208 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 209 210 [[package]] 211 name = "cfg-if" 212 version = "1.0.0" 213 source = "registry+https://github.com/rust-lang/crates.io-index" 214 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 215 216 [[package]] 217 name = "chrono" 218 version = "0.4.34" 219 source = "registry+https://github.com/rust-lang/crates.io-index" 220 checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" 221 dependencies = [ 222 "android-tzdata", 223 "iana-time-zone", 224 "js-sys", 225 "num-traits", 226 "wasm-bindgen", 227 "windows-targets 0.52.3", 228 ] 229 230 [[package]] 231 name = "chunked_transfer" 232 version = "1.5.0" 233 source = "registry+https://github.com/rust-lang/crates.io-index" 234 checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901" 235 236 [[package]] 237 name = "clang-sys" 238 version = "1.7.0" 239 source = "registry+https://github.com/rust-lang/crates.io-index" 240 checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1" 241 dependencies = [ 242 "glob", 243 "libc", 244 "libloading", 245 ] 246 247 [[package]] 248 name = "clap" 249 version = "2.34.0" 250 source = "registry+https://github.com/rust-lang/crates.io-index" 251 checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 252 dependencies = [ 253 "ansi_term", 254 "atty", 255 "bitflags 1.3.2", 256 "strsim", 257 "textwrap", 258 "unicode-width", 259 "vec_map", 260 ] 261 262 [[package]] 263 name = "cloudabi" 264 version = "0.0.3" 265 source = "registry+https://github.com/rust-lang/crates.io-index" 266 checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" 267 dependencies = [ 268 "bitflags 1.3.2", 269 ] 270 271 [[package]] 272 name = "core-foundation-sys" 273 version = "0.8.6" 274 source = "registry+https://github.com/rust-lang/crates.io-index" 275 checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 276 277 [[package]] 278 name = "cpufeatures" 279 version = "0.2.12" 280 source = "registry+https://github.com/rust-lang/crates.io-index" 281 checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 282 dependencies = [ 283 "libc", 284 ] 285 286 [[package]] 287 name = "crc32fast" 288 version = "1.4.0" 289 source = "registry+https://github.com/rust-lang/crates.io-index" 290 checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" 291 dependencies = [ 292 "cfg-if 1.0.0", 293 ] 294 295 [[package]] 296 name = "crunchy" 297 version = "0.2.2" 298 source = "registry+https://github.com/rust-lang/crates.io-index" 299 checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 300 301 [[package]] 302 name = "crypto-common" 303 version = "0.1.6" 304 source = "registry+https://github.com/rust-lang/crates.io-index" 305 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 306 dependencies = [ 307 "generic-array 0.14.7", 308 "typenum", 309 ] 310 311 [[package]] 312 name = "diff" 313 version = "0.1.13" 314 source = "registry+https://github.com/rust-lang/crates.io-index" 315 checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 316 317 [[package]] 318 name = "digest" 319 version = "0.10.7" 320 source = "registry+https://github.com/rust-lang/crates.io-index" 321 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 322 dependencies = [ 323 "block-buffer", 324 "crypto-common", 325 ] 326 327 [[package]] 328 name = "dirs-next" 329 version = "2.0.0" 330 source = "registry+https://github.com/rust-lang/crates.io-index" 331 checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 332 dependencies = [ 333 "cfg-if 1.0.0", 334 "dirs-sys-next", 335 ] 336 337 [[package]] 338 name = "dirs-sys-next" 339 version = "0.1.2" 340 source = "registry+https://github.com/rust-lang/crates.io-index" 341 checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 342 dependencies = [ 343 "libc", 344 "redox_users", 345 "winapi", 346 ] 347 348 [[package]] 349 name = "dyn-clone" 350 version = "1.0.17" 351 source = "registry+https://github.com/rust-lang/crates.io-index" 352 checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" 353 354 [[package]] 355 name = "either" 356 version = "1.10.0" 357 source = "registry+https://github.com/rust-lang/crates.io-index" 358 checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" 359 360 [[package]] 361 name = "ena" 362 version = "0.14.2" 363 source = "registry+https://github.com/rust-lang/crates.io-index" 364 checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1" 365 dependencies = [ 366 "log", 367 ] 368 369 [[package]] 370 name = "env_logger" 371 version = "0.9.3" 372 source = "registry+https://github.com/rust-lang/crates.io-index" 373 checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" 374 dependencies = [ 375 "atty", 376 "humantime", 377 "log", 378 "regex", 379 "termcolor", 380 ] 381 382 [[package]] 383 name = "equivalent" 384 version = "1.0.1" 385 source = "registry+https://github.com/rust-lang/crates.io-index" 386 checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 387 388 [[package]] 389 name = "errno" 390 version = "0.3.8" 391 source = "registry+https://github.com/rust-lang/crates.io-index" 392 checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 393 dependencies = [ 394 "libc", 395 "windows-sys 0.52.0", 396 ] 397 398 [[package]] 399 name = "fastrand" 400 version = "2.0.1" 401 source = "registry+https://github.com/rust-lang/crates.io-index" 402 checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" 403 404 [[package]] 405 name = "fixedbitset" 406 version = "0.2.0" 407 source = "registry+https://github.com/rust-lang/crates.io-index" 408 checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d" 409 410 [[package]] 411 name = "fixedbitset" 412 version = "0.4.2" 413 source = "registry+https://github.com/rust-lang/crates.io-index" 414 checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 415 416 [[package]] 417 name = "flate2" 418 version = "1.0.28" 419 source = "registry+https://github.com/rust-lang/crates.io-index" 420 checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 421 dependencies = [ 422 "crc32fast", 423 "miniz_oxide", 424 ] 425 426 [[package]] 427 name = "fnv" 428 version = "1.0.7" 429 source = "registry+https://github.com/rust-lang/crates.io-index" 430 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 431 432 [[package]] 433 name = "form_urlencoded" 434 version = "1.2.1" 435 source = "registry+https://github.com/rust-lang/crates.io-index" 436 checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 437 dependencies = [ 438 "percent-encoding", 439 ] 440 441 [[package]] 442 name = "generic-array" 443 version = "0.14.7" 444 source = "registry+https://github.com/rust-lang/crates.io-index" 445 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 446 dependencies = [ 447 "typenum", 448 "version_check", 449 ] 450 451 [[package]] 452 name = "generic-array" 453 version = "1.0.0" 454 source = "registry+https://github.com/rust-lang/crates.io-index" 455 checksum = "fe739944a5406424e080edccb6add95685130b9f160d5407c639c7df0c5836b0" 456 dependencies = [ 457 "typenum", 458 ] 459 460 [[package]] 461 name = "getrandom" 462 version = "0.2.12" 463 source = "registry+https://github.com/rust-lang/crates.io-index" 464 checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 465 dependencies = [ 466 "cfg-if 1.0.0", 467 "js-sys", 468 "libc", 469 "wasi", 470 "wasm-bindgen", 471 ] 472 473 [[package]] 474 name = "glob" 475 version = "0.3.1" 476 source = "registry+https://github.com/rust-lang/crates.io-index" 477 checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 478 479 [[package]] 480 name = "hashbrown" 481 version = "0.12.3" 482 source = "registry+https://github.com/rust-lang/crates.io-index" 483 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 484 485 [[package]] 486 name = "hashbrown" 487 version = "0.14.3" 488 source = "registry+https://github.com/rust-lang/crates.io-index" 489 checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 490 491 [[package]] 492 name = "hermit-abi" 493 version = "0.1.19" 494 source = "registry+https://github.com/rust-lang/crates.io-index" 495 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 496 dependencies = [ 497 "libc", 498 ] 499 500 [[package]] 501 name = "hermit-abi" 502 version = "0.3.8" 503 source = "registry+https://github.com/rust-lang/crates.io-index" 504 checksum = "379dada1584ad501b383485dd706b8afb7a70fcbc7f4da7d780638a5a6124a60" 505 506 [[package]] 507 name = "hex" 508 version = "0.4.3" 509 source = "registry+https://github.com/rust-lang/crates.io-index" 510 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 511 512 [[package]] 513 name = "humantime" 514 version = "2.1.0" 515 source = "registry+https://github.com/rust-lang/crates.io-index" 516 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 517 518 [[package]] 519 name = "iana-time-zone" 520 version = "0.1.60" 521 source = "registry+https://github.com/rust-lang/crates.io-index" 522 checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 523 dependencies = [ 524 "android_system_properties", 525 "core-foundation-sys", 526 "iana-time-zone-haiku", 527 "js-sys", 528 "wasm-bindgen", 529 "windows-core", 530 ] 531 532 [[package]] 533 name = "iana-time-zone-haiku" 534 version = "0.1.2" 535 source = "registry+https://github.com/rust-lang/crates.io-index" 536 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 537 dependencies = [ 538 "cc", 539 ] 540 541 [[package]] 542 name = "idna" 543 version = "0.5.0" 544 source = "registry+https://github.com/rust-lang/crates.io-index" 545 checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 546 dependencies = [ 547 "unicode-bidi", 548 "unicode-normalization", 549 ] 550 551 [[package]] 552 name = "indexmap" 553 version = "1.9.3" 554 source = "registry+https://github.com/rust-lang/crates.io-index" 555 checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 556 dependencies = [ 557 "autocfg", 558 "hashbrown 0.12.3", 559 ] 560 561 [[package]] 562 name = "indexmap" 563 version = "2.2.3" 564 source = "registry+https://github.com/rust-lang/crates.io-index" 565 checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" 566 dependencies = [ 567 "equivalent", 568 "hashbrown 0.14.3", 569 ] 570 571 [[package]] 572 name = "is-terminal" 573 version = "0.4.12" 574 source = "registry+https://github.com/rust-lang/crates.io-index" 575 checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 576 dependencies = [ 577 "hermit-abi 0.3.8", 578 "libc", 579 "windows-sys 0.52.0", 580 ] 581 582 [[package]] 583 name = "itertools" 584 version = "0.10.5" 585 source = "registry+https://github.com/rust-lang/crates.io-index" 586 checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 587 dependencies = [ 588 "either", 589 ] 590 591 [[package]] 592 name = "js-sys" 593 version = "0.3.68" 594 source = "registry+https://github.com/rust-lang/crates.io-index" 595 checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee" 596 dependencies = [ 597 "wasm-bindgen", 598 ] 599 600 [[package]] 601 name = "lalrpop" 602 version = "0.20.0" 603 source = "registry+https://github.com/rust-lang/crates.io-index" 604 checksum = "da4081d44f4611b66c6dd725e6de3169f9f63905421e8626fcb86b6a898998b8" 605 dependencies = [ 606 "ascii-canvas", 607 "bit-set", 608 "diff", 609 "ena", 610 "is-terminal", 611 "itertools", 612 "lalrpop-util", 613 "petgraph 0.6.4", 614 "regex", 615 "regex-syntax 0.7.5", 616 "string_cache", 617 "term", 618 "tiny-keccak", 619 "unicode-xid", 620 ] 621 622 [[package]] 623 name = "lalrpop-util" 624 version = "0.20.0" 625 source = "registry+https://github.com/rust-lang/crates.io-index" 626 checksum = "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d" 627 628 [[package]] 629 name = "lazy_static" 630 version = "1.4.0" 631 source = "registry+https://github.com/rust-lang/crates.io-index" 632 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 633 634 [[package]] 635 name = "lazycell" 636 version = "1.3.0" 637 source = "registry+https://github.com/rust-lang/crates.io-index" 638 checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 639 640 [[package]] 641 name = "libc" 642 version = "0.2.153" 643 source = "registry+https://github.com/rust-lang/crates.io-index" 644 checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 645 646 [[package]] 647 name = "libloading" 648 version = "0.8.1" 649 source = "registry+https://github.com/rust-lang/crates.io-index" 650 checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161" 651 dependencies = [ 652 "cfg-if 1.0.0", 653 "windows-sys 0.48.0", 654 ] 655 656 [[package]] 657 name = "libredox" 658 version = "0.0.1" 659 source = "registry+https://github.com/rust-lang/crates.io-index" 660 checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" 661 dependencies = [ 662 "bitflags 2.4.2", 663 "libc", 664 "redox_syscall 0.4.1", 665 ] 666 667 [[package]] 668 name = "linux-raw-sys" 669 version = "0.4.13" 670 source = "registry+https://github.com/rust-lang/crates.io-index" 671 checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 672 673 [[package]] 674 name = "lock_api" 675 version = "0.3.4" 676 source = "registry+https://github.com/rust-lang/crates.io-index" 677 checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" 678 dependencies = [ 679 "scopeguard", 680 ] 681 682 [[package]] 683 name = "lock_api" 684 version = "0.4.11" 685 source = "registry+https://github.com/rust-lang/crates.io-index" 686 checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" 687 dependencies = [ 688 "autocfg", 689 "scopeguard", 690 ] 691 692 [[package]] 693 name = "log" 694 version = "0.4.20" 695 source = "registry+https://github.com/rust-lang/crates.io-index" 696 checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 697 698 [[package]] 699 name = "memchr" 700 version = "1.0.2" 701 source = "registry+https://github.com/rust-lang/crates.io-index" 702 checksum = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a" 703 dependencies = [ 704 "libc", 705 ] 706 707 [[package]] 708 name = "memchr" 709 version = "2.7.1" 710 source = "registry+https://github.com/rust-lang/crates.io-index" 711 checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 712 713 [[package]] 714 name = "memsec" 715 version = "0.6.3" 716 source = "registry+https://github.com/rust-lang/crates.io-index" 717 checksum = "0fa0916b001582d253822171bd23f4a0229d32b9507fae236f5da8cad515ba7c" 718 719 [[package]] 720 name = "mime" 721 version = "0.3.17" 722 source = "registry+https://github.com/rust-lang/crates.io-index" 723 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 724 725 [[package]] 726 name = "minimal-lexical" 727 version = "0.2.1" 728 source = "registry+https://github.com/rust-lang/crates.io-index" 729 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 730 731 [[package]] 732 name = "miniz_oxide" 733 version = "0.7.2" 734 source = "registry+https://github.com/rust-lang/crates.io-index" 735 checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" 736 dependencies = [ 737 "adler", 738 ] 739 740 [[package]] 741 name = "nettle" 742 version = "7.3.0" 743 source = "registry+https://github.com/rust-lang/crates.io-index" 744 checksum = "b9fdccf3eae7b161910d2daa2f0155ca35041322e8fe5c5f1f2c9d0b12356336" 745 dependencies = [ 746 "getrandom", 747 "libc", 748 "nettle-sys", 749 "thiserror", 750 "typenum", 751 ] 752 753 [[package]] 754 name = "nettle-sys" 755 version = "2.3.0" 756 source = "registry+https://github.com/rust-lang/crates.io-index" 757 checksum = "b495053a10a19a80e3a26bf1212e92e29350797b5f5bdc58268c3f3f818e66ec" 758 dependencies = [ 759 "bindgen", 760 "cc", 761 "libc", 762 "pkg-config", 763 "tempfile", 764 "vcpkg", 765 ] 766 767 [[package]] 768 name = "new_debug_unreachable" 769 version = "1.0.4" 770 source = "registry+https://github.com/rust-lang/crates.io-index" 771 checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" 772 773 [[package]] 774 name = "nom" 775 version = "3.2.1" 776 source = "registry+https://github.com/rust-lang/crates.io-index" 777 checksum = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b" 778 dependencies = [ 779 "memchr 1.0.2", 780 ] 781 782 [[package]] 783 name = "nom" 784 version = "7.1.3" 785 source = "registry+https://github.com/rust-lang/crates.io-index" 786 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 787 dependencies = [ 788 "memchr 2.7.1", 789 "minimal-lexical", 790 ] 791 792 [[package]] 793 name = "num-traits" 794 version = "0.2.18" 795 source = "registry+https://github.com/rust-lang/crates.io-index" 796 checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" 797 dependencies = [ 798 "autocfg", 799 ] 800 801 [[package]] 802 name = "num_cpus" 803 version = "1.16.0" 804 source = "registry+https://github.com/rust-lang/crates.io-index" 805 checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 806 dependencies = [ 807 "hermit-abi 0.3.8", 808 "libc", 809 ] 810 811 [[package]] 812 name = "once_cell" 813 version = "1.19.0" 814 source = "registry+https://github.com/rust-lang/crates.io-index" 815 checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 816 817 [[package]] 818 name = "parking_lot" 819 version = "0.10.2" 820 source = "registry+https://github.com/rust-lang/crates.io-index" 821 checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e" 822 dependencies = [ 823 "lock_api 0.3.4", 824 "parking_lot_core 0.7.3", 825 ] 826 827 [[package]] 828 name = "parking_lot" 829 version = "0.12.1" 830 source = "registry+https://github.com/rust-lang/crates.io-index" 831 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 832 dependencies = [ 833 "lock_api 0.4.11", 834 "parking_lot_core 0.9.9", 835 ] 836 837 [[package]] 838 name = "parking_lot_core" 839 version = "0.7.3" 840 source = "registry+https://github.com/rust-lang/crates.io-index" 841 checksum = "b93f386bb233083c799e6e642a9d73db98c24a5deeb95ffc85bf281255dffc98" 842 dependencies = [ 843 "cfg-if 0.1.10", 844 "cloudabi", 845 "libc", 846 "redox_syscall 0.1.57", 847 "smallvec", 848 "winapi", 849 ] 850 851 [[package]] 852 name = "parking_lot_core" 853 version = "0.9.9" 854 source = "registry+https://github.com/rust-lang/crates.io-index" 855 checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" 856 dependencies = [ 857 "cfg-if 1.0.0", 858 "libc", 859 "redox_syscall 0.4.1", 860 "smallvec", 861 "windows-targets 0.48.5", 862 ] 863 864 [[package]] 865 name = "peeking_take_while" 866 version = "0.1.2" 867 source = "registry+https://github.com/rust-lang/crates.io-index" 868 checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" 869 870 [[package]] 871 name = "percent-encoding" 872 version = "2.3.1" 873 source = "registry+https://github.com/rust-lang/crates.io-index" 874 checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 875 876 [[package]] 877 name = "petgraph" 878 version = "0.5.1" 879 source = "registry+https://github.com/rust-lang/crates.io-index" 880 checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7" 881 dependencies = [ 882 "fixedbitset 0.2.0", 883 "indexmap 1.9.3", 884 ] 885 886 [[package]] 887 name = "petgraph" 888 version = "0.6.4" 889 source = "registry+https://github.com/rust-lang/crates.io-index" 890 checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" 891 dependencies = [ 892 "fixedbitset 0.4.2", 893 "indexmap 2.2.3", 894 ] 895 896 [[package]] 897 name = "phf_shared" 898 version = "0.10.0" 899 source = "registry+https://github.com/rust-lang/crates.io-index" 900 checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 901 dependencies = [ 902 "siphasher", 903 ] 904 905 [[package]] 906 name = "pkg-config" 907 version = "0.3.30" 908 source = "registry+https://github.com/rust-lang/crates.io-index" 909 checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 910 911 [[package]] 912 name = "precomputed-hash" 913 version = "0.1.1" 914 source = "registry+https://github.com/rust-lang/crates.io-index" 915 checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 916 917 [[package]] 918 name = "proc-macro2" 919 version = "1.0.78" 920 source = "registry+https://github.com/rust-lang/crates.io-index" 921 checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 922 dependencies = [ 923 "unicode-ident", 924 ] 925 926 [[package]] 927 name = "quote" 928 version = "1.0.35" 929 source = "registry+https://github.com/rust-lang/crates.io-index" 930 checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 931 dependencies = [ 932 "proc-macro2", 933 ] 934 935 [[package]] 936 name = "redox_syscall" 937 version = "0.1.57" 938 source = "registry+https://github.com/rust-lang/crates.io-index" 939 checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" 940 941 [[package]] 942 name = "redox_syscall" 943 version = "0.4.1" 944 source = "registry+https://github.com/rust-lang/crates.io-index" 945 checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 946 dependencies = [ 947 "bitflags 1.3.2", 948 ] 949 950 [[package]] 951 name = "redox_users" 952 version = "0.4.4" 953 source = "registry+https://github.com/rust-lang/crates.io-index" 954 checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" 955 dependencies = [ 956 "getrandom", 957 "libredox", 958 "thiserror", 959 ] 960 961 [[package]] 962 name = "regex" 963 version = "1.10.3" 964 source = "registry+https://github.com/rust-lang/crates.io-index" 965 checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" 966 dependencies = [ 967 "aho-corasick", 968 "memchr 2.7.1", 969 "regex-automata", 970 "regex-syntax 0.8.2", 971 ] 972 973 [[package]] 974 name = "regex-automata" 975 version = "0.4.5" 976 source = "registry+https://github.com/rust-lang/crates.io-index" 977 checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" 978 dependencies = [ 979 "aho-corasick", 980 "memchr 2.7.1", 981 "regex-syntax 0.8.2", 982 ] 983 984 [[package]] 985 name = "regex-syntax" 986 version = "0.7.5" 987 source = "registry+https://github.com/rust-lang/crates.io-index" 988 checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 989 990 [[package]] 991 name = "regex-syntax" 992 version = "0.8.2" 993 source = "registry+https://github.com/rust-lang/crates.io-index" 994 checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" 995 996 [[package]] 997 name = "ring" 998 version = "0.17.8" 999 source = "registry+https://github.com/rust-lang/crates.io-index" 1000 checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 1001 dependencies = [ 1002 "cc", 1003 "cfg-if 1.0.0", 1004 "getrandom", 1005 "libc", 1006 "spin", 1007 "untrusted", 1008 "windows-sys 0.52.0", 1009 ] 1010 1011 [[package]] 1012 name = "rpassword" 1013 version = "7.3.1" 1014 source = "registry+https://github.com/rust-lang/crates.io-index" 1015 checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f" 1016 dependencies = [ 1017 "libc", 1018 "rtoolbox", 1019 "windows-sys 0.48.0", 1020 ] 1021 1022 [[package]] 1023 name = "rtoolbox" 1024 version = "0.0.2" 1025 source = "registry+https://github.com/rust-lang/crates.io-index" 1026 checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e" 1027 dependencies = [ 1028 "libc", 1029 "windows-sys 0.48.0", 1030 ] 1031 1032 [[package]] 1033 name = "rustc-hash" 1034 version = "1.1.0" 1035 source = "registry+https://github.com/rust-lang/crates.io-index" 1036 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 1037 1038 [[package]] 1039 name = "rustix" 1040 version = "0.38.31" 1041 source = "registry+https://github.com/rust-lang/crates.io-index" 1042 checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" 1043 dependencies = [ 1044 "bitflags 2.4.2", 1045 "errno", 1046 "libc", 1047 "linux-raw-sys", 1048 "windows-sys 0.52.0", 1049 ] 1050 1051 [[package]] 1052 name = "rustls" 1053 version = "0.22.2" 1054 source = "registry+https://github.com/rust-lang/crates.io-index" 1055 checksum = "e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41" 1056 dependencies = [ 1057 "log", 1058 "ring", 1059 "rustls-pki-types", 1060 "rustls-webpki", 1061 "subtle", 1062 "zeroize", 1063 ] 1064 1065 [[package]] 1066 name = "rustls-pki-types" 1067 version = "1.3.1" 1068 source = "registry+https://github.com/rust-lang/crates.io-index" 1069 checksum = "5ede67b28608b4c60685c7d54122d4400d90f62b40caee7700e700380a390fa8" 1070 1071 [[package]] 1072 name = "rustls-webpki" 1073 version = "0.102.2" 1074 source = "registry+https://github.com/rust-lang/crates.io-index" 1075 checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610" 1076 dependencies = [ 1077 "ring", 1078 "rustls-pki-types", 1079 "untrusted", 1080 ] 1081 1082 [[package]] 1083 name = "rustversion" 1084 version = "1.0.14" 1085 source = "registry+https://github.com/rust-lang/crates.io-index" 1086 checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 1087 1088 [[package]] 1089 name = "same-file" 1090 version = "1.0.6" 1091 source = "registry+https://github.com/rust-lang/crates.io-index" 1092 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1093 dependencies = [ 1094 "winapi-util", 1095 ] 1096 1097 [[package]] 1098 name = "scoped_threadpool" 1099 version = "0.1.9" 1100 source = "registry+https://github.com/rust-lang/crates.io-index" 1101 checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" 1102 1103 [[package]] 1104 name = "scopeguard" 1105 version = "1.2.0" 1106 source = "registry+https://github.com/rust-lang/crates.io-index" 1107 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1108 1109 [[package]] 1110 name = "sequoia-openpgp" 1111 version = "1.19.0" 1112 source = "registry+https://github.com/rust-lang/crates.io-index" 1113 checksum = "ebf154ce4af3d7983de8fded403f98ff9eb3ee38dffccea0472ac38aa4276df4" 1114 dependencies = [ 1115 "anyhow", 1116 "base64 0.21.7", 1117 "buffered-reader", 1118 "bzip2", 1119 "chrono", 1120 "dyn-clone", 1121 "flate2", 1122 "getrandom", 1123 "idna", 1124 "lalrpop", 1125 "lalrpop-util", 1126 "lazy_static", 1127 "libc", 1128 "memsec", 1129 "nettle", 1130 "once_cell", 1131 "regex", 1132 "regex-syntax 0.8.2", 1133 "sha1collisiondetection", 1134 "thiserror", 1135 "xxhash-rust", 1136 ] 1137 1138 [[package]] 1139 name = "sha1collisiondetection" 1140 version = "0.3.3" 1141 source = "registry+https://github.com/rust-lang/crates.io-index" 1142 checksum = "f1d5c4be690002e8a5d7638b0b7323f03c268c7a919bd8af69ce963a4dc83220" 1143 dependencies = [ 1144 "digest", 1145 "generic-array 1.0.0", 1146 ] 1147 1148 [[package]] 1149 name = "sha2" 1150 version = "0.10.8" 1151 source = "registry+https://github.com/rust-lang/crates.io-index" 1152 checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 1153 dependencies = [ 1154 "cfg-if 1.0.0", 1155 "cpufeatures", 1156 "digest", 1157 ] 1158 1159 [[package]] 1160 name = "shlex" 1161 version = "1.3.0" 1162 source = "registry+https://github.com/rust-lang/crates.io-index" 1163 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1164 1165 [[package]] 1166 name = "signal-hook" 1167 version = "0.3.17" 1168 source = "registry+https://github.com/rust-lang/crates.io-index" 1169 checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 1170 dependencies = [ 1171 "libc", 1172 "signal-hook-registry", 1173 ] 1174 1175 [[package]] 1176 name = "signal-hook-registry" 1177 version = "1.4.2" 1178 source = "registry+https://github.com/rust-lang/crates.io-index" 1179 checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 1180 dependencies = [ 1181 "libc", 1182 ] 1183 1184 [[package]] 1185 name = "siphasher" 1186 version = "0.3.11" 1187 source = "registry+https://github.com/rust-lang/crates.io-index" 1188 checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 1189 1190 [[package]] 1191 name = "smallvec" 1192 version = "1.13.1" 1193 source = "registry+https://github.com/rust-lang/crates.io-index" 1194 checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" 1195 1196 [[package]] 1197 name = "spin" 1198 version = "0.9.8" 1199 source = "registry+https://github.com/rust-lang/crates.io-index" 1200 checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1201 1202 [[package]] 1203 name = "string_cache" 1204 version = "0.8.7" 1205 source = "registry+https://github.com/rust-lang/crates.io-index" 1206 checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 1207 dependencies = [ 1208 "new_debug_unreachable", 1209 "once_cell", 1210 "parking_lot 0.12.1", 1211 "phf_shared", 1212 "precomputed-hash", 1213 ] 1214 1215 [[package]] 1216 name = "strsim" 1217 version = "0.8.0" 1218 source = "registry+https://github.com/rust-lang/crates.io-index" 1219 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 1220 1221 [[package]] 1222 name = "subtle" 1223 version = "2.5.0" 1224 source = "registry+https://github.com/rust-lang/crates.io-index" 1225 checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 1226 1227 [[package]] 1228 name = "syn" 1229 version = "2.0.51" 1230 source = "registry+https://github.com/rust-lang/crates.io-index" 1231 checksum = "6ab617d94515e94ae53b8406c628598680aa0c9587474ecbe58188f7b345d66c" 1232 dependencies = [ 1233 "proc-macro2", 1234 "quote", 1235 "unicode-ident", 1236 ] 1237 1238 [[package]] 1239 name = "tabwriter" 1240 version = "1.4.0" 1241 source = "registry+https://github.com/rust-lang/crates.io-index" 1242 checksum = "a327282c4f64f6dc37e3bba4c2b6842cc3a992f204fa58d917696a89f691e5f6" 1243 dependencies = [ 1244 "unicode-width", 1245 ] 1246 1247 [[package]] 1248 name = "tempfile" 1249 version = "3.10.0" 1250 source = "registry+https://github.com/rust-lang/crates.io-index" 1251 checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" 1252 dependencies = [ 1253 "cfg-if 1.0.0", 1254 "fastrand", 1255 "rustix", 1256 "windows-sys 0.52.0", 1257 ] 1258 1259 [[package]] 1260 name = "term" 1261 version = "0.7.0" 1262 source = "registry+https://github.com/rust-lang/crates.io-index" 1263 checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" 1264 dependencies = [ 1265 "dirs-next", 1266 "rustversion", 1267 "winapi", 1268 ] 1269 1270 [[package]] 1271 name = "termcolor" 1272 version = "1.4.1" 1273 source = "registry+https://github.com/rust-lang/crates.io-index" 1274 checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 1275 dependencies = [ 1276 "winapi-util", 1277 ] 1278 1279 [[package]] 1280 name = "textwrap" 1281 version = "0.11.0" 1282 source = "registry+https://github.com/rust-lang/crates.io-index" 1283 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 1284 dependencies = [ 1285 "unicode-width", 1286 ] 1287 1288 [[package]] 1289 name = "thiserror" 1290 version = "1.0.57" 1291 source = "registry+https://github.com/rust-lang/crates.io-index" 1292 checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" 1293 dependencies = [ 1294 "thiserror-impl", 1295 ] 1296 1297 [[package]] 1298 name = "thiserror-impl" 1299 version = "1.0.57" 1300 source = "registry+https://github.com/rust-lang/crates.io-index" 1301 checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" 1302 dependencies = [ 1303 "proc-macro2", 1304 "quote", 1305 "syn", 1306 ] 1307 1308 [[package]] 1309 name = "tiny-keccak" 1310 version = "2.0.2" 1311 source = "registry+https://github.com/rust-lang/crates.io-index" 1312 checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 1313 dependencies = [ 1314 "crunchy", 1315 ] 1316 1317 [[package]] 1318 name = "tiny_http" 1319 version = "0.7.0" 1320 source = "registry+https://github.com/rust-lang/crates.io-index" 1321 checksum = "15ce4fc3c4cdea1a4399bb1819a539195fb69db4bbe0bde5b7c7f18fed412e02" 1322 dependencies = [ 1323 "ascii", 1324 "chrono", 1325 "chunked_transfer", 1326 "log", 1327 "url", 1328 ] 1329 1330 [[package]] 1331 name = "tinyvec" 1332 version = "1.6.0" 1333 source = "registry+https://github.com/rust-lang/crates.io-index" 1334 checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1335 dependencies = [ 1336 "tinyvec_macros", 1337 ] 1338 1339 [[package]] 1340 name = "tinyvec_macros" 1341 version = "0.1.1" 1342 source = "registry+https://github.com/rust-lang/crates.io-index" 1343 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1344 1345 [[package]] 1346 name = "tree_magic" 1347 version = "0.2.3" 1348 source = "registry+https://github.com/rust-lang/crates.io-index" 1349 checksum = "b1d99367ce3e553a84738f73bd626ccca541ef90ae757fdcdc4cbe728e6cb629" 1350 dependencies = [ 1351 "clap", 1352 "fnv", 1353 "lazy_static", 1354 "nom 3.2.1", 1355 "num_cpus", 1356 "parking_lot 0.10.2", 1357 "petgraph 0.5.1", 1358 "scoped_threadpool", 1359 "tabwriter", 1360 "walkdir", 1361 ] 1362 1363 [[package]] 1364 name = "typenum" 1365 version = "1.17.0" 1366 source = "registry+https://github.com/rust-lang/crates.io-index" 1367 checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 1368 1369 [[package]] 1370 name = "unicode-bidi" 1371 version = "0.3.15" 1372 source = "registry+https://github.com/rust-lang/crates.io-index" 1373 checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 1374 1375 [[package]] 1376 name = "unicode-ident" 1377 version = "1.0.12" 1378 source = "registry+https://github.com/rust-lang/crates.io-index" 1379 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 1380 1381 [[package]] 1382 name = "unicode-normalization" 1383 version = "0.1.23" 1384 source = "registry+https://github.com/rust-lang/crates.io-index" 1385 checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 1386 dependencies = [ 1387 "tinyvec", 1388 ] 1389 1390 [[package]] 1391 name = "unicode-width" 1392 version = "0.1.11" 1393 source = "registry+https://github.com/rust-lang/crates.io-index" 1394 checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 1395 1396 [[package]] 1397 name = "unicode-xid" 1398 version = "0.2.4" 1399 source = "registry+https://github.com/rust-lang/crates.io-index" 1400 checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 1401 1402 [[package]] 1403 name = "untrusted" 1404 version = "0.9.0" 1405 source = "registry+https://github.com/rust-lang/crates.io-index" 1406 checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 1407 1408 [[package]] 1409 name = "ureq" 1410 version = "2.9.6" 1411 source = "registry+https://github.com/rust-lang/crates.io-index" 1412 checksum = "11f214ce18d8b2cbe84ed3aa6486ed3f5b285cf8d8fbdbce9f3f767a724adc35" 1413 dependencies = [ 1414 "base64 0.21.7", 1415 "flate2", 1416 "log", 1417 "once_cell", 1418 "rustls", 1419 "rustls-pki-types", 1420 "rustls-webpki", 1421 "url", 1422 "webpki-roots", 1423 ] 1424 1425 [[package]] 1426 name = "url" 1427 version = "2.5.0" 1428 source = "registry+https://github.com/rust-lang/crates.io-index" 1429 checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 1430 dependencies = [ 1431 "form_urlencoded", 1432 "idna", 1433 "percent-encoding", 1434 ] 1435 1436 [[package]] 1437 name = "vcpkg" 1438 version = "0.2.15" 1439 source = "registry+https://github.com/rust-lang/crates.io-index" 1440 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1441 1442 [[package]] 1443 name = "vec_map" 1444 version = "0.8.2" 1445 source = "registry+https://github.com/rust-lang/crates.io-index" 1446 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 1447 1448 [[package]] 1449 name = "version_check" 1450 version = "0.9.4" 1451 source = "registry+https://github.com/rust-lang/crates.io-index" 1452 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1453 1454 [[package]] 1455 name = "wala" 1456 version = "0.1.8-beta.1" 1457 dependencies = [ 1458 "ascii", 1459 "base64 0.13.1", 1460 "clap", 1461 "env_logger", 1462 "hex", 1463 "log", 1464 "mime", 1465 "nettle", 1466 "rpassword", 1467 "sequoia-openpgp", 1468 "sha2", 1469 "signal-hook", 1470 "tempfile", 1471 "tiny_http", 1472 "tree_magic", 1473 "ureq", 1474 "url", 1475 ] 1476 1477 [[package]] 1478 name = "walkdir" 1479 version = "2.4.0" 1480 source = "registry+https://github.com/rust-lang/crates.io-index" 1481 checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" 1482 dependencies = [ 1483 "same-file", 1484 "winapi-util", 1485 ] 1486 1487 [[package]] 1488 name = "wasi" 1489 version = "0.11.0+wasi-snapshot-preview1" 1490 source = "registry+https://github.com/rust-lang/crates.io-index" 1491 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1492 1493 [[package]] 1494 name = "wasm-bindgen" 1495 version = "0.2.91" 1496 source = "registry+https://github.com/rust-lang/crates.io-index" 1497 checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f" 1498 dependencies = [ 1499 "cfg-if 1.0.0", 1500 "wasm-bindgen-macro", 1501 ] 1502 1503 [[package]] 1504 name = "wasm-bindgen-backend" 1505 version = "0.2.91" 1506 source = "registry+https://github.com/rust-lang/crates.io-index" 1507 checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b" 1508 dependencies = [ 1509 "bumpalo", 1510 "log", 1511 "once_cell", 1512 "proc-macro2", 1513 "quote", 1514 "syn", 1515 "wasm-bindgen-shared", 1516 ] 1517 1518 [[package]] 1519 name = "wasm-bindgen-macro" 1520 version = "0.2.91" 1521 source = "registry+https://github.com/rust-lang/crates.io-index" 1522 checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed" 1523 dependencies = [ 1524 "quote", 1525 "wasm-bindgen-macro-support", 1526 ] 1527 1528 [[package]] 1529 name = "wasm-bindgen-macro-support" 1530 version = "0.2.91" 1531 source = "registry+https://github.com/rust-lang/crates.io-index" 1532 checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66" 1533 dependencies = [ 1534 "proc-macro2", 1535 "quote", 1536 "syn", 1537 "wasm-bindgen-backend", 1538 "wasm-bindgen-shared", 1539 ] 1540 1541 [[package]] 1542 name = "wasm-bindgen-shared" 1543 version = "0.2.91" 1544 source = "registry+https://github.com/rust-lang/crates.io-index" 1545 checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838" 1546 1547 [[package]] 1548 name = "webpki-roots" 1549 version = "0.26.1" 1550 source = "registry+https://github.com/rust-lang/crates.io-index" 1551 checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009" 1552 dependencies = [ 1553 "rustls-pki-types", 1554 ] 1555 1556 [[package]] 1557 name = "winapi" 1558 version = "0.3.9" 1559 source = "registry+https://github.com/rust-lang/crates.io-index" 1560 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1561 dependencies = [ 1562 "winapi-i686-pc-windows-gnu", 1563 "winapi-x86_64-pc-windows-gnu", 1564 ] 1565 1566 [[package]] 1567 name = "winapi-i686-pc-windows-gnu" 1568 version = "0.4.0" 1569 source = "registry+https://github.com/rust-lang/crates.io-index" 1570 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1571 1572 [[package]] 1573 name = "winapi-util" 1574 version = "0.1.6" 1575 source = "registry+https://github.com/rust-lang/crates.io-index" 1576 checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 1577 dependencies = [ 1578 "winapi", 1579 ] 1580 1581 [[package]] 1582 name = "winapi-x86_64-pc-windows-gnu" 1583 version = "0.4.0" 1584 source = "registry+https://github.com/rust-lang/crates.io-index" 1585 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1586 1587 [[package]] 1588 name = "windows-core" 1589 version = "0.52.0" 1590 source = "registry+https://github.com/rust-lang/crates.io-index" 1591 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 1592 dependencies = [ 1593 "windows-targets 0.52.3", 1594 ] 1595 1596 [[package]] 1597 name = "windows-sys" 1598 version = "0.48.0" 1599 source = "registry+https://github.com/rust-lang/crates.io-index" 1600 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1601 dependencies = [ 1602 "windows-targets 0.48.5", 1603 ] 1604 1605 [[package]] 1606 name = "windows-sys" 1607 version = "0.52.0" 1608 source = "registry+https://github.com/rust-lang/crates.io-index" 1609 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1610 dependencies = [ 1611 "windows-targets 0.52.3", 1612 ] 1613 1614 [[package]] 1615 name = "windows-targets" 1616 version = "0.48.5" 1617 source = "registry+https://github.com/rust-lang/crates.io-index" 1618 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1619 dependencies = [ 1620 "windows_aarch64_gnullvm 0.48.5", 1621 "windows_aarch64_msvc 0.48.5", 1622 "windows_i686_gnu 0.48.5", 1623 "windows_i686_msvc 0.48.5", 1624 "windows_x86_64_gnu 0.48.5", 1625 "windows_x86_64_gnullvm 0.48.5", 1626 "windows_x86_64_msvc 0.48.5", 1627 ] 1628 1629 [[package]] 1630 name = "windows-targets" 1631 version = "0.52.3" 1632 source = "registry+https://github.com/rust-lang/crates.io-index" 1633 checksum = "d380ba1dc7187569a8a9e91ed34b8ccfc33123bbacb8c0aed2d1ad7f3ef2dc5f" 1634 dependencies = [ 1635 "windows_aarch64_gnullvm 0.52.3", 1636 "windows_aarch64_msvc 0.52.3", 1637 "windows_i686_gnu 0.52.3", 1638 "windows_i686_msvc 0.52.3", 1639 "windows_x86_64_gnu 0.52.3", 1640 "windows_x86_64_gnullvm 0.52.3", 1641 "windows_x86_64_msvc 0.52.3", 1642 ] 1643 1644 [[package]] 1645 name = "windows_aarch64_gnullvm" 1646 version = "0.48.5" 1647 source = "registry+https://github.com/rust-lang/crates.io-index" 1648 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1649 1650 [[package]] 1651 name = "windows_aarch64_gnullvm" 1652 version = "0.52.3" 1653 source = "registry+https://github.com/rust-lang/crates.io-index" 1654 checksum = "68e5dcfb9413f53afd9c8f86e56a7b4d86d9a2fa26090ea2dc9e40fba56c6ec6" 1655 1656 [[package]] 1657 name = "windows_aarch64_msvc" 1658 version = "0.48.5" 1659 source = "registry+https://github.com/rust-lang/crates.io-index" 1660 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 1661 1662 [[package]] 1663 name = "windows_aarch64_msvc" 1664 version = "0.52.3" 1665 source = "registry+https://github.com/rust-lang/crates.io-index" 1666 checksum = "8dab469ebbc45798319e69eebf92308e541ce46760b49b18c6b3fe5e8965b30f" 1667 1668 [[package]] 1669 name = "windows_i686_gnu" 1670 version = "0.48.5" 1671 source = "registry+https://github.com/rust-lang/crates.io-index" 1672 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 1673 1674 [[package]] 1675 name = "windows_i686_gnu" 1676 version = "0.52.3" 1677 source = "registry+https://github.com/rust-lang/crates.io-index" 1678 checksum = "2a4e9b6a7cac734a8b4138a4e1044eac3404d8326b6c0f939276560687a033fb" 1679 1680 [[package]] 1681 name = "windows_i686_msvc" 1682 version = "0.48.5" 1683 source = "registry+https://github.com/rust-lang/crates.io-index" 1684 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 1685 1686 [[package]] 1687 name = "windows_i686_msvc" 1688 version = "0.52.3" 1689 source = "registry+https://github.com/rust-lang/crates.io-index" 1690 checksum = "28b0ec9c422ca95ff34a78755cfa6ad4a51371da2a5ace67500cf7ca5f232c58" 1691 1692 [[package]] 1693 name = "windows_x86_64_gnu" 1694 version = "0.48.5" 1695 source = "registry+https://github.com/rust-lang/crates.io-index" 1696 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 1697 1698 [[package]] 1699 name = "windows_x86_64_gnu" 1700 version = "0.52.3" 1701 source = "registry+https://github.com/rust-lang/crates.io-index" 1702 checksum = "704131571ba93e89d7cd43482277d6632589b18ecf4468f591fbae0a8b101614" 1703 1704 [[package]] 1705 name = "windows_x86_64_gnullvm" 1706 version = "0.48.5" 1707 source = "registry+https://github.com/rust-lang/crates.io-index" 1708 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 1709 1710 [[package]] 1711 name = "windows_x86_64_gnullvm" 1712 version = "0.52.3" 1713 source = "registry+https://github.com/rust-lang/crates.io-index" 1714 checksum = "42079295511643151e98d61c38c0acc444e52dd42ab456f7ccfd5152e8ecf21c" 1715 1716 [[package]] 1717 name = "windows_x86_64_msvc" 1718 version = "0.48.5" 1719 source = "registry+https://github.com/rust-lang/crates.io-index" 1720 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 1721 1722 [[package]] 1723 name = "windows_x86_64_msvc" 1724 version = "0.52.3" 1725 source = "registry+https://github.com/rust-lang/crates.io-index" 1726 checksum = "0770833d60a970638e989b3fa9fd2bb1aaadcf88963d1659fd7d9990196ed2d6" 1727 1728 [[package]] 1729 name = "xxhash-rust" 1730 version = "0.8.10" 1731 source = "registry+https://github.com/rust-lang/crates.io-index" 1732 checksum = "927da81e25be1e1a2901d59b81b37dd2efd1fc9c9345a55007f09bf5a2d3ee03" 1733 1734 [[package]] 1735 name = "zeroize" 1736 version = "1.7.0" 1737 source = "registry+https://github.com/rust-lang/crates.io-index" 1738 checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"