You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

433 lines
11 KiB

2 years ago
2 years ago
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "bitflags"
  6. version = "1.3.2"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  9. [[package]]
  10. name = "cc"
  11. version = "1.0.78"
  12. source = "registry+https://github.com/rust-lang/crates.io-index"
  13. checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
  14. [[package]]
  15. name = "cfg-if"
  16. version = "1.0.0"
  17. source = "registry+https://github.com/rust-lang/crates.io-index"
  18. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  19. [[package]]
  20. name = "clipboard-win"
  21. version = "4.5.0"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362"
  24. dependencies = [
  25. "error-code",
  26. "str-buf",
  27. "winapi",
  28. ]
  29. [[package]]
  30. name = "dirs-next"
  31. version = "2.0.0"
  32. source = "registry+https://github.com/rust-lang/crates.io-index"
  33. checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
  34. dependencies = [
  35. "cfg-if",
  36. "dirs-sys-next",
  37. ]
  38. [[package]]
  39. name = "dirs-sys-next"
  40. version = "0.1.2"
  41. source = "registry+https://github.com/rust-lang/crates.io-index"
  42. checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
  43. dependencies = [
  44. "libc",
  45. "redox_users",
  46. "winapi",
  47. ]
  48. [[package]]
  49. name = "endian-type"
  50. version = "0.1.2"
  51. source = "registry+https://github.com/rust-lang/crates.io-index"
  52. checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
  53. [[package]]
  54. name = "errno"
  55. version = "0.2.8"
  56. source = "registry+https://github.com/rust-lang/crates.io-index"
  57. checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
  58. dependencies = [
  59. "errno-dragonfly",
  60. "libc",
  61. "winapi",
  62. ]
  63. [[package]]
  64. name = "errno-dragonfly"
  65. version = "0.1.2"
  66. source = "registry+https://github.com/rust-lang/crates.io-index"
  67. checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
  68. dependencies = [
  69. "cc",
  70. "libc",
  71. ]
  72. [[package]]
  73. name = "error-code"
  74. version = "2.3.1"
  75. source = "registry+https://github.com/rust-lang/crates.io-index"
  76. checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
  77. dependencies = [
  78. "libc",
  79. "str-buf",
  80. ]
  81. [[package]]
  82. name = "fd-lock"
  83. version = "3.0.8"
  84. source = "registry+https://github.com/rust-lang/crates.io-index"
  85. checksum = "bb21c69b9fea5e15dbc1049e4b77145dd0ba1c84019c488102de0dc4ea4b0a27"
  86. dependencies = [
  87. "cfg-if",
  88. "rustix",
  89. "windows-sys",
  90. ]
  91. [[package]]
  92. name = "getrandom"
  93. version = "0.2.8"
  94. source = "registry+https://github.com/rust-lang/crates.io-index"
  95. checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
  96. dependencies = [
  97. "cfg-if",
  98. "libc",
  99. "wasi",
  100. ]
  101. [[package]]
  102. name = "io-lifetimes"
  103. version = "1.0.4"
  104. source = "registry+https://github.com/rust-lang/crates.io-index"
  105. checksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e"
  106. dependencies = [
  107. "libc",
  108. "windows-sys",
  109. ]
  110. [[package]]
  111. name = "libc"
  112. version = "0.2.139"
  113. source = "registry+https://github.com/rust-lang/crates.io-index"
  114. checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
  115. [[package]]
  116. name = "linux-raw-sys"
  117. version = "0.1.4"
  118. source = "registry+https://github.com/rust-lang/crates.io-index"
  119. checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
  120. [[package]]
  121. name = "log"
  122. version = "0.4.17"
  123. source = "registry+https://github.com/rust-lang/crates.io-index"
  124. checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
  125. dependencies = [
  126. "cfg-if",
  127. ]
  128. [[package]]
  129. name = "memchr"
  130. version = "2.5.0"
  131. source = "registry+https://github.com/rust-lang/crates.io-index"
  132. checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
  133. [[package]]
  134. name = "nibble_vec"
  135. version = "0.1.0"
  136. source = "registry+https://github.com/rust-lang/crates.io-index"
  137. checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
  138. dependencies = [
  139. "smallvec",
  140. ]
  141. [[package]]
  142. name = "nix"
  143. version = "0.26.1"
  144. source = "registry+https://github.com/rust-lang/crates.io-index"
  145. checksum = "46a58d1d356c6597d08cde02c2f09d785b09e28711837b1ed667dc652c08a694"
  146. dependencies = [
  147. "bitflags",
  148. "cfg-if",
  149. "libc",
  150. "static_assertions",
  151. ]
  152. [[package]]
  153. name = "pmuw-project"
  154. version = "0.1.0"
  155. dependencies = [
  156. "rustyline",
  157. "shlex",
  158. ]
  159. [[package]]
  160. name = "proc-macro2"
  161. version = "1.0.49"
  162. source = "registry+https://github.com/rust-lang/crates.io-index"
  163. checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
  164. dependencies = [
  165. "unicode-ident",
  166. ]
  167. [[package]]
  168. name = "quote"
  169. version = "1.0.23"
  170. source = "registry+https://github.com/rust-lang/crates.io-index"
  171. checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
  172. dependencies = [
  173. "proc-macro2",
  174. ]
  175. [[package]]
  176. name = "radix_trie"
  177. version = "0.2.1"
  178. source = "registry+https://github.com/rust-lang/crates.io-index"
  179. checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
  180. dependencies = [
  181. "endian-type",
  182. "nibble_vec",
  183. ]
  184. [[package]]
  185. name = "redox_syscall"
  186. version = "0.2.16"
  187. source = "registry+https://github.com/rust-lang/crates.io-index"
  188. checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
  189. dependencies = [
  190. "bitflags",
  191. ]
  192. [[package]]
  193. name = "redox_users"
  194. version = "0.4.3"
  195. source = "registry+https://github.com/rust-lang/crates.io-index"
  196. checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
  197. dependencies = [
  198. "getrandom",
  199. "redox_syscall",
  200. "thiserror",
  201. ]
  202. [[package]]
  203. name = "rustix"
  204. version = "0.36.6"
  205. source = "registry+https://github.com/rust-lang/crates.io-index"
  206. checksum = "4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549"
  207. dependencies = [
  208. "bitflags",
  209. "errno",
  210. "io-lifetimes",
  211. "libc",
  212. "linux-raw-sys",
  213. "windows-sys",
  214. ]
  215. [[package]]
  216. name = "rustyline"
  217. version = "10.1.0"
  218. source = "registry+https://github.com/rust-lang/crates.io-index"
  219. checksum = "5fc2d30f0bb29c4308f902d4a147b2d6cb022b59771463d9785f37e21f544df7"
  220. dependencies = [
  221. "bitflags",
  222. "cfg-if",
  223. "clipboard-win",
  224. "dirs-next",
  225. "fd-lock",
  226. "libc",
  227. "log",
  228. "memchr",
  229. "nix",
  230. "radix_trie",
  231. "scopeguard",
  232. "unicode-segmentation",
  233. "unicode-width",
  234. "utf8parse",
  235. "winapi",
  236. ]
  237. [[package]]
  238. name = "scopeguard"
  239. version = "1.1.0"
  240. source = "registry+https://github.com/rust-lang/crates.io-index"
  241. checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
  242. [[package]]
  243. name = "shlex"
  244. version = "1.1.0"
  245. source = "registry+https://github.com/rust-lang/crates.io-index"
  246. checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
  247. [[package]]
  248. name = "smallvec"
  249. version = "1.10.0"
  250. source = "registry+https://github.com/rust-lang/crates.io-index"
  251. checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
  252. [[package]]
  253. name = "static_assertions"
  254. version = "1.1.0"
  255. source = "registry+https://github.com/rust-lang/crates.io-index"
  256. checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
  257. [[package]]
  258. name = "str-buf"
  259. version = "1.0.6"
  260. source = "registry+https://github.com/rust-lang/crates.io-index"
  261. checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
  262. [[package]]
  263. name = "syn"
  264. version = "1.0.107"
  265. source = "registry+https://github.com/rust-lang/crates.io-index"
  266. checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
  267. dependencies = [
  268. "proc-macro2",
  269. "quote",
  270. "unicode-ident",
  271. ]
  272. [[package]]
  273. name = "thiserror"
  274. version = "1.0.38"
  275. source = "registry+https://github.com/rust-lang/crates.io-index"
  276. checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
  277. dependencies = [
  278. "thiserror-impl",
  279. ]
  280. [[package]]
  281. name = "thiserror-impl"
  282. version = "1.0.38"
  283. source = "registry+https://github.com/rust-lang/crates.io-index"
  284. checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
  285. dependencies = [
  286. "proc-macro2",
  287. "quote",
  288. "syn",
  289. ]
  290. [[package]]
  291. name = "unicode-ident"
  292. version = "1.0.6"
  293. source = "registry+https://github.com/rust-lang/crates.io-index"
  294. checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
  295. [[package]]
  296. name = "unicode-segmentation"
  297. version = "1.10.0"
  298. source = "registry+https://github.com/rust-lang/crates.io-index"
  299. checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
  300. [[package]]
  301. name = "unicode-width"
  302. version = "0.1.10"
  303. source = "registry+https://github.com/rust-lang/crates.io-index"
  304. checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
  305. [[package]]
  306. name = "utf8parse"
  307. version = "0.2.0"
  308. source = "registry+https://github.com/rust-lang/crates.io-index"
  309. checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
  310. [[package]]
  311. name = "wasi"
  312. version = "0.11.0+wasi-snapshot-preview1"
  313. source = "registry+https://github.com/rust-lang/crates.io-index"
  314. checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
  315. [[package]]
  316. name = "winapi"
  317. version = "0.3.9"
  318. source = "registry+https://github.com/rust-lang/crates.io-index"
  319. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  320. dependencies = [
  321. "winapi-i686-pc-windows-gnu",
  322. "winapi-x86_64-pc-windows-gnu",
  323. ]
  324. [[package]]
  325. name = "winapi-i686-pc-windows-gnu"
  326. version = "0.4.0"
  327. source = "registry+https://github.com/rust-lang/crates.io-index"
  328. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  329. [[package]]
  330. name = "winapi-x86_64-pc-windows-gnu"
  331. version = "0.4.0"
  332. source = "registry+https://github.com/rust-lang/crates.io-index"
  333. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  334. [[package]]
  335. name = "windows-sys"
  336. version = "0.42.0"
  337. source = "registry+https://github.com/rust-lang/crates.io-index"
  338. checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
  339. dependencies = [
  340. "windows_aarch64_gnullvm",
  341. "windows_aarch64_msvc",
  342. "windows_i686_gnu",
  343. "windows_i686_msvc",
  344. "windows_x86_64_gnu",
  345. "windows_x86_64_gnullvm",
  346. "windows_x86_64_msvc",
  347. ]
  348. [[package]]
  349. name = "windows_aarch64_gnullvm"
  350. version = "0.42.1"
  351. source = "registry+https://github.com/rust-lang/crates.io-index"
  352. checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
  353. [[package]]
  354. name = "windows_aarch64_msvc"
  355. version = "0.42.1"
  356. source = "registry+https://github.com/rust-lang/crates.io-index"
  357. checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
  358. [[package]]
  359. name = "windows_i686_gnu"
  360. version = "0.42.1"
  361. source = "registry+https://github.com/rust-lang/crates.io-index"
  362. checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
  363. [[package]]
  364. name = "windows_i686_msvc"
  365. version = "0.42.1"
  366. source = "registry+https://github.com/rust-lang/crates.io-index"
  367. checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
  368. [[package]]
  369. name = "windows_x86_64_gnu"
  370. version = "0.42.1"
  371. source = "registry+https://github.com/rust-lang/crates.io-index"
  372. checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
  373. [[package]]
  374. name = "windows_x86_64_gnullvm"
  375. version = "0.42.1"
  376. source = "registry+https://github.com/rust-lang/crates.io-index"
  377. checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
  378. [[package]]
  379. name = "windows_x86_64_msvc"
  380. version = "0.42.1"
  381. source = "registry+https://github.com/rust-lang/crates.io-index"
  382. checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"