Cargo.lock 21 KB

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