Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | [[package]] |
| 4 | name = "aho-corasick" |
| 5 | version = "0.7.13" |
| 6 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7 | dependencies = [ |
| 8 | "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 9 | ] |
| 10 | |
| 11 | [[package]] |
| 12 | name = "ansi_term" |
| 13 | version = "0.11.0" |
| 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 | dependencies = [ |
| 16 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 17 | ] |
| 18 | |
| 19 | [[package]] |
| 20 | name = "as-slice" |
| 21 | version = "0.1.3" |
| 22 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 23 | dependencies = [ |
| 24 | "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 25 | "generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 26 | "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 27 | ] |
| 28 | |
| 29 | [[package]] |
| 30 | name = "atty" |
| 31 | version = "0.2.14" |
| 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | dependencies = [ |
| 34 | "hermit-abi 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 35 | "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
| 36 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 37 | ] |
| 38 | |
| 39 | [[package]] |
| 40 | name = "autocfg" |
| 41 | version = "0.1.2" |
| 42 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 43 | |
| 44 | [[package]] |
| 45 | name = "autocfg" |
| 46 | version = "1.0.0" |
| 47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 48 | |
| 49 | [[package]] |
| 50 | name = "backtrace" |
| 51 | version = "0.3.14" |
| 52 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 53 | dependencies = [ |
| 54 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 55 | "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
| 56 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 57 | "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
| 58 | "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| 59 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 60 | ] |
| 61 | |
| 62 | [[package]] |
| 63 | name = "backtrace-sys" |
| 64 | version = "0.1.28" |
| 65 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 66 | dependencies = [ |
| 67 | "cc 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)", |
| 68 | "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
| 69 | ] |
| 70 | |
| 71 | [[package]] |
| 72 | name = "bindgen" |
| 73 | version = "0.54.0" |
| 74 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 75 | dependencies = [ |
| 76 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 77 | "cexpr 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 78 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 79 | "clang-sys 0.29.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 80 | "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 81 | "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 82 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 83 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 84 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 85 | "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 86 | "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| 87 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 88 | "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 89 | "rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 90 | "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 91 | "which 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 92 | ] |
| 93 | |
| 94 | [[package]] |
| 95 | name = "bitflags" |
| 96 | version = "1.2.1" |
| 97 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 98 | |
| 99 | [[package]] |
| 100 | name = "byteorder" |
| 101 | version = "1.3.4" |
| 102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 103 | |
| 104 | [[package]] |
| 105 | name = "cc" |
| 106 | version = "1.0.55" |
| 107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 108 | |
| 109 | [[package]] |
| 110 | name = "cexpr" |
| 111 | version = "0.4.0" |
| 112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 113 | dependencies = [ |
| 114 | "nom 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 115 | ] |
| 116 | |
| 117 | [[package]] |
| 118 | name = "cfg-if" |
| 119 | version = "0.1.6" |
| 120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 121 | |
| 122 | [[package]] |
| 123 | name = "clang-sys" |
| 124 | version = "0.29.3" |
| 125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 126 | dependencies = [ |
| 127 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 128 | "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
| 129 | "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 130 | ] |
| 131 | |
| 132 | [[package]] |
| 133 | name = "clap" |
| 134 | version = "2.33.1" |
| 135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 136 | dependencies = [ |
| 137 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 138 | "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 139 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 140 | "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 141 | "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 142 | "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 143 | "vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 144 | ] |
| 145 | |
| 146 | [[package]] |
| 147 | name = "cty" |
| 148 | version = "0.2.1" |
| 149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 150 | |
| 151 | [[package]] |
| 152 | name = "env_logger" |
| 153 | version = "0.7.1" |
| 154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 155 | dependencies = [ |
| 156 | "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 157 | "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 158 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 159 | "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 160 | "termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 161 | ] |
| 162 | |
| 163 | [[package]] |
| 164 | name = "failure" |
| 165 | version = "0.1.8" |
| 166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 167 | dependencies = [ |
| 168 | "backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 169 | "failure_derive 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 170 | ] |
| 171 | |
| 172 | [[package]] |
| 173 | name = "failure_derive" |
| 174 | version = "0.1.8" |
| 175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 176 | dependencies = [ |
| 177 | "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| 178 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 179 | "syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 180 | "synstructure 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 181 | ] |
| 182 | |
| 183 | [[package]] |
| 184 | name = "generic-array" |
| 185 | version = "0.12.3" |
| 186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 187 | dependencies = [ |
| 188 | "typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 189 | ] |
| 190 | |
| 191 | [[package]] |
| 192 | name = "generic-array" |
| 193 | version = "0.13.2" |
| 194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 195 | dependencies = [ |
| 196 | "typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 197 | ] |
| 198 | |
| 199 | [[package]] |
| 200 | name = "glob" |
| 201 | version = "0.3.0" |
| 202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 203 | |
| 204 | [[package]] |
| 205 | name = "hash32" |
| 206 | version = "0.1.1" |
| 207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 208 | dependencies = [ |
| 209 | "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 210 | ] |
| 211 | |
| 212 | [[package]] |
| 213 | name = "heapless" |
| 214 | version = "0.5.5" |
| 215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 216 | dependencies = [ |
| 217 | "as-slice 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 218 | "generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 219 | "hash32 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 220 | "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 221 | ] |
| 222 | |
| 223 | [[package]] |
| 224 | name = "hermit-abi" |
| 225 | version = "0.1.14" |
| 226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 227 | dependencies = [ |
| 228 | "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
| 229 | ] |
| 230 | |
| 231 | [[package]] |
| 232 | name = "humantime" |
| 233 | version = "1.3.0" |
| 234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 235 | dependencies = [ |
| 236 | "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 237 | ] |
| 238 | |
| 239 | [[package]] |
| 240 | name = "lazy_static" |
| 241 | version = "1.4.0" |
| 242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 243 | |
| 244 | [[package]] |
| 245 | name = "lazycell" |
| 246 | version = "1.2.1" |
| 247 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 248 | |
| 249 | [[package]] |
| 250 | name = "libc" |
| 251 | version = "0.2.71" |
| 252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 253 | |
| 254 | [[package]] |
| 255 | name = "libloading" |
| 256 | version = "0.5.2" |
| 257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 258 | dependencies = [ |
| 259 | "cc 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)", |
| 260 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 261 | ] |
| 262 | |
| 263 | [[package]] |
| 264 | name = "log" |
| 265 | version = "0.4.8" |
| 266 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 267 | dependencies = [ |
| 268 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 269 | ] |
| 270 | |
| 271 | [[package]] |
| 272 | name = "memchr" |
| 273 | version = "2.3.3" |
| 274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 275 | |
| 276 | [[package]] |
| 277 | name = "nom" |
| 278 | version = "5.1.2" |
| 279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 280 | dependencies = [ |
| 281 | "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 282 | "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 283 | ] |
| 284 | |
| 285 | [[package]] |
| 286 | name = "num" |
| 287 | version = "0.3.0" |
| 288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 289 | dependencies = [ |
| 290 | "num-bigint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 291 | "num-complex 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 292 | "num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
| 293 | "num-iter 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
| 294 | "num-rational 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 295 | "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 296 | ] |
| 297 | |
| 298 | [[package]] |
| 299 | name = "num-bigint" |
| 300 | version = "0.3.0" |
| 301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 302 | dependencies = [ |
| 303 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 304 | "num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
| 305 | "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 306 | ] |
| 307 | |
| 308 | [[package]] |
| 309 | name = "num-complex" |
| 310 | version = "0.3.0" |
| 311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 312 | dependencies = [ |
| 313 | "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 314 | ] |
| 315 | |
| 316 | [[package]] |
| 317 | name = "num-integer" |
| 318 | version = "0.1.43" |
| 319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 320 | dependencies = [ |
| 321 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 322 | "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 323 | ] |
| 324 | |
| 325 | [[package]] |
| 326 | name = "num-iter" |
| 327 | version = "0.1.41" |
| 328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 329 | dependencies = [ |
| 330 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 331 | "num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
| 332 | "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 333 | ] |
| 334 | |
| 335 | [[package]] |
| 336 | name = "num-rational" |
| 337 | version = "0.3.0" |
| 338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 339 | dependencies = [ |
| 340 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 341 | "num-bigint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 342 | "num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
| 343 | "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 344 | ] |
| 345 | |
| 346 | [[package]] |
| 347 | name = "num-traits" |
| 348 | version = "0.2.12" |
| 349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 350 | dependencies = [ |
| 351 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 352 | ] |
| 353 | |
| 354 | [[package]] |
| 355 | name = "peeking_take_while" |
| 356 | version = "0.1.2" |
| 357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 358 | |
| 359 | [[package]] |
| 360 | name = "proc-macro2" |
| 361 | version = "1.0.18" |
| 362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 363 | dependencies = [ |
| 364 | "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 365 | ] |
| 366 | |
| 367 | [[package]] |
| 368 | name = "quick-error" |
| 369 | version = "1.2.3" |
| 370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 371 | |
| 372 | [[package]] |
| 373 | name = "quote" |
| 374 | version = "1.0.7" |
| 375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 376 | dependencies = [ |
| 377 | "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| 378 | ] |
| 379 | |
| 380 | [[package]] |
| 381 | name = "regex" |
| 382 | version = "1.3.9" |
| 383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 384 | dependencies = [ |
| 385 | "aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| 386 | "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 387 | "regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| 388 | "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 389 | ] |
| 390 | |
| 391 | [[package]] |
| 392 | name = "regex-syntax" |
| 393 | version = "0.6.18" |
| 394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 395 | |
| 396 | [[package]] |
| 397 | name = "rust-samples" |
| 398 | version = "0.1.0" |
| 399 | dependencies = [ |
| 400 | "bindgen 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 401 | "cc 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)", |
| 402 | "cty 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 403 | "failure 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 404 | "failure_derive 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 405 | "heapless 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 406 | "num 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 407 | ] |
| 408 | |
| 409 | [[package]] |
| 410 | name = "rustc-demangle" |
| 411 | version = "0.1.13" |
| 412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 413 | |
| 414 | [[package]] |
| 415 | name = "rustc-hash" |
| 416 | version = "1.1.0" |
| 417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 418 | |
| 419 | [[package]] |
| 420 | name = "shlex" |
| 421 | version = "0.1.1" |
| 422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 423 | |
| 424 | [[package]] |
| 425 | name = "stable_deref_trait" |
| 426 | version = "1.1.1" |
| 427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 428 | |
| 429 | [[package]] |
| 430 | name = "strsim" |
| 431 | version = "0.8.0" |
| 432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 433 | |
| 434 | [[package]] |
| 435 | name = "syn" |
| 436 | version = "1.0.33" |
| 437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 438 | dependencies = [ |
| 439 | "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| 440 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 441 | "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 442 | ] |
| 443 | |
| 444 | [[package]] |
| 445 | name = "synstructure" |
| 446 | version = "0.12.4" |
| 447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 448 | dependencies = [ |
| 449 | "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| 450 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 451 | "syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 452 | "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 453 | ] |
| 454 | |
| 455 | [[package]] |
| 456 | name = "termcolor" |
| 457 | version = "1.1.0" |
| 458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 459 | dependencies = [ |
| 460 | "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 461 | ] |
| 462 | |
| 463 | [[package]] |
| 464 | name = "textwrap" |
| 465 | version = "0.11.0" |
| 466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 467 | dependencies = [ |
| 468 | "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 469 | ] |
| 470 | |
| 471 | [[package]] |
| 472 | name = "thread_local" |
| 473 | version = "1.0.1" |
| 474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 475 | dependencies = [ |
| 476 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 477 | ] |
| 478 | |
| 479 | [[package]] |
| 480 | name = "typenum" |
| 481 | version = "1.12.0" |
| 482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 483 | |
| 484 | [[package]] |
| 485 | name = "unicode-width" |
| 486 | version = "0.1.7" |
| 487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 488 | |
| 489 | [[package]] |
| 490 | name = "unicode-xid" |
| 491 | version = "0.2.1" |
| 492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 493 | |
| 494 | [[package]] |
| 495 | name = "vec_map" |
| 496 | version = "0.8.2" |
| 497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 498 | |
| 499 | [[package]] |
| 500 | name = "version_check" |
| 501 | version = "0.9.2" |
| 502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 503 | |
| 504 | [[package]] |
| 505 | name = "which" |
| 506 | version = "3.1.1" |
| 507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 508 | dependencies = [ |
| 509 | "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
| 510 | ] |
| 511 | |
| 512 | [[package]] |
| 513 | name = "winapi" |
| 514 | version = "0.3.6" |
| 515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 516 | dependencies = [ |
| 517 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 518 | "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 519 | ] |
| 520 | |
| 521 | [[package]] |
| 522 | name = "winapi-i686-pc-windows-gnu" |
| 523 | version = "0.4.0" |
| 524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 525 | |
| 526 | [[package]] |
| 527 | name = "winapi-util" |
| 528 | version = "0.1.5" |
| 529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 530 | dependencies = [ |
| 531 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 532 | ] |
| 533 | |
| 534 | [[package]] |
| 535 | name = "winapi-x86_64-pc-windows-gnu" |
| 536 | version = "0.4.0" |
| 537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 538 | |
| 539 | [metadata] |
| 540 | "checksum aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)" = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86" |
| 541 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
| 542 | "checksum as-slice 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "37dfb65bc03b2bc85ee827004f14a6817e04160e3b1a28931986a666a9290e70" |
| 543 | "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
| 544 | "checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799" |
| 545 | "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
| 546 | "checksum backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "cd5a90e2b463010cd0e0ce9a11d4a9d5d58d9f41d4a6ba3dcaf9e68b466e88b4" |
| 547 | "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" |
| 548 | "checksum bindgen 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)" = "66c0bb6167449588ff70803f4127f0684f9063097eca5016f37eb52b92c2cf36" |
| 549 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
| 550 | "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
| 551 | "checksum cc 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)" = "b1be3409f94d7bdceeb5f5fac551039d9b3f00e25da7a74fc4d33400a0d96368" |
| 552 | "checksum cexpr 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27" |
| 553 | "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" |
| 554 | "checksum clang-sys 0.29.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a" |
| 555 | "checksum clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129" |
| 556 | "checksum cty 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7313c0d620d0cb4dbd9d019e461a4beb501071ff46ec0ab933efb4daa76d73e3" |
| 557 | "checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |
| 558 | "checksum failure 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" |
| 559 | "checksum failure_derive 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" |
| 560 | "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" |
| 561 | "checksum generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd" |
| 562 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
| 563 | "checksum hash32 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d4041af86e63ac4298ce40e5cca669066e75b6f1aa3390fe2561ffa5e1d9f4cc" |
| 564 | "checksum heapless 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "73a8a2391a3bc70b31f60e7a90daa5755a360559c0b6b9c5cfc0fee482362dc0" |
| 565 | "checksum hermit-abi 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "b9586eedd4ce6b3c498bc3b4dd92fc9f11166aa908a914071953768066c67909" |
| 566 | "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
| 567 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| 568 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" |
| 569 | "checksum libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)" = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49" |
| 570 | "checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753" |
| 571 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
| 572 | "checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
| 573 | "checksum nom 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af" |
| 574 | "checksum num 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab3e176191bc4faad357e3122c4747aa098ac880e88b168f106386128736cf4a" |
| 575 | "checksum num-bigint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b7f3fc75e3697059fb1bc465e3d8cca6cf92f56854f201158b3f9c77d5a3cfa0" |
| 576 | "checksum num-complex 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b05ad05bd8977050b171b3f6b48175fea6e0565b7981059b486075e1026a9fb5" |
| 577 | "checksum num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b" |
| 578 | "checksum num-iter 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e6b7c748f995c4c29c5f5ae0248536e04a5739927c74ec0fa564805094b9f" |
| 579 | "checksum num-rational 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b4d7360f362cfb50dde8143501e6940b22f644be75a4cc90b2d81968908138" |
| 580 | "checksum num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" |
| 581 | "checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" |
| 582 | "checksum proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa" |
| 583 | "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
| 584 | "checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" |
| 585 | "checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6" |
| 586 | "checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" |
| 587 | "checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" |
| 588 | "checksum rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 589 | "checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" |
| 590 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
| 591 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
| 592 | "checksum syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd" |
| 593 | "checksum synstructure 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" |
| 594 | "checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" |
| 595 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
| 596 | "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" |
| 597 | "checksum typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" |
| 598 | "checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" |
| 599 | "checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
| 600 | "checksum vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
| 601 | "checksum version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" |
| 602 | "checksum which 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724" |
| 603 | "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" |
| 604 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 605 | "checksum winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
| 606 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |