Cargo.lock 9.5 KB

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