Cargo.lock 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "atty"
  6. version = "0.2.14"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  9. dependencies = [
  10. "hermit-abi",
  11. "libc",
  12. "winapi",
  13. ]
  14. [[package]]
  15. name = "autocfg"
  16. version = "1.1.0"
  17. source = "registry+https://github.com/rust-lang/crates.io-index"
  18. checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
  19. [[package]]
  20. name = "bitflags"
  21. version = "1.3.2"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  24. [[package]]
  25. name = "cfg-if"
  26. version = "1.0.0"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  29. [[package]]
  30. name = "clap"
  31. version = "3.2.22"
  32. source = "registry+https://github.com/rust-lang/crates.io-index"
  33. checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750"
  34. dependencies = [
  35. "atty",
  36. "bitflags",
  37. "clap_lex",
  38. "indexmap",
  39. "strsim",
  40. "termcolor",
  41. "textwrap",
  42. ]
  43. [[package]]
  44. name = "clap_lex"
  45. version = "0.2.4"
  46. source = "registry+https://github.com/rust-lang/crates.io-index"
  47. checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
  48. dependencies = [
  49. "os_str_bytes",
  50. ]
  51. [[package]]
  52. name = "cmus-rpc-rs"
  53. version = "0.2.0"
  54. dependencies = [
  55. "clap",
  56. "dirs",
  57. "discord-rich-presence",
  58. ]
  59. [[package]]
  60. name = "dirs"
  61. version = "5.0.0"
  62. source = "registry+https://github.com/rust-lang/crates.io-index"
  63. checksum = "dece029acd3353e3a58ac2e3eb3c8d6c35827a892edc6cc4138ef9c33df46ecd"
  64. dependencies = [
  65. "dirs-sys",
  66. ]
  67. [[package]]
  68. name = "dirs-sys"
  69. version = "0.4.0"
  70. source = "registry+https://github.com/rust-lang/crates.io-index"
  71. checksum = "04414300db88f70d74c5ff54e50f9e1d1737d9a5b90f53fcf2e95ca2a9ab554b"
  72. dependencies = [
  73. "libc",
  74. "redox_users",
  75. "windows-sys",
  76. ]
  77. [[package]]
  78. name = "discord-rich-presence"
  79. version = "0.2.3"
  80. source = "registry+https://github.com/rust-lang/crates.io-index"
  81. checksum = "47fc4beffb85ee1461588499073a4d9c20dcc7728c4b13d6b282ab6c508947e5"
  82. dependencies = [
  83. "serde",
  84. "serde_derive",
  85. "serde_json",
  86. "uuid",
  87. ]
  88. [[package]]
  89. name = "getrandom"
  90. version = "0.2.7"
  91. source = "registry+https://github.com/rust-lang/crates.io-index"
  92. checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
  93. dependencies = [
  94. "cfg-if",
  95. "libc",
  96. "wasi",
  97. ]
  98. [[package]]
  99. name = "hashbrown"
  100. version = "0.12.3"
  101. source = "registry+https://github.com/rust-lang/crates.io-index"
  102. checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
  103. [[package]]
  104. name = "hermit-abi"
  105. version = "0.1.19"
  106. source = "registry+https://github.com/rust-lang/crates.io-index"
  107. checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
  108. dependencies = [
  109. "libc",
  110. ]
  111. [[package]]
  112. name = "indexmap"
  113. version = "1.9.1"
  114. source = "registry+https://github.com/rust-lang/crates.io-index"
  115. checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
  116. dependencies = [
  117. "autocfg",
  118. "hashbrown",
  119. ]
  120. [[package]]
  121. name = "itoa"
  122. version = "1.0.4"
  123. source = "registry+https://github.com/rust-lang/crates.io-index"
  124. checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
  125. [[package]]
  126. name = "libc"
  127. version = "0.2.135"
  128. source = "registry+https://github.com/rust-lang/crates.io-index"
  129. checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
  130. [[package]]
  131. name = "os_str_bytes"
  132. version = "6.3.0"
  133. source = "registry+https://github.com/rust-lang/crates.io-index"
  134. checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
  135. [[package]]
  136. name = "proc-macro2"
  137. version = "1.0.46"
  138. source = "registry+https://github.com/rust-lang/crates.io-index"
  139. checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
  140. dependencies = [
  141. "unicode-ident",
  142. ]
  143. [[package]]
  144. name = "quote"
  145. version = "1.0.21"
  146. source = "registry+https://github.com/rust-lang/crates.io-index"
  147. checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
  148. dependencies = [
  149. "proc-macro2",
  150. ]
  151. [[package]]
  152. name = "redox_syscall"
  153. version = "0.2.16"
  154. source = "registry+https://github.com/rust-lang/crates.io-index"
  155. checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
  156. dependencies = [
  157. "bitflags",
  158. ]
  159. [[package]]
  160. name = "redox_users"
  161. version = "0.4.3"
  162. source = "registry+https://github.com/rust-lang/crates.io-index"
  163. checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
  164. dependencies = [
  165. "getrandom",
  166. "redox_syscall",
  167. "thiserror",
  168. ]
  169. [[package]]
  170. name = "ryu"
  171. version = "1.0.11"
  172. source = "registry+https://github.com/rust-lang/crates.io-index"
  173. checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
  174. [[package]]
  175. name = "serde"
  176. version = "1.0.145"
  177. source = "registry+https://github.com/rust-lang/crates.io-index"
  178. checksum = "728eb6351430bccb993660dfffc5a72f91ccc1295abaa8ce19b27ebe4f75568b"
  179. [[package]]
  180. name = "serde_derive"
  181. version = "1.0.145"
  182. source = "registry+https://github.com/rust-lang/crates.io-index"
  183. checksum = "81fa1584d3d1bcacd84c277a0dfe21f5b0f6accf4a23d04d4c6d61f1af522b4c"
  184. dependencies = [
  185. "proc-macro2",
  186. "quote",
  187. "syn",
  188. ]
  189. [[package]]
  190. name = "serde_json"
  191. version = "1.0.86"
  192. source = "registry+https://github.com/rust-lang/crates.io-index"
  193. checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074"
  194. dependencies = [
  195. "itoa",
  196. "ryu",
  197. "serde",
  198. ]
  199. [[package]]
  200. name = "strsim"
  201. version = "0.10.0"
  202. source = "registry+https://github.com/rust-lang/crates.io-index"
  203. checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
  204. [[package]]
  205. name = "syn"
  206. version = "1.0.102"
  207. source = "registry+https://github.com/rust-lang/crates.io-index"
  208. checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
  209. dependencies = [
  210. "proc-macro2",
  211. "quote",
  212. "unicode-ident",
  213. ]
  214. [[package]]
  215. name = "termcolor"
  216. version = "1.1.3"
  217. source = "registry+https://github.com/rust-lang/crates.io-index"
  218. checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
  219. dependencies = [
  220. "winapi-util",
  221. ]
  222. [[package]]
  223. name = "textwrap"
  224. version = "0.15.1"
  225. source = "registry+https://github.com/rust-lang/crates.io-index"
  226. checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"
  227. [[package]]
  228. name = "thiserror"
  229. version = "1.0.37"
  230. source = "registry+https://github.com/rust-lang/crates.io-index"
  231. checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
  232. dependencies = [
  233. "thiserror-impl",
  234. ]
  235. [[package]]
  236. name = "thiserror-impl"
  237. version = "1.0.37"
  238. source = "registry+https://github.com/rust-lang/crates.io-index"
  239. checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
  240. dependencies = [
  241. "proc-macro2",
  242. "quote",
  243. "syn",
  244. ]
  245. [[package]]
  246. name = "unicode-ident"
  247. version = "1.0.5"
  248. source = "registry+https://github.com/rust-lang/crates.io-index"
  249. checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
  250. [[package]]
  251. name = "uuid"
  252. version = "0.8.2"
  253. source = "registry+https://github.com/rust-lang/crates.io-index"
  254. checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
  255. dependencies = [
  256. "getrandom",
  257. ]
  258. [[package]]
  259. name = "wasi"
  260. version = "0.11.0+wasi-snapshot-preview1"
  261. source = "registry+https://github.com/rust-lang/crates.io-index"
  262. checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
  263. [[package]]
  264. name = "winapi"
  265. version = "0.3.9"
  266. source = "registry+https://github.com/rust-lang/crates.io-index"
  267. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  268. dependencies = [
  269. "winapi-i686-pc-windows-gnu",
  270. "winapi-x86_64-pc-windows-gnu",
  271. ]
  272. [[package]]
  273. name = "winapi-i686-pc-windows-gnu"
  274. version = "0.4.0"
  275. source = "registry+https://github.com/rust-lang/crates.io-index"
  276. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  277. [[package]]
  278. name = "winapi-util"
  279. version = "0.1.5"
  280. source = "registry+https://github.com/rust-lang/crates.io-index"
  281. checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
  282. dependencies = [
  283. "winapi",
  284. ]
  285. [[package]]
  286. name = "winapi-x86_64-pc-windows-gnu"
  287. version = "0.4.0"
  288. source = "registry+https://github.com/rust-lang/crates.io-index"
  289. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  290. [[package]]
  291. name = "windows-sys"
  292. version = "0.45.0"
  293. source = "registry+https://github.com/rust-lang/crates.io-index"
  294. checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
  295. dependencies = [
  296. "windows-targets",
  297. ]
  298. [[package]]
  299. name = "windows-targets"
  300. version = "0.42.2"
  301. source = "registry+https://github.com/rust-lang/crates.io-index"
  302. checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
  303. dependencies = [
  304. "windows_aarch64_gnullvm",
  305. "windows_aarch64_msvc",
  306. "windows_i686_gnu",
  307. "windows_i686_msvc",
  308. "windows_x86_64_gnu",
  309. "windows_x86_64_gnullvm",
  310. "windows_x86_64_msvc",
  311. ]
  312. [[package]]
  313. name = "windows_aarch64_gnullvm"
  314. version = "0.42.2"
  315. source = "registry+https://github.com/rust-lang/crates.io-index"
  316. checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
  317. [[package]]
  318. name = "windows_aarch64_msvc"
  319. version = "0.42.2"
  320. source = "registry+https://github.com/rust-lang/crates.io-index"
  321. checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
  322. [[package]]
  323. name = "windows_i686_gnu"
  324. version = "0.42.2"
  325. source = "registry+https://github.com/rust-lang/crates.io-index"
  326. checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
  327. [[package]]
  328. name = "windows_i686_msvc"
  329. version = "0.42.2"
  330. source = "registry+https://github.com/rust-lang/crates.io-index"
  331. checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
  332. [[package]]
  333. name = "windows_x86_64_gnu"
  334. version = "0.42.2"
  335. source = "registry+https://github.com/rust-lang/crates.io-index"
  336. checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
  337. [[package]]
  338. name = "windows_x86_64_gnullvm"
  339. version = "0.42.2"
  340. source = "registry+https://github.com/rust-lang/crates.io-index"
  341. checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
  342. [[package]]
  343. name = "windows_x86_64_msvc"
  344. version = "0.42.2"
  345. source = "registry+https://github.com/rust-lang/crates.io-index"
  346. checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"