diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 627 |
1 files changed, 0 insertions, 627 deletions
diff --git a/Cargo.lock b/Cargo.lock deleted file mode 100644 index dd07c28..0000000 --- a/Cargo.lock +++ /dev/null | |||
| @@ -1,627 +0,0 @@ | |||
| 1 | # This file is automatically @generated by Cargo. | ||
| 2 | # It is not intended for manual editing. | ||
| 3 | version = 3 | ||
| 4 | |||
| 5 | [[package]] | ||
| 6 | name = "aho-corasick" | ||
| 7 | version = "0.7.18" | ||
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 9 | checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" | ||
| 10 | dependencies = [ | ||
| 11 | "memchr", | ||
| 12 | ] | ||
| 13 | |||
| 14 | [[package]] | ||
| 15 | name = "ansi_term" | ||
| 16 | version = "0.12.1" | ||
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 18 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" | ||
| 19 | dependencies = [ | ||
| 20 | "winapi", | ||
| 21 | ] | ||
| 22 | |||
| 23 | [[package]] | ||
| 24 | name = "anyhow" | ||
| 25 | version = "1.0.51" | ||
| 26 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 27 | checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203" | ||
| 28 | |||
| 29 | [[package]] | ||
| 30 | name = "assert_cmd" | ||
| 31 | version = "2.0.2" | ||
| 32 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 33 | checksum = "e996dc7940838b7ef1096b882e29ec30a3149a3a443cdc8dba19ed382eca1fe2" | ||
| 34 | dependencies = [ | ||
| 35 | "bstr", | ||
| 36 | "doc-comment", | ||
| 37 | "predicates", | ||
| 38 | "predicates-core", | ||
| 39 | "predicates-tree", | ||
| 40 | "wait-timeout", | ||
| 41 | ] | ||
| 42 | |||
| 43 | [[package]] | ||
| 44 | name = "atty" | ||
| 45 | version = "0.2.14" | ||
| 46 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 47 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | ||
| 48 | dependencies = [ | ||
| 49 | "hermit-abi", | ||
| 50 | "libc", | ||
| 51 | "winapi", | ||
| 52 | ] | ||
| 53 | |||
| 54 | [[package]] | ||
| 55 | name = "autocfg" | ||
| 56 | version = "1.0.1" | ||
| 57 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 58 | checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" | ||
| 59 | |||
| 60 | [[package]] | ||
| 61 | name = "bitflags" | ||
| 62 | version = "1.2.1" | ||
| 63 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 64 | checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" | ||
| 65 | |||
| 66 | [[package]] | ||
| 67 | name = "bstr" | ||
| 68 | version = "0.2.16" | ||
| 69 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 70 | checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279" | ||
| 71 | dependencies = [ | ||
| 72 | "lazy_static", | ||
| 73 | "memchr", | ||
| 74 | "regex-automata", | ||
| 75 | ] | ||
| 76 | |||
| 77 | [[package]] | ||
| 78 | name = "cfg-if" | ||
| 79 | version = "1.0.0" | ||
| 80 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 81 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | ||
| 82 | |||
| 83 | [[package]] | ||
| 84 | name = "clap" | ||
| 85 | version = "3.0.0-rc.7" | ||
| 86 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 87 | checksum = "9468f8012246b0836c6fd11725102b0844254985f2462b6c637d50040ef49df0" | ||
| 88 | dependencies = [ | ||
| 89 | "atty", | ||
| 90 | "bitflags", | ||
| 91 | "clap_derive", | ||
| 92 | "indexmap", | ||
| 93 | "lazy_static", | ||
| 94 | "os_str_bytes", | ||
| 95 | "strsim", | ||
| 96 | "termcolor", | ||
| 97 | "textwrap", | ||
| 98 | ] | ||
| 99 | |||
| 100 | [[package]] | ||
| 101 | name = "clap_derive" | ||
| 102 | version = "3.0.0-rc.7" | ||
| 103 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 104 | checksum = "b72e1af32a4de4d21a43d26de33fe69c00e895371bd8b1523d674f011b610467" | ||
| 105 | dependencies = [ | ||
| 106 | "heck", | ||
| 107 | "proc-macro-error", | ||
| 108 | "proc-macro2", | ||
| 109 | "quote", | ||
| 110 | "syn", | ||
| 111 | ] | ||
| 112 | |||
| 113 | [[package]] | ||
| 114 | name = "difflib" | ||
| 115 | version = "0.4.0" | ||
| 116 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 117 | checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" | ||
| 118 | |||
| 119 | [[package]] | ||
| 120 | name = "doc-comment" | ||
| 121 | version = "0.3.3" | ||
| 122 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 123 | checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" | ||
| 124 | |||
| 125 | [[package]] | ||
| 126 | name = "dotup" | ||
| 127 | version = "0.1.0" | ||
| 128 | dependencies = [ | ||
| 129 | "log", | ||
| 130 | "serde", | ||
| 131 | "slotmap", | ||
| 132 | "tempfile", | ||
| 133 | "thiserror", | ||
| 134 | "toml", | ||
| 135 | ] | ||
| 136 | |||
| 137 | [[package]] | ||
| 138 | name = "dotup_cli" | ||
| 139 | version = "0.1.0" | ||
| 140 | dependencies = [ | ||
| 141 | "ansi_term", | ||
| 142 | "anyhow", | ||
| 143 | "assert_cmd", | ||
| 144 | "clap", | ||
| 145 | "dotup", | ||
| 146 | "flexi_logger", | ||
| 147 | "log", | ||
| 148 | "tempfile", | ||
| 149 | ] | ||
| 150 | |||
| 151 | [[package]] | ||
| 152 | name = "either" | ||
| 153 | version = "1.6.1" | ||
| 154 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 155 | checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" | ||
| 156 | |||
| 157 | [[package]] | ||
| 158 | name = "flexi_logger" | ||
| 159 | version = "0.22.0" | ||
| 160 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 161 | checksum = "11be38a063886b7be57de89636d65c07d318c1f9bd985cd8ab2c343786a910bc" | ||
| 162 | dependencies = [ | ||
| 163 | "ansi_term", | ||
| 164 | "atty", | ||
| 165 | "glob", | ||
| 166 | "lazy_static", | ||
| 167 | "log", | ||
| 168 | "regex", | ||
| 169 | "rustversion", | ||
| 170 | "thiserror", | ||
| 171 | "time", | ||
| 172 | ] | ||
| 173 | |||
| 174 | [[package]] | ||
| 175 | name = "getrandom" | ||
| 176 | version = "0.2.3" | ||
| 177 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 178 | checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" | ||
| 179 | dependencies = [ | ||
| 180 | "cfg-if", | ||
| 181 | "libc", | ||
| 182 | "wasi", | ||
| 183 | ] | ||
| 184 | |||
| 185 | [[package]] | ||
| 186 | name = "glob" | ||
| 187 | version = "0.3.0" | ||
| 188 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 189 | checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" | ||
| 190 | |||
| 191 | [[package]] | ||
| 192 | name = "hashbrown" | ||
| 193 | version = "0.11.2" | ||
| 194 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 195 | checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" | ||
| 196 | |||
| 197 | [[package]] | ||
| 198 | name = "heck" | ||
| 199 | version = "0.3.3" | ||
| 200 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 201 | checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" | ||
| 202 | dependencies = [ | ||
| 203 | "unicode-segmentation", | ||
| 204 | ] | ||
| 205 | |||
| 206 | [[package]] | ||
| 207 | name = "hermit-abi" | ||
| 208 | version = "0.1.19" | ||
| 209 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 210 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" | ||
| 211 | dependencies = [ | ||
| 212 | "libc", | ||
| 213 | ] | ||
| 214 | |||
| 215 | [[package]] | ||
| 216 | name = "indexmap" | ||
| 217 | version = "1.7.0" | ||
| 218 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 219 | checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" | ||
| 220 | dependencies = [ | ||
| 221 | "autocfg", | ||
| 222 | "hashbrown", | ||
| 223 | ] | ||
| 224 | |||
| 225 | [[package]] | ||
| 226 | name = "itertools" | ||
| 227 | version = "0.10.1" | ||
| 228 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 229 | checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf" | ||
| 230 | dependencies = [ | ||
| 231 | "either", | ||
| 232 | ] | ||
| 233 | |||
| 234 | [[package]] | ||
| 235 | name = "itoa" | ||
| 236 | version = "0.4.8" | ||
| 237 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 238 | checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" | ||
| 239 | |||
| 240 | [[package]] | ||
| 241 | name = "lazy_static" | ||
| 242 | version = "1.4.0" | ||
| 243 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 244 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | ||
| 245 | |||
| 246 | [[package]] | ||
| 247 | name = "libc" | ||
| 248 | version = "0.2.106" | ||
| 249 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 250 | checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673" | ||
| 251 | |||
| 252 | [[package]] | ||
| 253 | name = "log" | ||
| 254 | version = "0.4.14" | ||
| 255 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 256 | checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" | ||
| 257 | dependencies = [ | ||
| 258 | "cfg-if", | ||
| 259 | ] | ||
| 260 | |||
| 261 | [[package]] | ||
| 262 | name = "memchr" | ||
| 263 | version = "2.4.0" | ||
| 264 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 265 | checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc" | ||
| 266 | |||
| 267 | [[package]] | ||
| 268 | name = "os_str_bytes" | ||
| 269 | version = "6.0.0" | ||
| 270 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 271 | checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" | ||
| 272 | dependencies = [ | ||
| 273 | "memchr", | ||
| 274 | ] | ||
| 275 | |||
| 276 | [[package]] | ||
| 277 | name = "ppv-lite86" | ||
| 278 | version = "0.2.10" | ||
| 279 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 280 | checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" | ||
| 281 | |||
| 282 | [[package]] | ||
| 283 | name = "predicates" | ||
| 284 | version = "2.0.0" | ||
| 285 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 286 | checksum = "c6e46ca79eb4e21e2ec14430340c71250ab69332abf85521c95d3a8bc336aa76" | ||
| 287 | dependencies = [ | ||
| 288 | "difflib", | ||
| 289 | "itertools", | ||
| 290 | "predicates-core", | ||
| 291 | ] | ||
| 292 | |||
| 293 | [[package]] | ||
| 294 | name = "predicates-core" | ||
| 295 | version = "1.0.2" | ||
| 296 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 297 | checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451" | ||
| 298 | |||
| 299 | [[package]] | ||
| 300 | name = "predicates-tree" | ||
| 301 | version = "1.0.2" | ||
| 302 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 303 | checksum = "15f553275e5721409451eb85e15fd9a860a6e5ab4496eb215987502b5f5391f2" | ||
| 304 | dependencies = [ | ||
| 305 | "predicates-core", | ||
| 306 | "treeline", | ||
| 307 | ] | ||
| 308 | |||
| 309 | [[package]] | ||
| 310 | name = "proc-macro-error" | ||
| 311 | version = "1.0.4" | ||
| 312 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 313 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" | ||
| 314 | dependencies = [ | ||
| 315 | "proc-macro-error-attr", | ||
| 316 | "proc-macro2", | ||
| 317 | "quote", | ||
| 318 | "syn", | ||
| 319 | "version_check", | ||
| 320 | ] | ||
| 321 | |||
| 322 | [[package]] | ||
| 323 | name = "proc-macro-error-attr" | ||
| 324 | version = "1.0.4" | ||
| 325 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 326 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" | ||
| 327 | dependencies = [ | ||
| 328 | "proc-macro2", | ||
| 329 | "quote", | ||
| 330 | "version_check", | ||
| 331 | ] | ||
| 332 | |||
| 333 | [[package]] | ||
| 334 | name = "proc-macro2" | ||
| 335 | version = "1.0.32" | ||
| 336 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 337 | checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43" | ||
| 338 | dependencies = [ | ||
| 339 | "unicode-xid", | ||
| 340 | ] | ||
| 341 | |||
| 342 | [[package]] | ||
| 343 | name = "quote" | ||
| 344 | version = "1.0.9" | ||
| 345 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 346 | checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" | ||
| 347 | dependencies = [ | ||
| 348 | "proc-macro2", | ||
| 349 | ] | ||
| 350 | |||
| 351 | [[package]] | ||
| 352 | name = "rand" | ||
| 353 | version = "0.8.4" | ||
| 354 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 355 | checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" | ||
| 356 | dependencies = [ | ||
| 357 | "libc", | ||
| 358 | "rand_chacha", | ||
| 359 | "rand_core", | ||
| 360 | "rand_hc", | ||
| 361 | ] | ||
| 362 | |||
| 363 | [[package]] | ||
| 364 | name = "rand_chacha" | ||
| 365 | version = "0.3.1" | ||
| 366 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 367 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" | ||
| 368 | dependencies = [ | ||
| 369 | "ppv-lite86", | ||
| 370 | "rand_core", | ||
| 371 | ] | ||
| 372 | |||
| 373 | [[package]] | ||
| 374 | name = "rand_core" | ||
| 375 | version = "0.6.3" | ||
| 376 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 377 | checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" | ||
| 378 | dependencies = [ | ||
| 379 | "getrandom", | ||
| 380 | ] | ||
| 381 | |||
| 382 | [[package]] | ||
| 383 | name = "rand_hc" | ||
| 384 | version = "0.3.1" | ||
| 385 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 386 | checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" | ||
| 387 | dependencies = [ | ||
| 388 | "rand_core", | ||
| 389 | ] | ||
| 390 | |||
| 391 | [[package]] | ||
| 392 | name = "redox_syscall" | ||
| 393 | version = "0.2.9" | ||
| 394 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 395 | checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee" | ||
| 396 | dependencies = [ | ||
| 397 | "bitflags", | ||
| 398 | ] | ||
| 399 | |||
| 400 | [[package]] | ||
| 401 | name = "regex" | ||
| 402 | version = "1.5.4" | ||
| 403 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 404 | checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" | ||
| 405 | dependencies = [ | ||
| 406 | "aho-corasick", | ||
| 407 | "memchr", | ||
| 408 | "regex-syntax", | ||
| 409 | ] | ||
| 410 | |||
| 411 | [[package]] | ||
| 412 | name = "regex-automata" | ||
| 413 | version = "0.1.10" | ||
| 414 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 415 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" | ||
| 416 | |||
| 417 | [[package]] | ||
| 418 | name = "regex-syntax" | ||
| 419 | version = "0.6.25" | ||
| 420 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 421 | checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" | ||
| 422 | |||
| 423 | [[package]] | ||
| 424 | name = "remove_dir_all" | ||
| 425 | version = "0.5.3" | ||
| 426 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 427 | checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" | ||
| 428 | dependencies = [ | ||
| 429 | "winapi", | ||
| 430 | ] | ||
| 431 | |||
| 432 | [[package]] | ||
| 433 | name = "rustversion" | ||
| 434 | version = "1.0.5" | ||
| 435 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 436 | checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" | ||
| 437 | |||
| 438 | [[package]] | ||
| 439 | name = "serde" | ||
| 440 | version = "1.0.132" | ||
| 441 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 442 | checksum = "8b9875c23cf305cd1fd7eb77234cbb705f21ea6a72c637a5c6db5fe4b8e7f008" | ||
| 443 | dependencies = [ | ||
| 444 | "serde_derive", | ||
| 445 | ] | ||
| 446 | |||
| 447 | [[package]] | ||
| 448 | name = "serde_derive" | ||
| 449 | version = "1.0.132" | ||
| 450 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 451 | checksum = "ecc0db5cb2556c0e558887d9bbdcf6ac4471e83ff66cf696e5419024d1606276" | ||
| 452 | dependencies = [ | ||
| 453 | "proc-macro2", | ||
| 454 | "quote", | ||
| 455 | "syn", | ||
| 456 | ] | ||
| 457 | |||
| 458 | [[package]] | ||
| 459 | name = "slotmap" | ||
| 460 | version = "1.0.6" | ||
| 461 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 462 | checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342" | ||
| 463 | dependencies = [ | ||
| 464 | "version_check", | ||
| 465 | ] | ||
| 466 | |||
| 467 | [[package]] | ||
| 468 | name = "strsim" | ||
| 469 | version = "0.10.0" | ||
| 470 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 471 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" | ||
| 472 | |||
| 473 | [[package]] | ||
| 474 | name = "syn" | ||
| 475 | version = "1.0.81" | ||
| 476 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 477 | checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966" | ||
| 478 | dependencies = [ | ||
| 479 | "proc-macro2", | ||
| 480 | "quote", | ||
| 481 | "unicode-xid", | ||
| 482 | ] | ||
| 483 | |||
| 484 | [[package]] | ||
| 485 | name = "tempfile" | ||
| 486 | version = "3.2.0" | ||
| 487 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 488 | checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" | ||
| 489 | dependencies = [ | ||
| 490 | "cfg-if", | ||
| 491 | "libc", | ||
| 492 | "rand", | ||
| 493 | "redox_syscall", | ||
| 494 | "remove_dir_all", | ||
| 495 | "winapi", | ||
| 496 | ] | ||
| 497 | |||
| 498 | [[package]] | ||
| 499 | name = "termcolor" | ||
| 500 | version = "1.1.2" | ||
| 501 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 502 | checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" | ||
| 503 | dependencies = [ | ||
| 504 | "winapi-util", | ||
| 505 | ] | ||
| 506 | |||
| 507 | [[package]] | ||
| 508 | name = "textwrap" | ||
| 509 | version = "0.14.2" | ||
| 510 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 511 | checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80" | ||
| 512 | |||
| 513 | [[package]] | ||
| 514 | name = "thiserror" | ||
| 515 | version = "1.0.30" | ||
| 516 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 517 | checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" | ||
| 518 | dependencies = [ | ||
| 519 | "thiserror-impl", | ||
| 520 | ] | ||
| 521 | |||
| 522 | [[package]] | ||
| 523 | name = "thiserror-impl" | ||
| 524 | version = "1.0.30" | ||
| 525 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 526 | checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" | ||
| 527 | dependencies = [ | ||
| 528 | "proc-macro2", | ||
| 529 | "quote", | ||
| 530 | "syn", | ||
| 531 | ] | ||
| 532 | |||
| 533 | [[package]] | ||
| 534 | name = "time" | ||
| 535 | version = "0.3.5" | ||
| 536 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 537 | checksum = "41effe7cfa8af36f439fac33861b66b049edc6f9a32331e2312660529c1c24ad" | ||
| 538 | dependencies = [ | ||
| 539 | "itoa", | ||
| 540 | "libc", | ||
| 541 | "time-macros", | ||
| 542 | ] | ||
| 543 | |||
| 544 | [[package]] | ||
| 545 | name = "time-macros" | ||
| 546 | version = "0.2.3" | ||
| 547 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 548 | checksum = "25eb0ca3468fc0acc11828786797f6ef9aa1555e4a211a60d64cc8e4d1be47d6" | ||
| 549 | |||
| 550 | [[package]] | ||
| 551 | name = "toml" | ||
| 552 | version = "0.5.8" | ||
| 553 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 554 | checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" | ||
| 555 | dependencies = [ | ||
| 556 | "serde", | ||
| 557 | ] | ||
| 558 | |||
| 559 | [[package]] | ||
| 560 | name = "treeline" | ||
| 561 | version = "0.1.0" | ||
| 562 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 563 | checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41" | ||
| 564 | |||
| 565 | [[package]] | ||
| 566 | name = "unicode-segmentation" | ||
| 567 | version = "1.8.0" | ||
| 568 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 569 | checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b" | ||
| 570 | |||
| 571 | [[package]] | ||
| 572 | name = "unicode-xid" | ||
| 573 | version = "0.2.2" | ||
| 574 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 575 | checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" | ||
| 576 | |||
| 577 | [[package]] | ||
| 578 | name = "version_check" | ||
| 579 | version = "0.9.3" | ||
| 580 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 581 | checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" | ||
| 582 | |||
| 583 | [[package]] | ||
| 584 | name = "wait-timeout" | ||
| 585 | version = "0.2.0" | ||
| 586 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 587 | checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" | ||
| 588 | dependencies = [ | ||
| 589 | "libc", | ||
| 590 | ] | ||
| 591 | |||
| 592 | [[package]] | ||
| 593 | name = "wasi" | ||
| 594 | version = "0.10.0+wasi-snapshot-preview1" | ||
| 595 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 596 | checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" | ||
| 597 | |||
| 598 | [[package]] | ||
| 599 | name = "winapi" | ||
| 600 | version = "0.3.9" | ||
| 601 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 602 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | ||
| 603 | dependencies = [ | ||
| 604 | "winapi-i686-pc-windows-gnu", | ||
| 605 | "winapi-x86_64-pc-windows-gnu", | ||
| 606 | ] | ||
| 607 | |||
| 608 | [[package]] | ||
| 609 | name = "winapi-i686-pc-windows-gnu" | ||
| 610 | version = "0.4.0" | ||
| 611 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 612 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | ||
| 613 | |||
| 614 | [[package]] | ||
| 615 | name = "winapi-util" | ||
| 616 | version = "0.1.5" | ||
| 617 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 618 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" | ||
| 619 | dependencies = [ | ||
| 620 | "winapi", | ||
| 621 | ] | ||
| 622 | |||
| 623 | [[package]] | ||
| 624 | name = "winapi-x86_64-pc-windows-gnu" | ||
| 625 | version = "0.4.0" | ||
| 626 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 627 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | ||
