Cargo.lock 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. [root]
  2. name = "cloudflare-webui"
  3. version = "0.1.6"
  4. dependencies = [
  5. "hyper 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
  6. "mime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  7. "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
  8. "sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  9. ]
  10. [[package]]
  11. name = "bitflags"
  12. version = "0.4.0"
  13. source = "registry+https://github.com/rust-lang/crates.io-index"
  14. [[package]]
  15. name = "cookie"
  16. version = "0.2.2"
  17. source = "registry+https://github.com/rust-lang/crates.io-index"
  18. dependencies = [
  19. "openssl 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
  20. "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
  21. "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
  22. "url 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
  23. ]
  24. [[package]]
  25. name = "gcc"
  26. version = "0.3.26"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. [[package]]
  29. name = "gdi32-sys"
  30. version = "0.1.1"
  31. source = "registry+https://github.com/rust-lang/crates.io-index"
  32. dependencies = [
  33. "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
  34. ]
  35. [[package]]
  36. name = "hpack"
  37. version = "0.2.0"
  38. source = "registry+https://github.com/rust-lang/crates.io-index"
  39. dependencies = [
  40. "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
  41. ]
  42. [[package]]
  43. name = "httparse"
  44. version = "1.1.2"
  45. source = "registry+https://github.com/rust-lang/crates.io-index"
  46. [[package]]
  47. name = "hyper"
  48. version = "0.9.3"
  49. source = "registry+https://github.com/rust-lang/crates.io-index"
  50. dependencies = [
  51. "cookie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  52. "httparse 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  53. "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  54. "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
  55. "mime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  56. "num_cpus 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
  57. "openssl 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
  58. "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
  59. "solicit 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
  60. "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
  61. "traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  62. "typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  63. "unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  64. "url 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  65. ]
  66. [[package]]
  67. name = "idna"
  68. version = "0.1.0"
  69. source = "registry+https://github.com/rust-lang/crates.io-index"
  70. dependencies = [
  71. "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  72. "unicode-bidi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  73. "unicode-normalization 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  74. ]
  75. [[package]]
  76. name = "kernel32-sys"
  77. version = "0.2.1"
  78. source = "registry+https://github.com/rust-lang/crates.io-index"
  79. dependencies = [
  80. "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
  81. "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  82. ]
  83. [[package]]
  84. name = "language-tags"
  85. version = "0.2.2"
  86. source = "registry+https://github.com/rust-lang/crates.io-index"
  87. [[package]]
  88. name = "lazy_static"
  89. version = "0.1.15"
  90. source = "registry+https://github.com/rust-lang/crates.io-index"
  91. [[package]]
  92. name = "libc"
  93. version = "0.2.9"
  94. source = "registry+https://github.com/rust-lang/crates.io-index"
  95. [[package]]
  96. name = "libressl-pnacl-sys"
  97. version = "2.1.6"
  98. source = "registry+https://github.com/rust-lang/crates.io-index"
  99. dependencies = [
  100. "pnacl-build-helper 1.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
  101. ]
  102. [[package]]
  103. name = "log"
  104. version = "0.3.6"
  105. source = "registry+https://github.com/rust-lang/crates.io-index"
  106. [[package]]
  107. name = "matches"
  108. version = "0.1.2"
  109. source = "registry+https://github.com/rust-lang/crates.io-index"
  110. [[package]]
  111. name = "mime"
  112. version = "0.2.0"
  113. source = "registry+https://github.com/rust-lang/crates.io-index"
  114. dependencies = [
  115. "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
  116. ]
  117. [[package]]
  118. name = "num_cpus"
  119. version = "0.2.11"
  120. source = "registry+https://github.com/rust-lang/crates.io-index"
  121. dependencies = [
  122. "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  123. ]
  124. [[package]]
  125. name = "openssl"
  126. version = "0.7.9"
  127. source = "registry+https://github.com/rust-lang/crates.io-index"
  128. dependencies = [
  129. "bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  130. "gcc 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
  131. "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
  132. "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  133. "openssl-sys 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
  134. "openssl-sys-extras 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
  135. ]
  136. [[package]]
  137. name = "openssl-sys"
  138. version = "0.7.9"
  139. source = "registry+https://github.com/rust-lang/crates.io-index"
  140. dependencies = [
  141. "gdi32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  142. "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  143. "libressl-pnacl-sys 2.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
  144. "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
  145. "user32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  146. ]
  147. [[package]]
  148. name = "openssl-sys-extras"
  149. version = "0.7.9"
  150. source = "registry+https://github.com/rust-lang/crates.io-index"
  151. dependencies = [
  152. "gcc 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
  153. "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  154. "openssl-sys 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
  155. ]
  156. [[package]]
  157. name = "pkg-config"
  158. version = "0.3.8"
  159. source = "registry+https://github.com/rust-lang/crates.io-index"
  160. [[package]]
  161. name = "pnacl-build-helper"
  162. version = "1.4.10"
  163. source = "registry+https://github.com/rust-lang/crates.io-index"
  164. dependencies = [
  165. "tempdir 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
  166. ]
  167. [[package]]
  168. name = "rand"
  169. version = "0.3.14"
  170. source = "registry+https://github.com/rust-lang/crates.io-index"
  171. dependencies = [
  172. "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  173. ]
  174. [[package]]
  175. name = "rustc-serialize"
  176. version = "0.3.19"
  177. source = "registry+https://github.com/rust-lang/crates.io-index"
  178. [[package]]
  179. name = "rustc_version"
  180. version = "0.1.7"
  181. source = "registry+https://github.com/rust-lang/crates.io-index"
  182. dependencies = [
  183. "semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
  184. ]
  185. [[package]]
  186. name = "semver"
  187. version = "0.1.20"
  188. source = "registry+https://github.com/rust-lang/crates.io-index"
  189. [[package]]
  190. name = "sha1"
  191. version = "0.2.0"
  192. source = "registry+https://github.com/rust-lang/crates.io-index"
  193. [[package]]
  194. name = "solicit"
  195. version = "0.4.4"
  196. source = "registry+https://github.com/rust-lang/crates.io-index"
  197. dependencies = [
  198. "hpack 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  199. "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
  200. ]
  201. [[package]]
  202. name = "tempdir"
  203. version = "0.3.4"
  204. source = "registry+https://github.com/rust-lang/crates.io-index"
  205. dependencies = [
  206. "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
  207. ]
  208. [[package]]
  209. name = "time"
  210. version = "0.1.35"
  211. source = "registry+https://github.com/rust-lang/crates.io-index"
  212. dependencies = [
  213. "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  214. "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  215. "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
  216. ]
  217. [[package]]
  218. name = "traitobject"
  219. version = "0.0.1"
  220. source = "registry+https://github.com/rust-lang/crates.io-index"
  221. [[package]]
  222. name = "typeable"
  223. version = "0.1.2"
  224. source = "registry+https://github.com/rust-lang/crates.io-index"
  225. [[package]]
  226. name = "unicase"
  227. version = "1.4.0"
  228. source = "registry+https://github.com/rust-lang/crates.io-index"
  229. dependencies = [
  230. "rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
  231. ]
  232. [[package]]
  233. name = "unicode-bidi"
  234. version = "0.2.3"
  235. source = "registry+https://github.com/rust-lang/crates.io-index"
  236. dependencies = [
  237. "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  238. ]
  239. [[package]]
  240. name = "unicode-normalization"
  241. version = "0.1.2"
  242. source = "registry+https://github.com/rust-lang/crates.io-index"
  243. [[package]]
  244. name = "url"
  245. version = "0.5.8"
  246. source = "registry+https://github.com/rust-lang/crates.io-index"
  247. dependencies = [
  248. "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  249. "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
  250. "unicode-bidi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  251. "unicode-normalization 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  252. "uuid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  253. ]
  254. [[package]]
  255. name = "url"
  256. version = "1.2.1"
  257. source = "registry+https://github.com/rust-lang/crates.io-index"
  258. dependencies = [
  259. "idna 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  260. "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  261. ]
  262. [[package]]
  263. name = "user32-sys"
  264. version = "0.1.2"
  265. source = "registry+https://github.com/rust-lang/crates.io-index"
  266. dependencies = [
  267. "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
  268. "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  269. ]
  270. [[package]]
  271. name = "uuid"
  272. version = "0.2.0"
  273. source = "registry+https://github.com/rust-lang/crates.io-index"
  274. dependencies = [
  275. "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
  276. ]
  277. [[package]]
  278. name = "winapi"
  279. version = "0.2.6"
  280. source = "registry+https://github.com/rust-lang/crates.io-index"
  281. [[package]]
  282. name = "winapi-build"
  283. version = "0.1.1"
  284. source = "registry+https://github.com/rust-lang/crates.io-index"