Cargo.lock 23 KB

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