Cargo.lock 19 KB

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