Cargo.lock 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777
  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 = "pwd"
  223. version = "0.1.0"
  224. dependencies = [
  225. "cbindgen 0.5.2",
  226. "errno 0.1.0",
  227. "fcntl 0.1.0",
  228. "platform 0.1.0",
  229. ]
  230. [[package]]
  231. name = "quote"
  232. version = "0.3.15"
  233. source = "registry+https://github.com/rust-lang/crates.io-index"
  234. [[package]]
  235. name = "ralloc"
  236. version = "1.0.0"
  237. dependencies = [
  238. "ralloc_shim 0.1.1",
  239. "unborrow 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  240. ]
  241. [[package]]
  242. name = "ralloc_shim"
  243. version = "0.1.1"
  244. dependencies = [
  245. "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
  246. "sc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  247. ]
  248. [[package]]
  249. name = "rand"
  250. version = "0.4.2"
  251. source = "registry+https://github.com/rust-lang/crates.io-index"
  252. dependencies = [
  253. "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  254. "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
  255. "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  256. ]
  257. [[package]]
  258. name = "rand"
  259. version = "0.5.4"
  260. source = "registry+https://github.com/rust-lang/crates.io-index"
  261. dependencies = [
  262. "rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  263. ]
  264. [[package]]
  265. name = "rand_core"
  266. version = "0.2.1"
  267. source = "registry+https://github.com/rust-lang/crates.io-index"
  268. [[package]]
  269. name = "redox_syscall"
  270. version = "0.1.40"
  271. source = "registry+https://github.com/rust-lang/crates.io-index"
  272. [[package]]
  273. name = "redox_termios"
  274. version = "0.1.1"
  275. source = "registry+https://github.com/rust-lang/crates.io-index"
  276. dependencies = [
  277. "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
  278. ]
  279. [[package]]
  280. name = "relibc"
  281. version = "0.1.0"
  282. dependencies = [
  283. "arpainet 0.1.0",
  284. "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
  285. "compiler_builtins 0.1.0 (git+https://github.com/rust-lang-nursery/compiler-builtins.git)",
  286. "ctype 0.1.0",
  287. "dirent 0.1.0",
  288. "errno 0.1.0",
  289. "fcntl 0.1.0",
  290. "fenv 0.1.0",
  291. "float 0.1.0",
  292. "grp 0.1.0",
  293. "inttypes 0.1.0",
  294. "locale 0.1.0",
  295. "netinet 0.1.0",
  296. "platform 0.1.0",
  297. "pwd 0.1.0",
  298. "semaphore 0.1.0",
  299. "setjmp 0.1.0",
  300. "signal 0.1.0",
  301. "stdio 0.1.0",
  302. "stdlib 0.1.0",
  303. "string 0.1.0",
  304. "strings 0.1.0",
  305. "sys_ioctl 0.1.0",
  306. "sys_mman 0.1.0",
  307. "sys_resource 0.1.0",
  308. "sys_socket 0.1.0",
  309. "sys_stat 0.1.0",
  310. "sys_time 0.1.0",
  311. "sys_un 0.1.0",
  312. "sys_utsname 0.1.0",
  313. "sys_wait 0.1.0",
  314. "time 0.1.0",
  315. "unistd 0.1.0",
  316. "wchar 0.1.0",
  317. "wctype 0.1.0",
  318. ]
  319. [[package]]
  320. name = "remove_dir_all"
  321. version = "0.5.1"
  322. source = "registry+https://github.com/rust-lang/crates.io-index"
  323. dependencies = [
  324. "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  325. ]
  326. [[package]]
  327. name = "sc"
  328. version = "0.2.2"
  329. source = "registry+https://github.com/rust-lang/crates.io-index"
  330. [[package]]
  331. name = "semaphore"
  332. version = "0.1.0"
  333. dependencies = [
  334. "cbindgen 0.5.2",
  335. "platform 0.1.0",
  336. ]
  337. [[package]]
  338. name = "serde"
  339. version = "1.0.70"
  340. source = "registry+https://github.com/rust-lang/crates.io-index"
  341. dependencies = [
  342. "serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
  343. ]
  344. [[package]]
  345. name = "serde_derive"
  346. version = "1.0.21"
  347. source = "registry+https://github.com/rust-lang/crates.io-index"
  348. dependencies = [
  349. "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
  350. "serde_derive_internals 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
  351. "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
  352. ]
  353. [[package]]
  354. name = "serde_derive_internals"
  355. version = "0.17.0"
  356. source = "registry+https://github.com/rust-lang/crates.io-index"
  357. dependencies = [
  358. "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
  359. "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
  360. ]
  361. [[package]]
  362. name = "serde_json"
  363. version = "1.0.24"
  364. source = "registry+https://github.com/rust-lang/crates.io-index"
  365. dependencies = [
  366. "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
  367. "itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  368. "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
  369. ]
  370. [[package]]
  371. name = "setjmp"
  372. version = "0.1.0"
  373. [[package]]
  374. name = "signal"
  375. version = "0.1.0"
  376. dependencies = [
  377. "cbindgen 0.5.2",
  378. "platform 0.1.0",
  379. ]
  380. [[package]]
  381. name = "spin"
  382. version = "0.4.8"
  383. source = "registry+https://github.com/rust-lang/crates.io-index"
  384. [[package]]
  385. name = "standalone-quote"
  386. version = "0.5.0"
  387. source = "registry+https://github.com/rust-lang/crates.io-index"
  388. dependencies = [
  389. "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  390. ]
  391. [[package]]
  392. name = "standalone-syn"
  393. version = "0.13.0"
  394. source = "registry+https://github.com/rust-lang/crates.io-index"
  395. dependencies = [
  396. "proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  397. "standalone-quote 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  398. "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  399. ]
  400. [[package]]
  401. name = "stdio"
  402. version = "0.1.0"
  403. dependencies = [
  404. "cbindgen 0.5.2",
  405. "errno 0.1.0",
  406. "fcntl 0.1.0",
  407. "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  408. "platform 0.1.0",
  409. "string 0.1.0",
  410. "va_list 0.1.0",
  411. ]
  412. [[package]]
  413. name = "stdlib"
  414. version = "0.1.0"
  415. dependencies = [
  416. "cbindgen 0.5.2",
  417. "ctype 0.1.0",
  418. "errno 0.1.0",
  419. "fcntl 0.1.0",
  420. "platform 0.1.0",
  421. "rand 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
  422. "string 0.1.0",
  423. "time 0.1.0",
  424. "unistd 0.1.0",
  425. "wchar 0.1.0",
  426. ]
  427. [[package]]
  428. name = "string"
  429. version = "0.1.0"
  430. dependencies = [
  431. "cbindgen 0.5.2",
  432. "errno 0.1.0",
  433. "platform 0.1.0",
  434. ]
  435. [[package]]
  436. name = "strings"
  437. version = "0.1.0"
  438. dependencies = [
  439. "cbindgen 0.5.2",
  440. "platform 0.1.0",
  441. ]
  442. [[package]]
  443. name = "strsim"
  444. version = "0.7.0"
  445. source = "registry+https://github.com/rust-lang/crates.io-index"
  446. [[package]]
  447. name = "syn"
  448. version = "0.11.11"
  449. source = "registry+https://github.com/rust-lang/crates.io-index"
  450. dependencies = [
  451. "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
  452. "synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
  453. "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
  454. ]
  455. [[package]]
  456. name = "synom"
  457. version = "0.11.3"
  458. source = "registry+https://github.com/rust-lang/crates.io-index"
  459. dependencies = [
  460. "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
  461. ]
  462. [[package]]
  463. name = "sys_ioctl"
  464. version = "0.1.0"
  465. dependencies = [
  466. "cbindgen 0.5.2",
  467. "platform 0.1.0",
  468. ]
  469. [[package]]
  470. name = "sys_mman"
  471. version = "0.1.0"
  472. dependencies = [
  473. "cbindgen 0.5.2",
  474. "platform 0.1.0",
  475. ]
  476. [[package]]
  477. name = "sys_resource"
  478. version = "0.1.0"
  479. dependencies = [
  480. "cbindgen 0.5.2",
  481. "platform 0.1.0",
  482. "sys_time 0.1.0",
  483. ]
  484. [[package]]
  485. name = "sys_socket"
  486. version = "0.1.0"
  487. dependencies = [
  488. "cbindgen 0.5.2",
  489. "platform 0.1.0",
  490. ]
  491. [[package]]
  492. name = "sys_stat"
  493. version = "0.1.0"
  494. dependencies = [
  495. "cbindgen 0.5.2",
  496. "platform 0.1.0",
  497. ]
  498. [[package]]
  499. name = "sys_time"
  500. version = "0.1.0"
  501. dependencies = [
  502. "cbindgen 0.5.2",
  503. "platform 0.1.0",
  504. ]
  505. [[package]]
  506. name = "sys_un"
  507. version = "0.1.0"
  508. dependencies = [
  509. "cbindgen 0.5.2",
  510. "platform 0.1.0",
  511. "sys_socket 0.1.0",
  512. ]
  513. [[package]]
  514. name = "sys_utsname"
  515. version = "0.1.0"
  516. dependencies = [
  517. "cbindgen 0.5.2",
  518. "platform 0.1.0",
  519. ]
  520. [[package]]
  521. name = "sys_wait"
  522. version = "0.1.0"
  523. dependencies = [
  524. "cbindgen 0.5.2",
  525. "platform 0.1.0",
  526. "sys_resource 0.1.0",
  527. ]
  528. [[package]]
  529. name = "tempdir"
  530. version = "0.3.7"
  531. source = "registry+https://github.com/rust-lang/crates.io-index"
  532. dependencies = [
  533. "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  534. "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
  535. ]
  536. [[package]]
  537. name = "termion"
  538. version = "1.5.1"
  539. source = "registry+https://github.com/rust-lang/crates.io-index"
  540. dependencies = [
  541. "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
  542. "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
  543. "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  544. ]
  545. [[package]]
  546. name = "textwrap"
  547. version = "0.10.0"
  548. source = "registry+https://github.com/rust-lang/crates.io-index"
  549. dependencies = [
  550. "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  551. ]
  552. [[package]]
  553. name = "time"
  554. version = "0.1.0"
  555. dependencies = [
  556. "cbindgen 0.5.2",
  557. "errno 0.1.0",
  558. "platform 0.1.0",
  559. ]
  560. [[package]]
  561. name = "toml"
  562. version = "0.4.6"
  563. source = "registry+https://github.com/rust-lang/crates.io-index"
  564. dependencies = [
  565. "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
  566. ]
  567. [[package]]
  568. name = "unborrow"
  569. version = "0.3.1"
  570. source = "registry+https://github.com/rust-lang/crates.io-index"
  571. [[package]]
  572. name = "unicode-width"
  573. version = "0.1.5"
  574. source = "registry+https://github.com/rust-lang/crates.io-index"
  575. [[package]]
  576. name = "unicode-xid"
  577. version = "0.0.4"
  578. source = "registry+https://github.com/rust-lang/crates.io-index"
  579. [[package]]
  580. name = "unicode-xid"
  581. version = "0.1.0"
  582. source = "registry+https://github.com/rust-lang/crates.io-index"
  583. [[package]]
  584. name = "unistd"
  585. version = "0.1.0"
  586. dependencies = [
  587. "cbindgen 0.5.2",
  588. "errno 0.1.0",
  589. "platform 0.1.0",
  590. "stdio 0.1.0",
  591. "string 0.1.0",
  592. "sys_time 0.1.0",
  593. ]
  594. [[package]]
  595. name = "va_list"
  596. version = "0.1.0"
  597. dependencies = [
  598. "va_list-helper 0.0.2",
  599. ]
  600. [[package]]
  601. name = "va_list-helper"
  602. version = "0.0.2"
  603. dependencies = [
  604. "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
  605. ]
  606. [[package]]
  607. name = "vec_map"
  608. version = "0.8.1"
  609. source = "registry+https://github.com/rust-lang/crates.io-index"
  610. [[package]]
  611. name = "wchar"
  612. version = "0.1.0"
  613. dependencies = [
  614. "cbindgen 0.5.2",
  615. "errno 0.1.0",
  616. "platform 0.1.0",
  617. "stdio 0.1.0",
  618. "time 0.1.0",
  619. "va_list 0.1.0",
  620. ]
  621. [[package]]
  622. name = "wctype"
  623. version = "0.1.0"
  624. dependencies = [
  625. "cbindgen 0.5.2",
  626. "platform 0.1.0",
  627. ]
  628. [[package]]
  629. name = "winapi"
  630. version = "0.3.5"
  631. source = "registry+https://github.com/rust-lang/crates.io-index"
  632. dependencies = [
  633. "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  634. "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  635. ]
  636. [[package]]
  637. name = "winapi-i686-pc-windows-gnu"
  638. version = "0.4.0"
  639. source = "registry+https://github.com/rust-lang/crates.io-index"
  640. [[package]]
  641. name = "winapi-x86_64-pc-windows-gnu"
  642. version = "0.4.0"
  643. source = "registry+https://github.com/rust-lang/crates.io-index"
  644. [metadata]
  645. "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
  646. "checksum atty 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2fc4a1aa4c24c0718a250f0681885c1af91419d242f29eb8f2ab28502d80dbd1"
  647. "checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789"
  648. "checksum cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "2119ea4867bd2b8ed3aecab467709720b2d55b1bcfe09f772fd68066eaf15275"
  649. "checksum cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "efe5c877e17a9c717a0bf3613b2709f723202c4e4675cc8f12926ded29bcb17e"
  650. "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
  651. "checksum compiler_builtins 0.1.0 (git+https://github.com/rust-lang-nursery/compiler-builtins.git)" = "<none>"
  652. "checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd"
  653. "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
  654. "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
  655. "checksum itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5adb58558dcd1d786b5f0bd15f3226ee23486e24b7b58304b60f64dc68e62606"
  656. "checksum lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fb497c35d362b6a331cfd94956a07fc2c78a4604cdbee844a81170386b996dd3"
  657. "checksum libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1"
  658. "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
  659. "checksum log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "61bd98ae7f7b754bc53dca7d44b604f733c6bba044ea6f41bc8d89272d8161d2"
  660. "checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
  661. "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
  662. "checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
  663. "checksum rand 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "12397506224b2f93e6664ffc4f664b29be8208e5157d3d90b44f09b5fae470ea"
  664. "checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2"
  665. "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
  666. "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
  667. "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
  668. "checksum sc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4ebbb026ba4a707c25caec2db5ef59ad8b41f7ad77cad06257e06229c891f376"
  669. "checksum serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" = "0c3adf19c07af6d186d91dae8927b83b0553d07ca56cbf7f2f32560455c91920"
  670. "checksum serde_derive 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "652bc323d694dc925829725ec6c890156d8e70ae5202919869cb00fe2eff3788"
  671. "checksum serde_derive_internals 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "32f1926285523b2db55df263d2aa4eb69ddcfa7a7eade6430323637866b513ab"
  672. "checksum serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c6908c7b925cd6c590358a4034de93dbddb20c45e1d021931459fd419bf0e2"
  673. "checksum spin 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14db77c5b914df6d6173dda9a3b3f5937bd802934fa5edaf934df06a3491e56f"
  674. "checksum standalone-quote 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dcedac1d6d98e7e9d1d6e628f5635af9566688ae5f6cea70a3976f495ae8d839"
  675. "checksum standalone-syn 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "115808f5187c07c23cb93eee49d542fae54c6e8285d3a24c6ff683fcde9243db"
  676. "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
  677. "checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
  678. "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
  679. "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
  680. "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
  681. "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
  682. "checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9"
  683. "checksum unborrow 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e92e959f029e4f8ee25d70d15ab58d2b46f98a17bc238b9265ff0c26f6f3d67f"
  684. "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
  685. "checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
  686. "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
  687. "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
  688. "checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd"
  689. "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  690. "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"