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.

440 lines
12 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 = "once_cell"
  154. version = "1.17.0"
  155. source = "registry+https://github.com/rust-lang/crates.io-index"
  156. checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
  157. [[package]]
  158. name = "pmuw-project"
  159. version = "0.1.0"
  160. dependencies = [
  161. "once_cell",
  162. "rustyline",
  163. "shlex",
  164. ]
  165. [[package]]
  166. name = "proc-macro2"
  167. version = "1.0.49"
  168. source = "registry+https://github.com/rust-lang/crates.io-index"
  169. checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
  170. dependencies = [
  171. "unicode-ident",
  172. ]
  173. [[package]]
  174. name = "quote"
  175. version = "1.0.23"
  176. source = "registry+https://github.com/rust-lang/crates.io-index"
  177. checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
  178. dependencies = [
  179. "proc-macro2",
  180. ]
  181. [[package]]
  182. name = "radix_trie"
  183. version = "0.2.1"
  184. source = "registry+https://github.com/rust-lang/crates.io-index"
  185. checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
  186. dependencies = [
  187. "endian-type",
  188. "nibble_vec",
  189. ]
  190. [[package]]
  191. name = "redox_syscall"
  192. version = "0.2.16"
  193. source = "registry+https://github.com/rust-lang/crates.io-index"
  194. checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
  195. dependencies = [
  196. "bitflags",
  197. ]
  198. [[package]]
  199. name = "redox_users"
  200. version = "0.4.3"
  201. source = "registry+https://github.com/rust-lang/crates.io-index"
  202. checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
  203. dependencies = [
  204. "getrandom",
  205. "redox_syscall",
  206. "thiserror",
  207. ]
  208. [[package]]
  209. name = "rustix"
  210. version = "0.36.6"
  211. source = "registry+https://github.com/rust-lang/crates.io-index"
  212. checksum = "4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549"
  213. dependencies = [
  214. "bitflags",
  215. "errno",
  216. "io-lifetimes",
  217. "libc",
  218. "linux-raw-sys",
  219. "windows-sys",
  220. ]
  221. [[package]]
  222. name = "rustyline"
  223. version = "10.1.0"
  224. source = "registry+https://github.com/rust-lang/crates.io-index"
  225. checksum = "5fc2d30f0bb29c4308f902d4a147b2d6cb022b59771463d9785f37e21f544df7"
  226. dependencies = [
  227. "bitflags",
  228. "cfg-if",
  229. "clipboard-win",
  230. "dirs-next",
  231. "fd-lock",
  232. "libc",
  233. "log",
  234. "memchr",
  235. "nix",
  236. "radix_trie",
  237. "scopeguard",
  238. "unicode-segmentation",
  239. "unicode-width",
  240. "utf8parse",
  241. "winapi",
  242. ]
  243. [[package]]
  244. name = "scopeguard"
  245. version = "1.1.0"
  246. source = "registry+https://github.com/rust-lang/crates.io-index"
  247. checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
  248. [[package]]
  249. name = "shlex"
  250. version = "1.1.0"
  251. source = "registry+https://github.com/rust-lang/crates.io-index"
  252. checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
  253. [[package]]
  254. name = "smallvec"
  255. version = "1.10.0"
  256. source = "registry+https://github.com/rust-lang/crates.io-index"
  257. checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
  258. [[package]]
  259. name = "static_assertions"
  260. version = "1.1.0"
  261. source = "registry+https://github.com/rust-lang/crates.io-index"
  262. checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
  263. [[package]]
  264. name = "str-buf"
  265. version = "1.0.6"
  266. source = "registry+https://github.com/rust-lang/crates.io-index"
  267. checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
  268. [[package]]
  269. name = "syn"
  270. version = "1.0.107"
  271. source = "registry+https://github.com/rust-lang/crates.io-index"
  272. checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
  273. dependencies = [
  274. "proc-macro2",
  275. "quote",
  276. "unicode-ident",
  277. ]
  278. [[package]]
  279. name = "thiserror"
  280. version = "1.0.38"
  281. source = "registry+https://github.com/rust-lang/crates.io-index"
  282. checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
  283. dependencies = [
  284. "thiserror-impl",
  285. ]
  286. [[package]]
  287. name = "thiserror-impl"
  288. version = "1.0.38"
  289. source = "registry+https://github.com/rust-lang/crates.io-index"
  290. checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
  291. dependencies = [
  292. "proc-macro2",
  293. "quote",
  294. "syn",
  295. ]
  296. [[package]]
  297. name = "unicode-ident"
  298. version = "1.0.6"
  299. source = "registry+https://github.com/rust-lang/crates.io-index"
  300. checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
  301. [[package]]
  302. name = "unicode-segmentation"
  303. version = "1.10.0"
  304. source = "registry+https://github.com/rust-lang/crates.io-index"
  305. checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
  306. [[package]]
  307. name = "unicode-width"
  308. version = "0.1.10"
  309. source = "registry+https://github.com/rust-lang/crates.io-index"
  310. checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
  311. [[package]]
  312. name = "utf8parse"
  313. version = "0.2.0"
  314. source = "registry+https://github.com/rust-lang/crates.io-index"
  315. checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
  316. [[package]]
  317. name = "wasi"
  318. version = "0.11.0+wasi-snapshot-preview1"
  319. source = "registry+https://github.com/rust-lang/crates.io-index"
  320. checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
  321. [[package]]
  322. name = "winapi"
  323. version = "0.3.9"
  324. source = "registry+https://github.com/rust-lang/crates.io-index"
  325. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  326. dependencies = [
  327. "winapi-i686-pc-windows-gnu",
  328. "winapi-x86_64-pc-windows-gnu",
  329. ]
  330. [[package]]
  331. name = "winapi-i686-pc-windows-gnu"
  332. version = "0.4.0"
  333. source = "registry+https://github.com/rust-lang/crates.io-index"
  334. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  335. [[package]]
  336. name = "winapi-x86_64-pc-windows-gnu"
  337. version = "0.4.0"
  338. source = "registry+https://github.com/rust-lang/crates.io-index"
  339. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  340. [[package]]
  341. name = "windows-sys"
  342. version = "0.42.0"
  343. source = "registry+https://github.com/rust-lang/crates.io-index"
  344. checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
  345. dependencies = [
  346. "windows_aarch64_gnullvm",
  347. "windows_aarch64_msvc",
  348. "windows_i686_gnu",
  349. "windows_i686_msvc",
  350. "windows_x86_64_gnu",
  351. "windows_x86_64_gnullvm",
  352. "windows_x86_64_msvc",
  353. ]
  354. [[package]]
  355. name = "windows_aarch64_gnullvm"
  356. version = "0.42.1"
  357. source = "registry+https://github.com/rust-lang/crates.io-index"
  358. checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
  359. [[package]]
  360. name = "windows_aarch64_msvc"
  361. version = "0.42.1"
  362. source = "registry+https://github.com/rust-lang/crates.io-index"
  363. checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
  364. [[package]]
  365. name = "windows_i686_gnu"
  366. version = "0.42.1"
  367. source = "registry+https://github.com/rust-lang/crates.io-index"
  368. checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
  369. [[package]]
  370. name = "windows_i686_msvc"
  371. version = "0.42.1"
  372. source = "registry+https://github.com/rust-lang/crates.io-index"
  373. checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
  374. [[package]]
  375. name = "windows_x86_64_gnu"
  376. version = "0.42.1"
  377. source = "registry+https://github.com/rust-lang/crates.io-index"
  378. checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
  379. [[package]]
  380. name = "windows_x86_64_gnullvm"
  381. version = "0.42.1"
  382. source = "registry+https://github.com/rust-lang/crates.io-index"
  383. checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
  384. [[package]]
  385. name = "windows_x86_64_msvc"
  386. version = "0.42.1"
  387. source = "registry+https://github.com/rust-lang/crates.io-index"
  388. checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"