Cargo.lock 11 KB

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