Cargo.lock 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711
  1. [[package]]
  2. name = "ansi_term"
  3. version = "0.11.0"
  4. source = "registry+https://github.com/rust-lang/crates.io-index"
  5. dependencies = [
  6. "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  7. ]
  8. [[package]]
  9. name = "atty"
  10. version = "0.2.10"
  11. source = "registry+https://github.com/rust-lang/crates.io-index"
  12. dependencies = [
  13. "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
  14. "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
  15. "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  16. ]
  17. [[package]]
  18. name = "bitflags"
  19. version = "1.0.3"
  20. source = "registry+https://github.com/rust-lang/crates.io-index"
  21. [[package]]
  22. name = "cbindgen"
  23. version = "0.5.2"
  24. dependencies = [
  25. "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
  26. "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
  27. "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
  28. "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
  29. "serde_json 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
  30. "standalone-syn 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
  31. "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
  32. "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
  33. ]
  34. [[package]]
  35. name = "cc"
  36. version = "1.0.17"
  37. source = "registry+https://github.com/rust-lang/crates.io-index"
  38. [[package]]
  39. name = "cfg-if"
  40. version = "0.1.3"
  41. source = "registry+https://github.com/rust-lang/crates.io-index"
  42. [[package]]
  43. name = "clap"
  44. version = "2.31.2"
  45. source = "registry+https://github.com/rust-lang/crates.io-index"
  46. dependencies = [
  47. "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
  48. "atty 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
  49. "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  50. "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  51. "textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
  52. "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  53. "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
  54. ]
  55. [[package]]
  56. name = "compiler_builtins"
  57. version = "0.1.0"
  58. source = "git+https://github.com/rust-lang-nursery/compiler-builtins.git#6eb8f8d710c5d77b0914bec56f68336ad3f06aac"
  59. [[package]]
  60. name = "crt0"
  61. version = "0.1.0"
  62. dependencies = [
  63. "platform 0.1.0",
  64. ]
  65. [[package]]
  66. name = "ctype"
  67. version = "0.1.0"
  68. dependencies = [
  69. "cbindgen 0.5.2",
  70. "platform 0.1.0",
  71. ]
  72. [[package]]
  73. name = "dtoa"
  74. version = "0.4.2"
  75. source = "registry+https://github.com/rust-lang/crates.io-index"
  76. [[package]]
  77. name = "errno"
  78. version = "0.1.0"
  79. dependencies = [
  80. "cbindgen 0.5.2",
  81. "platform 0.1.0",
  82. ]
  83. [[package]]
  84. name = "fcntl"
  85. version = "0.1.0"
  86. dependencies = [
  87. "cbindgen 0.5.2",
  88. "platform 0.1.0",
  89. ]
  90. [[package]]
  91. name = "fenv"
  92. version = "0.1.0"
  93. dependencies = [
  94. "cbindgen 0.5.2",
  95. "platform 0.1.0",
  96. ]
  97. [[package]]
  98. name = "float"
  99. version = "0.1.0"
  100. dependencies = [
  101. "cbindgen 0.5.2",
  102. "fenv 0.1.0",
  103. "platform 0.1.0",
  104. ]
  105. [[package]]
  106. name = "fuchsia-zircon"
  107. version = "0.3.3"
  108. source = "registry+https://github.com/rust-lang/crates.io-index"
  109. dependencies = [
  110. "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  111. "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  112. ]
  113. [[package]]
  114. name = "fuchsia-zircon-sys"
  115. version = "0.3.3"
  116. source = "registry+https://github.com/rust-lang/crates.io-index"
  117. [[package]]
  118. name = "grp"
  119. version = "0.1.0"
  120. dependencies = [
  121. "cbindgen 0.5.2",
  122. "platform 0.1.0",
  123. ]
  124. [[package]]
  125. name = "in_h"
  126. version = "0.1.0"
  127. dependencies = [
  128. "cbindgen 0.5.2",
  129. "platform 0.1.0",
  130. "sys_socket 0.1.0",
  131. ]
  132. [[package]]
  133. name = "inttypes"
  134. version = "0.1.0"
  135. dependencies = [
  136. "cbindgen 0.5.2",
  137. "ctype 0.1.0",
  138. "errno 0.1.0",
  139. "platform 0.1.0",
  140. "stdlib 0.1.0",
  141. ]
  142. [[package]]
  143. name = "itoa"
  144. version = "0.4.1"
  145. source = "registry+https://github.com/rust-lang/crates.io-index"
  146. [[package]]
  147. name = "lazy_static"
  148. version = "1.0.1"
  149. source = "registry+https://github.com/rust-lang/crates.io-index"
  150. dependencies = [
  151. "spin 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
  152. ]
  153. [[package]]
  154. name = "libc"
  155. version = "0.2.42"
  156. source = "registry+https://github.com/rust-lang/crates.io-index"
  157. [[package]]
  158. name = "locale"
  159. version = "0.1.0"
  160. dependencies = [
  161. "cbindgen 0.5.2",
  162. "platform 0.1.0",
  163. ]
  164. [[package]]
  165. name = "log"
  166. version = "0.3.9"
  167. source = "registry+https://github.com/rust-lang/crates.io-index"
  168. dependencies = [
  169. "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  170. ]
  171. [[package]]
  172. name = "log"
  173. version = "0.4.2"
  174. source = "registry+https://github.com/rust-lang/crates.io-index"
  175. dependencies = [
  176. "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  177. ]
  178. [[package]]
  179. name = "netinet"
  180. version = "0.1.0"
  181. dependencies = [
  182. "in_h 0.1.0",
  183. ]
  184. [[package]]
  185. name = "platform"
  186. version = "0.1.0"
  187. dependencies = [
  188. "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
  189. "sc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  190. ]
  191. [[package]]
  192. name = "proc-macro2"
  193. version = "0.2.3"
  194. source = "registry+https://github.com/rust-lang/crates.io-index"
  195. dependencies = [
  196. "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  197. ]
  198. [[package]]
  199. name = "quote"
  200. version = "0.3.15"
  201. source = "registry+https://github.com/rust-lang/crates.io-index"
  202. [[package]]
  203. name = "ralloc"
  204. version = "1.0.0"
  205. dependencies = [
  206. "ralloc_shim 0.1.1",
  207. "unborrow 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  208. ]
  209. [[package]]
  210. name = "ralloc_shim"
  211. version = "0.1.1"
  212. dependencies = [
  213. "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
  214. "sc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  215. ]
  216. [[package]]
  217. name = "rand"
  218. version = "0.4.2"
  219. source = "registry+https://github.com/rust-lang/crates.io-index"
  220. dependencies = [
  221. "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  222. "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
  223. "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  224. ]
  225. [[package]]
  226. name = "rand"
  227. version = "0.5.2"
  228. source = "registry+https://github.com/rust-lang/crates.io-index"
  229. dependencies = [
  230. "rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  231. ]
  232. [[package]]
  233. name = "rand_core"
  234. version = "0.2.1"
  235. source = "registry+https://github.com/rust-lang/crates.io-index"
  236. [[package]]
  237. name = "redox_syscall"
  238. version = "0.1.40"
  239. source = "registry+https://github.com/rust-lang/crates.io-index"
  240. [[package]]
  241. name = "redox_termios"
  242. version = "0.1.1"
  243. source = "registry+https://github.com/rust-lang/crates.io-index"
  244. dependencies = [
  245. "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
  246. ]
  247. [[package]]
  248. name = "relibc"
  249. version = "0.1.0"
  250. dependencies = [
  251. "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
  252. "compiler_builtins 0.1.0 (git+https://github.com/rust-lang-nursery/compiler-builtins.git)",
  253. "ctype 0.1.0",
  254. "errno 0.1.0",
  255. "fcntl 0.1.0",
  256. "fenv 0.1.0",
  257. "float 0.1.0",
  258. "grp 0.1.0",
  259. "inttypes 0.1.0",
  260. "locale 0.1.0",
  261. "netinet 0.1.0",
  262. "platform 0.1.0",
  263. "semaphore 0.1.0",
  264. "setjmp 0.1.0",
  265. "signal 0.1.0",
  266. "stdio 0.1.0",
  267. "stdlib 0.1.0",
  268. "string 0.1.0",
  269. "sys_mman 0.1.0",
  270. "sys_resource 0.1.0",
  271. "sys_socket 0.1.0",
  272. "sys_stat 0.1.0",
  273. "sys_time 0.1.0",
  274. "sys_utsname 0.1.0",
  275. "sys_wait 0.1.0",
  276. "time 0.1.0",
  277. "unistd 0.1.0",
  278. "wchar 0.1.0",
  279. "wctype 0.1.0",
  280. ]
  281. [[package]]
  282. name = "remove_dir_all"
  283. version = "0.5.1"
  284. source = "registry+https://github.com/rust-lang/crates.io-index"
  285. dependencies = [
  286. "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  287. ]
  288. [[package]]
  289. name = "sc"
  290. version = "0.2.2"
  291. source = "registry+https://github.com/rust-lang/crates.io-index"
  292. [[package]]
  293. name = "semaphore"
  294. version = "0.1.0"
  295. dependencies = [
  296. "cbindgen 0.5.2",
  297. "platform 0.1.0",
  298. ]
  299. [[package]]
  300. name = "serde"
  301. version = "1.0.66"
  302. source = "registry+https://github.com/rust-lang/crates.io-index"
  303. dependencies = [
  304. "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
  305. ]
  306. [[package]]
  307. name = "serde_derive"
  308. version = "1.0.21"
  309. source = "registry+https://github.com/rust-lang/crates.io-index"
  310. dependencies = [
  311. "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
  312. "serde_derive_internals 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
  313. "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
  314. ]
  315. [[package]]
  316. name = "serde_derive_internals"
  317. version = "0.17.0"
  318. source = "registry+https://github.com/rust-lang/crates.io-index"
  319. dependencies = [
  320. "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
  321. "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
  322. ]
  323. [[package]]
  324. name = "serde_json"
  325. version = "1.0.22"
  326. source = "registry+https://github.com/rust-lang/crates.io-index"
  327. dependencies = [
  328. "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  329. "itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
  330. "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
  331. ]
  332. [[package]]
  333. name = "setjmp"
  334. version = "0.1.0"
  335. [[package]]
  336. name = "signal"
  337. version = "0.1.0"
  338. dependencies = [
  339. "cbindgen 0.5.2",
  340. "platform 0.1.0",
  341. ]
  342. [[package]]
  343. name = "spin"
  344. version = "0.4.8"
  345. source = "registry+https://github.com/rust-lang/crates.io-index"
  346. [[package]]
  347. name = "standalone-quote"
  348. version = "0.5.0"
  349. source = "registry+https://github.com/rust-lang/crates.io-index"
  350. dependencies = [
  351. "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  352. ]
  353. [[package]]
  354. name = "standalone-syn"
  355. version = "0.13.0"
  356. source = "registry+https://github.com/rust-lang/crates.io-index"
  357. dependencies = [
  358. "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  359. "standalone-quote 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  360. "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  361. ]
  362. [[package]]
  363. name = "stdio"
  364. version = "0.1.0"
  365. dependencies = [
  366. "cbindgen 0.5.2",
  367. "errno 0.1.0",
  368. "fcntl 0.1.0",
  369. "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  370. "platform 0.1.0",
  371. "ralloc 1.0.0",
  372. "string 0.1.0",
  373. "va_list 0.1.0",
  374. ]
  375. [[package]]
  376. name = "stdlib"
  377. version = "0.1.0"
  378. dependencies = [
  379. "cbindgen 0.5.2",
  380. "ctype 0.1.0",
  381. "errno 0.1.0",
  382. "platform 0.1.0",
  383. "ralloc 1.0.0",
  384. "rand 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
  385. "string 0.1.0",
  386. "time 0.1.0",
  387. "wchar 0.1.0",
  388. ]
  389. [[package]]
  390. name = "string"
  391. version = "0.1.0"
  392. dependencies = [
  393. "cbindgen 0.5.2",
  394. "errno 0.1.0",
  395. "platform 0.1.0",
  396. "ralloc 1.0.0",
  397. ]
  398. [[package]]
  399. name = "strsim"
  400. version = "0.7.0"
  401. source = "registry+https://github.com/rust-lang/crates.io-index"
  402. [[package]]
  403. name = "syn"
  404. version = "0.11.11"
  405. source = "registry+https://github.com/rust-lang/crates.io-index"
  406. dependencies = [
  407. "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
  408. "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
  409. "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
  410. ]
  411. [[package]]
  412. name = "synom"
  413. version = "0.11.3"
  414. source = "registry+https://github.com/rust-lang/crates.io-index"
  415. dependencies = [
  416. "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
  417. ]
  418. [[package]]
  419. name = "sys_mman"
  420. version = "0.1.0"
  421. dependencies = [
  422. "cbindgen 0.5.2",
  423. "platform 0.1.0",
  424. ]
  425. [[package]]
  426. name = "sys_resource"
  427. version = "0.1.0"
  428. dependencies = [
  429. "cbindgen 0.5.2",
  430. "platform 0.1.0",
  431. "sys_time 0.1.0",
  432. ]
  433. [[package]]
  434. name = "sys_socket"
  435. version = "0.1.0"
  436. dependencies = [
  437. "cbindgen 0.5.2",
  438. "platform 0.1.0",
  439. ]
  440. [[package]]
  441. name = "sys_stat"
  442. version = "0.1.0"
  443. dependencies = [
  444. "cbindgen 0.5.2",
  445. "platform 0.1.0",
  446. ]
  447. [[package]]
  448. name = "sys_time"
  449. version = "0.1.0"
  450. dependencies = [
  451. "cbindgen 0.5.2",
  452. "platform 0.1.0",
  453. ]
  454. [[package]]
  455. name = "sys_utsname"
  456. version = "0.1.0"
  457. dependencies = [
  458. "cbindgen 0.5.2",
  459. "platform 0.1.0",
  460. ]
  461. [[package]]
  462. name = "sys_wait"
  463. version = "0.1.0"
  464. dependencies = [
  465. "cbindgen 0.5.2",
  466. "platform 0.1.0",
  467. "sys_resource 0.1.0",
  468. ]
  469. [[package]]
  470. name = "tempdir"
  471. version = "0.3.7"
  472. source = "registry+https://github.com/rust-lang/crates.io-index"
  473. dependencies = [
  474. "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  475. "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
  476. ]
  477. [[package]]
  478. name = "termion"
  479. version = "1.5.1"
  480. source = "registry+https://github.com/rust-lang/crates.io-index"
  481. dependencies = [
  482. "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
  483. "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
  484. "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  485. ]
  486. [[package]]
  487. name = "textwrap"
  488. version = "0.9.0"
  489. source = "registry+https://github.com/rust-lang/crates.io-index"
  490. dependencies = [
  491. "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  492. ]
  493. [[package]]
  494. name = "time"
  495. version = "0.1.0"
  496. dependencies = [
  497. "cbindgen 0.5.2",
  498. "errno 0.1.0",
  499. "platform 0.1.0",
  500. ]
  501. [[package]]
  502. name = "toml"
  503. version = "0.4.6"
  504. source = "registry+https://github.com/rust-lang/crates.io-index"
  505. dependencies = [
  506. "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
  507. ]
  508. [[package]]
  509. name = "unborrow"
  510. version = "0.3.1"
  511. source = "registry+https://github.com/rust-lang/crates.io-index"
  512. [[package]]
  513. name = "unicode-width"
  514. version = "0.1.5"
  515. source = "registry+https://github.com/rust-lang/crates.io-index"
  516. [[package]]
  517. name = "unicode-xid"
  518. version = "0.0.4"
  519. source = "registry+https://github.com/rust-lang/crates.io-index"
  520. [[package]]
  521. name = "unicode-xid"
  522. version = "0.1.0"
  523. source = "registry+https://github.com/rust-lang/crates.io-index"
  524. [[package]]
  525. name = "unistd"
  526. version = "0.1.0"
  527. dependencies = [
  528. "cbindgen 0.5.2",
  529. "platform 0.1.0",
  530. "stdio 0.1.0",
  531. "string 0.1.0",
  532. "sys_utsname 0.1.0",
  533. ]
  534. [[package]]
  535. name = "va_list"
  536. version = "0.1.0"
  537. dependencies = [
  538. "va_list-helper 0.0.2",
  539. ]
  540. [[package]]
  541. name = "va_list-helper"
  542. version = "0.0.2"
  543. dependencies = [
  544. "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
  545. ]
  546. [[package]]
  547. name = "vec_map"
  548. version = "0.8.1"
  549. source = "registry+https://github.com/rust-lang/crates.io-index"
  550. [[package]]
  551. name = "wchar"
  552. version = "0.1.0"
  553. dependencies = [
  554. "cbindgen 0.5.2",
  555. "errno 0.1.0",
  556. "platform 0.1.0",
  557. "stdio 0.1.0",
  558. "time 0.1.0",
  559. "va_list 0.1.0",
  560. ]
  561. [[package]]
  562. name = "wctype"
  563. version = "0.1.0"
  564. dependencies = [
  565. "cbindgen 0.5.2",
  566. "platform 0.1.0",
  567. ]
  568. [[package]]
  569. name = "winapi"
  570. version = "0.3.5"
  571. source = "registry+https://github.com/rust-lang/crates.io-index"
  572. dependencies = [
  573. "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  574. "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  575. ]
  576. [[package]]
  577. name = "winapi-i686-pc-windows-gnu"
  578. version = "0.4.0"
  579. source = "registry+https://github.com/rust-lang/crates.io-index"
  580. [[package]]
  581. name = "winapi-x86_64-pc-windows-gnu"
  582. version = "0.4.0"
  583. source = "registry+https://github.com/rust-lang/crates.io-index"
  584. [metadata]
  585. "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
  586. "checksum atty 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2fc4a1aa4c24c0718a250f0681885c1af91419d242f29eb8f2ab28502d80dbd1"
  587. "checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789"
  588. "checksum cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "49ec142f5768efb5b7622aebc3fdbdbb8950a4b9ba996393cb76ef7466e8747d"
  589. "checksum cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "405216fd8fe65f718daa7102ea808a946b6ce40c742998fbfd3463645552de18"
  590. "checksum clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536"
  591. "checksum compiler_builtins 0.1.0 (git+https://github.com/rust-lang-nursery/compiler-builtins.git)" = "<none>"
  592. "checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
  593. "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
  594. "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
  595. "checksum itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682"
  596. "checksum lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e6412c5e2ad9584b0b8e979393122026cdd6d2a80b933f890dcd694ddbe73739"
  597. "checksum libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1"
  598. "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
  599. "checksum log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6fddaa003a65722a7fb9e26b0ce95921fe4ba590542ced664d8ce2fa26f9f3ac"
  600. "checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
  601. "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
  602. "checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
  603. "checksum rand 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d0d9f869af32e387d9e0f2bdb64326b8ac84c81d5e55459d0bc7526b0fdb3671"
  604. "checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2"
  605. "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
  606. "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
  607. "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
  608. "checksum sc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4ebbb026ba4a707c25caec2db5ef59ad8b41f7ad77cad06257e06229c891f376"
  609. "checksum serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)" = "e9a2d9a9ac5120e0f768801ca2b58ad6eec929dc9d1d616c162f208869c2ce95"
  610. "checksum serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "652bc323d694dc925829725ec6c890156d8e70ae5202919869cb00fe2eff3788"
  611. "checksum serde_derive_internals 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "32f1926285523b2db55df263d2aa4eb69ddcfa7a7eade6430323637866b513ab"
  612. "checksum serde_json 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = "84b8035cabe9b35878adec8ac5fe03d5f6bc97ff6edd7ccb96b44c1276ba390e"
  613. "checksum spin 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14db77c5b914df6d6173dda9a3b3f5937bd802934fa5edaf934df06a3491e56f"
  614. "checksum standalone-quote 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dcedac1d6d98e7e9d1d6e628f5635af9566688ae5f6cea70a3976f495ae8d839"
  615. "checksum standalone-syn 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "115808f5187c07c23cb93eee49d542fae54c6e8285d3a24c6ff683fcde9243db"
  616. "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
  617. "checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
  618. "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
  619. "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
  620. "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
  621. "checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693"
  622. "checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9"
  623. "checksum unborrow 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e92e959f029e4f8ee25d70d15ab58d2b46f98a17bc238b9265ff0c26f6f3d67f"
  624. "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
  625. "checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
  626. "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
  627. "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
  628. "checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd"
  629. "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  630. "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"