2
0

Cargo.lock 21 KB

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