Cargo.lock 19 KB

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