Brian Silverman | 4e662aa | 2022-05-11 23:10:19 -0700 | [diff] [blame^] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 3 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "addr2line" |
| 7 | version = "0.17.0" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" |
| 10 | dependencies = [ |
| 11 | "gimli", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
| 15 | name = "adler" |
| 16 | version = "1.0.2" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
| 19 | |
| 20 | [[package]] |
| 21 | name = "aho-corasick" |
| 22 | version = "0.7.18" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" |
| 25 | dependencies = [ |
| 26 | "memchr", |
| 27 | ] |
| 28 | |
| 29 | [[package]] |
| 30 | name = "ansi_term" |
| 31 | version = "0.12.1" |
| 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
| 34 | dependencies = [ |
| 35 | "winapi", |
| 36 | ] |
| 37 | |
| 38 | [[package]] |
| 39 | name = "anyhow" |
| 40 | version = "1.0.56" |
| 41 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 42 | checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27" |
| 43 | |
| 44 | [[package]] |
| 45 | name = "aquamarine" |
| 46 | version = "0.1.11" |
| 47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 48 | checksum = "96e14cb2a51c8b45d26a4219981985c7350fc05eacb7b5b2939bceb2ffefdf3e" |
| 49 | dependencies = [ |
| 50 | "itertools 0.9.0", |
| 51 | "proc-macro-error", |
| 52 | "proc-macro2", |
| 53 | "quote", |
| 54 | "syn", |
| 55 | ] |
| 56 | |
| 57 | [[package]] |
| 58 | name = "assert_cmd" |
| 59 | version = "1.0.8" |
| 60 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 61 | checksum = "c98233c6673d8601ab23e77eb38f999c51100d46c5703b17288c57fddf3a1ffe" |
| 62 | dependencies = [ |
| 63 | "bstr", |
| 64 | "doc-comment", |
| 65 | "predicates", |
| 66 | "predicates-core", |
| 67 | "predicates-tree", |
| 68 | "wait-timeout", |
| 69 | ] |
| 70 | |
| 71 | [[package]] |
| 72 | name = "atty" |
| 73 | version = "0.2.14" |
| 74 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 75 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
| 76 | dependencies = [ |
| 77 | "hermit-abi", |
| 78 | "libc", |
| 79 | "winapi", |
| 80 | ] |
| 81 | |
| 82 | [[package]] |
| 83 | name = "autocfg" |
| 84 | version = "1.1.0" |
| 85 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| 87 | |
| 88 | [[package]] |
| 89 | name = "autocxx" |
| 90 | version = "0.22.0" |
| 91 | dependencies = [ |
| 92 | "aquamarine", |
| 93 | "autocxx-macro", |
| 94 | "cxx", |
| 95 | "moveit", |
| 96 | ] |
| 97 | |
| 98 | [[package]] |
| 99 | name = "autocxx-bindgen" |
| 100 | version = "0.59.16" |
| 101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 102 | checksum = "435723e14bf88f198322f8555a4fdb108363021d97a47bb6492891ca86055e79" |
| 103 | dependencies = [ |
| 104 | "bitflags", |
| 105 | "cexpr", |
| 106 | "clang-sys", |
| 107 | "clap 2.34.0", |
| 108 | "env_logger 0.9.0", |
| 109 | "itertools 0.10.3", |
| 110 | "lazy_static", |
| 111 | "lazycell", |
| 112 | "log", |
| 113 | "peeking_take_while", |
| 114 | "proc-macro2", |
| 115 | "quote", |
| 116 | "regex", |
| 117 | "rustc-hash", |
| 118 | "shlex", |
| 119 | "which", |
| 120 | ] |
| 121 | |
| 122 | [[package]] |
| 123 | name = "autocxx-build" |
| 124 | version = "0.22.0" |
| 125 | dependencies = [ |
| 126 | "autocxx-engine", |
| 127 | "env_logger 0.9.0", |
| 128 | "indexmap", |
| 129 | "syn", |
| 130 | ] |
| 131 | |
| 132 | [[package]] |
| 133 | name = "autocxx-demo" |
| 134 | version = "0.22.0" |
| 135 | dependencies = [ |
| 136 | "autocxx", |
| 137 | "autocxx-build", |
| 138 | "cxx", |
| 139 | "miette", |
| 140 | ] |
| 141 | |
| 142 | [[package]] |
| 143 | name = "autocxx-engine" |
| 144 | version = "0.22.0" |
| 145 | dependencies = [ |
| 146 | "aquamarine", |
| 147 | "autocxx-bindgen", |
| 148 | "autocxx-parser", |
| 149 | "cc", |
| 150 | "cxx-gen", |
| 151 | "indexmap", |
| 152 | "indoc", |
| 153 | "itertools 0.10.3", |
| 154 | "log", |
| 155 | "miette", |
| 156 | "once_cell", |
| 157 | "proc-macro2", |
| 158 | "quote", |
| 159 | "regex", |
| 160 | "serde_json", |
| 161 | "strum_macros", |
| 162 | "syn", |
| 163 | "tempfile", |
| 164 | "thiserror", |
| 165 | "version_check", |
| 166 | ] |
| 167 | |
| 168 | [[package]] |
| 169 | name = "autocxx-gen" |
| 170 | version = "0.22.0" |
| 171 | dependencies = [ |
| 172 | "assert_cmd", |
| 173 | "autocxx", |
| 174 | "autocxx-engine", |
| 175 | "autocxx-integration-tests", |
| 176 | "clap 3.1.9", |
| 177 | "cxx", |
| 178 | "env_logger 0.9.0", |
| 179 | "indexmap", |
| 180 | "itertools 0.10.3", |
| 181 | "miette", |
| 182 | "pathdiff", |
| 183 | "proc-macro2", |
| 184 | "tempdir", |
| 185 | ] |
| 186 | |
| 187 | [[package]] |
| 188 | name = "autocxx-integration-tests" |
| 189 | version = "0.22.0" |
| 190 | dependencies = [ |
| 191 | "autocxx", |
| 192 | "autocxx-engine", |
| 193 | "cc", |
| 194 | "cxx", |
| 195 | "env_logger 0.9.0", |
| 196 | "indoc", |
| 197 | "itertools 0.10.3", |
| 198 | "link-cplusplus", |
| 199 | "log", |
| 200 | "once_cell", |
| 201 | "proc-macro2", |
| 202 | "quote", |
| 203 | "rust_info", |
| 204 | "syn", |
| 205 | "tempfile", |
| 206 | "test-log", |
| 207 | "trybuild", |
| 208 | ] |
| 209 | |
| 210 | [[package]] |
| 211 | name = "autocxx-macro" |
| 212 | version = "0.22.0" |
| 213 | dependencies = [ |
| 214 | "autocxx-parser", |
| 215 | "proc-macro-error", |
| 216 | "proc-macro2", |
| 217 | "quote", |
| 218 | "syn", |
| 219 | ] |
| 220 | |
| 221 | [[package]] |
| 222 | name = "autocxx-mdbook-preprocessor" |
| 223 | version = "0.22.0" |
| 224 | dependencies = [ |
| 225 | "anyhow", |
| 226 | "autocxx-integration-tests", |
| 227 | "clap 3.1.9", |
| 228 | "env_logger 0.9.0", |
| 229 | "gag", |
| 230 | "itertools 0.10.3", |
| 231 | "mdbook", |
| 232 | "proc-macro2", |
| 233 | "rayon", |
| 234 | "regex", |
| 235 | "serde_json", |
| 236 | "syn", |
| 237 | ] |
| 238 | |
| 239 | [[package]] |
| 240 | name = "autocxx-parser" |
| 241 | version = "0.22.0" |
| 242 | dependencies = [ |
| 243 | "indexmap", |
| 244 | "itertools 0.10.3", |
| 245 | "log", |
| 246 | "once_cell", |
| 247 | "proc-macro2", |
| 248 | "quote", |
| 249 | "serde", |
| 250 | "serde_json", |
| 251 | "syn", |
| 252 | "thiserror", |
| 253 | ] |
| 254 | |
| 255 | [[package]] |
| 256 | name = "autocxx-reduce" |
| 257 | version = "0.22.0" |
| 258 | dependencies = [ |
| 259 | "assert_cmd", |
| 260 | "autocxx-engine", |
| 261 | "autocxx-parser", |
| 262 | "clap 3.1.9", |
| 263 | "cxx-gen", |
| 264 | "indexmap", |
| 265 | "indoc", |
| 266 | "itertools 0.10.3", |
| 267 | "proc-macro2", |
| 268 | "quote", |
| 269 | "regex", |
| 270 | "serde", |
| 271 | "serde_derive", |
| 272 | "serde_json", |
| 273 | "syn", |
| 274 | "tempdir", |
| 275 | "tempfile", |
| 276 | ] |
| 277 | |
| 278 | [[package]] |
| 279 | name = "backtrace" |
| 280 | version = "0.3.64" |
| 281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 282 | checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f" |
| 283 | dependencies = [ |
| 284 | "addr2line", |
| 285 | "cc", |
| 286 | "cfg-if", |
| 287 | "libc", |
| 288 | "miniz_oxide", |
| 289 | "object", |
| 290 | "rustc-demangle", |
| 291 | ] |
| 292 | |
| 293 | [[package]] |
| 294 | name = "bitflags" |
| 295 | version = "1.3.2" |
| 296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 297 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 298 | |
| 299 | [[package]] |
| 300 | name = "block-buffer" |
| 301 | version = "0.7.3" |
| 302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 303 | checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" |
| 304 | dependencies = [ |
| 305 | "block-padding", |
| 306 | "byte-tools", |
| 307 | "byteorder", |
| 308 | "generic-array", |
| 309 | ] |
| 310 | |
| 311 | [[package]] |
| 312 | name = "block-padding" |
| 313 | version = "0.1.5" |
| 314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 315 | checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" |
| 316 | dependencies = [ |
| 317 | "byte-tools", |
| 318 | ] |
| 319 | |
| 320 | [[package]] |
| 321 | name = "bstr" |
| 322 | version = "0.2.17" |
| 323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 324 | checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" |
| 325 | dependencies = [ |
| 326 | "lazy_static", |
| 327 | "memchr", |
| 328 | "regex-automata", |
| 329 | ] |
| 330 | |
| 331 | [[package]] |
| 332 | name = "byte-tools" |
| 333 | version = "0.3.1" |
| 334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 335 | checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" |
| 336 | |
| 337 | [[package]] |
| 338 | name = "byteorder" |
| 339 | version = "1.4.3" |
| 340 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 341 | checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
| 342 | |
| 343 | [[package]] |
| 344 | name = "cc" |
| 345 | version = "1.0.73" |
| 346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 347 | checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" |
| 348 | |
| 349 | [[package]] |
| 350 | name = "cexpr" |
| 351 | version = "0.6.0" |
| 352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 353 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" |
| 354 | dependencies = [ |
| 355 | "nom", |
| 356 | ] |
| 357 | |
| 358 | [[package]] |
| 359 | name = "cfg-if" |
| 360 | version = "1.0.0" |
| 361 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 362 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 363 | |
| 364 | [[package]] |
| 365 | name = "chrono" |
| 366 | version = "0.4.19" |
| 367 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 368 | checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" |
| 369 | dependencies = [ |
| 370 | "libc", |
| 371 | "num-integer", |
| 372 | "num-traits", |
| 373 | "time", |
| 374 | "winapi", |
| 375 | ] |
| 376 | |
| 377 | [[package]] |
| 378 | name = "clang-sys" |
| 379 | version = "1.3.1" |
| 380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 381 | checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21" |
| 382 | dependencies = [ |
| 383 | "glob", |
| 384 | "libc", |
| 385 | "libloading", |
| 386 | ] |
| 387 | |
| 388 | [[package]] |
| 389 | name = "clap" |
| 390 | version = "2.34.0" |
| 391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 392 | checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" |
| 393 | dependencies = [ |
| 394 | "ansi_term", |
| 395 | "atty", |
| 396 | "bitflags", |
| 397 | "strsim 0.8.0", |
| 398 | "textwrap 0.11.0", |
| 399 | "unicode-width", |
| 400 | "vec_map", |
| 401 | ] |
| 402 | |
| 403 | [[package]] |
| 404 | name = "clap" |
| 405 | version = "3.1.9" |
| 406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 407 | checksum = "6aad2534fad53df1cc12519c5cda696dd3e20e6118a027e24054aea14a0bdcbe" |
| 408 | dependencies = [ |
| 409 | "atty", |
| 410 | "bitflags", |
| 411 | "clap_lex", |
| 412 | "indexmap", |
| 413 | "lazy_static", |
| 414 | "strsim 0.10.0", |
| 415 | "termcolor", |
| 416 | "textwrap 0.15.0", |
| 417 | ] |
| 418 | |
| 419 | [[package]] |
| 420 | name = "clap_complete" |
| 421 | version = "3.1.1" |
| 422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 423 | checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25" |
| 424 | dependencies = [ |
| 425 | "clap 3.1.9", |
| 426 | ] |
| 427 | |
| 428 | [[package]] |
| 429 | name = "clap_lex" |
| 430 | version = "0.1.1" |
| 431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 432 | checksum = "189ddd3b5d32a70b35e7686054371742a937b0d99128e76dde6340210e966669" |
| 433 | dependencies = [ |
| 434 | "os_str_bytes", |
| 435 | ] |
| 436 | |
| 437 | [[package]] |
| 438 | name = "codespan-reporting" |
| 439 | version = "0.11.1" |
| 440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 441 | checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" |
| 442 | dependencies = [ |
| 443 | "termcolor", |
| 444 | "unicode-width", |
| 445 | ] |
| 446 | |
| 447 | [[package]] |
| 448 | name = "crossbeam-channel" |
| 449 | version = "0.5.4" |
| 450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 451 | checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53" |
| 452 | dependencies = [ |
| 453 | "cfg-if", |
| 454 | "crossbeam-utils", |
| 455 | ] |
| 456 | |
| 457 | [[package]] |
| 458 | name = "crossbeam-deque" |
| 459 | version = "0.8.1" |
| 460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 461 | checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e" |
| 462 | dependencies = [ |
| 463 | "cfg-if", |
| 464 | "crossbeam-epoch", |
| 465 | "crossbeam-utils", |
| 466 | ] |
| 467 | |
| 468 | [[package]] |
| 469 | name = "crossbeam-epoch" |
| 470 | version = "0.9.8" |
| 471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 472 | checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c" |
| 473 | dependencies = [ |
| 474 | "autocfg", |
| 475 | "cfg-if", |
| 476 | "crossbeam-utils", |
| 477 | "lazy_static", |
| 478 | "memoffset", |
| 479 | "scopeguard", |
| 480 | ] |
| 481 | |
| 482 | [[package]] |
| 483 | name = "crossbeam-utils" |
| 484 | version = "0.8.8" |
| 485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 486 | checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38" |
| 487 | dependencies = [ |
| 488 | "cfg-if", |
| 489 | "lazy_static", |
| 490 | ] |
| 491 | |
| 492 | [[package]] |
| 493 | name = "cxx" |
| 494 | version = "1.0.66" |
| 495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 496 | checksum = "ce2295fe8865279f404147e9b2328e5af0ad11a2c016e58c13acfd48a07d8a55" |
| 497 | dependencies = [ |
| 498 | "cc", |
| 499 | "cxxbridge-flags", |
| 500 | "cxxbridge-macro", |
| 501 | "link-cplusplus", |
| 502 | ] |
| 503 | |
| 504 | [[package]] |
| 505 | name = "cxx-gen" |
| 506 | version = "0.7.66" |
| 507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 508 | checksum = "2bba249c8ea90cff9c647cd76928efc82f1e8684da0a6cedb4416cc79478050d" |
| 509 | dependencies = [ |
| 510 | "codespan-reporting", |
| 511 | "proc-macro2", |
| 512 | "quote", |
| 513 | "syn", |
| 514 | ] |
| 515 | |
| 516 | [[package]] |
| 517 | name = "cxxbridge-flags" |
| 518 | version = "1.0.66" |
| 519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 520 | checksum = "0a670224c6686471df12560a0b97a08145082e70bd38e2b0b5383b79e46c3da7" |
| 521 | |
| 522 | [[package]] |
| 523 | name = "cxxbridge-macro" |
| 524 | version = "1.0.66" |
| 525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 526 | checksum = "7b700096ca0dece28d9535fdb17ab784a8ae155d7f29d39c273643e6292c9620" |
| 527 | dependencies = [ |
| 528 | "proc-macro2", |
| 529 | "quote", |
| 530 | "syn", |
| 531 | ] |
| 532 | |
| 533 | [[package]] |
| 534 | name = "difflib" |
| 535 | version = "0.4.0" |
| 536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 537 | checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" |
| 538 | |
| 539 | [[package]] |
| 540 | name = "digest" |
| 541 | version = "0.8.1" |
| 542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 543 | checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" |
| 544 | dependencies = [ |
| 545 | "generic-array", |
| 546 | ] |
| 547 | |
| 548 | [[package]] |
| 549 | name = "doc-comment" |
| 550 | version = "0.3.3" |
| 551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 552 | checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" |
| 553 | |
| 554 | [[package]] |
| 555 | name = "either" |
| 556 | version = "1.6.1" |
| 557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 558 | checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" |
| 559 | |
| 560 | [[package]] |
| 561 | name = "env_logger" |
| 562 | version = "0.7.1" |
| 563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 564 | checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |
| 565 | dependencies = [ |
| 566 | "atty", |
| 567 | "humantime 1.3.0", |
| 568 | "log", |
| 569 | "regex", |
| 570 | "termcolor", |
| 571 | ] |
| 572 | |
| 573 | [[package]] |
| 574 | name = "env_logger" |
| 575 | version = "0.9.0" |
| 576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 577 | checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" |
| 578 | dependencies = [ |
| 579 | "atty", |
| 580 | "humantime 2.1.0", |
| 581 | "log", |
| 582 | "regex", |
| 583 | "termcolor", |
| 584 | ] |
| 585 | |
| 586 | [[package]] |
| 587 | name = "fake-simd" |
| 588 | version = "0.1.2" |
| 589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 590 | checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
| 591 | |
| 592 | [[package]] |
| 593 | name = "fastrand" |
| 594 | version = "1.7.0" |
| 595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 596 | checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" |
| 597 | dependencies = [ |
| 598 | "instant", |
| 599 | ] |
| 600 | |
| 601 | [[package]] |
| 602 | name = "filedescriptor" |
| 603 | version = "0.8.2" |
| 604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 605 | checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e" |
| 606 | dependencies = [ |
| 607 | "libc", |
| 608 | "thiserror", |
| 609 | "winapi", |
| 610 | ] |
| 611 | |
| 612 | [[package]] |
| 613 | name = "fuchsia-cprng" |
| 614 | version = "0.1.1" |
| 615 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 616 | checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
| 617 | |
| 618 | [[package]] |
| 619 | name = "gag" |
| 620 | version = "1.0.0" |
| 621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 622 | checksum = "a713bee13966e9fbffdf7193af71d54a6b35a0bb34997cd6c9519ebeb5005972" |
| 623 | dependencies = [ |
| 624 | "filedescriptor", |
| 625 | "tempfile", |
| 626 | ] |
| 627 | |
| 628 | [[package]] |
| 629 | name = "generic-array" |
| 630 | version = "0.12.4" |
| 631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 632 | checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" |
| 633 | dependencies = [ |
| 634 | "typenum", |
| 635 | ] |
| 636 | |
| 637 | [[package]] |
| 638 | name = "gimli" |
| 639 | version = "0.26.1" |
| 640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 641 | checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4" |
| 642 | |
| 643 | [[package]] |
| 644 | name = "glob" |
| 645 | version = "0.3.0" |
| 646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 647 | checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
| 648 | |
| 649 | [[package]] |
| 650 | name = "handlebars" |
| 651 | version = "4.2.2" |
| 652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 653 | checksum = "99d6a30320f094710245150395bc763ad23128d6a1ebbad7594dc4164b62c56b" |
| 654 | dependencies = [ |
| 655 | "log", |
| 656 | "pest", |
| 657 | "pest_derive", |
| 658 | "quick-error 2.0.1", |
| 659 | "serde", |
| 660 | "serde_json", |
| 661 | ] |
| 662 | |
| 663 | [[package]] |
| 664 | name = "hashbrown" |
| 665 | version = "0.11.2" |
| 666 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 667 | checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" |
| 668 | |
| 669 | [[package]] |
| 670 | name = "heck" |
| 671 | version = "0.4.0" |
| 672 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 673 | checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" |
| 674 | |
| 675 | [[package]] |
| 676 | name = "hermit-abi" |
| 677 | version = "0.1.19" |
| 678 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 679 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
| 680 | dependencies = [ |
| 681 | "libc", |
| 682 | ] |
| 683 | |
| 684 | [[package]] |
| 685 | name = "humantime" |
| 686 | version = "1.3.0" |
| 687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 688 | checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
| 689 | dependencies = [ |
| 690 | "quick-error 1.2.3", |
| 691 | ] |
| 692 | |
| 693 | [[package]] |
| 694 | name = "humantime" |
| 695 | version = "2.1.0" |
| 696 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 697 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
| 698 | |
| 699 | [[package]] |
| 700 | name = "indexmap" |
| 701 | version = "1.8.1" |
| 702 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 703 | checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee" |
| 704 | dependencies = [ |
| 705 | "autocfg", |
| 706 | "hashbrown", |
| 707 | "serde", |
| 708 | ] |
| 709 | |
| 710 | [[package]] |
| 711 | name = "indoc" |
| 712 | version = "1.0.4" |
| 713 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 714 | checksum = "e7906a9fababaeacb774f72410e497a1d18de916322e33797bb2cd29baa23c9e" |
| 715 | dependencies = [ |
| 716 | "unindent", |
| 717 | ] |
| 718 | |
| 719 | [[package]] |
| 720 | name = "instant" |
| 721 | version = "0.1.12" |
| 722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 723 | checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
| 724 | dependencies = [ |
| 725 | "cfg-if", |
| 726 | ] |
| 727 | |
| 728 | [[package]] |
| 729 | name = "is_ci" |
| 730 | version = "1.1.1" |
| 731 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 732 | checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb" |
| 733 | |
| 734 | [[package]] |
| 735 | name = "itertools" |
| 736 | version = "0.9.0" |
| 737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 738 | checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" |
| 739 | dependencies = [ |
| 740 | "either", |
| 741 | ] |
| 742 | |
| 743 | [[package]] |
| 744 | name = "itertools" |
| 745 | version = "0.10.3" |
| 746 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 747 | checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" |
| 748 | dependencies = [ |
| 749 | "either", |
| 750 | ] |
| 751 | |
| 752 | [[package]] |
| 753 | name = "itoa" |
| 754 | version = "1.0.1" |
| 755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 756 | checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" |
| 757 | |
| 758 | [[package]] |
| 759 | name = "lazy_static" |
| 760 | version = "1.4.0" |
| 761 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 762 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| 763 | |
| 764 | [[package]] |
| 765 | name = "lazycell" |
| 766 | version = "1.3.0" |
| 767 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 768 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
| 769 | |
| 770 | [[package]] |
| 771 | name = "libc" |
| 772 | version = "0.2.123" |
| 773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 774 | checksum = "cb691a747a7ab48abc15c5b42066eaafde10dc427e3b6ee2a1cf43db04c763bd" |
| 775 | |
| 776 | [[package]] |
| 777 | name = "libloading" |
| 778 | version = "0.7.3" |
| 779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 780 | checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd" |
| 781 | dependencies = [ |
| 782 | "cfg-if", |
| 783 | "winapi", |
| 784 | ] |
| 785 | |
| 786 | [[package]] |
| 787 | name = "link-cplusplus" |
| 788 | version = "1.0.6" |
| 789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 790 | checksum = "f8cae2cd7ba2f3f63938b9c724475dfb7b9861b545a90324476324ed21dbc8c8" |
| 791 | dependencies = [ |
| 792 | "cc", |
| 793 | ] |
| 794 | |
| 795 | [[package]] |
| 796 | name = "log" |
| 797 | version = "0.4.16" |
| 798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 799 | checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8" |
| 800 | dependencies = [ |
| 801 | "cfg-if", |
| 802 | ] |
| 803 | |
| 804 | [[package]] |
| 805 | name = "maplit" |
| 806 | version = "1.0.2" |
| 807 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 808 | checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
| 809 | |
| 810 | [[package]] |
| 811 | name = "mdbook" |
| 812 | version = "0.4.18" |
| 813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 814 | checksum = "74612ae81a3e5ee509854049dfa4c7975ae033c06f5fc4735c7dfbe60ee2a39d" |
| 815 | dependencies = [ |
| 816 | "anyhow", |
| 817 | "chrono", |
| 818 | "clap 3.1.9", |
| 819 | "clap_complete", |
| 820 | "env_logger 0.7.1", |
| 821 | "handlebars", |
| 822 | "lazy_static", |
| 823 | "log", |
| 824 | "memchr", |
| 825 | "opener", |
| 826 | "pulldown-cmark", |
| 827 | "regex", |
| 828 | "serde", |
| 829 | "serde_derive", |
| 830 | "serde_json", |
| 831 | "shlex", |
| 832 | "tempfile", |
| 833 | "toml", |
| 834 | "topological-sort", |
| 835 | ] |
| 836 | |
| 837 | [[package]] |
| 838 | name = "memchr" |
| 839 | version = "2.4.1" |
| 840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 841 | checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" |
| 842 | |
| 843 | [[package]] |
| 844 | name = "memoffset" |
| 845 | version = "0.6.5" |
| 846 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 847 | checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" |
| 848 | dependencies = [ |
| 849 | "autocfg", |
| 850 | ] |
| 851 | |
| 852 | [[package]] |
| 853 | name = "miette" |
| 854 | version = "4.4.0" |
| 855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 856 | checksum = "0a097de91d72c13382f60213ed9f7f7a26afd8bee0ea320b47f886a9a67ca5a1" |
| 857 | dependencies = [ |
| 858 | "atty", |
| 859 | "backtrace", |
| 860 | "miette-derive", |
| 861 | "once_cell", |
| 862 | "owo-colors", |
| 863 | "supports-color", |
| 864 | "supports-hyperlinks", |
| 865 | "supports-unicode", |
| 866 | "terminal_size", |
| 867 | "textwrap 0.15.0", |
| 868 | "thiserror", |
| 869 | "unicode-width", |
| 870 | ] |
| 871 | |
| 872 | [[package]] |
| 873 | name = "miette-derive" |
| 874 | version = "4.4.0" |
| 875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 876 | checksum = "45a95a48d0bc28f9af628286e8a4da09f96f34a97744a2e9a5a4db9814ad527d" |
| 877 | dependencies = [ |
| 878 | "proc-macro2", |
| 879 | "quote", |
| 880 | "syn", |
| 881 | ] |
| 882 | |
| 883 | [[package]] |
| 884 | name = "minimal-lexical" |
| 885 | version = "0.2.1" |
| 886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 887 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 888 | |
| 889 | [[package]] |
| 890 | name = "miniz_oxide" |
| 891 | version = "0.4.4" |
| 892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 893 | checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" |
| 894 | dependencies = [ |
| 895 | "adler", |
| 896 | "autocfg", |
| 897 | ] |
| 898 | |
| 899 | [[package]] |
| 900 | name = "moveit" |
| 901 | version = "0.5.0" |
| 902 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 903 | checksum = "815d5988a1dd22f08bad572a83ee654563bb422ece5d5bce41f31ec49399dcb5" |
| 904 | dependencies = [ |
| 905 | "cxx", |
| 906 | ] |
| 907 | |
| 908 | [[package]] |
| 909 | name = "nom" |
| 910 | version = "7.1.1" |
| 911 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 912 | checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" |
| 913 | dependencies = [ |
| 914 | "memchr", |
| 915 | "minimal-lexical", |
| 916 | ] |
| 917 | |
| 918 | [[package]] |
| 919 | name = "num-integer" |
| 920 | version = "0.1.44" |
| 921 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 922 | checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" |
| 923 | dependencies = [ |
| 924 | "autocfg", |
| 925 | "num-traits", |
| 926 | ] |
| 927 | |
| 928 | [[package]] |
| 929 | name = "num-traits" |
| 930 | version = "0.2.14" |
| 931 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 932 | checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" |
| 933 | dependencies = [ |
| 934 | "autocfg", |
| 935 | ] |
| 936 | |
| 937 | [[package]] |
| 938 | name = "num_cpus" |
| 939 | version = "1.13.1" |
| 940 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 941 | checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" |
| 942 | dependencies = [ |
| 943 | "hermit-abi", |
| 944 | "libc", |
| 945 | ] |
| 946 | |
| 947 | [[package]] |
| 948 | name = "object" |
| 949 | version = "0.27.1" |
| 950 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 951 | checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9" |
| 952 | dependencies = [ |
| 953 | "memchr", |
| 954 | ] |
| 955 | |
| 956 | [[package]] |
| 957 | name = "once_cell" |
| 958 | version = "1.10.0" |
| 959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 960 | checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" |
| 961 | |
| 962 | [[package]] |
| 963 | name = "opaque-debug" |
| 964 | version = "0.2.3" |
| 965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 966 | checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" |
| 967 | |
| 968 | [[package]] |
| 969 | name = "opener" |
| 970 | version = "0.5.0" |
| 971 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 972 | checksum = "4ea3ebcd72a54701f56345f16785a6d3ac2df7e986d273eb4395c0b01db17952" |
| 973 | dependencies = [ |
| 974 | "bstr", |
| 975 | "winapi", |
| 976 | ] |
| 977 | |
| 978 | [[package]] |
| 979 | name = "os_str_bytes" |
| 980 | version = "6.0.0" |
| 981 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 982 | checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" |
| 983 | |
| 984 | [[package]] |
| 985 | name = "owo-colors" |
| 986 | version = "3.3.0" |
| 987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 988 | checksum = "5e72e30578e0d0993c8ae20823dd9cff2bc5517d2f586a8aef462a581e8a03eb" |
| 989 | |
| 990 | [[package]] |
| 991 | name = "pathdiff" |
| 992 | version = "0.2.1" |
| 993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 994 | checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" |
| 995 | |
| 996 | [[package]] |
| 997 | name = "peeking_take_while" |
| 998 | version = "0.1.2" |
| 999 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1000 | checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" |
| 1001 | |
| 1002 | [[package]] |
| 1003 | name = "pest" |
| 1004 | version = "2.1.3" |
| 1005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1006 | checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53" |
| 1007 | dependencies = [ |
| 1008 | "ucd-trie", |
| 1009 | ] |
| 1010 | |
| 1011 | [[package]] |
| 1012 | name = "pest_derive" |
| 1013 | version = "2.1.0" |
| 1014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1015 | checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" |
| 1016 | dependencies = [ |
| 1017 | "pest", |
| 1018 | "pest_generator", |
| 1019 | ] |
| 1020 | |
| 1021 | [[package]] |
| 1022 | name = "pest_generator" |
| 1023 | version = "2.1.3" |
| 1024 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1025 | checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55" |
| 1026 | dependencies = [ |
| 1027 | "pest", |
| 1028 | "pest_meta", |
| 1029 | "proc-macro2", |
| 1030 | "quote", |
| 1031 | "syn", |
| 1032 | ] |
| 1033 | |
| 1034 | [[package]] |
| 1035 | name = "pest_meta" |
| 1036 | version = "2.1.3" |
| 1037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1038 | checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d" |
| 1039 | dependencies = [ |
| 1040 | "maplit", |
| 1041 | "pest", |
| 1042 | "sha-1", |
| 1043 | ] |
| 1044 | |
| 1045 | [[package]] |
| 1046 | name = "predicates" |
| 1047 | version = "2.1.1" |
| 1048 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1049 | checksum = "a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c" |
| 1050 | dependencies = [ |
| 1051 | "difflib", |
| 1052 | "itertools 0.10.3", |
| 1053 | "predicates-core", |
| 1054 | ] |
| 1055 | |
| 1056 | [[package]] |
| 1057 | name = "predicates-core" |
| 1058 | version = "1.0.3" |
| 1059 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1060 | checksum = "da1c2388b1513e1b605fcec39a95e0a9e8ef088f71443ef37099fa9ae6673fcb" |
| 1061 | |
| 1062 | [[package]] |
| 1063 | name = "predicates-tree" |
| 1064 | version = "1.0.5" |
| 1065 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1066 | checksum = "4d86de6de25020a36c6d3643a86d9a6a9f552107c0559c60ea03551b5e16c032" |
| 1067 | dependencies = [ |
| 1068 | "predicates-core", |
| 1069 | "termtree", |
| 1070 | ] |
| 1071 | |
| 1072 | [[package]] |
| 1073 | name = "proc-macro-error" |
| 1074 | version = "1.0.4" |
| 1075 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1076 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| 1077 | dependencies = [ |
| 1078 | "proc-macro-error-attr", |
| 1079 | "proc-macro2", |
| 1080 | "quote", |
| 1081 | "syn", |
| 1082 | "version_check", |
| 1083 | ] |
| 1084 | |
| 1085 | [[package]] |
| 1086 | name = "proc-macro-error-attr" |
| 1087 | version = "1.0.4" |
| 1088 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1089 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| 1090 | dependencies = [ |
| 1091 | "proc-macro2", |
| 1092 | "quote", |
| 1093 | "version_check", |
| 1094 | ] |
| 1095 | |
| 1096 | [[package]] |
| 1097 | name = "proc-macro2" |
| 1098 | version = "1.0.37" |
| 1099 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1100 | checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1" |
| 1101 | dependencies = [ |
| 1102 | "unicode-xid", |
| 1103 | ] |
| 1104 | |
| 1105 | [[package]] |
| 1106 | name = "pulldown-cmark" |
| 1107 | version = "0.9.1" |
| 1108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1109 | checksum = "34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6" |
| 1110 | dependencies = [ |
| 1111 | "bitflags", |
| 1112 | "memchr", |
| 1113 | "unicase", |
| 1114 | ] |
| 1115 | |
| 1116 | [[package]] |
| 1117 | name = "quick-error" |
| 1118 | version = "1.2.3" |
| 1119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1120 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
| 1121 | |
| 1122 | [[package]] |
| 1123 | name = "quick-error" |
| 1124 | version = "2.0.1" |
| 1125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1126 | checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" |
| 1127 | |
| 1128 | [[package]] |
| 1129 | name = "quote" |
| 1130 | version = "1.0.18" |
| 1131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1132 | checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1" |
| 1133 | dependencies = [ |
| 1134 | "proc-macro2", |
| 1135 | ] |
| 1136 | |
| 1137 | [[package]] |
| 1138 | name = "rand" |
| 1139 | version = "0.4.6" |
| 1140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1141 | checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" |
| 1142 | dependencies = [ |
| 1143 | "fuchsia-cprng", |
| 1144 | "libc", |
| 1145 | "rand_core 0.3.1", |
| 1146 | "rdrand", |
| 1147 | "winapi", |
| 1148 | ] |
| 1149 | |
| 1150 | [[package]] |
| 1151 | name = "rand_core" |
| 1152 | version = "0.3.1" |
| 1153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1154 | checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
| 1155 | dependencies = [ |
| 1156 | "rand_core 0.4.2", |
| 1157 | ] |
| 1158 | |
| 1159 | [[package]] |
| 1160 | name = "rand_core" |
| 1161 | version = "0.4.2" |
| 1162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1163 | checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
| 1164 | |
| 1165 | [[package]] |
| 1166 | name = "rayon" |
| 1167 | version = "1.5.2" |
| 1168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1169 | checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221" |
| 1170 | dependencies = [ |
| 1171 | "autocfg", |
| 1172 | "crossbeam-deque", |
| 1173 | "either", |
| 1174 | "rayon-core", |
| 1175 | ] |
| 1176 | |
| 1177 | [[package]] |
| 1178 | name = "rayon-core" |
| 1179 | version = "1.9.2" |
| 1180 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1181 | checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4" |
| 1182 | dependencies = [ |
| 1183 | "crossbeam-channel", |
| 1184 | "crossbeam-deque", |
| 1185 | "crossbeam-utils", |
| 1186 | "num_cpus", |
| 1187 | ] |
| 1188 | |
| 1189 | [[package]] |
| 1190 | name = "rdrand" |
| 1191 | version = "0.4.0" |
| 1192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1193 | checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
| 1194 | dependencies = [ |
| 1195 | "rand_core 0.3.1", |
| 1196 | ] |
| 1197 | |
| 1198 | [[package]] |
| 1199 | name = "redox_syscall" |
| 1200 | version = "0.2.13" |
| 1201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1202 | checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42" |
| 1203 | dependencies = [ |
| 1204 | "bitflags", |
| 1205 | ] |
| 1206 | |
| 1207 | [[package]] |
| 1208 | name = "regex" |
| 1209 | version = "1.5.5" |
| 1210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1211 | checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" |
| 1212 | dependencies = [ |
| 1213 | "aho-corasick", |
| 1214 | "memchr", |
| 1215 | "regex-syntax", |
| 1216 | ] |
| 1217 | |
| 1218 | [[package]] |
| 1219 | name = "regex-automata" |
| 1220 | version = "0.1.10" |
| 1221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1222 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
| 1223 | |
| 1224 | [[package]] |
| 1225 | name = "regex-syntax" |
| 1226 | version = "0.6.25" |
| 1227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1228 | checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" |
| 1229 | |
| 1230 | [[package]] |
| 1231 | name = "remove_dir_all" |
| 1232 | version = "0.5.3" |
| 1233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1234 | checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" |
| 1235 | dependencies = [ |
| 1236 | "winapi", |
| 1237 | ] |
| 1238 | |
| 1239 | [[package]] |
| 1240 | name = "rust_info" |
| 1241 | version = "0.3.2" |
| 1242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1243 | checksum = "821495e93d15e4433347b3a72e97005f1d8a620dc88d46637fecfcb16e98043d" |
| 1244 | |
| 1245 | [[package]] |
| 1246 | name = "rustc-demangle" |
| 1247 | version = "0.1.21" |
| 1248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1249 | checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" |
| 1250 | |
| 1251 | [[package]] |
| 1252 | name = "rustc-hash" |
| 1253 | version = "1.1.0" |
| 1254 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1255 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 1256 | |
| 1257 | [[package]] |
| 1258 | name = "rustversion" |
| 1259 | version = "1.0.6" |
| 1260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1261 | checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f" |
| 1262 | |
| 1263 | [[package]] |
| 1264 | name = "ryu" |
| 1265 | version = "1.0.9" |
| 1266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1267 | checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f" |
| 1268 | |
| 1269 | [[package]] |
| 1270 | name = "scopeguard" |
| 1271 | version = "1.1.0" |
| 1272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1273 | checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
| 1274 | |
| 1275 | [[package]] |
| 1276 | name = "serde" |
| 1277 | version = "1.0.136" |
| 1278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1279 | checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789" |
| 1280 | dependencies = [ |
| 1281 | "serde_derive", |
| 1282 | ] |
| 1283 | |
| 1284 | [[package]] |
| 1285 | name = "serde_derive" |
| 1286 | version = "1.0.136" |
| 1287 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1288 | checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9" |
| 1289 | dependencies = [ |
| 1290 | "proc-macro2", |
| 1291 | "quote", |
| 1292 | "syn", |
| 1293 | ] |
| 1294 | |
| 1295 | [[package]] |
| 1296 | name = "serde_json" |
| 1297 | version = "1.0.79" |
| 1298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1299 | checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95" |
| 1300 | dependencies = [ |
| 1301 | "itoa", |
| 1302 | "ryu", |
| 1303 | "serde", |
| 1304 | ] |
| 1305 | |
| 1306 | [[package]] |
| 1307 | name = "sha-1" |
| 1308 | version = "0.8.2" |
| 1309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1310 | checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df" |
| 1311 | dependencies = [ |
| 1312 | "block-buffer", |
| 1313 | "digest", |
| 1314 | "fake-simd", |
| 1315 | "opaque-debug", |
| 1316 | ] |
| 1317 | |
| 1318 | [[package]] |
| 1319 | name = "shlex" |
| 1320 | version = "1.1.0" |
| 1321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1322 | checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" |
| 1323 | |
| 1324 | [[package]] |
| 1325 | name = "smawk" |
| 1326 | version = "0.3.1" |
| 1327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1328 | checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" |
| 1329 | |
| 1330 | [[package]] |
| 1331 | name = "strsim" |
| 1332 | version = "0.8.0" |
| 1333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1334 | checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
| 1335 | |
| 1336 | [[package]] |
| 1337 | name = "strsim" |
| 1338 | version = "0.10.0" |
| 1339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1340 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| 1341 | |
| 1342 | [[package]] |
| 1343 | name = "strum_macros" |
| 1344 | version = "0.24.0" |
| 1345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1346 | checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef" |
| 1347 | dependencies = [ |
| 1348 | "heck", |
| 1349 | "proc-macro2", |
| 1350 | "quote", |
| 1351 | "rustversion", |
| 1352 | "syn", |
| 1353 | ] |
| 1354 | |
| 1355 | [[package]] |
| 1356 | name = "supports-color" |
| 1357 | version = "1.3.0" |
| 1358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1359 | checksum = "4872ced36b91d47bae8a214a683fe54e7078875b399dfa251df346c9b547d1f9" |
| 1360 | dependencies = [ |
| 1361 | "atty", |
| 1362 | "is_ci", |
| 1363 | ] |
| 1364 | |
| 1365 | [[package]] |
| 1366 | name = "supports-hyperlinks" |
| 1367 | version = "1.2.0" |
| 1368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1369 | checksum = "590b34f7c5f01ecc9d78dba4b3f445f31df750a67621cf31626f3b7441ce6406" |
| 1370 | dependencies = [ |
| 1371 | "atty", |
| 1372 | ] |
| 1373 | |
| 1374 | [[package]] |
| 1375 | name = "supports-unicode" |
| 1376 | version = "1.0.2" |
| 1377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1378 | checksum = "a8b945e45b417b125a8ec51f1b7df2f8df7920367700d1f98aedd21e5735f8b2" |
| 1379 | dependencies = [ |
| 1380 | "atty", |
| 1381 | ] |
| 1382 | |
| 1383 | [[package]] |
| 1384 | name = "syn" |
| 1385 | version = "1.0.91" |
| 1386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1387 | checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d" |
| 1388 | dependencies = [ |
| 1389 | "proc-macro2", |
| 1390 | "quote", |
| 1391 | "unicode-xid", |
| 1392 | ] |
| 1393 | |
| 1394 | [[package]] |
| 1395 | name = "tempdir" |
| 1396 | version = "0.3.7" |
| 1397 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1398 | checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" |
| 1399 | dependencies = [ |
| 1400 | "rand", |
| 1401 | "remove_dir_all", |
| 1402 | ] |
| 1403 | |
| 1404 | [[package]] |
| 1405 | name = "tempfile" |
| 1406 | version = "3.3.0" |
| 1407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1408 | checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" |
| 1409 | dependencies = [ |
| 1410 | "cfg-if", |
| 1411 | "fastrand", |
| 1412 | "libc", |
| 1413 | "redox_syscall", |
| 1414 | "remove_dir_all", |
| 1415 | "winapi", |
| 1416 | ] |
| 1417 | |
| 1418 | [[package]] |
| 1419 | name = "termcolor" |
| 1420 | version = "1.1.3" |
| 1421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1422 | checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" |
| 1423 | dependencies = [ |
| 1424 | "winapi-util", |
| 1425 | ] |
| 1426 | |
| 1427 | [[package]] |
| 1428 | name = "terminal_size" |
| 1429 | version = "0.1.17" |
| 1430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1431 | checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" |
| 1432 | dependencies = [ |
| 1433 | "libc", |
| 1434 | "winapi", |
| 1435 | ] |
| 1436 | |
| 1437 | [[package]] |
| 1438 | name = "termtree" |
| 1439 | version = "0.2.4" |
| 1440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1441 | checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b" |
| 1442 | |
| 1443 | [[package]] |
| 1444 | name = "test-log" |
| 1445 | version = "0.2.10" |
| 1446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1447 | checksum = "4235dbf7ea878b3ef12dea20a59c134b405a66aafc4fc2c7b9935916e289e735" |
| 1448 | dependencies = [ |
| 1449 | "proc-macro2", |
| 1450 | "quote", |
| 1451 | "syn", |
| 1452 | ] |
| 1453 | |
| 1454 | [[package]] |
| 1455 | name = "textwrap" |
| 1456 | version = "0.11.0" |
| 1457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1458 | checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
| 1459 | dependencies = [ |
| 1460 | "unicode-width", |
| 1461 | ] |
| 1462 | |
| 1463 | [[package]] |
| 1464 | name = "textwrap" |
| 1465 | version = "0.15.0" |
| 1466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1467 | checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" |
| 1468 | dependencies = [ |
| 1469 | "smawk", |
| 1470 | "unicode-linebreak", |
| 1471 | "unicode-width", |
| 1472 | ] |
| 1473 | |
| 1474 | [[package]] |
| 1475 | name = "thiserror" |
| 1476 | version = "1.0.30" |
| 1477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1478 | checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" |
| 1479 | dependencies = [ |
| 1480 | "thiserror-impl", |
| 1481 | ] |
| 1482 | |
| 1483 | [[package]] |
| 1484 | name = "thiserror-impl" |
| 1485 | version = "1.0.30" |
| 1486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1487 | checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" |
| 1488 | dependencies = [ |
| 1489 | "proc-macro2", |
| 1490 | "quote", |
| 1491 | "syn", |
| 1492 | ] |
| 1493 | |
| 1494 | [[package]] |
| 1495 | name = "time" |
| 1496 | version = "0.1.44" |
| 1497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1498 | checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
| 1499 | dependencies = [ |
| 1500 | "libc", |
| 1501 | "wasi", |
| 1502 | "winapi", |
| 1503 | ] |
| 1504 | |
| 1505 | [[package]] |
| 1506 | name = "toml" |
| 1507 | version = "0.5.9" |
| 1508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1509 | checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" |
| 1510 | dependencies = [ |
| 1511 | "serde", |
| 1512 | ] |
| 1513 | |
| 1514 | [[package]] |
| 1515 | name = "topological-sort" |
| 1516 | version = "0.1.0" |
| 1517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1518 | checksum = "aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c" |
| 1519 | |
| 1520 | [[package]] |
| 1521 | name = "trybuild" |
| 1522 | version = "1.0.59" |
| 1523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1524 | checksum = "606ab3fe0065741fdbb51f64bcb6ba76f13fad49f1723030041826c631782764" |
| 1525 | dependencies = [ |
| 1526 | "glob", |
| 1527 | "once_cell", |
| 1528 | "serde", |
| 1529 | "serde_derive", |
| 1530 | "serde_json", |
| 1531 | "termcolor", |
| 1532 | "toml", |
| 1533 | ] |
| 1534 | |
| 1535 | [[package]] |
| 1536 | name = "typenum" |
| 1537 | version = "1.15.0" |
| 1538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1539 | checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" |
| 1540 | |
| 1541 | [[package]] |
| 1542 | name = "ucd-trie" |
| 1543 | version = "0.1.3" |
| 1544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1545 | checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" |
| 1546 | |
| 1547 | [[package]] |
| 1548 | name = "unicase" |
| 1549 | version = "2.6.0" |
| 1550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1551 | checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
| 1552 | dependencies = [ |
| 1553 | "version_check", |
| 1554 | ] |
| 1555 | |
| 1556 | [[package]] |
| 1557 | name = "unicode-linebreak" |
| 1558 | version = "0.1.2" |
| 1559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1560 | checksum = "3a52dcaab0c48d931f7cc8ef826fa51690a08e1ea55117ef26f89864f532383f" |
| 1561 | dependencies = [ |
| 1562 | "regex", |
| 1563 | ] |
| 1564 | |
| 1565 | [[package]] |
| 1566 | name = "unicode-width" |
| 1567 | version = "0.1.9" |
| 1568 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1569 | checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" |
| 1570 | |
| 1571 | [[package]] |
| 1572 | name = "unicode-xid" |
| 1573 | version = "0.2.2" |
| 1574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1575 | checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" |
| 1576 | |
| 1577 | [[package]] |
| 1578 | name = "unindent" |
| 1579 | version = "0.1.8" |
| 1580 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1581 | checksum = "514672a55d7380da379785a4d70ca8386c8883ff7eaae877be4d2081cebe73d8" |
| 1582 | |
| 1583 | [[package]] |
| 1584 | name = "vec_map" |
| 1585 | version = "0.8.2" |
| 1586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1587 | checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
| 1588 | |
| 1589 | [[package]] |
| 1590 | name = "version_check" |
| 1591 | version = "0.9.4" |
| 1592 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1593 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
| 1594 | |
| 1595 | [[package]] |
| 1596 | name = "wait-timeout" |
| 1597 | version = "0.2.0" |
| 1598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1599 | checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" |
| 1600 | dependencies = [ |
| 1601 | "libc", |
| 1602 | ] |
| 1603 | |
| 1604 | [[package]] |
| 1605 | name = "wasi" |
| 1606 | version = "0.10.0+wasi-snapshot-preview1" |
| 1607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1608 | checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
| 1609 | |
| 1610 | [[package]] |
| 1611 | name = "which" |
| 1612 | version = "4.2.5" |
| 1613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1614 | checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae" |
| 1615 | dependencies = [ |
| 1616 | "either", |
| 1617 | "lazy_static", |
| 1618 | "libc", |
| 1619 | ] |
| 1620 | |
| 1621 | [[package]] |
| 1622 | name = "winapi" |
| 1623 | version = "0.3.9" |
| 1624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1625 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 1626 | dependencies = [ |
| 1627 | "winapi-i686-pc-windows-gnu", |
| 1628 | "winapi-x86_64-pc-windows-gnu", |
| 1629 | ] |
| 1630 | |
| 1631 | [[package]] |
| 1632 | name = "winapi-i686-pc-windows-gnu" |
| 1633 | version = "0.4.0" |
| 1634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1635 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 1636 | |
| 1637 | [[package]] |
| 1638 | name = "winapi-util" |
| 1639 | version = "0.1.5" |
| 1640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1641 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
| 1642 | dependencies = [ |
| 1643 | "winapi", |
| 1644 | ] |
| 1645 | |
| 1646 | [[package]] |
| 1647 | name = "winapi-x86_64-pc-windows-gnu" |
| 1648 | version = "0.4.0" |
| 1649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1650 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |