3
2

Cargo.lock 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "anstream"
  6. version = "0.6.20"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192"
  9. dependencies = [
  10. "anstyle",
  11. "anstyle-parse",
  12. "anstyle-query",
  13. "anstyle-wincon",
  14. "colorchoice",
  15. "is_terminal_polyfill",
  16. "utf8parse",
  17. ]
  18. [[package]]
  19. name = "anstyle"
  20. version = "1.0.11"
  21. source = "registry+https://github.com/rust-lang/crates.io-index"
  22. checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
  23. [[package]]
  24. name = "anstyle-parse"
  25. version = "0.2.7"
  26. source = "registry+https://github.com/rust-lang/crates.io-index"
  27. checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  28. dependencies = [
  29. "utf8parse",
  30. ]
  31. [[package]]
  32. name = "anstyle-query"
  33. version = "1.1.4"
  34. source = "registry+https://github.com/rust-lang/crates.io-index"
  35. checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  36. dependencies = [
  37. "windows-sys",
  38. ]
  39. [[package]]
  40. name = "anstyle-wincon"
  41. version = "3.0.10"
  42. source = "registry+https://github.com/rust-lang/crates.io-index"
  43. checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  44. dependencies = [
  45. "anstyle",
  46. "once_cell_polyfill",
  47. "windows-sys",
  48. ]
  49. [[package]]
  50. name = "clap"
  51. version = "4.5.46"
  52. source = "registry+https://github.com/rust-lang/crates.io-index"
  53. checksum = "2c5e4fcf9c21d2e544ca1ee9d8552de13019a42aa7dbf32747fa7aaf1df76e57"
  54. dependencies = [
  55. "clap_builder",
  56. "clap_derive",
  57. ]
  58. [[package]]
  59. name = "clap_builder"
  60. version = "4.5.46"
  61. source = "registry+https://github.com/rust-lang/crates.io-index"
  62. checksum = "fecb53a0e6fcfb055f686001bc2e2592fa527efaf38dbe81a6a9563562e57d41"
  63. dependencies = [
  64. "anstream",
  65. "anstyle",
  66. "clap_lex",
  67. "strsim",
  68. ]
  69. [[package]]
  70. name = "clap_derive"
  71. version = "4.5.45"
  72. source = "registry+https://github.com/rust-lang/crates.io-index"
  73. checksum = "14cb31bb0a7d536caef2639baa7fad459e15c3144efefa6dbd1c84562c4739f6"
  74. dependencies = [
  75. "heck",
  76. "proc-macro2",
  77. "quote",
  78. "syn",
  79. ]
  80. [[package]]
  81. name = "clap_lex"
  82. version = "0.7.5"
  83. source = "registry+https://github.com/rust-lang/crates.io-index"
  84. checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
  85. [[package]]
  86. name = "cmz-core"
  87. version = "0.1.0-rc2"
  88. dependencies = [
  89. "clap",
  90. "darling",
  91. "prettyplease",
  92. "proc-macro2",
  93. "quote",
  94. "syn",
  95. ]
  96. [[package]]
  97. name = "colorchoice"
  98. version = "1.0.4"
  99. source = "registry+https://github.com/rust-lang/crates.io-index"
  100. checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
  101. [[package]]
  102. name = "darling"
  103. version = "0.20.11"
  104. source = "registry+https://github.com/rust-lang/crates.io-index"
  105. checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
  106. dependencies = [
  107. "darling_core",
  108. "darling_macro",
  109. ]
  110. [[package]]
  111. name = "darling_core"
  112. version = "0.20.11"
  113. source = "registry+https://github.com/rust-lang/crates.io-index"
  114. checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
  115. dependencies = [
  116. "fnv",
  117. "ident_case",
  118. "proc-macro2",
  119. "quote",
  120. "strsim",
  121. "syn",
  122. ]
  123. [[package]]
  124. name = "darling_macro"
  125. version = "0.20.11"
  126. source = "registry+https://github.com/rust-lang/crates.io-index"
  127. checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
  128. dependencies = [
  129. "darling_core",
  130. "quote",
  131. "syn",
  132. ]
  133. [[package]]
  134. name = "fnv"
  135. version = "1.0.7"
  136. source = "registry+https://github.com/rust-lang/crates.io-index"
  137. checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
  138. [[package]]
  139. name = "heck"
  140. version = "0.5.0"
  141. source = "registry+https://github.com/rust-lang/crates.io-index"
  142. checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
  143. [[package]]
  144. name = "ident_case"
  145. version = "1.0.1"
  146. source = "registry+https://github.com/rust-lang/crates.io-index"
  147. checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
  148. [[package]]
  149. name = "is_terminal_polyfill"
  150. version = "1.70.1"
  151. source = "registry+https://github.com/rust-lang/crates.io-index"
  152. checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
  153. [[package]]
  154. name = "once_cell_polyfill"
  155. version = "1.70.1"
  156. source = "registry+https://github.com/rust-lang/crates.io-index"
  157. checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
  158. [[package]]
  159. name = "prettyplease"
  160. version = "0.2.37"
  161. source = "registry+https://github.com/rust-lang/crates.io-index"
  162. checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
  163. dependencies = [
  164. "proc-macro2",
  165. "syn",
  166. ]
  167. [[package]]
  168. name = "proc-macro2"
  169. version = "1.0.101"
  170. source = "registry+https://github.com/rust-lang/crates.io-index"
  171. checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
  172. dependencies = [
  173. "unicode-ident",
  174. ]
  175. [[package]]
  176. name = "quote"
  177. version = "1.0.40"
  178. source = "registry+https://github.com/rust-lang/crates.io-index"
  179. checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
  180. dependencies = [
  181. "proc-macro2",
  182. ]
  183. [[package]]
  184. name = "strsim"
  185. version = "0.11.1"
  186. source = "registry+https://github.com/rust-lang/crates.io-index"
  187. checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
  188. [[package]]
  189. name = "syn"
  190. version = "2.0.106"
  191. source = "registry+https://github.com/rust-lang/crates.io-index"
  192. checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
  193. dependencies = [
  194. "proc-macro2",
  195. "quote",
  196. "unicode-ident",
  197. ]
  198. [[package]]
  199. name = "unicode-ident"
  200. version = "1.0.18"
  201. source = "registry+https://github.com/rust-lang/crates.io-index"
  202. checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
  203. [[package]]
  204. name = "utf8parse"
  205. version = "0.2.2"
  206. source = "registry+https://github.com/rust-lang/crates.io-index"
  207. checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
  208. [[package]]
  209. name = "windows-link"
  210. version = "0.1.3"
  211. source = "registry+https://github.com/rust-lang/crates.io-index"
  212. checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
  213. [[package]]
  214. name = "windows-sys"
  215. version = "0.60.2"
  216. source = "registry+https://github.com/rust-lang/crates.io-index"
  217. checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
  218. dependencies = [
  219. "windows-targets",
  220. ]
  221. [[package]]
  222. name = "windows-targets"
  223. version = "0.53.3"
  224. source = "registry+https://github.com/rust-lang/crates.io-index"
  225. checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
  226. dependencies = [
  227. "windows-link",
  228. "windows_aarch64_gnullvm",
  229. "windows_aarch64_msvc",
  230. "windows_i686_gnu",
  231. "windows_i686_gnullvm",
  232. "windows_i686_msvc",
  233. "windows_x86_64_gnu",
  234. "windows_x86_64_gnullvm",
  235. "windows_x86_64_msvc",
  236. ]
  237. [[package]]
  238. name = "windows_aarch64_gnullvm"
  239. version = "0.53.0"
  240. source = "registry+https://github.com/rust-lang/crates.io-index"
  241. checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
  242. [[package]]
  243. name = "windows_aarch64_msvc"
  244. version = "0.53.0"
  245. source = "registry+https://github.com/rust-lang/crates.io-index"
  246. checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
  247. [[package]]
  248. name = "windows_i686_gnu"
  249. version = "0.53.0"
  250. source = "registry+https://github.com/rust-lang/crates.io-index"
  251. checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
  252. [[package]]
  253. name = "windows_i686_gnullvm"
  254. version = "0.53.0"
  255. source = "registry+https://github.com/rust-lang/crates.io-index"
  256. checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
  257. [[package]]
  258. name = "windows_i686_msvc"
  259. version = "0.53.0"
  260. source = "registry+https://github.com/rust-lang/crates.io-index"
  261. checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
  262. [[package]]
  263. name = "windows_x86_64_gnu"
  264. version = "0.53.0"
  265. source = "registry+https://github.com/rust-lang/crates.io-index"
  266. checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
  267. [[package]]
  268. name = "windows_x86_64_gnullvm"
  269. version = "0.53.0"
  270. source = "registry+https://github.com/rust-lang/crates.io-index"
  271. checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
  272. [[package]]
  273. name = "windows_x86_64_msvc"
  274. version = "0.53.0"
  275. source = "registry+https://github.com/rust-lang/crates.io-index"
  276. checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"