Cargo.lock 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573
  1. [root]
  2. name = "librespot"
  3. version = "0.1.0"
  4. dependencies = [
  5. "bit-set 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  6. "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  7. "dns-sd 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  8. "eventual 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  9. "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
  10. "json_macros 0.3.0 (git+https://github.com/plietar/json_macros)",
  11. "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
  12. "librespot-protocol 0.1.0",
  13. "num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
  14. "portaudio 0.2.0 (git+https://github.com/mvdnes/portaudio-rs)",
  15. "protobuf 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
  16. "protobuf_macros 0.3.0 (git+https://github.com/plietar/rust-protobuf-macros)",
  17. "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
  18. "rpassword 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  19. "rust-crypto 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
  20. "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  21. "shannon 0.1.1 (git+https://github.com/plietar/rust-shannon)",
  22. "syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
  23. "tempfile 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  24. "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
  25. "tiny_http 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
  26. "tremor 0.1.0 (git+https://github.com/plietar/rust-tremor)",
  27. "url 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
  28. "vergen 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  29. "vorbis 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
  30. ]
  31. [[package]]
  32. name = "ascii"
  33. version = "0.5.4"
  34. source = "registry+https://github.com/rust-lang/crates.io-index"
  35. [[package]]
  36. name = "aster"
  37. version = "0.13.1"
  38. source = "registry+https://github.com/rust-lang/crates.io-index"
  39. dependencies = [
  40. "syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
  41. ]
  42. [[package]]
  43. name = "bit-set"
  44. version = "0.2.0"
  45. source = "registry+https://github.com/rust-lang/crates.io-index"
  46. dependencies = [
  47. "bit-vec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
  48. ]
  49. [[package]]
  50. name = "bit-vec"
  51. version = "0.4.3"
  52. source = "registry+https://github.com/rust-lang/crates.io-index"
  53. [[package]]
  54. name = "bitflags"
  55. version = "0.3.3"
  56. source = "registry+https://github.com/rust-lang/crates.io-index"
  57. [[package]]
  58. name = "blastfig"
  59. version = "0.3.3"
  60. source = "registry+https://github.com/rust-lang/crates.io-index"
  61. [[package]]
  62. name = "byteorder"
  63. version = "0.4.2"
  64. source = "registry+https://github.com/rust-lang/crates.io-index"
  65. [[package]]
  66. name = "chrono"
  67. version = "0.2.20"
  68. source = "registry+https://github.com/rust-lang/crates.io-index"
  69. dependencies = [
  70. "num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
  71. "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
  72. ]
  73. [[package]]
  74. name = "chunked_transfer"
  75. version = "0.3.1"
  76. source = "registry+https://github.com/rust-lang/crates.io-index"
  77. [[package]]
  78. name = "dns-sd"
  79. version = "0.1.3"
  80. source = "registry+https://github.com/rust-lang/crates.io-index"
  81. dependencies = [
  82. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  83. "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  84. ]
  85. [[package]]
  86. name = "encoding"
  87. version = "0.2.32"
  88. source = "registry+https://github.com/rust-lang/crates.io-index"
  89. dependencies = [
  90. "encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
  91. "encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
  92. "encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
  93. "encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
  94. "encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
  95. ]
  96. [[package]]
  97. name = "encoding-index-japanese"
  98. version = "1.20141219.5"
  99. source = "registry+https://github.com/rust-lang/crates.io-index"
  100. dependencies = [
  101. "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  102. ]
  103. [[package]]
  104. name = "encoding-index-korean"
  105. version = "1.20141219.5"
  106. source = "registry+https://github.com/rust-lang/crates.io-index"
  107. dependencies = [
  108. "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  109. ]
  110. [[package]]
  111. name = "encoding-index-simpchinese"
  112. version = "1.20141219.5"
  113. source = "registry+https://github.com/rust-lang/crates.io-index"
  114. dependencies = [
  115. "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  116. ]
  117. [[package]]
  118. name = "encoding-index-singlebyte"
  119. version = "1.20141219.5"
  120. source = "registry+https://github.com/rust-lang/crates.io-index"
  121. dependencies = [
  122. "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  123. ]
  124. [[package]]
  125. name = "encoding-index-tradchinese"
  126. version = "1.20141219.5"
  127. source = "registry+https://github.com/rust-lang/crates.io-index"
  128. dependencies = [
  129. "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  130. ]
  131. [[package]]
  132. name = "encoding_index_tests"
  133. version = "0.1.4"
  134. source = "registry+https://github.com/rust-lang/crates.io-index"
  135. [[package]]
  136. name = "eventual"
  137. version = "0.1.5"
  138. source = "registry+https://github.com/rust-lang/crates.io-index"
  139. dependencies = [
  140. "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  141. "syncbox 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
  142. "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
  143. ]
  144. [[package]]
  145. name = "gcc"
  146. version = "0.3.25"
  147. source = "registry+https://github.com/rust-lang/crates.io-index"
  148. [[package]]
  149. name = "getopts"
  150. version = "0.2.14"
  151. source = "registry+https://github.com/rust-lang/crates.io-index"
  152. [[package]]
  153. name = "json_macros"
  154. version = "0.3.0"
  155. source = "git+https://github.com/plietar/json_macros#f86189836f13376d104494530b25c983a33922cf"
  156. dependencies = [
  157. "quasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  158. "quasi_codegen 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  159. "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  160. "syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
  161. "syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
  162. ]
  163. [[package]]
  164. name = "kernel32-sys"
  165. version = "0.2.1"
  166. source = "registry+https://github.com/rust-lang/crates.io-index"
  167. dependencies = [
  168. "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  169. "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  170. ]
  171. [[package]]
  172. name = "lazy_static"
  173. version = "0.1.15"
  174. source = "registry+https://github.com/rust-lang/crates.io-index"
  175. [[package]]
  176. name = "libc"
  177. version = "0.1.12"
  178. source = "registry+https://github.com/rust-lang/crates.io-index"
  179. [[package]]
  180. name = "libc"
  181. version = "0.2.8"
  182. source = "registry+https://github.com/rust-lang/crates.io-index"
  183. [[package]]
  184. name = "librespot-protocol"
  185. version = "0.1.0"
  186. dependencies = [
  187. "protobuf 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
  188. "protobuf_build 0.1.1 (git+https://github.com/plietar/rust-protobuf-build.git)",
  189. ]
  190. [[package]]
  191. name = "log"
  192. version = "0.3.5"
  193. source = "registry+https://github.com/rust-lang/crates.io-index"
  194. dependencies = [
  195. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  196. ]
  197. [[package]]
  198. name = "matches"
  199. version = "0.1.2"
  200. source = "registry+https://github.com/rust-lang/crates.io-index"
  201. [[package]]
  202. name = "num"
  203. version = "0.1.31"
  204. source = "registry+https://github.com/rust-lang/crates.io-index"
  205. dependencies = [
  206. "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
  207. "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  208. ]
  209. [[package]]
  210. name = "ogg-sys"
  211. version = "0.0.9"
  212. source = "registry+https://github.com/rust-lang/crates.io-index"
  213. dependencies = [
  214. "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
  215. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  216. "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  217. ]
  218. [[package]]
  219. name = "pkg-config"
  220. version = "0.3.8"
  221. source = "registry+https://github.com/rust-lang/crates.io-index"
  222. [[package]]
  223. name = "portaudio"
  224. version = "0.2.0"
  225. source = "git+https://github.com/mvdnes/portaudio-rs#840b1096780c069fd54b4a425bcfebec99ef9c1a"
  226. dependencies = [
  227. "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  228. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  229. "portaudio_sys 0.1.1 (git+https://github.com/mvdnes/portaudio-rs)",
  230. ]
  231. [[package]]
  232. name = "portaudio_sys"
  233. version = "0.1.1"
  234. source = "git+https://github.com/mvdnes/portaudio-rs#840b1096780c069fd54b4a425bcfebec99ef9c1a"
  235. dependencies = [
  236. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  237. "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  238. ]
  239. [[package]]
  240. name = "protobuf"
  241. version = "1.0.18"
  242. source = "registry+https://github.com/rust-lang/crates.io-index"
  243. [[package]]
  244. name = "protobuf_build"
  245. version = "0.1.1"
  246. source = "git+https://github.com/plietar/rust-protobuf-build.git#77ea08e75b66433104a035309751d48170a7aed6"
  247. dependencies = [
  248. "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
  249. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  250. "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  251. "protobuf 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
  252. ]
  253. [[package]]
  254. name = "protobuf_macros"
  255. version = "0.3.0"
  256. source = "git+https://github.com/plietar/rust-protobuf-macros#27e273a3b335a8a6a1c0139bb67d1fe4ba765b20"
  257. dependencies = [
  258. "aster 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
  259. "syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
  260. "syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
  261. ]
  262. [[package]]
  263. name = "quasi"
  264. version = "0.7.0"
  265. source = "registry+https://github.com/rust-lang/crates.io-index"
  266. dependencies = [
  267. "syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
  268. ]
  269. [[package]]
  270. name = "quasi_codegen"
  271. version = "0.7.0"
  272. source = "registry+https://github.com/rust-lang/crates.io-index"
  273. dependencies = [
  274. "aster 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
  275. "syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
  276. "syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
  277. ]
  278. [[package]]
  279. name = "rand"
  280. version = "0.3.14"
  281. source = "registry+https://github.com/rust-lang/crates.io-index"
  282. dependencies = [
  283. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  284. ]
  285. [[package]]
  286. name = "rpassword"
  287. version = "0.1.3"
  288. source = "registry+https://github.com/rust-lang/crates.io-index"
  289. dependencies = [
  290. "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  291. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  292. "termios 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  293. "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  294. ]
  295. [[package]]
  296. name = "rust-crypto"
  297. version = "0.2.34"
  298. source = "registry+https://github.com/rust-lang/crates.io-index"
  299. dependencies = [
  300. "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
  301. "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
  302. "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
  303. "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  304. "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
  305. ]
  306. [[package]]
  307. name = "rustc-serialize"
  308. version = "0.3.18"
  309. source = "registry+https://github.com/rust-lang/crates.io-index"
  310. [[package]]
  311. name = "shannon"
  312. version = "0.1.1"
  313. source = "git+https://github.com/plietar/rust-shannon#7000b3e49a53daaa890727ba2b2bd5a43cc4ffef"
  314. dependencies = [
  315. "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  316. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  317. "shannon-sys 0.1.0 (git+https://github.com/plietar/rust-shannon)",
  318. ]
  319. [[package]]
  320. name = "shannon-sys"
  321. version = "0.1.0"
  322. source = "git+https://github.com/plietar/rust-shannon#7000b3e49a53daaa890727ba2b2bd5a43cc4ffef"
  323. dependencies = [
  324. "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
  325. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  326. ]
  327. [[package]]
  328. name = "syncbox"
  329. version = "0.2.4"
  330. source = "registry+https://github.com/rust-lang/crates.io-index"
  331. dependencies = [
  332. "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  333. "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
  334. ]
  335. [[package]]
  336. name = "syntex"
  337. version = "0.29.0"
  338. source = "registry+https://github.com/rust-lang/crates.io-index"
  339. dependencies = [
  340. "syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
  341. ]
  342. [[package]]
  343. name = "syntex_syntax"
  344. version = "0.29.1"
  345. source = "registry+https://github.com/rust-lang/crates.io-index"
  346. dependencies = [
  347. "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  348. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  349. "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  350. "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  351. "term 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
  352. "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  353. ]
  354. [[package]]
  355. name = "tempfile"
  356. version = "2.0.1"
  357. source = "registry+https://github.com/rust-lang/crates.io-index"
  358. dependencies = [
  359. "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  360. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  361. "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
  362. "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  363. ]
  364. [[package]]
  365. name = "term"
  366. version = "0.2.14"
  367. source = "registry+https://github.com/rust-lang/crates.io-index"
  368. dependencies = [
  369. "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  370. "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  371. ]
  372. [[package]]
  373. name = "termios"
  374. version = "0.2.2"
  375. source = "registry+https://github.com/rust-lang/crates.io-index"
  376. dependencies = [
  377. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  378. ]
  379. [[package]]
  380. name = "time"
  381. version = "0.1.34"
  382. source = "registry+https://github.com/rust-lang/crates.io-index"
  383. dependencies = [
  384. "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  385. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  386. "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  387. ]
  388. [[package]]
  389. name = "tiny_http"
  390. version = "0.5.1"
  391. source = "registry+https://github.com/rust-lang/crates.io-index"
  392. dependencies = [
  393. "ascii 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
  394. "chrono 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
  395. "chunked_transfer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  396. "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
  397. "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  398. "url 0.2.38 (registry+https://github.com/rust-lang/crates.io-index)",
  399. ]
  400. [[package]]
  401. name = "tremor"
  402. version = "0.1.0"
  403. source = "git+https://github.com/plietar/rust-tremor#5ced876f3cffb041fcf31238da7f3273178029fe"
  404. dependencies = [
  405. "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
  406. "tremor-sys 0.1.0 (git+https://github.com/plietar/rust-tremor)",
  407. ]
  408. [[package]]
  409. name = "tremor-sys"
  410. version = "0.1.0"
  411. source = "git+https://github.com/plietar/rust-tremor#5ced876f3cffb041fcf31238da7f3273178029fe"
  412. dependencies = [
  413. "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
  414. "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
  415. "ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
  416. ]
  417. [[package]]
  418. name = "unicode-bidi"
  419. version = "0.2.3"
  420. source = "registry+https://github.com/rust-lang/crates.io-index"
  421. dependencies = [
  422. "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  423. ]
  424. [[package]]
  425. name = "unicode-normalization"
  426. version = "0.1.2"
  427. source = "registry+https://github.com/rust-lang/crates.io-index"
  428. [[package]]
  429. name = "unicode-xid"
  430. version = "0.0.3"
  431. source = "registry+https://github.com/rust-lang/crates.io-index"
  432. [[package]]
  433. name = "url"
  434. version = "0.2.38"
  435. source = "registry+https://github.com/rust-lang/crates.io-index"
  436. dependencies = [
  437. "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  438. "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  439. "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
  440. ]
  441. [[package]]
  442. name = "url"
  443. version = "0.5.7"
  444. source = "registry+https://github.com/rust-lang/crates.io-index"
  445. dependencies = [
  446. "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  447. "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  448. "unicode-bidi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  449. "unicode-normalization 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  450. "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
  451. ]
  452. [[package]]
  453. name = "uuid"
  454. version = "0.1.18"
  455. source = "registry+https://github.com/rust-lang/crates.io-index"
  456. dependencies = [
  457. "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
  458. "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  459. ]
  460. [[package]]
  461. name = "vergen"
  462. version = "0.1.0"
  463. source = "registry+https://github.com/rust-lang/crates.io-index"
  464. dependencies = [
  465. "blastfig 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  466. "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
  467. ]
  468. [[package]]
  469. name = "vorbis"
  470. version = "0.0.14"
  471. source = "registry+https://github.com/rust-lang/crates.io-index"
  472. dependencies = [
  473. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  474. "ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
  475. "vorbis-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
  476. "vorbisfile-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
  477. ]
  478. [[package]]
  479. name = "vorbis-sys"
  480. version = "0.0.8"
  481. source = "registry+https://github.com/rust-lang/crates.io-index"
  482. dependencies = [
  483. "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
  484. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  485. "ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
  486. "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  487. ]
  488. [[package]]
  489. name = "vorbisfile-sys"
  490. version = "0.0.8"
  491. source = "registry+https://github.com/rust-lang/crates.io-index"
  492. dependencies = [
  493. "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
  494. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  495. "ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
  496. "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  497. "vorbis-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
  498. ]
  499. [[package]]
  500. name = "winapi"
  501. version = "0.2.5"
  502. source = "registry+https://github.com/rust-lang/crates.io-index"
  503. [[package]]
  504. name = "winapi-build"
  505. version = "0.1.1"
  506. source = "registry+https://github.com/rust-lang/crates.io-index"