Cargo.lock 24 KB

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