Cargo.lock 23 KB

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