Cargo.lock 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  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.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
  7. "eventual 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  8. "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
  9. "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
  10. "librespot-protocol 0.1.0",
  11. "num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
  12. "portaudio 0.1.2 (git+https://github.com/mvdnes/portaudio-rs)",
  13. "protobuf 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
  14. "protobuf_macros 0.1.0 (git+https://github.com/plietar/rust-protobuf-macros.git)",
  15. "rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
  16. "rpassword 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
  17. "rust-crypto 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
  18. "rust-gmp 0.2.0 (git+https://github.com/plietar/rust-gmp.git)",
  19. "shannon 0.1.0 (git+https://github.com/plietar/rust-shannon.git)",
  20. "tempfile 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  21. "time 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
  22. "vergen 0.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
  23. "vorbis 0.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
  24. ]
  25. [[package]]
  26. name = "advapi32-sys"
  27. version = "0.1.2"
  28. source = "registry+https://github.com/rust-lang/crates.io-index"
  29. dependencies = [
  30. "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
  31. "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  32. ]
  33. [[package]]
  34. name = "bit-set"
  35. version = "0.2.0"
  36. source = "registry+https://github.com/rust-lang/crates.io-index"
  37. dependencies = [
  38. "bit-vec 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  39. ]
  40. [[package]]
  41. name = "bit-vec"
  42. version = "0.4.2"
  43. source = "registry+https://github.com/rust-lang/crates.io-index"
  44. [[package]]
  45. name = "bitflags"
  46. version = "0.1.1"
  47. source = "registry+https://github.com/rust-lang/crates.io-index"
  48. [[package]]
  49. name = "bitflags"
  50. version = "0.3.2"
  51. source = "registry+https://github.com/rust-lang/crates.io-index"
  52. [[package]]
  53. name = "byteorder"
  54. version = "0.3.13"
  55. source = "registry+https://github.com/rust-lang/crates.io-index"
  56. [[package]]
  57. name = "eventual"
  58. version = "0.1.4"
  59. source = "registry+https://github.com/rust-lang/crates.io-index"
  60. dependencies = [
  61. "log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  62. "syncbox 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
  63. "time 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
  64. ]
  65. [[package]]
  66. name = "gcc"
  67. version = "0.3.19"
  68. source = "registry+https://github.com/rust-lang/crates.io-index"
  69. dependencies = [
  70. "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  71. "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
  72. ]
  73. [[package]]
  74. name = "getopts"
  75. version = "0.2.14"
  76. source = "registry+https://github.com/rust-lang/crates.io-index"
  77. [[package]]
  78. name = "kernel32-sys"
  79. version = "0.1.4"
  80. source = "registry+https://github.com/rust-lang/crates.io-index"
  81. dependencies = [
  82. "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
  83. "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  84. ]
  85. [[package]]
  86. name = "lazy_static"
  87. version = "0.1.15"
  88. source = "registry+https://github.com/rust-lang/crates.io-index"
  89. [[package]]
  90. name = "libc"
  91. version = "0.1.10"
  92. source = "registry+https://github.com/rust-lang/crates.io-index"
  93. [[package]]
  94. name = "librespot-protocol"
  95. version = "0.1.0"
  96. dependencies = [
  97. "mod_path 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
  98. "protobuf 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
  99. ]
  100. [[package]]
  101. name = "log"
  102. version = "0.3.2"
  103. source = "registry+https://github.com/rust-lang/crates.io-index"
  104. dependencies = [
  105. "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  106. ]
  107. [[package]]
  108. name = "mod_path"
  109. version = "0.1.5"
  110. source = "registry+https://github.com/rust-lang/crates.io-index"
  111. [[package]]
  112. name = "num"
  113. version = "0.1.27"
  114. source = "registry+https://github.com/rust-lang/crates.io-index"
  115. dependencies = [
  116. "rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
  117. "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
  118. ]
  119. [[package]]
  120. name = "ogg-sys"
  121. version = "0.0.9"
  122. source = "registry+https://github.com/rust-lang/crates.io-index"
  123. dependencies = [
  124. "gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
  125. "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  126. "pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
  127. ]
  128. [[package]]
  129. name = "pkg-config"
  130. version = "0.3.6"
  131. source = "registry+https://github.com/rust-lang/crates.io-index"
  132. [[package]]
  133. name = "portaudio"
  134. version = "0.1.2"
  135. source = "git+https://github.com/mvdnes/portaudio-rs#7c6d10f5edda0094cc33b682d88c3a6ea4919b9f"
  136. dependencies = [
  137. "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  138. "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  139. "portaudio_sys 0.1.0 (git+https://github.com/mvdnes/portaudio-rs)",
  140. ]
  141. [[package]]
  142. name = "portaudio_sys"
  143. version = "0.1.0"
  144. source = "git+https://github.com/mvdnes/portaudio-rs#7c6d10f5edda0094cc33b682d88c3a6ea4919b9f"
  145. dependencies = [
  146. "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  147. "pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
  148. ]
  149. [[package]]
  150. name = "protobuf"
  151. version = "1.0.4"
  152. source = "registry+https://github.com/rust-lang/crates.io-index"
  153. [[package]]
  154. name = "protobuf_macros"
  155. version = "0.1.0"
  156. source = "git+https://github.com/plietar/rust-protobuf-macros.git#2b6a8129e015945300cb2bb7efae2ed78042ed48"
  157. [[package]]
  158. name = "rand"
  159. version = "0.3.11"
  160. source = "registry+https://github.com/rust-lang/crates.io-index"
  161. dependencies = [
  162. "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  163. "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  164. "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
  165. ]
  166. [[package]]
  167. name = "readall"
  168. version = "0.1.0"
  169. source = "git+https://github.com/plietar/rust-readall.git#d2bcc1de325705230e79ba444cde2f39b469f891"
  170. [[package]]
  171. name = "rpassword"
  172. version = "0.0.6"
  173. source = "registry+https://github.com/rust-lang/crates.io-index"
  174. dependencies = [
  175. "kernel32-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  176. "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  177. "termios 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
  178. "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
  179. ]
  180. [[package]]
  181. name = "rust-crypto"
  182. version = "0.2.33"
  183. source = "registry+https://github.com/rust-lang/crates.io-index"
  184. dependencies = [
  185. "gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
  186. "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  187. "rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
  188. "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
  189. "time 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
  190. ]
  191. [[package]]
  192. name = "rust-gmp"
  193. version = "0.2.0"
  194. source = "git+https://github.com/plietar/rust-gmp.git#d1bb4448fdbfa2505edadb83b6aac6257fe08ba2"
  195. dependencies = [
  196. "num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
  197. ]
  198. [[package]]
  199. name = "rustc-serialize"
  200. version = "0.3.16"
  201. source = "registry+https://github.com/rust-lang/crates.io-index"
  202. [[package]]
  203. name = "shannon"
  204. version = "0.1.0"
  205. source = "git+https://github.com/plietar/rust-shannon.git#c6be8a879a523a77d81c50df46faa891b76fea25"
  206. dependencies = [
  207. "byteorder 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
  208. "readall 0.1.0 (git+https://github.com/plietar/rust-readall.git)",
  209. "shannon-sys 0.1.0 (git+https://github.com/plietar/rust-shannon.git)",
  210. ]
  211. [[package]]
  212. name = "shannon-sys"
  213. version = "0.1.0"
  214. source = "git+https://github.com/plietar/rust-shannon.git#c6be8a879a523a77d81c50df46faa891b76fea25"
  215. dependencies = [
  216. "gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
  217. ]
  218. [[package]]
  219. name = "syncbox"
  220. version = "0.2.4"
  221. source = "registry+https://github.com/rust-lang/crates.io-index"
  222. dependencies = [
  223. "log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  224. "time 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
  225. ]
  226. [[package]]
  227. name = "tempfile"
  228. version = "1.1.1"
  229. source = "registry+https://github.com/rust-lang/crates.io-index"
  230. dependencies = [
  231. "kernel32-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  232. "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  233. "rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
  234. "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
  235. ]
  236. [[package]]
  237. name = "termios"
  238. version = "0.0.5"
  239. source = "registry+https://github.com/rust-lang/crates.io-index"
  240. dependencies = [
  241. "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  242. ]
  243. [[package]]
  244. name = "time"
  245. version = "0.1.33"
  246. source = "registry+https://github.com/rust-lang/crates.io-index"
  247. dependencies = [
  248. "kernel32-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  249. "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  250. "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
  251. ]
  252. [[package]]
  253. name = "vergen"
  254. version = "0.0.16"
  255. source = "registry+https://github.com/rust-lang/crates.io-index"
  256. dependencies = [
  257. "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  258. "time 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
  259. ]
  260. [[package]]
  261. name = "vorbis"
  262. version = "0.0.13"
  263. source = "registry+https://github.com/rust-lang/crates.io-index"
  264. dependencies = [
  265. "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  266. "ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
  267. "vorbis-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
  268. "vorbisfile-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
  269. ]
  270. [[package]]
  271. name = "vorbis-sys"
  272. version = "0.0.8"
  273. source = "registry+https://github.com/rust-lang/crates.io-index"
  274. dependencies = [
  275. "gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
  276. "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  277. "ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
  278. "pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
  279. ]
  280. [[package]]
  281. name = "vorbisfile-sys"
  282. version = "0.0.8"
  283. source = "registry+https://github.com/rust-lang/crates.io-index"
  284. dependencies = [
  285. "gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
  286. "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  287. "ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
  288. "pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
  289. "vorbis-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
  290. ]
  291. [[package]]
  292. name = "winapi"
  293. version = "0.2.4"
  294. source = "registry+https://github.com/rust-lang/crates.io-index"
  295. [[package]]
  296. name = "winapi-build"
  297. version = "0.1.1"
  298. source = "registry+https://github.com/rust-lang/crates.io-index"