Cargo.lock 16 KB

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