Cargo.lock 22 KB

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