Cargo.lock 16 KB

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