/ Cargo.lock
Cargo.lock
  1  # This file is automatically @generated by Cargo.
  2  # It is not intended for manual editing.
  3  version = 4
  4  
  5  [[package]]
  6  name = "anstream"
  7  version = "0.6.21"
  8  source = "registry+https://github.com/rust-lang/crates.io-index"
  9  checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
 10  dependencies = [
 11   "anstyle",
 12   "anstyle-parse",
 13   "anstyle-query",
 14   "anstyle-wincon",
 15   "colorchoice",
 16   "is_terminal_polyfill",
 17   "utf8parse",
 18  ]
 19  
 20  [[package]]
 21  name = "anstyle"
 22  version = "1.0.13"
 23  source = "registry+https://github.com/rust-lang/crates.io-index"
 24  checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
 25  
 26  [[package]]
 27  name = "anstyle-parse"
 28  version = "0.2.7"
 29  source = "registry+https://github.com/rust-lang/crates.io-index"
 30  checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
 31  dependencies = [
 32   "utf8parse",
 33  ]
 34  
 35  [[package]]
 36  name = "anstyle-query"
 37  version = "1.1.5"
 38  source = "registry+https://github.com/rust-lang/crates.io-index"
 39  checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
 40  dependencies = [
 41   "windows-sys",
 42  ]
 43  
 44  [[package]]
 45  name = "anstyle-wincon"
 46  version = "3.0.11"
 47  source = "registry+https://github.com/rust-lang/crates.io-index"
 48  checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
 49  dependencies = [
 50   "anstyle",
 51   "once_cell_polyfill",
 52   "windows-sys",
 53  ]
 54  
 55  [[package]]
 56  name = "anyhow"
 57  version = "1.0.100"
 58  source = "registry+https://github.com/rust-lang/crates.io-index"
 59  checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
 60  
 61  [[package]]
 62  name = "clap"
 63  version = "4.5.53"
 64  source = "registry+https://github.com/rust-lang/crates.io-index"
 65  checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
 66  dependencies = [
 67   "clap_builder",
 68   "clap_derive",
 69  ]
 70  
 71  [[package]]
 72  name = "clap_builder"
 73  version = "4.5.53"
 74  source = "registry+https://github.com/rust-lang/crates.io-index"
 75  checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
 76  dependencies = [
 77   "anstream",
 78   "anstyle",
 79   "clap_lex",
 80   "strsim",
 81  ]
 82  
 83  [[package]]
 84  name = "clap_derive"
 85  version = "4.5.49"
 86  source = "registry+https://github.com/rust-lang/crates.io-index"
 87  checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 88  dependencies = [
 89   "heck",
 90   "proc-macro2",
 91   "quote",
 92   "syn",
 93  ]
 94  
 95  [[package]]
 96  name = "clap_lex"
 97  version = "0.7.6"
 98  source = "registry+https://github.com/rust-lang/crates.io-index"
 99  checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
100  
101  [[package]]
102  name = "colorchoice"
103  version = "1.0.4"
104  source = "registry+https://github.com/rust-lang/crates.io-index"
105  checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
106  
107  [[package]]
108  name = "hearth"
109  version = "0.1.0"
110  dependencies = [
111   "anyhow",
112   "clap",
113  ]
114  
115  [[package]]
116  name = "heck"
117  version = "0.5.0"
118  source = "registry+https://github.com/rust-lang/crates.io-index"
119  checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
120  
121  [[package]]
122  name = "is_terminal_polyfill"
123  version = "1.70.2"
124  source = "registry+https://github.com/rust-lang/crates.io-index"
125  checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
126  
127  [[package]]
128  name = "once_cell_polyfill"
129  version = "1.70.2"
130  source = "registry+https://github.com/rust-lang/crates.io-index"
131  checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
132  
133  [[package]]
134  name = "proc-macro2"
135  version = "1.0.104"
136  source = "registry+https://github.com/rust-lang/crates.io-index"
137  checksum = "9695f8df41bb4f3d222c95a67532365f569318332d03d5f3f67f37b20e6ebdf0"
138  dependencies = [
139   "unicode-ident",
140  ]
141  
142  [[package]]
143  name = "quote"
144  version = "1.0.42"
145  source = "registry+https://github.com/rust-lang/crates.io-index"
146  checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
147  dependencies = [
148   "proc-macro2",
149  ]
150  
151  [[package]]
152  name = "strsim"
153  version = "0.11.1"
154  source = "registry+https://github.com/rust-lang/crates.io-index"
155  checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
156  
157  [[package]]
158  name = "syn"
159  version = "2.0.111"
160  source = "registry+https://github.com/rust-lang/crates.io-index"
161  checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
162  dependencies = [
163   "proc-macro2",
164   "quote",
165   "unicode-ident",
166  ]
167  
168  [[package]]
169  name = "unicode-ident"
170  version = "1.0.22"
171  source = "registry+https://github.com/rust-lang/crates.io-index"
172  checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
173  
174  [[package]]
175  name = "utf8parse"
176  version = "0.2.2"
177  source = "registry+https://github.com/rust-lang/crates.io-index"
178  checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
179  
180  [[package]]
181  name = "windows-link"
182  version = "0.2.1"
183  source = "registry+https://github.com/rust-lang/crates.io-index"
184  checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
185  
186  [[package]]
187  name = "windows-sys"
188  version = "0.61.2"
189  source = "registry+https://github.com/rust-lang/crates.io-index"
190  checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
191  dependencies = [
192   "windows-link",
193  ]