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.

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