Cargo.lock 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. [[package]]
  2. name = "adler32"
  3. version = "1.0.2"
  4. source = "registry+https://github.com/rust-lang/crates.io-index"
  5. [[package]]
  6. name = "bitflags"
  7. version = "0.7.0"
  8. source = "registry+https://github.com/rust-lang/crates.io-index"
  9. [[package]]
  10. name = "bitflags"
  11. version = "0.9.1"
  12. source = "registry+https://github.com/rust-lang/crates.io-index"
  13. [[package]]
  14. name = "bitflags"
  15. version = "1.0.1"
  16. source = "registry+https://github.com/rust-lang/crates.io-index"
  17. [[package]]
  18. name = "byteorder"
  19. version = "1.2.1"
  20. source = "registry+https://github.com/rust-lang/crates.io-index"
  21. [[package]]
  22. name = "c_vec"
  23. version = "1.2.1"
  24. source = "registry+https://github.com/rust-lang/crates.io-index"
  25. [[package]]
  26. name = "cairo-rs"
  27. version = "0.3.0"
  28. source = "registry+https://github.com/rust-lang/crates.io-index"
  29. dependencies = [
  30. "c_vec 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  31. "cairo-sys-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  32. "glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  33. "glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  34. "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
  35. "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  36. ]
  37. [[package]]
  38. name = "cairo-sys-rs"
  39. version = "0.5.0"
  40. source = "registry+https://github.com/rust-lang/crates.io-index"
  41. dependencies = [
  42. "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
  43. "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
  44. "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  45. ]
  46. [[package]]
  47. name = "deflate"
  48. version = "0.7.17"
  49. source = "registry+https://github.com/rust-lang/crates.io-index"
  50. dependencies = [
  51. "adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  52. "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  53. ]
  54. [[package]]
  55. name = "dtoa"
  56. version = "0.4.2"
  57. source = "registry+https://github.com/rust-lang/crates.io-index"
  58. [[package]]
  59. name = "fuchsia-zircon"
  60. version = "0.2.1"
  61. source = "registry+https://github.com/rust-lang/crates.io-index"
  62. dependencies = [
  63. "fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  64. ]
  65. [[package]]
  66. name = "fuchsia-zircon-sys"
  67. version = "0.2.0"
  68. source = "registry+https://github.com/rust-lang/crates.io-index"
  69. dependencies = [
  70. "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  71. ]
  72. [[package]]
  73. name = "glib"
  74. version = "0.4.0"
  75. source = "registry+https://github.com/rust-lang/crates.io-index"
  76. dependencies = [
  77. "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  78. "glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  79. "gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  80. "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
  81. "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
  82. ]
  83. [[package]]
  84. name = "glib-sys"
  85. version = "0.5.0"
  86. source = "registry+https://github.com/rust-lang/crates.io-index"
  87. dependencies = [
  88. "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  89. "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
  90. "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
  91. ]
  92. [[package]]
  93. name = "gobject-sys"
  94. version = "0.5.0"
  95. source = "registry+https://github.com/rust-lang/crates.io-index"
  96. dependencies = [
  97. "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  98. "glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  99. "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
  100. "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
  101. ]
  102. [[package]]
  103. name = "inflate"
  104. version = "0.3.3"
  105. source = "registry+https://github.com/rust-lang/crates.io-index"
  106. dependencies = [
  107. "adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  108. ]
  109. [[package]]
  110. name = "itoa"
  111. version = "0.3.4"
  112. source = "registry+https://github.com/rust-lang/crates.io-index"
  113. [[package]]
  114. name = "lazy_static"
  115. version = "0.2.11"
  116. source = "registry+https://github.com/rust-lang/crates.io-index"
  117. [[package]]
  118. name = "libc"
  119. version = "0.2.34"
  120. source = "registry+https://github.com/rust-lang/crates.io-index"
  121. [[package]]
  122. name = "num-integer"
  123. version = "0.1.35"
  124. source = "registry+https://github.com/rust-lang/crates.io-index"
  125. dependencies = [
  126. "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
  127. ]
  128. [[package]]
  129. name = "num-iter"
  130. version = "0.1.34"
  131. source = "registry+https://github.com/rust-lang/crates.io-index"
  132. dependencies = [
  133. "num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
  134. "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
  135. ]
  136. [[package]]
  137. name = "num-traits"
  138. version = "0.1.41"
  139. source = "registry+https://github.com/rust-lang/crates.io-index"
  140. [[package]]
  141. name = "pango"
  142. version = "0.3.0"
  143. source = "registry+https://github.com/rust-lang/crates.io-index"
  144. dependencies = [
  145. "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  146. "glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  147. "glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  148. "gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  149. "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
  150. "pango-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  151. ]
  152. [[package]]
  153. name = "pango-sys"
  154. version = "0.5.0"
  155. source = "registry+https://github.com/rust-lang/crates.io-index"
  156. dependencies = [
  157. "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  158. "glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  159. "gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  160. "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
  161. "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
  162. ]
  163. [[package]]
  164. name = "pangocairo"
  165. version = "0.4.1"
  166. source = "registry+https://github.com/rust-lang/crates.io-index"
  167. dependencies = [
  168. "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
  169. "cairo-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  170. "cairo-sys-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  171. "glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  172. "glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  173. "gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  174. "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
  175. "pango 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  176. "pango-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  177. "pangocairo-sys 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
  178. ]
  179. [[package]]
  180. name = "pangocairo-sys"
  181. version = "0.6.0"
  182. source = "registry+https://github.com/rust-lang/crates.io-index"
  183. dependencies = [
  184. "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  185. "cairo-sys-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  186. "glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  187. "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
  188. "pango-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  189. "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
  190. ]
  191. [[package]]
  192. name = "pkg-config"
  193. version = "0.3.9"
  194. source = "registry+https://github.com/rust-lang/crates.io-index"
  195. [[package]]
  196. name = "png"
  197. version = "0.11.0"
  198. source = "registry+https://github.com/rust-lang/crates.io-index"
  199. dependencies = [
  200. "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
  201. "deflate 0.7.17 (registry+https://github.com/rust-lang/crates.io-index)",
  202. "inflate 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  203. "num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
  204. ]
  205. [[package]]
  206. name = "quippy"
  207. version = "0.1.0"
  208. dependencies = [
  209. "cairo-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  210. "pango 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  211. "pangocairo 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
  212. "png 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
  213. "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
  214. "serde_json 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
  215. ]
  216. [[package]]
  217. name = "rand"
  218. version = "0.3.18"
  219. source = "registry+https://github.com/rust-lang/crates.io-index"
  220. dependencies = [
  221. "fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  222. "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
  223. ]
  224. [[package]]
  225. name = "serde"
  226. version = "1.0.24"
  227. source = "registry+https://github.com/rust-lang/crates.io-index"
  228. [[package]]
  229. name = "serde_json"
  230. version = "1.0.8"
  231. source = "registry+https://github.com/rust-lang/crates.io-index"
  232. dependencies = [
  233. "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  234. "itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
  235. "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
  236. "serde 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
  237. ]
  238. [[package]]
  239. name = "winapi"
  240. version = "0.2.8"
  241. source = "registry+https://github.com/rust-lang/crates.io-index"
  242. [metadata]
  243. "checksum adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6cbd0b9af8587c72beadc9f72d35b9fbb070982c9e6203e46e93f10df25f8f45"
  244. "checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
  245. "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
  246. "checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
  247. "checksum byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "652805b7e73fada9d85e9a6682a4abd490cb52d96aeecc12e33a0de34dfd0d23"
  248. "checksum c_vec 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6237ac5a4b1e81c213c24c6437964c61e646df910a914b4ab1487b46df20bd13"
  249. "checksum cairo-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6b5695f59fd036fe5741bc5a4eb20c78fbe42256e3b08a2af26bbcbe8070bf3"
  250. "checksum cairo-sys-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c6e18fecaeac51809db57f45f4553cc0975225a7eb435a7a7e91e5e8113a84d"
  251. "checksum deflate 0.7.17 (registry+https://github.com/rust-lang/crates.io-index)" = "4dddda59aaab719767ab11d3efd9a714e95b610c4445d4435765021e9d52dfb1"
  252. "checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
  253. "checksum fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c0581a4e363262e52b87f59ee2afe3415361c6ec35e665924eb08afe8ff159"
  254. "checksum fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43f3795b4bae048dc6123a6b972cadde2e676f9ded08aef6bb77f5f157684a82"
  255. "checksum glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "450247060df7d52fdad31e1d66f30d967e925c9d1d26a0ae050cfe33dcd00d08"
  256. "checksum glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9693049613ff52b93013cc3d2590366d8e530366d288438724b73f6c7dc4be8"
  257. "checksum gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60d507c87a71b1143c66ed21a969be9b99a76df234b342d733e787e6c9c7d7c2"
  258. "checksum inflate 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "10ec05638adf7c5c788bc0cfa608cd479a13572beda20feb4898fe1d85d2c64b"
  259. "checksum itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8324a32baf01e2ae060e9de58ed0bc2320c9a2833491ee36cd3b4c414de4db8c"
  260. "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
  261. "checksum libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "36fbc8a8929c632868295d0178dd8f63fc423fd7537ad0738372bd010b3ac9b0"
  262. "checksum num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "d1452e8b06e448a07f0e6ebb0bb1d92b8890eea63288c0b627331d53514d0fba"
  263. "checksum num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "7485fcc84f85b4ecd0ea527b14189281cf27d60e583ae65ebc9c088b13dffe01"
  264. "checksum num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "cacfcab5eb48250ee7d0c7896b51a2c5eec99c1feea5f32025635f5ae4b00070"
  265. "checksum pango 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e81c404ab81ea7ea2fc2431a0a7672507b80e4b8bf4b41eac3fc83cc665104e"
  266. "checksum pango-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34f34a1be107fe16abb2744e0e206bee4b3b07460b5fddd3009a6aaf60bd69ab"
  267. "checksum pangocairo 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "41a8620ece55098d741bacf4d3aa52398f85ce83cfe0d8f670fa11de88f52c40"
  268. "checksum pangocairo-sys 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e34ec010b38a2a6dafdf3d86ffe1251a0ae759208ec85f78c66c0445481bd5a8"
  269. "checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
  270. "checksum png 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f0b0cabbbd20c2d7f06dbf015e06aad59b6ca3d9ed14848783e98af9aaf19925"
  271. "checksum rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6475140dfd8655aeb72e1fd4b7a1cc1c202be65d71669476e392fe62532b9edd"
  272. "checksum serde 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "1c57ab4ec5fa85d08aaf8ed9245899d9bbdd66768945b21113b84d5f595cb6a1"
  273. "checksum serde_json 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7cf5b0b5b4bd22eeecb7e01ac2e1225c7ef5e4272b79ee28a8392a8c8489c839"
  274. "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"