1# This file is automatically @generated by Cargo.
  2# It is not intended for manual editing.
  3version = 4
  4
  5[[package]]
  6name = "aho-corasick"
  7version = "1.1.3"
  8source = "registry+https://github.com/rust-lang/crates.io-index"
  9checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
 10dependencies = [
 11 "memchr",
 12]
 13
 14[[package]]
 15name = "anyhow"
 16version = "1.0.98"
 17source = "registry+https://github.com/rust-lang/crates.io-index"
 18checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
 19
 20[[package]]
 21name = "bumpalo"
 22version = "3.19.0"
 23source = "registry+https://github.com/rust-lang/crates.io-index"
 24checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 25
 26[[package]]
 27name = "cfg-if"
 28version = "1.0.1"
 29source = "registry+https://github.com/rust-lang/crates.io-index"
 30checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
 31
 32[[package]]
 33name = "console"
 34version = "0.16.0"
 35source = "registry+https://github.com/rust-lang/crates.io-index"
 36checksum = "2e09ced7ebbccb63b4c65413d821f2e00ce54c5ca4514ddc6b3c892fdbcbc69d"
 37dependencies = [
 38 "encode_unicode",
 39 "libc",
 40 "once_cell",
 41 "unicode-width",
 42 "windows-sys",
 43]
 44
 45[[package]]
 46name = "encode_unicode"
 47version = "1.0.0"
 48source = "registry+https://github.com/rust-lang/crates.io-index"
 49checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 50
 51[[package]]
 52name = "indicatif"
 53version = "0.18.0"
 54source = "registry+https://github.com/rust-lang/crates.io-index"
 55checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd"
 56dependencies = [
 57 "console",
 58 "portable-atomic",
 59 "unicode-width",
 60 "unit-prefix",
 61 "web-time",
 62]
 63
 64[[package]]
 65name = "js-sys"
 66version = "0.3.77"
 67source = "registry+https://github.com/rust-lang/crates.io-index"
 68checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
 69dependencies = [
 70 "once_cell",
 71 "wasm-bindgen",
 72]
 73
 74[[package]]
 75name = "libc"
 76version = "0.2.174"
 77source = "registry+https://github.com/rust-lang/crates.io-index"
 78checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
 79
 80[[package]]
 81name = "log"
 82version = "0.4.27"
 83source = "registry+https://github.com/rust-lang/crates.io-index"
 84checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 85
 86[[package]]
 87name = "memchr"
 88version = "2.7.5"
 89source = "registry+https://github.com/rust-lang/crates.io-index"
 90checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
 91
 92[[package]]
 93name = "once_cell"
 94version = "1.21.3"
 95source = "registry+https://github.com/rust-lang/crates.io-index"
 96checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
 97
 98[[package]]
 99name = "portable-atomic"
100version = "1.11.1"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
103
104[[package]]
105name = "proc-macro2"
106version = "1.0.95"
107source = "registry+https://github.com/rust-lang/crates.io-index"
108checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
109dependencies = [
110 "unicode-ident",
111]
112
113[[package]]
114name = "quote"
115version = "1.0.40"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
118dependencies = [
119 "proc-macro2",
120]
121
122[[package]]
123name = "regex"
124version = "1.11.1"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
127dependencies = [
128 "aho-corasick",
129 "memchr",
130 "regex-automata",
131 "regex-syntax",
132]
133
134[[package]]
135name = "regex-automata"
136version = "0.4.9"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
139dependencies = [
140 "aho-corasick",
141 "memchr",
142 "regex-syntax",
143]
144
145[[package]]
146name = "regex-syntax"
147version = "0.8.5"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
150
151[[package]]
152name = "release_tool"
153version = "0.1.0"
154dependencies = [
155 "anyhow",
156 "indicatif",
157 "regex",
158]
159
160[[package]]
161name = "syn"
162version = "2.0.104"
163source = "registry+https://github.com/rust-lang/crates.io-index"
164checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
165dependencies = [
166 "proc-macro2",
167 "quote",
168 "unicode-ident",
169]
170
171[[package]]
172name = "unicode-ident"
173version = "1.0.18"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
176
177[[package]]
178name = "unicode-width"
179version = "0.2.1"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c"
182
183[[package]]
184name = "unit-prefix"
185version = "0.5.1"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "323402cff2dd658f39ca17c789b502021b3f18707c91cdf22e3838e1b4023817"
188
189[[package]]
190name = "wasm-bindgen"
191version = "0.2.100"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
194dependencies = [
195 "cfg-if",
196 "once_cell",
197 "wasm-bindgen-macro",
198]
199
200[[package]]
201name = "wasm-bindgen-backend"
202version = "0.2.100"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
205dependencies = [
206 "bumpalo",
207 "log",
208 "proc-macro2",
209 "quote",
210 "syn",
211 "wasm-bindgen-shared",
212]
213
214[[package]]
215name = "wasm-bindgen-macro"
216version = "0.2.100"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
219dependencies = [
220 "quote",
221 "wasm-bindgen-macro-support",
222]
223
224[[package]]
225name = "wasm-bindgen-macro-support"
226version = "0.2.100"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
229dependencies = [
230 "proc-macro2",
231 "quote",
232 "syn",
233 "wasm-bindgen-backend",
234 "wasm-bindgen-shared",
235]
236
237[[package]]
238name = "wasm-bindgen-shared"
239version = "0.2.100"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
242dependencies = [
243 "unicode-ident",
244]
245
246[[package]]
247name = "web-time"
248version = "1.1.0"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
251dependencies = [
252 "js-sys",
253 "wasm-bindgen",
254]
255
256[[package]]
257name = "windows-sys"
258version = "0.60.2"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
261dependencies = [
262 "windows-targets",
263]
264
265[[package]]
266name = "windows-targets"
267version = "0.53.2"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
270dependencies = [
271 "windows_aarch64_gnullvm",
272 "windows_aarch64_msvc",
273 "windows_i686_gnu",
274 "windows_i686_gnullvm",
275 "windows_i686_msvc",
276 "windows_x86_64_gnu",
277 "windows_x86_64_gnullvm",
278 "windows_x86_64_msvc",
279]
280
281[[package]]
282name = "windows_aarch64_gnullvm"
283version = "0.53.0"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
286
287[[package]]
288name = "windows_aarch64_msvc"
289version = "0.53.0"
290source = "registry+https://github.com/rust-lang/crates.io-index"
291checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
292
293[[package]]
294name = "windows_i686_gnu"
295version = "0.53.0"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
298
299[[package]]
300name = "windows_i686_gnullvm"
301version = "0.53.0"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
304
305[[package]]
306name = "windows_i686_msvc"
307version = "0.53.0"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
310
311[[package]]
312name = "windows_x86_64_gnu"
313version = "0.53.0"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
316
317[[package]]
318name = "windows_x86_64_gnullvm"
319version = "0.53.0"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
322
323[[package]]
324name = "windows_x86_64_msvc"
325version = "0.53.0"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"