Cargo.lock 29 KB

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