Cargo.lock 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  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.3 (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. "hyper 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
  11. "json_macros 0.3.0 (git+https://github.com/plietar/json_macros)",
  12. "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
  13. "librespot-protocol 0.1.0",
  14. "num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
  15. "portaudio 0.2.0 (git+https://github.com/mvdnes/portaudio-rs)",
  16. "protobuf 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
  17. "protobuf_macros 0.3.0 (git+https://github.com/plietar/rust-protobuf-macros)",
  18. "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
  19. "rpassword 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  20. "rust-crypto 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
  21. "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  22. "shannon 0.1.1 (git+https://github.com/plietar/rust-shannon)",
  23. "syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
  24. "tempfile 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  25. "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
  26. "tiny_http 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
  27. "tremor 0.1.0 (git+https://github.com/plietar/rust-tremor)",
  28. "url 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
  29. "vergen 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  30. "vorbis 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
  31. ]
  32. [[package]]
  33. name = "ascii"
  34. version = "0.5.4"
  35. source = "registry+https://github.com/rust-lang/crates.io-index"
  36. [[package]]
  37. name = "aster"
  38. version = "0.13.1"
  39. source = "registry+https://github.com/rust-lang/crates.io-index"
  40. dependencies = [
  41. "syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
  42. ]
  43. [[package]]
  44. name = "bit-set"
  45. version = "0.2.0"
  46. source = "registry+https://github.com/rust-lang/crates.io-index"
  47. dependencies = [
  48. "bit-vec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
  49. ]
  50. [[package]]
  51. name = "bit-vec"
  52. version = "0.4.3"
  53. source = "registry+https://github.com/rust-lang/crates.io-index"
  54. [[package]]
  55. name = "bitflags"
  56. version = "0.3.3"
  57. source = "registry+https://github.com/rust-lang/crates.io-index"
  58. [[package]]
  59. name = "blastfig"
  60. version = "0.3.3"
  61. source = "registry+https://github.com/rust-lang/crates.io-index"
  62. [[package]]
  63. name = "byteorder"
  64. version = "0.4.2"
  65. source = "registry+https://github.com/rust-lang/crates.io-index"
  66. [[package]]
  67. name = "chrono"
  68. version = "0.2.20"
  69. source = "registry+https://github.com/rust-lang/crates.io-index"
  70. dependencies = [
  71. "num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
  72. "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
  73. ]
  74. [[package]]
  75. name = "chunked_transfer"
  76. version = "0.3.1"
  77. source = "registry+https://github.com/rust-lang/crates.io-index"
  78. [[package]]
  79. name = "cookie"
  80. version = "0.2.2"
  81. source = "registry+https://github.com/rust-lang/crates.io-index"
  82. dependencies = [
  83. "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
  84. "url 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
  85. ]
  86. [[package]]
  87. name = "dns-sd"
  88. version = "0.1.3"
  89. source = "registry+https://github.com/rust-lang/crates.io-index"
  90. dependencies = [
  91. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  92. "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  93. ]
  94. [[package]]
  95. name = "encoding"
  96. version = "0.2.32"
  97. source = "registry+https://github.com/rust-lang/crates.io-index"
  98. dependencies = [
  99. "encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
  100. "encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
  101. "encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
  102. "encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
  103. "encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
  104. ]
  105. [[package]]
  106. name = "encoding-index-japanese"
  107. version = "1.20141219.5"
  108. source = "registry+https://github.com/rust-lang/crates.io-index"
  109. dependencies = [
  110. "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  111. ]
  112. [[package]]
  113. name = "encoding-index-korean"
  114. version = "1.20141219.5"
  115. source = "registry+https://github.com/rust-lang/crates.io-index"
  116. dependencies = [
  117. "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  118. ]
  119. [[package]]
  120. name = "encoding-index-simpchinese"
  121. version = "1.20141219.5"
  122. source = "registry+https://github.com/rust-lang/crates.io-index"
  123. dependencies = [
  124. "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  125. ]
  126. [[package]]
  127. name = "encoding-index-singlebyte"
  128. version = "1.20141219.5"
  129. source = "registry+https://github.com/rust-lang/crates.io-index"
  130. dependencies = [
  131. "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  132. ]
  133. [[package]]
  134. name = "encoding-index-tradchinese"
  135. version = "1.20141219.5"
  136. source = "registry+https://github.com/rust-lang/crates.io-index"
  137. dependencies = [
  138. "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  139. ]
  140. [[package]]
  141. name = "encoding_index_tests"
  142. version = "0.1.4"
  143. source = "registry+https://github.com/rust-lang/crates.io-index"
  144. [[package]]
  145. name = "eventual"
  146. version = "0.1.5"
  147. source = "registry+https://github.com/rust-lang/crates.io-index"
  148. dependencies = [
  149. "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  150. "syncbox 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
  151. "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
  152. ]
  153. [[package]]
  154. name = "gcc"
  155. version = "0.3.25"
  156. source = "registry+https://github.com/rust-lang/crates.io-index"
  157. [[package]]
  158. name = "getopts"
  159. version = "0.2.14"
  160. source = "registry+https://github.com/rust-lang/crates.io-index"
  161. [[package]]
  162. name = "hpack"
  163. version = "0.2.0"
  164. source = "registry+https://github.com/rust-lang/crates.io-index"
  165. dependencies = [
  166. "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  167. ]
  168. [[package]]
  169. name = "httparse"
  170. version = "1.1.1"
  171. source = "registry+https://github.com/rust-lang/crates.io-index"
  172. [[package]]
  173. name = "hyper"
  174. version = "0.7.2"
  175. source = "registry+https://github.com/rust-lang/crates.io-index"
  176. dependencies = [
  177. "cookie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  178. "httparse 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  179. "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  180. "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  181. "mime 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  182. "num_cpus 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
  183. "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  184. "solicit 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
  185. "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
  186. "traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  187. "typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  188. "unicase 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  189. "url 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
  190. ]
  191. [[package]]
  192. name = "json_macros"
  193. version = "0.3.0"
  194. source = "git+https://github.com/plietar/json_macros#f86189836f13376d104494530b25c983a33922cf"
  195. dependencies = [
  196. "quasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  197. "quasi_codegen 0.7.0 (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. "syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
  200. "syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
  201. ]
  202. [[package]]
  203. name = "kernel32-sys"
  204. version = "0.2.1"
  205. source = "registry+https://github.com/rust-lang/crates.io-index"
  206. dependencies = [
  207. "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  208. "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  209. ]
  210. [[package]]
  211. name = "language-tags"
  212. version = "0.2.2"
  213. source = "registry+https://github.com/rust-lang/crates.io-index"
  214. [[package]]
  215. name = "lazy_static"
  216. version = "0.1.15"
  217. source = "registry+https://github.com/rust-lang/crates.io-index"
  218. [[package]]
  219. name = "libc"
  220. version = "0.1.12"
  221. source = "registry+https://github.com/rust-lang/crates.io-index"
  222. [[package]]
  223. name = "libc"
  224. version = "0.2.8"
  225. source = "registry+https://github.com/rust-lang/crates.io-index"
  226. [[package]]
  227. name = "librespot-protocol"
  228. version = "0.1.0"
  229. dependencies = [
  230. "protobuf 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
  231. "protobuf_build 0.1.1 (git+https://github.com/plietar/rust-protobuf-build.git)",
  232. ]
  233. [[package]]
  234. name = "log"
  235. version = "0.3.5"
  236. source = "registry+https://github.com/rust-lang/crates.io-index"
  237. dependencies = [
  238. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  239. ]
  240. [[package]]
  241. name = "matches"
  242. version = "0.1.2"
  243. source = "registry+https://github.com/rust-lang/crates.io-index"
  244. [[package]]
  245. name = "mime"
  246. version = "0.1.3"
  247. source = "registry+https://github.com/rust-lang/crates.io-index"
  248. dependencies = [
  249. "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  250. "serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
  251. ]
  252. [[package]]
  253. name = "num"
  254. version = "0.1.31"
  255. source = "registry+https://github.com/rust-lang/crates.io-index"
  256. dependencies = [
  257. "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
  258. "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  259. ]
  260. [[package]]
  261. name = "num_cpus"
  262. version = "0.2.11"
  263. source = "registry+https://github.com/rust-lang/crates.io-index"
  264. dependencies = [
  265. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  266. ]
  267. [[package]]
  268. name = "ogg-sys"
  269. version = "0.0.9"
  270. source = "registry+https://github.com/rust-lang/crates.io-index"
  271. dependencies = [
  272. "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
  273. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  274. "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  275. ]
  276. [[package]]
  277. name = "pkg-config"
  278. version = "0.3.8"
  279. source = "registry+https://github.com/rust-lang/crates.io-index"
  280. [[package]]
  281. name = "portaudio"
  282. version = "0.2.0"
  283. source = "git+https://github.com/mvdnes/portaudio-rs#840b1096780c069fd54b4a425bcfebec99ef9c1a"
  284. dependencies = [
  285. "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  286. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  287. "portaudio_sys 0.1.1 (git+https://github.com/mvdnes/portaudio-rs)",
  288. ]
  289. [[package]]
  290. name = "portaudio_sys"
  291. version = "0.1.1"
  292. source = "git+https://github.com/mvdnes/portaudio-rs#840b1096780c069fd54b4a425bcfebec99ef9c1a"
  293. dependencies = [
  294. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  295. "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  296. ]
  297. [[package]]
  298. name = "protobuf"
  299. version = "1.0.18"
  300. source = "registry+https://github.com/rust-lang/crates.io-index"
  301. [[package]]
  302. name = "protobuf_build"
  303. version = "0.1.1"
  304. source = "git+https://github.com/plietar/rust-protobuf-build.git#77ea08e75b66433104a035309751d48170a7aed6"
  305. dependencies = [
  306. "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
  307. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  308. "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  309. "protobuf 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
  310. ]
  311. [[package]]
  312. name = "protobuf_macros"
  313. version = "0.3.0"
  314. source = "git+https://github.com/plietar/rust-protobuf-macros#27e273a3b335a8a6a1c0139bb67d1fe4ba765b20"
  315. dependencies = [
  316. "aster 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
  317. "syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
  318. "syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
  319. ]
  320. [[package]]
  321. name = "quasi"
  322. version = "0.7.0"
  323. source = "registry+https://github.com/rust-lang/crates.io-index"
  324. dependencies = [
  325. "syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
  326. ]
  327. [[package]]
  328. name = "quasi_codegen"
  329. version = "0.7.0"
  330. source = "registry+https://github.com/rust-lang/crates.io-index"
  331. dependencies = [
  332. "aster 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
  333. "syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
  334. "syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
  335. ]
  336. [[package]]
  337. name = "rand"
  338. version = "0.3.14"
  339. source = "registry+https://github.com/rust-lang/crates.io-index"
  340. dependencies = [
  341. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  342. ]
  343. [[package]]
  344. name = "rpassword"
  345. version = "0.1.3"
  346. source = "registry+https://github.com/rust-lang/crates.io-index"
  347. dependencies = [
  348. "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  349. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  350. "termios 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  351. "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  352. ]
  353. [[package]]
  354. name = "rust-crypto"
  355. version = "0.2.34"
  356. source = "registry+https://github.com/rust-lang/crates.io-index"
  357. dependencies = [
  358. "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
  359. "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
  360. "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
  361. "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  362. "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
  363. ]
  364. [[package]]
  365. name = "rustc-serialize"
  366. version = "0.3.18"
  367. source = "registry+https://github.com/rust-lang/crates.io-index"
  368. [[package]]
  369. name = "rustc_version"
  370. version = "0.1.7"
  371. source = "registry+https://github.com/rust-lang/crates.io-index"
  372. dependencies = [
  373. "semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
  374. ]
  375. [[package]]
  376. name = "semver"
  377. version = "0.1.20"
  378. source = "registry+https://github.com/rust-lang/crates.io-index"
  379. [[package]]
  380. name = "serde"
  381. version = "0.6.15"
  382. source = "registry+https://github.com/rust-lang/crates.io-index"
  383. dependencies = [
  384. "num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
  385. ]
  386. [[package]]
  387. name = "shannon"
  388. version = "0.1.1"
  389. source = "git+https://github.com/plietar/rust-shannon#7000b3e49a53daaa890727ba2b2bd5a43cc4ffef"
  390. dependencies = [
  391. "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  392. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  393. "shannon-sys 0.1.0 (git+https://github.com/plietar/rust-shannon)",
  394. ]
  395. [[package]]
  396. name = "shannon-sys"
  397. version = "0.1.0"
  398. source = "git+https://github.com/plietar/rust-shannon#7000b3e49a53daaa890727ba2b2bd5a43cc4ffef"
  399. dependencies = [
  400. "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
  401. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  402. ]
  403. [[package]]
  404. name = "solicit"
  405. version = "0.4.4"
  406. source = "registry+https://github.com/rust-lang/crates.io-index"
  407. dependencies = [
  408. "hpack 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  409. "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  410. ]
  411. [[package]]
  412. name = "syncbox"
  413. version = "0.2.4"
  414. source = "registry+https://github.com/rust-lang/crates.io-index"
  415. dependencies = [
  416. "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  417. "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
  418. ]
  419. [[package]]
  420. name = "syntex"
  421. version = "0.29.0"
  422. source = "registry+https://github.com/rust-lang/crates.io-index"
  423. dependencies = [
  424. "syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
  425. ]
  426. [[package]]
  427. name = "syntex_syntax"
  428. version = "0.29.1"
  429. source = "registry+https://github.com/rust-lang/crates.io-index"
  430. dependencies = [
  431. "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  432. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  433. "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  434. "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  435. "term 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
  436. "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  437. ]
  438. [[package]]
  439. name = "tempfile"
  440. version = "2.0.1"
  441. source = "registry+https://github.com/rust-lang/crates.io-index"
  442. dependencies = [
  443. "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  444. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  445. "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
  446. "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  447. ]
  448. [[package]]
  449. name = "term"
  450. version = "0.2.14"
  451. source = "registry+https://github.com/rust-lang/crates.io-index"
  452. dependencies = [
  453. "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  454. "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  455. ]
  456. [[package]]
  457. name = "termios"
  458. version = "0.2.2"
  459. source = "registry+https://github.com/rust-lang/crates.io-index"
  460. dependencies = [
  461. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  462. ]
  463. [[package]]
  464. name = "time"
  465. version = "0.1.34"
  466. source = "registry+https://github.com/rust-lang/crates.io-index"
  467. dependencies = [
  468. "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  469. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  470. "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  471. ]
  472. [[package]]
  473. name = "tiny_http"
  474. version = "0.5.1"
  475. source = "registry+https://github.com/rust-lang/crates.io-index"
  476. dependencies = [
  477. "ascii 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
  478. "chrono 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
  479. "chunked_transfer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
  480. "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
  481. "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  482. "url 0.2.38 (registry+https://github.com/rust-lang/crates.io-index)",
  483. ]
  484. [[package]]
  485. name = "traitobject"
  486. version = "0.0.1"
  487. source = "registry+https://github.com/rust-lang/crates.io-index"
  488. [[package]]
  489. name = "tremor"
  490. version = "0.1.0"
  491. source = "git+https://github.com/plietar/rust-tremor#5ced876f3cffb041fcf31238da7f3273178029fe"
  492. dependencies = [
  493. "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
  494. "tremor-sys 0.1.0 (git+https://github.com/plietar/rust-tremor)",
  495. ]
  496. [[package]]
  497. name = "tremor-sys"
  498. version = "0.1.0"
  499. source = "git+https://github.com/plietar/rust-tremor#5ced876f3cffb041fcf31238da7f3273178029fe"
  500. dependencies = [
  501. "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
  502. "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
  503. "ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
  504. ]
  505. [[package]]
  506. name = "typeable"
  507. version = "0.1.2"
  508. source = "registry+https://github.com/rust-lang/crates.io-index"
  509. [[package]]
  510. name = "unicase"
  511. version = "1.3.0"
  512. source = "registry+https://github.com/rust-lang/crates.io-index"
  513. dependencies = [
  514. "rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  515. ]
  516. [[package]]
  517. name = "unicode-bidi"
  518. version = "0.2.3"
  519. source = "registry+https://github.com/rust-lang/crates.io-index"
  520. dependencies = [
  521. "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  522. ]
  523. [[package]]
  524. name = "unicode-normalization"
  525. version = "0.1.2"
  526. source = "registry+https://github.com/rust-lang/crates.io-index"
  527. [[package]]
  528. name = "unicode-xid"
  529. version = "0.0.3"
  530. source = "registry+https://github.com/rust-lang/crates.io-index"
  531. [[package]]
  532. name = "url"
  533. version = "0.2.38"
  534. source = "registry+https://github.com/rust-lang/crates.io-index"
  535. dependencies = [
  536. "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  537. "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  538. "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
  539. ]
  540. [[package]]
  541. name = "url"
  542. version = "0.5.7"
  543. source = "registry+https://github.com/rust-lang/crates.io-index"
  544. dependencies = [
  545. "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  546. "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  547. "unicode-bidi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  548. "unicode-normalization 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  549. "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
  550. ]
  551. [[package]]
  552. name = "uuid"
  553. version = "0.1.18"
  554. source = "registry+https://github.com/rust-lang/crates.io-index"
  555. dependencies = [
  556. "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
  557. "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  558. ]
  559. [[package]]
  560. name = "vergen"
  561. version = "0.1.0"
  562. source = "registry+https://github.com/rust-lang/crates.io-index"
  563. dependencies = [
  564. "blastfig 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  565. "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
  566. ]
  567. [[package]]
  568. name = "vorbis"
  569. version = "0.0.14"
  570. source = "registry+https://github.com/rust-lang/crates.io-index"
  571. dependencies = [
  572. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  573. "ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
  574. "vorbis-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
  575. "vorbisfile-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
  576. ]
  577. [[package]]
  578. name = "vorbis-sys"
  579. version = "0.0.8"
  580. source = "registry+https://github.com/rust-lang/crates.io-index"
  581. dependencies = [
  582. "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
  583. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  584. "ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
  585. "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  586. ]
  587. [[package]]
  588. name = "vorbisfile-sys"
  589. version = "0.0.8"
  590. source = "registry+https://github.com/rust-lang/crates.io-index"
  591. dependencies = [
  592. "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
  593. "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  594. "ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
  595. "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  596. "vorbis-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
  597. ]
  598. [[package]]
  599. name = "winapi"
  600. version = "0.2.5"
  601. source = "registry+https://github.com/rust-lang/crates.io-index"
  602. [[package]]
  603. name = "winapi-build"
  604. version = "0.1.1"
  605. source = "registry+https://github.com/rust-lang/crates.io-index"