PageRenderTime 25ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/components/shells/lain/prompt/Cargo.lock

https://gitlab.com/dwrensha1/fractalide
Cargo Lock | 278 lines | 240 code | 38 blank | 0 comment | 0 complexity | 91d7f866e9c6b5489313d58787667921 MD5 | raw file
  1. [root]
  2. name = "shells_lain_prompt"
  3. version = "0.1.0"
  4. dependencies = [
  5. "capnp 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
  6. "copperline 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  7. "libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
  8. "rustfbp 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
  9. "toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  10. ]
  11. [[package]]
  12. name = "bitflags"
  13. version = "0.3.3"
  14. source = "registry+https://github.com/rust-lang/crates.io-index"
  15. [[package]]
  16. name = "byteorder"
  17. version = "0.4.2"
  18. source = "registry+https://github.com/rust-lang/crates.io-index"
  19. [[package]]
  20. name = "capnp"
  21. version = "0.7.4"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. dependencies = [
  24. "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  25. ]
  26. [[package]]
  27. name = "copperline"
  28. version = "0.3.0"
  29. source = "registry+https://github.com/rust-lang/crates.io-index"
  30. dependencies = [
  31. "encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
  32. "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
  33. "nix 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
  34. "strcursor 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  35. "unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  36. ]
  37. [[package]]
  38. name = "dtoa"
  39. version = "0.2.2"
  40. source = "registry+https://github.com/rust-lang/crates.io-index"
  41. [[package]]
  42. name = "encoding"
  43. version = "0.2.33"
  44. source = "registry+https://github.com/rust-lang/crates.io-index"
  45. dependencies = [
  46. "encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
  47. "encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
  48. "encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
  49. "encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
  50. "encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
  51. ]
  52. [[package]]
  53. name = "encoding-index-japanese"
  54. version = "1.20141219.5"
  55. source = "registry+https://github.com/rust-lang/crates.io-index"
  56. dependencies = [
  57. "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  58. ]
  59. [[package]]
  60. name = "encoding-index-korean"
  61. version = "1.20141219.5"
  62. source = "registry+https://github.com/rust-lang/crates.io-index"
  63. dependencies = [
  64. "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  65. ]
  66. [[package]]
  67. name = "encoding-index-simpchinese"
  68. version = "1.20141219.5"
  69. source = "registry+https://github.com/rust-lang/crates.io-index"
  70. dependencies = [
  71. "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  72. ]
  73. [[package]]
  74. name = "encoding-index-singlebyte"
  75. version = "1.20141219.5"
  76. source = "registry+https://github.com/rust-lang/crates.io-index"
  77. dependencies = [
  78. "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  79. ]
  80. [[package]]
  81. name = "encoding-index-tradchinese"
  82. version = "1.20141219.5"
  83. source = "registry+https://github.com/rust-lang/crates.io-index"
  84. dependencies = [
  85. "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  86. ]
  87. [[package]]
  88. name = "encoding_index_tests"
  89. version = "0.1.4"
  90. source = "registry+https://github.com/rust-lang/crates.io-index"
  91. [[package]]
  92. name = "itoa"
  93. version = "0.1.1"
  94. source = "registry+https://github.com/rust-lang/crates.io-index"
  95. [[package]]
  96. name = "kernel32-sys"
  97. version = "0.2.2"
  98. source = "registry+https://github.com/rust-lang/crates.io-index"
  99. dependencies = [
  100. "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  101. "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  102. ]
  103. [[package]]
  104. name = "lazy_static"
  105. version = "0.2.1"
  106. source = "registry+https://github.com/rust-lang/crates.io-index"
  107. [[package]]
  108. name = "libc"
  109. version = "0.1.12"
  110. source = "registry+https://github.com/rust-lang/crates.io-index"
  111. [[package]]
  112. name = "libc"
  113. version = "0.2.17"
  114. source = "registry+https://github.com/rust-lang/crates.io-index"
  115. [[package]]
  116. name = "libloading"
  117. version = "0.2.4"
  118. source = "registry+https://github.com/rust-lang/crates.io-index"
  119. dependencies = [
  120. "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  121. "lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  122. "target_build_utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  123. "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  124. ]
  125. [[package]]
  126. name = "nix"
  127. version = "0.4.3"
  128. source = "registry+https://github.com/rust-lang/crates.io-index"
  129. dependencies = [
  130. "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  131. "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
  132. ]
  133. [[package]]
  134. name = "num-traits"
  135. version = "0.1.36"
  136. source = "registry+https://github.com/rust-lang/crates.io-index"
  137. [[package]]
  138. name = "phf"
  139. version = "0.7.19"
  140. source = "registry+https://github.com/rust-lang/crates.io-index"
  141. dependencies = [
  142. "phf_shared 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)",
  143. ]
  144. [[package]]
  145. name = "phf_codegen"
  146. version = "0.7.19"
  147. source = "registry+https://github.com/rust-lang/crates.io-index"
  148. dependencies = [
  149. "phf_generator 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)",
  150. "phf_shared 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)",
  151. ]
  152. [[package]]
  153. name = "phf_generator"
  154. version = "0.7.19"
  155. source = "registry+https://github.com/rust-lang/crates.io-index"
  156. dependencies = [
  157. "phf_shared 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)",
  158. "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
  159. ]
  160. [[package]]
  161. name = "phf_shared"
  162. version = "0.7.19"
  163. source = "registry+https://github.com/rust-lang/crates.io-index"
  164. [[package]]
  165. name = "rand"
  166. version = "0.3.14"
  167. source = "registry+https://github.com/rust-lang/crates.io-index"
  168. dependencies = [
  169. "libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
  170. ]
  171. [[package]]
  172. name = "rustc-serialize"
  173. version = "0.3.19"
  174. source = "registry+https://github.com/rust-lang/crates.io-index"
  175. [[package]]
  176. name = "rustfbp"
  177. version = "0.3.20"
  178. source = "registry+https://github.com/rust-lang/crates.io-index"
  179. dependencies = [
  180. "capnp 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
  181. "libloading 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
  182. "threadpool 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  183. ]
  184. [[package]]
  185. name = "serde"
  186. version = "0.8.17"
  187. source = "registry+https://github.com/rust-lang/crates.io-index"
  188. [[package]]
  189. name = "serde_json"
  190. version = "0.8.3"
  191. source = "registry+https://github.com/rust-lang/crates.io-index"
  192. dependencies = [
  193. "dtoa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  194. "itoa 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  195. "num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
  196. "serde 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)",
  197. ]
  198. [[package]]
  199. name = "strcursor"
  200. version = "0.1.0"
  201. source = "registry+https://github.com/rust-lang/crates.io-index"
  202. dependencies = [
  203. "unicode-segmentation 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  204. ]
  205. [[package]]
  206. name = "target_build_utils"
  207. version = "0.1.2"
  208. source = "registry+https://github.com/rust-lang/crates.io-index"
  209. dependencies = [
  210. "phf 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)",
  211. "phf_codegen 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)",
  212. "serde_json 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
  213. ]
  214. [[package]]
  215. name = "threadpool"
  216. version = "1.3.2"
  217. source = "registry+https://github.com/rust-lang/crates.io-index"
  218. [[package]]
  219. name = "toml"
  220. version = "0.2.1"
  221. source = "registry+https://github.com/rust-lang/crates.io-index"
  222. dependencies = [
  223. "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
  224. ]
  225. [[package]]
  226. name = "unicode-segmentation"
  227. version = "0.1.2"
  228. source = "registry+https://github.com/rust-lang/crates.io-index"
  229. [[package]]
  230. name = "unicode-width"
  231. version = "0.1.3"
  232. source = "registry+https://github.com/rust-lang/crates.io-index"
  233. [[package]]
  234. name = "winapi"
  235. version = "0.2.8"
  236. source = "registry+https://github.com/rust-lang/crates.io-index"
  237. [[package]]
  238. name = "winapi-build"
  239. version = "0.1.1"
  240. source = "registry+https://github.com/rust-lang/crates.io-index"