Cargo.lock 23 KB

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