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.

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