Cargo.lock 27 KB

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