@ecmaos/jaffa 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.vscode/extensions.json +3 -0
- package/CHANGELOG.md +8 -0
- package/LICENSE +7 -0
- package/README.md +21 -0
- package/index.html +14 -0
- package/package.json +32 -0
- package/src/main.ts +45 -0
- package/src/styles.css +12 -0
- package/src-tauri/Cargo.lock +4564 -0
- package/src-tauri/Cargo.toml +25 -0
- package/src-tauri/build.rs +3 -0
- package/src-tauri/capabilities/default.json +10 -0
- package/src-tauri/icons/128x128.png +0 -0
- package/src-tauri/icons/128x128@2x.png +0 -0
- package/src-tauri/icons/32x32.png +0 -0
- package/src-tauri/icons/Square107x107Logo.png +0 -0
- package/src-tauri/icons/Square142x142Logo.png +0 -0
- package/src-tauri/icons/Square150x150Logo.png +0 -0
- package/src-tauri/icons/Square284x284Logo.png +0 -0
- package/src-tauri/icons/Square30x30Logo.png +0 -0
- package/src-tauri/icons/Square310x310Logo.png +0 -0
- package/src-tauri/icons/Square44x44Logo.png +0 -0
- package/src-tauri/icons/Square71x71Logo.png +0 -0
- package/src-tauri/icons/Square89x89Logo.png +0 -0
- package/src-tauri/icons/StoreLogo.png +0 -0
- package/src-tauri/icons/icon.icns +0 -0
- package/src-tauri/icons/icon.ico +0 -0
- package/src-tauri/icons/icon.png +0 -0
- package/src-tauri/src/lib.rs +14 -0
- package/src-tauri/src/main.rs +6 -0
- package/src-tauri/tauri.conf.json +36 -0
- package/tsconfig.json +23 -0
- package/vite.config.ts +34 -0
|
@@ -0,0 +1,4564 @@
|
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
|
2
|
+
# It is not intended for manual editing.
|
|
3
|
+
version = 3
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "addr2line"
|
|
7
|
+
version = "0.24.2"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
10
|
+
dependencies = [
|
|
11
|
+
"gimli",
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
[[package]]
|
|
15
|
+
name = "adler2"
|
|
16
|
+
version = "2.0.0"
|
|
17
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
|
+
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
19
|
+
|
|
20
|
+
[[package]]
|
|
21
|
+
name = "aho-corasick"
|
|
22
|
+
version = "1.1.3"
|
|
23
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
+
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
25
|
+
dependencies = [
|
|
26
|
+
"memchr",
|
|
27
|
+
]
|
|
28
|
+
|
|
29
|
+
[[package]]
|
|
30
|
+
name = "alloc-no-stdlib"
|
|
31
|
+
version = "2.0.4"
|
|
32
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
33
|
+
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
|
34
|
+
|
|
35
|
+
[[package]]
|
|
36
|
+
name = "alloc-stdlib"
|
|
37
|
+
version = "0.2.2"
|
|
38
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
39
|
+
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
|
40
|
+
dependencies = [
|
|
41
|
+
"alloc-no-stdlib",
|
|
42
|
+
]
|
|
43
|
+
|
|
44
|
+
[[package]]
|
|
45
|
+
name = "android-tzdata"
|
|
46
|
+
version = "0.1.1"
|
|
47
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
48
|
+
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
49
|
+
|
|
50
|
+
[[package]]
|
|
51
|
+
name = "android_system_properties"
|
|
52
|
+
version = "0.1.5"
|
|
53
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
54
|
+
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
55
|
+
dependencies = [
|
|
56
|
+
"libc",
|
|
57
|
+
]
|
|
58
|
+
|
|
59
|
+
[[package]]
|
|
60
|
+
name = "anyhow"
|
|
61
|
+
version = "1.0.94"
|
|
62
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
63
|
+
checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
|
|
64
|
+
|
|
65
|
+
[[package]]
|
|
66
|
+
name = "atk"
|
|
67
|
+
version = "0.18.2"
|
|
68
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
69
|
+
checksum = "241b621213072e993be4f6f3a9e4b45f65b7e6faad43001be957184b7bb1824b"
|
|
70
|
+
dependencies = [
|
|
71
|
+
"atk-sys",
|
|
72
|
+
"glib",
|
|
73
|
+
"libc",
|
|
74
|
+
]
|
|
75
|
+
|
|
76
|
+
[[package]]
|
|
77
|
+
name = "atk-sys"
|
|
78
|
+
version = "0.18.2"
|
|
79
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
80
|
+
checksum = "c5e48b684b0ca77d2bbadeef17424c2ea3c897d44d566a1617e7e8f30614d086"
|
|
81
|
+
dependencies = [
|
|
82
|
+
"glib-sys",
|
|
83
|
+
"gobject-sys",
|
|
84
|
+
"libc",
|
|
85
|
+
"system-deps",
|
|
86
|
+
]
|
|
87
|
+
|
|
88
|
+
[[package]]
|
|
89
|
+
name = "autocfg"
|
|
90
|
+
version = "1.4.0"
|
|
91
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
92
|
+
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
93
|
+
|
|
94
|
+
[[package]]
|
|
95
|
+
name = "backtrace"
|
|
96
|
+
version = "0.3.74"
|
|
97
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
98
|
+
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
|
99
|
+
dependencies = [
|
|
100
|
+
"addr2line",
|
|
101
|
+
"cfg-if",
|
|
102
|
+
"libc",
|
|
103
|
+
"miniz_oxide",
|
|
104
|
+
"object",
|
|
105
|
+
"rustc-demangle",
|
|
106
|
+
"windows-targets 0.52.6",
|
|
107
|
+
]
|
|
108
|
+
|
|
109
|
+
[[package]]
|
|
110
|
+
name = "base64"
|
|
111
|
+
version = "0.21.7"
|
|
112
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
113
|
+
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
114
|
+
|
|
115
|
+
[[package]]
|
|
116
|
+
name = "base64"
|
|
117
|
+
version = "0.22.1"
|
|
118
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
119
|
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
120
|
+
|
|
121
|
+
[[package]]
|
|
122
|
+
name = "bitflags"
|
|
123
|
+
version = "1.3.2"
|
|
124
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
125
|
+
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
126
|
+
|
|
127
|
+
[[package]]
|
|
128
|
+
name = "bitflags"
|
|
129
|
+
version = "2.6.0"
|
|
130
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
131
|
+
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
132
|
+
dependencies = [
|
|
133
|
+
"serde",
|
|
134
|
+
]
|
|
135
|
+
|
|
136
|
+
[[package]]
|
|
137
|
+
name = "block"
|
|
138
|
+
version = "0.1.6"
|
|
139
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
140
|
+
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
141
|
+
|
|
142
|
+
[[package]]
|
|
143
|
+
name = "block-buffer"
|
|
144
|
+
version = "0.10.4"
|
|
145
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
146
|
+
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
147
|
+
dependencies = [
|
|
148
|
+
"generic-array",
|
|
149
|
+
]
|
|
150
|
+
|
|
151
|
+
[[package]]
|
|
152
|
+
name = "block2"
|
|
153
|
+
version = "0.5.1"
|
|
154
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
155
|
+
checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
|
|
156
|
+
dependencies = [
|
|
157
|
+
"objc2",
|
|
158
|
+
]
|
|
159
|
+
|
|
160
|
+
[[package]]
|
|
161
|
+
name = "brotli"
|
|
162
|
+
version = "7.0.0"
|
|
163
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
164
|
+
checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
|
|
165
|
+
dependencies = [
|
|
166
|
+
"alloc-no-stdlib",
|
|
167
|
+
"alloc-stdlib",
|
|
168
|
+
"brotli-decompressor",
|
|
169
|
+
]
|
|
170
|
+
|
|
171
|
+
[[package]]
|
|
172
|
+
name = "brotli-decompressor"
|
|
173
|
+
version = "4.0.1"
|
|
174
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
175
|
+
checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
|
|
176
|
+
dependencies = [
|
|
177
|
+
"alloc-no-stdlib",
|
|
178
|
+
"alloc-stdlib",
|
|
179
|
+
]
|
|
180
|
+
|
|
181
|
+
[[package]]
|
|
182
|
+
name = "bumpalo"
|
|
183
|
+
version = "3.16.0"
|
|
184
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
185
|
+
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
186
|
+
|
|
187
|
+
[[package]]
|
|
188
|
+
name = "bytemuck"
|
|
189
|
+
version = "1.20.0"
|
|
190
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
191
|
+
checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a"
|
|
192
|
+
|
|
193
|
+
[[package]]
|
|
194
|
+
name = "byteorder"
|
|
195
|
+
version = "1.5.0"
|
|
196
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
197
|
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
198
|
+
|
|
199
|
+
[[package]]
|
|
200
|
+
name = "bytes"
|
|
201
|
+
version = "1.9.0"
|
|
202
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
203
|
+
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
|
204
|
+
dependencies = [
|
|
205
|
+
"serde",
|
|
206
|
+
]
|
|
207
|
+
|
|
208
|
+
[[package]]
|
|
209
|
+
name = "cairo-rs"
|
|
210
|
+
version = "0.18.5"
|
|
211
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
212
|
+
checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
|
|
213
|
+
dependencies = [
|
|
214
|
+
"bitflags 2.6.0",
|
|
215
|
+
"cairo-sys-rs",
|
|
216
|
+
"glib",
|
|
217
|
+
"libc",
|
|
218
|
+
"once_cell",
|
|
219
|
+
"thiserror 1.0.69",
|
|
220
|
+
]
|
|
221
|
+
|
|
222
|
+
[[package]]
|
|
223
|
+
name = "cairo-sys-rs"
|
|
224
|
+
version = "0.18.2"
|
|
225
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
226
|
+
checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
|
|
227
|
+
dependencies = [
|
|
228
|
+
"glib-sys",
|
|
229
|
+
"libc",
|
|
230
|
+
"system-deps",
|
|
231
|
+
]
|
|
232
|
+
|
|
233
|
+
[[package]]
|
|
234
|
+
name = "camino"
|
|
235
|
+
version = "1.1.9"
|
|
236
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
237
|
+
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
|
|
238
|
+
dependencies = [
|
|
239
|
+
"serde",
|
|
240
|
+
]
|
|
241
|
+
|
|
242
|
+
[[package]]
|
|
243
|
+
name = "cargo-platform"
|
|
244
|
+
version = "0.1.9"
|
|
245
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
246
|
+
checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
|
|
247
|
+
dependencies = [
|
|
248
|
+
"serde",
|
|
249
|
+
]
|
|
250
|
+
|
|
251
|
+
[[package]]
|
|
252
|
+
name = "cargo_metadata"
|
|
253
|
+
version = "0.18.1"
|
|
254
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
255
|
+
checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
|
|
256
|
+
dependencies = [
|
|
257
|
+
"camino",
|
|
258
|
+
"cargo-platform",
|
|
259
|
+
"semver",
|
|
260
|
+
"serde",
|
|
261
|
+
"serde_json",
|
|
262
|
+
"thiserror 1.0.69",
|
|
263
|
+
]
|
|
264
|
+
|
|
265
|
+
[[package]]
|
|
266
|
+
name = "cargo_toml"
|
|
267
|
+
version = "0.17.2"
|
|
268
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
269
|
+
checksum = "8a969e13a7589e9e3e4207e153bae624ade2b5622fb4684a4923b23ec3d57719"
|
|
270
|
+
dependencies = [
|
|
271
|
+
"serde",
|
|
272
|
+
"toml 0.8.2",
|
|
273
|
+
]
|
|
274
|
+
|
|
275
|
+
[[package]]
|
|
276
|
+
name = "cc"
|
|
277
|
+
version = "1.2.3"
|
|
278
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
279
|
+
checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d"
|
|
280
|
+
dependencies = [
|
|
281
|
+
"shlex",
|
|
282
|
+
]
|
|
283
|
+
|
|
284
|
+
[[package]]
|
|
285
|
+
name = "cesu8"
|
|
286
|
+
version = "1.1.0"
|
|
287
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
288
|
+
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
289
|
+
|
|
290
|
+
[[package]]
|
|
291
|
+
name = "cfb"
|
|
292
|
+
version = "0.7.3"
|
|
293
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
294
|
+
checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
|
|
295
|
+
dependencies = [
|
|
296
|
+
"byteorder",
|
|
297
|
+
"fnv",
|
|
298
|
+
"uuid",
|
|
299
|
+
]
|
|
300
|
+
|
|
301
|
+
[[package]]
|
|
302
|
+
name = "cfg-expr"
|
|
303
|
+
version = "0.15.8"
|
|
304
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
305
|
+
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
|
|
306
|
+
dependencies = [
|
|
307
|
+
"smallvec",
|
|
308
|
+
"target-lexicon",
|
|
309
|
+
]
|
|
310
|
+
|
|
311
|
+
[[package]]
|
|
312
|
+
name = "cfg-if"
|
|
313
|
+
version = "1.0.0"
|
|
314
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
315
|
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
316
|
+
|
|
317
|
+
[[package]]
|
|
318
|
+
name = "cfg_aliases"
|
|
319
|
+
version = "0.2.1"
|
|
320
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
321
|
+
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
322
|
+
|
|
323
|
+
[[package]]
|
|
324
|
+
name = "chrono"
|
|
325
|
+
version = "0.4.39"
|
|
326
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
327
|
+
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
|
|
328
|
+
dependencies = [
|
|
329
|
+
"android-tzdata",
|
|
330
|
+
"iana-time-zone",
|
|
331
|
+
"num-traits",
|
|
332
|
+
"serde",
|
|
333
|
+
"windows-targets 0.52.6",
|
|
334
|
+
]
|
|
335
|
+
|
|
336
|
+
[[package]]
|
|
337
|
+
name = "cocoa"
|
|
338
|
+
version = "0.26.0"
|
|
339
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
340
|
+
checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
|
|
341
|
+
dependencies = [
|
|
342
|
+
"bitflags 2.6.0",
|
|
343
|
+
"block",
|
|
344
|
+
"cocoa-foundation",
|
|
345
|
+
"core-foundation",
|
|
346
|
+
"core-graphics",
|
|
347
|
+
"foreign-types",
|
|
348
|
+
"libc",
|
|
349
|
+
"objc",
|
|
350
|
+
]
|
|
351
|
+
|
|
352
|
+
[[package]]
|
|
353
|
+
name = "cocoa-foundation"
|
|
354
|
+
version = "0.2.0"
|
|
355
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
356
|
+
checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
|
|
357
|
+
dependencies = [
|
|
358
|
+
"bitflags 2.6.0",
|
|
359
|
+
"block",
|
|
360
|
+
"core-foundation",
|
|
361
|
+
"core-graphics-types",
|
|
362
|
+
"libc",
|
|
363
|
+
"objc",
|
|
364
|
+
]
|
|
365
|
+
|
|
366
|
+
[[package]]
|
|
367
|
+
name = "combine"
|
|
368
|
+
version = "4.6.7"
|
|
369
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
370
|
+
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
|
371
|
+
dependencies = [
|
|
372
|
+
"bytes",
|
|
373
|
+
"memchr",
|
|
374
|
+
]
|
|
375
|
+
|
|
376
|
+
[[package]]
|
|
377
|
+
name = "convert_case"
|
|
378
|
+
version = "0.4.0"
|
|
379
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
380
|
+
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
381
|
+
|
|
382
|
+
[[package]]
|
|
383
|
+
name = "cookie"
|
|
384
|
+
version = "0.18.1"
|
|
385
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
386
|
+
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
|
|
387
|
+
dependencies = [
|
|
388
|
+
"time",
|
|
389
|
+
"version_check",
|
|
390
|
+
]
|
|
391
|
+
|
|
392
|
+
[[package]]
|
|
393
|
+
name = "core-foundation"
|
|
394
|
+
version = "0.10.0"
|
|
395
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
396
|
+
checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
|
|
397
|
+
dependencies = [
|
|
398
|
+
"core-foundation-sys",
|
|
399
|
+
"libc",
|
|
400
|
+
]
|
|
401
|
+
|
|
402
|
+
[[package]]
|
|
403
|
+
name = "core-foundation-sys"
|
|
404
|
+
version = "0.8.7"
|
|
405
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
406
|
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
407
|
+
|
|
408
|
+
[[package]]
|
|
409
|
+
name = "core-graphics"
|
|
410
|
+
version = "0.24.0"
|
|
411
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
412
|
+
checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
|
|
413
|
+
dependencies = [
|
|
414
|
+
"bitflags 2.6.0",
|
|
415
|
+
"core-foundation",
|
|
416
|
+
"core-graphics-types",
|
|
417
|
+
"foreign-types",
|
|
418
|
+
"libc",
|
|
419
|
+
]
|
|
420
|
+
|
|
421
|
+
[[package]]
|
|
422
|
+
name = "core-graphics-types"
|
|
423
|
+
version = "0.2.0"
|
|
424
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
425
|
+
checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
|
|
426
|
+
dependencies = [
|
|
427
|
+
"bitflags 2.6.0",
|
|
428
|
+
"core-foundation",
|
|
429
|
+
"libc",
|
|
430
|
+
]
|
|
431
|
+
|
|
432
|
+
[[package]]
|
|
433
|
+
name = "cpufeatures"
|
|
434
|
+
version = "0.2.16"
|
|
435
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
436
|
+
checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
|
|
437
|
+
dependencies = [
|
|
438
|
+
"libc",
|
|
439
|
+
]
|
|
440
|
+
|
|
441
|
+
[[package]]
|
|
442
|
+
name = "crc32fast"
|
|
443
|
+
version = "1.4.2"
|
|
444
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
445
|
+
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
|
446
|
+
dependencies = [
|
|
447
|
+
"cfg-if",
|
|
448
|
+
]
|
|
449
|
+
|
|
450
|
+
[[package]]
|
|
451
|
+
name = "crossbeam-channel"
|
|
452
|
+
version = "0.5.13"
|
|
453
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
454
|
+
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
|
|
455
|
+
dependencies = [
|
|
456
|
+
"crossbeam-utils",
|
|
457
|
+
]
|
|
458
|
+
|
|
459
|
+
[[package]]
|
|
460
|
+
name = "crossbeam-utils"
|
|
461
|
+
version = "0.8.20"
|
|
462
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
463
|
+
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
|
464
|
+
|
|
465
|
+
[[package]]
|
|
466
|
+
name = "crypto-common"
|
|
467
|
+
version = "0.1.6"
|
|
468
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
469
|
+
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
470
|
+
dependencies = [
|
|
471
|
+
"generic-array",
|
|
472
|
+
"typenum",
|
|
473
|
+
]
|
|
474
|
+
|
|
475
|
+
[[package]]
|
|
476
|
+
name = "cssparser"
|
|
477
|
+
version = "0.27.2"
|
|
478
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
479
|
+
checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
|
|
480
|
+
dependencies = [
|
|
481
|
+
"cssparser-macros",
|
|
482
|
+
"dtoa-short",
|
|
483
|
+
"itoa 0.4.8",
|
|
484
|
+
"matches",
|
|
485
|
+
"phf 0.8.0",
|
|
486
|
+
"proc-macro2",
|
|
487
|
+
"quote",
|
|
488
|
+
"smallvec",
|
|
489
|
+
"syn 1.0.109",
|
|
490
|
+
]
|
|
491
|
+
|
|
492
|
+
[[package]]
|
|
493
|
+
name = "cssparser-macros"
|
|
494
|
+
version = "0.6.1"
|
|
495
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
496
|
+
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
|
497
|
+
dependencies = [
|
|
498
|
+
"quote",
|
|
499
|
+
"syn 2.0.90",
|
|
500
|
+
]
|
|
501
|
+
|
|
502
|
+
[[package]]
|
|
503
|
+
name = "ctor"
|
|
504
|
+
version = "0.2.9"
|
|
505
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
506
|
+
checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
|
|
507
|
+
dependencies = [
|
|
508
|
+
"quote",
|
|
509
|
+
"syn 2.0.90",
|
|
510
|
+
]
|
|
511
|
+
|
|
512
|
+
[[package]]
|
|
513
|
+
name = "darling"
|
|
514
|
+
version = "0.20.10"
|
|
515
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
516
|
+
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
|
517
|
+
dependencies = [
|
|
518
|
+
"darling_core",
|
|
519
|
+
"darling_macro",
|
|
520
|
+
]
|
|
521
|
+
|
|
522
|
+
[[package]]
|
|
523
|
+
name = "darling_core"
|
|
524
|
+
version = "0.20.10"
|
|
525
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
526
|
+
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
|
527
|
+
dependencies = [
|
|
528
|
+
"fnv",
|
|
529
|
+
"ident_case",
|
|
530
|
+
"proc-macro2",
|
|
531
|
+
"quote",
|
|
532
|
+
"strsim",
|
|
533
|
+
"syn 2.0.90",
|
|
534
|
+
]
|
|
535
|
+
|
|
536
|
+
[[package]]
|
|
537
|
+
name = "darling_macro"
|
|
538
|
+
version = "0.20.10"
|
|
539
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
540
|
+
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
|
541
|
+
dependencies = [
|
|
542
|
+
"darling_core",
|
|
543
|
+
"quote",
|
|
544
|
+
"syn 2.0.90",
|
|
545
|
+
]
|
|
546
|
+
|
|
547
|
+
[[package]]
|
|
548
|
+
name = "deranged"
|
|
549
|
+
version = "0.3.11"
|
|
550
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
551
|
+
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
|
552
|
+
dependencies = [
|
|
553
|
+
"powerfmt",
|
|
554
|
+
"serde",
|
|
555
|
+
]
|
|
556
|
+
|
|
557
|
+
[[package]]
|
|
558
|
+
name = "derive_more"
|
|
559
|
+
version = "0.99.18"
|
|
560
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
561
|
+
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
|
|
562
|
+
dependencies = [
|
|
563
|
+
"convert_case",
|
|
564
|
+
"proc-macro2",
|
|
565
|
+
"quote",
|
|
566
|
+
"rustc_version",
|
|
567
|
+
"syn 2.0.90",
|
|
568
|
+
]
|
|
569
|
+
|
|
570
|
+
[[package]]
|
|
571
|
+
name = "digest"
|
|
572
|
+
version = "0.10.7"
|
|
573
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
574
|
+
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
575
|
+
dependencies = [
|
|
576
|
+
"block-buffer",
|
|
577
|
+
"crypto-common",
|
|
578
|
+
]
|
|
579
|
+
|
|
580
|
+
[[package]]
|
|
581
|
+
name = "dirs"
|
|
582
|
+
version = "5.0.1"
|
|
583
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
584
|
+
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
|
585
|
+
dependencies = [
|
|
586
|
+
"dirs-sys",
|
|
587
|
+
]
|
|
588
|
+
|
|
589
|
+
[[package]]
|
|
590
|
+
name = "dirs-sys"
|
|
591
|
+
version = "0.4.1"
|
|
592
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
593
|
+
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
|
594
|
+
dependencies = [
|
|
595
|
+
"libc",
|
|
596
|
+
"option-ext",
|
|
597
|
+
"redox_users",
|
|
598
|
+
"windows-sys 0.48.0",
|
|
599
|
+
]
|
|
600
|
+
|
|
601
|
+
[[package]]
|
|
602
|
+
name = "dispatch"
|
|
603
|
+
version = "0.2.0"
|
|
604
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
605
|
+
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
|
|
606
|
+
|
|
607
|
+
[[package]]
|
|
608
|
+
name = "displaydoc"
|
|
609
|
+
version = "0.2.5"
|
|
610
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
611
|
+
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
612
|
+
dependencies = [
|
|
613
|
+
"proc-macro2",
|
|
614
|
+
"quote",
|
|
615
|
+
"syn 2.0.90",
|
|
616
|
+
]
|
|
617
|
+
|
|
618
|
+
[[package]]
|
|
619
|
+
name = "dlopen2"
|
|
620
|
+
version = "0.7.0"
|
|
621
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
622
|
+
checksum = "9e1297103d2bbaea85724fcee6294c2d50b1081f9ad47d0f6f6f61eda65315a6"
|
|
623
|
+
dependencies = [
|
|
624
|
+
"dlopen2_derive",
|
|
625
|
+
"libc",
|
|
626
|
+
"once_cell",
|
|
627
|
+
"winapi",
|
|
628
|
+
]
|
|
629
|
+
|
|
630
|
+
[[package]]
|
|
631
|
+
name = "dlopen2_derive"
|
|
632
|
+
version = "0.4.0"
|
|
633
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
634
|
+
checksum = "f2b99bf03862d7f545ebc28ddd33a665b50865f4dfd84031a393823879bd4c54"
|
|
635
|
+
dependencies = [
|
|
636
|
+
"proc-macro2",
|
|
637
|
+
"quote",
|
|
638
|
+
"syn 2.0.90",
|
|
639
|
+
]
|
|
640
|
+
|
|
641
|
+
[[package]]
|
|
642
|
+
name = "dpi"
|
|
643
|
+
version = "0.1.1"
|
|
644
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
645
|
+
checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53"
|
|
646
|
+
dependencies = [
|
|
647
|
+
"serde",
|
|
648
|
+
]
|
|
649
|
+
|
|
650
|
+
[[package]]
|
|
651
|
+
name = "dtoa"
|
|
652
|
+
version = "1.0.9"
|
|
653
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
654
|
+
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
|
|
655
|
+
|
|
656
|
+
[[package]]
|
|
657
|
+
name = "dtoa-short"
|
|
658
|
+
version = "0.3.5"
|
|
659
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
660
|
+
checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
|
|
661
|
+
dependencies = [
|
|
662
|
+
"dtoa",
|
|
663
|
+
]
|
|
664
|
+
|
|
665
|
+
[[package]]
|
|
666
|
+
name = "dunce"
|
|
667
|
+
version = "1.0.5"
|
|
668
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
669
|
+
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|
670
|
+
|
|
671
|
+
[[package]]
|
|
672
|
+
name = "dyn-clone"
|
|
673
|
+
version = "1.0.17"
|
|
674
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
675
|
+
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
|
|
676
|
+
|
|
677
|
+
[[package]]
|
|
678
|
+
name = "ecmaos-jaffa"
|
|
679
|
+
version = "0.1.0"
|
|
680
|
+
dependencies = [
|
|
681
|
+
"serde",
|
|
682
|
+
"serde_json",
|
|
683
|
+
"tauri",
|
|
684
|
+
"tauri-build",
|
|
685
|
+
"tauri-plugin-shell",
|
|
686
|
+
]
|
|
687
|
+
|
|
688
|
+
[[package]]
|
|
689
|
+
name = "embed-resource"
|
|
690
|
+
version = "2.5.1"
|
|
691
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
692
|
+
checksum = "b68b6f9f63a0b6a38bc447d4ce84e2b388f3ec95c99c641c8ff0dd3ef89a6379"
|
|
693
|
+
dependencies = [
|
|
694
|
+
"cc",
|
|
695
|
+
"memchr",
|
|
696
|
+
"rustc_version",
|
|
697
|
+
"toml 0.8.2",
|
|
698
|
+
"vswhom",
|
|
699
|
+
"winreg",
|
|
700
|
+
]
|
|
701
|
+
|
|
702
|
+
[[package]]
|
|
703
|
+
name = "embed_plist"
|
|
704
|
+
version = "1.2.2"
|
|
705
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
706
|
+
checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
|
|
707
|
+
|
|
708
|
+
[[package]]
|
|
709
|
+
name = "encoding_rs"
|
|
710
|
+
version = "0.8.35"
|
|
711
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
712
|
+
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
713
|
+
dependencies = [
|
|
714
|
+
"cfg-if",
|
|
715
|
+
]
|
|
716
|
+
|
|
717
|
+
[[package]]
|
|
718
|
+
name = "equivalent"
|
|
719
|
+
version = "1.0.1"
|
|
720
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
721
|
+
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
722
|
+
|
|
723
|
+
[[package]]
|
|
724
|
+
name = "erased-serde"
|
|
725
|
+
version = "0.4.5"
|
|
726
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
727
|
+
checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
|
|
728
|
+
dependencies = [
|
|
729
|
+
"serde",
|
|
730
|
+
"typeid",
|
|
731
|
+
]
|
|
732
|
+
|
|
733
|
+
[[package]]
|
|
734
|
+
name = "fdeflate"
|
|
735
|
+
version = "0.3.7"
|
|
736
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
737
|
+
checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
|
|
738
|
+
dependencies = [
|
|
739
|
+
"simd-adler32",
|
|
740
|
+
]
|
|
741
|
+
|
|
742
|
+
[[package]]
|
|
743
|
+
name = "field-offset"
|
|
744
|
+
version = "0.3.6"
|
|
745
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
746
|
+
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
|
|
747
|
+
dependencies = [
|
|
748
|
+
"memoffset",
|
|
749
|
+
"rustc_version",
|
|
750
|
+
]
|
|
751
|
+
|
|
752
|
+
[[package]]
|
|
753
|
+
name = "flate2"
|
|
754
|
+
version = "1.0.35"
|
|
755
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
756
|
+
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
|
757
|
+
dependencies = [
|
|
758
|
+
"crc32fast",
|
|
759
|
+
"miniz_oxide",
|
|
760
|
+
]
|
|
761
|
+
|
|
762
|
+
[[package]]
|
|
763
|
+
name = "fnv"
|
|
764
|
+
version = "1.0.7"
|
|
765
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
766
|
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
767
|
+
|
|
768
|
+
[[package]]
|
|
769
|
+
name = "foreign-types"
|
|
770
|
+
version = "0.5.0"
|
|
771
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
772
|
+
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
|
|
773
|
+
dependencies = [
|
|
774
|
+
"foreign-types-macros",
|
|
775
|
+
"foreign-types-shared",
|
|
776
|
+
]
|
|
777
|
+
|
|
778
|
+
[[package]]
|
|
779
|
+
name = "foreign-types-macros"
|
|
780
|
+
version = "0.2.3"
|
|
781
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
782
|
+
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
|
|
783
|
+
dependencies = [
|
|
784
|
+
"proc-macro2",
|
|
785
|
+
"quote",
|
|
786
|
+
"syn 2.0.90",
|
|
787
|
+
]
|
|
788
|
+
|
|
789
|
+
[[package]]
|
|
790
|
+
name = "foreign-types-shared"
|
|
791
|
+
version = "0.3.1"
|
|
792
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
793
|
+
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
|
|
794
|
+
|
|
795
|
+
[[package]]
|
|
796
|
+
name = "form_urlencoded"
|
|
797
|
+
version = "1.2.1"
|
|
798
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
799
|
+
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
|
800
|
+
dependencies = [
|
|
801
|
+
"percent-encoding",
|
|
802
|
+
]
|
|
803
|
+
|
|
804
|
+
[[package]]
|
|
805
|
+
name = "futf"
|
|
806
|
+
version = "0.1.5"
|
|
807
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
808
|
+
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
|
809
|
+
dependencies = [
|
|
810
|
+
"mac",
|
|
811
|
+
"new_debug_unreachable",
|
|
812
|
+
]
|
|
813
|
+
|
|
814
|
+
[[package]]
|
|
815
|
+
name = "futures-channel"
|
|
816
|
+
version = "0.3.31"
|
|
817
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
818
|
+
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
819
|
+
dependencies = [
|
|
820
|
+
"futures-core",
|
|
821
|
+
]
|
|
822
|
+
|
|
823
|
+
[[package]]
|
|
824
|
+
name = "futures-core"
|
|
825
|
+
version = "0.3.31"
|
|
826
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
827
|
+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
828
|
+
|
|
829
|
+
[[package]]
|
|
830
|
+
name = "futures-executor"
|
|
831
|
+
version = "0.3.31"
|
|
832
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
833
|
+
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
|
834
|
+
dependencies = [
|
|
835
|
+
"futures-core",
|
|
836
|
+
"futures-task",
|
|
837
|
+
"futures-util",
|
|
838
|
+
]
|
|
839
|
+
|
|
840
|
+
[[package]]
|
|
841
|
+
name = "futures-io"
|
|
842
|
+
version = "0.3.31"
|
|
843
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
844
|
+
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
845
|
+
|
|
846
|
+
[[package]]
|
|
847
|
+
name = "futures-macro"
|
|
848
|
+
version = "0.3.31"
|
|
849
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
850
|
+
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
851
|
+
dependencies = [
|
|
852
|
+
"proc-macro2",
|
|
853
|
+
"quote",
|
|
854
|
+
"syn 2.0.90",
|
|
855
|
+
]
|
|
856
|
+
|
|
857
|
+
[[package]]
|
|
858
|
+
name = "futures-sink"
|
|
859
|
+
version = "0.3.31"
|
|
860
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
861
|
+
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
|
862
|
+
|
|
863
|
+
[[package]]
|
|
864
|
+
name = "futures-task"
|
|
865
|
+
version = "0.3.31"
|
|
866
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
867
|
+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
|
868
|
+
|
|
869
|
+
[[package]]
|
|
870
|
+
name = "futures-util"
|
|
871
|
+
version = "0.3.31"
|
|
872
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
873
|
+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
874
|
+
dependencies = [
|
|
875
|
+
"futures-core",
|
|
876
|
+
"futures-io",
|
|
877
|
+
"futures-macro",
|
|
878
|
+
"futures-sink",
|
|
879
|
+
"futures-task",
|
|
880
|
+
"memchr",
|
|
881
|
+
"pin-project-lite",
|
|
882
|
+
"pin-utils",
|
|
883
|
+
"slab",
|
|
884
|
+
]
|
|
885
|
+
|
|
886
|
+
[[package]]
|
|
887
|
+
name = "fxhash"
|
|
888
|
+
version = "0.2.1"
|
|
889
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
890
|
+
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
891
|
+
dependencies = [
|
|
892
|
+
"byteorder",
|
|
893
|
+
]
|
|
894
|
+
|
|
895
|
+
[[package]]
|
|
896
|
+
name = "gdk"
|
|
897
|
+
version = "0.18.2"
|
|
898
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
899
|
+
checksum = "d9f245958c627ac99d8e529166f9823fb3b838d1d41fd2b297af3075093c2691"
|
|
900
|
+
dependencies = [
|
|
901
|
+
"cairo-rs",
|
|
902
|
+
"gdk-pixbuf",
|
|
903
|
+
"gdk-sys",
|
|
904
|
+
"gio",
|
|
905
|
+
"glib",
|
|
906
|
+
"libc",
|
|
907
|
+
"pango",
|
|
908
|
+
]
|
|
909
|
+
|
|
910
|
+
[[package]]
|
|
911
|
+
name = "gdk-pixbuf"
|
|
912
|
+
version = "0.18.5"
|
|
913
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
914
|
+
checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
|
|
915
|
+
dependencies = [
|
|
916
|
+
"gdk-pixbuf-sys",
|
|
917
|
+
"gio",
|
|
918
|
+
"glib",
|
|
919
|
+
"libc",
|
|
920
|
+
"once_cell",
|
|
921
|
+
]
|
|
922
|
+
|
|
923
|
+
[[package]]
|
|
924
|
+
name = "gdk-pixbuf-sys"
|
|
925
|
+
version = "0.18.0"
|
|
926
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
927
|
+
checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
|
|
928
|
+
dependencies = [
|
|
929
|
+
"gio-sys",
|
|
930
|
+
"glib-sys",
|
|
931
|
+
"gobject-sys",
|
|
932
|
+
"libc",
|
|
933
|
+
"system-deps",
|
|
934
|
+
]
|
|
935
|
+
|
|
936
|
+
[[package]]
|
|
937
|
+
name = "gdk-sys"
|
|
938
|
+
version = "0.18.2"
|
|
939
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
940
|
+
checksum = "5c2d13f38594ac1e66619e188c6d5a1adb98d11b2fcf7894fc416ad76aa2f3f7"
|
|
941
|
+
dependencies = [
|
|
942
|
+
"cairo-sys-rs",
|
|
943
|
+
"gdk-pixbuf-sys",
|
|
944
|
+
"gio-sys",
|
|
945
|
+
"glib-sys",
|
|
946
|
+
"gobject-sys",
|
|
947
|
+
"libc",
|
|
948
|
+
"pango-sys",
|
|
949
|
+
"pkg-config",
|
|
950
|
+
"system-deps",
|
|
951
|
+
]
|
|
952
|
+
|
|
953
|
+
[[package]]
|
|
954
|
+
name = "gdkwayland-sys"
|
|
955
|
+
version = "0.18.2"
|
|
956
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
957
|
+
checksum = "140071d506d223f7572b9f09b5e155afbd77428cd5cc7af8f2694c41d98dfe69"
|
|
958
|
+
dependencies = [
|
|
959
|
+
"gdk-sys",
|
|
960
|
+
"glib-sys",
|
|
961
|
+
"gobject-sys",
|
|
962
|
+
"libc",
|
|
963
|
+
"pkg-config",
|
|
964
|
+
"system-deps",
|
|
965
|
+
]
|
|
966
|
+
|
|
967
|
+
[[package]]
|
|
968
|
+
name = "gdkx11"
|
|
969
|
+
version = "0.18.2"
|
|
970
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
971
|
+
checksum = "3caa00e14351bebbc8183b3c36690327eb77c49abc2268dd4bd36b856db3fbfe"
|
|
972
|
+
dependencies = [
|
|
973
|
+
"gdk",
|
|
974
|
+
"gdkx11-sys",
|
|
975
|
+
"gio",
|
|
976
|
+
"glib",
|
|
977
|
+
"libc",
|
|
978
|
+
"x11",
|
|
979
|
+
]
|
|
980
|
+
|
|
981
|
+
[[package]]
|
|
982
|
+
name = "gdkx11-sys"
|
|
983
|
+
version = "0.18.2"
|
|
984
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
985
|
+
checksum = "6e2e7445fe01ac26f11601db260dd8608fe172514eb63b3b5e261ea6b0f4428d"
|
|
986
|
+
dependencies = [
|
|
987
|
+
"gdk-sys",
|
|
988
|
+
"glib-sys",
|
|
989
|
+
"libc",
|
|
990
|
+
"system-deps",
|
|
991
|
+
"x11",
|
|
992
|
+
]
|
|
993
|
+
|
|
994
|
+
[[package]]
|
|
995
|
+
name = "generic-array"
|
|
996
|
+
version = "0.14.7"
|
|
997
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
998
|
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
999
|
+
dependencies = [
|
|
1000
|
+
"typenum",
|
|
1001
|
+
"version_check",
|
|
1002
|
+
]
|
|
1003
|
+
|
|
1004
|
+
[[package]]
|
|
1005
|
+
name = "getrandom"
|
|
1006
|
+
version = "0.1.16"
|
|
1007
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1008
|
+
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
1009
|
+
dependencies = [
|
|
1010
|
+
"cfg-if",
|
|
1011
|
+
"libc",
|
|
1012
|
+
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
1013
|
+
]
|
|
1014
|
+
|
|
1015
|
+
[[package]]
|
|
1016
|
+
name = "getrandom"
|
|
1017
|
+
version = "0.2.15"
|
|
1018
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1019
|
+
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
1020
|
+
dependencies = [
|
|
1021
|
+
"cfg-if",
|
|
1022
|
+
"libc",
|
|
1023
|
+
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
1024
|
+
]
|
|
1025
|
+
|
|
1026
|
+
[[package]]
|
|
1027
|
+
name = "gimli"
|
|
1028
|
+
version = "0.31.1"
|
|
1029
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1030
|
+
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
1031
|
+
|
|
1032
|
+
[[package]]
|
|
1033
|
+
name = "gio"
|
|
1034
|
+
version = "0.18.4"
|
|
1035
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1036
|
+
checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
|
|
1037
|
+
dependencies = [
|
|
1038
|
+
"futures-channel",
|
|
1039
|
+
"futures-core",
|
|
1040
|
+
"futures-io",
|
|
1041
|
+
"futures-util",
|
|
1042
|
+
"gio-sys",
|
|
1043
|
+
"glib",
|
|
1044
|
+
"libc",
|
|
1045
|
+
"once_cell",
|
|
1046
|
+
"pin-project-lite",
|
|
1047
|
+
"smallvec",
|
|
1048
|
+
"thiserror 1.0.69",
|
|
1049
|
+
]
|
|
1050
|
+
|
|
1051
|
+
[[package]]
|
|
1052
|
+
name = "gio-sys"
|
|
1053
|
+
version = "0.18.1"
|
|
1054
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1055
|
+
checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
|
|
1056
|
+
dependencies = [
|
|
1057
|
+
"glib-sys",
|
|
1058
|
+
"gobject-sys",
|
|
1059
|
+
"libc",
|
|
1060
|
+
"system-deps",
|
|
1061
|
+
"winapi",
|
|
1062
|
+
]
|
|
1063
|
+
|
|
1064
|
+
[[package]]
|
|
1065
|
+
name = "glib"
|
|
1066
|
+
version = "0.18.5"
|
|
1067
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1068
|
+
checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
|
|
1069
|
+
dependencies = [
|
|
1070
|
+
"bitflags 2.6.0",
|
|
1071
|
+
"futures-channel",
|
|
1072
|
+
"futures-core",
|
|
1073
|
+
"futures-executor",
|
|
1074
|
+
"futures-task",
|
|
1075
|
+
"futures-util",
|
|
1076
|
+
"gio-sys",
|
|
1077
|
+
"glib-macros",
|
|
1078
|
+
"glib-sys",
|
|
1079
|
+
"gobject-sys",
|
|
1080
|
+
"libc",
|
|
1081
|
+
"memchr",
|
|
1082
|
+
"once_cell",
|
|
1083
|
+
"smallvec",
|
|
1084
|
+
"thiserror 1.0.69",
|
|
1085
|
+
]
|
|
1086
|
+
|
|
1087
|
+
[[package]]
|
|
1088
|
+
name = "glib-macros"
|
|
1089
|
+
version = "0.18.5"
|
|
1090
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1091
|
+
checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
|
|
1092
|
+
dependencies = [
|
|
1093
|
+
"heck 0.4.1",
|
|
1094
|
+
"proc-macro-crate 2.0.2",
|
|
1095
|
+
"proc-macro-error",
|
|
1096
|
+
"proc-macro2",
|
|
1097
|
+
"quote",
|
|
1098
|
+
"syn 2.0.90",
|
|
1099
|
+
]
|
|
1100
|
+
|
|
1101
|
+
[[package]]
|
|
1102
|
+
name = "glib-sys"
|
|
1103
|
+
version = "0.18.1"
|
|
1104
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1105
|
+
checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
|
|
1106
|
+
dependencies = [
|
|
1107
|
+
"libc",
|
|
1108
|
+
"system-deps",
|
|
1109
|
+
]
|
|
1110
|
+
|
|
1111
|
+
[[package]]
|
|
1112
|
+
name = "glob"
|
|
1113
|
+
version = "0.3.1"
|
|
1114
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1115
|
+
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
1116
|
+
|
|
1117
|
+
[[package]]
|
|
1118
|
+
name = "gobject-sys"
|
|
1119
|
+
version = "0.18.0"
|
|
1120
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1121
|
+
checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
|
|
1122
|
+
dependencies = [
|
|
1123
|
+
"glib-sys",
|
|
1124
|
+
"libc",
|
|
1125
|
+
"system-deps",
|
|
1126
|
+
]
|
|
1127
|
+
|
|
1128
|
+
[[package]]
|
|
1129
|
+
name = "gtk"
|
|
1130
|
+
version = "0.18.2"
|
|
1131
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1132
|
+
checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a"
|
|
1133
|
+
dependencies = [
|
|
1134
|
+
"atk",
|
|
1135
|
+
"cairo-rs",
|
|
1136
|
+
"field-offset",
|
|
1137
|
+
"futures-channel",
|
|
1138
|
+
"gdk",
|
|
1139
|
+
"gdk-pixbuf",
|
|
1140
|
+
"gio",
|
|
1141
|
+
"glib",
|
|
1142
|
+
"gtk-sys",
|
|
1143
|
+
"gtk3-macros",
|
|
1144
|
+
"libc",
|
|
1145
|
+
"pango",
|
|
1146
|
+
"pkg-config",
|
|
1147
|
+
]
|
|
1148
|
+
|
|
1149
|
+
[[package]]
|
|
1150
|
+
name = "gtk-sys"
|
|
1151
|
+
version = "0.18.2"
|
|
1152
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1153
|
+
checksum = "8f29a1c21c59553eb7dd40e918be54dccd60c52b049b75119d5d96ce6b624414"
|
|
1154
|
+
dependencies = [
|
|
1155
|
+
"atk-sys",
|
|
1156
|
+
"cairo-sys-rs",
|
|
1157
|
+
"gdk-pixbuf-sys",
|
|
1158
|
+
"gdk-sys",
|
|
1159
|
+
"gio-sys",
|
|
1160
|
+
"glib-sys",
|
|
1161
|
+
"gobject-sys",
|
|
1162
|
+
"libc",
|
|
1163
|
+
"pango-sys",
|
|
1164
|
+
"system-deps",
|
|
1165
|
+
]
|
|
1166
|
+
|
|
1167
|
+
[[package]]
|
|
1168
|
+
name = "gtk3-macros"
|
|
1169
|
+
version = "0.18.2"
|
|
1170
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1171
|
+
checksum = "52ff3c5b21f14f0736fed6dcfc0bfb4225ebf5725f3c0209edeec181e4d73e9d"
|
|
1172
|
+
dependencies = [
|
|
1173
|
+
"proc-macro-crate 1.3.1",
|
|
1174
|
+
"proc-macro-error",
|
|
1175
|
+
"proc-macro2",
|
|
1176
|
+
"quote",
|
|
1177
|
+
"syn 2.0.90",
|
|
1178
|
+
]
|
|
1179
|
+
|
|
1180
|
+
[[package]]
|
|
1181
|
+
name = "hashbrown"
|
|
1182
|
+
version = "0.12.3"
|
|
1183
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1184
|
+
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
1185
|
+
|
|
1186
|
+
[[package]]
|
|
1187
|
+
name = "hashbrown"
|
|
1188
|
+
version = "0.15.2"
|
|
1189
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1190
|
+
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
|
1191
|
+
|
|
1192
|
+
[[package]]
|
|
1193
|
+
name = "heck"
|
|
1194
|
+
version = "0.4.1"
|
|
1195
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1196
|
+
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
1197
|
+
|
|
1198
|
+
[[package]]
|
|
1199
|
+
name = "heck"
|
|
1200
|
+
version = "0.5.0"
|
|
1201
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1202
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
1203
|
+
|
|
1204
|
+
[[package]]
|
|
1205
|
+
name = "hex"
|
|
1206
|
+
version = "0.4.3"
|
|
1207
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1208
|
+
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
1209
|
+
|
|
1210
|
+
[[package]]
|
|
1211
|
+
name = "html5ever"
|
|
1212
|
+
version = "0.26.0"
|
|
1213
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1214
|
+
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
|
|
1215
|
+
dependencies = [
|
|
1216
|
+
"log",
|
|
1217
|
+
"mac",
|
|
1218
|
+
"markup5ever",
|
|
1219
|
+
"proc-macro2",
|
|
1220
|
+
"quote",
|
|
1221
|
+
"syn 1.0.109",
|
|
1222
|
+
]
|
|
1223
|
+
|
|
1224
|
+
[[package]]
|
|
1225
|
+
name = "http"
|
|
1226
|
+
version = "1.2.0"
|
|
1227
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1228
|
+
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
|
1229
|
+
dependencies = [
|
|
1230
|
+
"bytes",
|
|
1231
|
+
"fnv",
|
|
1232
|
+
"itoa 1.0.14",
|
|
1233
|
+
]
|
|
1234
|
+
|
|
1235
|
+
[[package]]
|
|
1236
|
+
name = "http-body"
|
|
1237
|
+
version = "1.0.1"
|
|
1238
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1239
|
+
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
1240
|
+
dependencies = [
|
|
1241
|
+
"bytes",
|
|
1242
|
+
"http",
|
|
1243
|
+
]
|
|
1244
|
+
|
|
1245
|
+
[[package]]
|
|
1246
|
+
name = "http-body-util"
|
|
1247
|
+
version = "0.1.2"
|
|
1248
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1249
|
+
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
|
1250
|
+
dependencies = [
|
|
1251
|
+
"bytes",
|
|
1252
|
+
"futures-util",
|
|
1253
|
+
"http",
|
|
1254
|
+
"http-body",
|
|
1255
|
+
"pin-project-lite",
|
|
1256
|
+
]
|
|
1257
|
+
|
|
1258
|
+
[[package]]
|
|
1259
|
+
name = "httparse"
|
|
1260
|
+
version = "1.9.5"
|
|
1261
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1262
|
+
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
|
1263
|
+
|
|
1264
|
+
[[package]]
|
|
1265
|
+
name = "hyper"
|
|
1266
|
+
version = "1.5.1"
|
|
1267
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1268
|
+
checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
|
|
1269
|
+
dependencies = [
|
|
1270
|
+
"bytes",
|
|
1271
|
+
"futures-channel",
|
|
1272
|
+
"futures-util",
|
|
1273
|
+
"http",
|
|
1274
|
+
"http-body",
|
|
1275
|
+
"httparse",
|
|
1276
|
+
"itoa 1.0.14",
|
|
1277
|
+
"pin-project-lite",
|
|
1278
|
+
"smallvec",
|
|
1279
|
+
"tokio",
|
|
1280
|
+
"want",
|
|
1281
|
+
]
|
|
1282
|
+
|
|
1283
|
+
[[package]]
|
|
1284
|
+
name = "hyper-util"
|
|
1285
|
+
version = "0.1.10"
|
|
1286
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1287
|
+
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
|
1288
|
+
dependencies = [
|
|
1289
|
+
"bytes",
|
|
1290
|
+
"futures-channel",
|
|
1291
|
+
"futures-util",
|
|
1292
|
+
"http",
|
|
1293
|
+
"http-body",
|
|
1294
|
+
"hyper",
|
|
1295
|
+
"pin-project-lite",
|
|
1296
|
+
"socket2",
|
|
1297
|
+
"tokio",
|
|
1298
|
+
"tower-service",
|
|
1299
|
+
"tracing",
|
|
1300
|
+
]
|
|
1301
|
+
|
|
1302
|
+
[[package]]
|
|
1303
|
+
name = "iana-time-zone"
|
|
1304
|
+
version = "0.1.61"
|
|
1305
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1306
|
+
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
|
1307
|
+
dependencies = [
|
|
1308
|
+
"android_system_properties",
|
|
1309
|
+
"core-foundation-sys",
|
|
1310
|
+
"iana-time-zone-haiku",
|
|
1311
|
+
"js-sys",
|
|
1312
|
+
"wasm-bindgen",
|
|
1313
|
+
"windows-core 0.52.0",
|
|
1314
|
+
]
|
|
1315
|
+
|
|
1316
|
+
[[package]]
|
|
1317
|
+
name = "iana-time-zone-haiku"
|
|
1318
|
+
version = "0.1.2"
|
|
1319
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1320
|
+
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
1321
|
+
dependencies = [
|
|
1322
|
+
"cc",
|
|
1323
|
+
]
|
|
1324
|
+
|
|
1325
|
+
[[package]]
|
|
1326
|
+
name = "ico"
|
|
1327
|
+
version = "0.3.0"
|
|
1328
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1329
|
+
checksum = "e3804960be0bb5e4edb1e1ad67afd321a9ecfd875c3e65c099468fd2717d7cae"
|
|
1330
|
+
dependencies = [
|
|
1331
|
+
"byteorder",
|
|
1332
|
+
"png",
|
|
1333
|
+
]
|
|
1334
|
+
|
|
1335
|
+
[[package]]
|
|
1336
|
+
name = "icu_collections"
|
|
1337
|
+
version = "1.5.0"
|
|
1338
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1339
|
+
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
1340
|
+
dependencies = [
|
|
1341
|
+
"displaydoc",
|
|
1342
|
+
"yoke",
|
|
1343
|
+
"zerofrom",
|
|
1344
|
+
"zerovec",
|
|
1345
|
+
]
|
|
1346
|
+
|
|
1347
|
+
[[package]]
|
|
1348
|
+
name = "icu_locid"
|
|
1349
|
+
version = "1.5.0"
|
|
1350
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1351
|
+
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
1352
|
+
dependencies = [
|
|
1353
|
+
"displaydoc",
|
|
1354
|
+
"litemap",
|
|
1355
|
+
"tinystr",
|
|
1356
|
+
"writeable",
|
|
1357
|
+
"zerovec",
|
|
1358
|
+
]
|
|
1359
|
+
|
|
1360
|
+
[[package]]
|
|
1361
|
+
name = "icu_locid_transform"
|
|
1362
|
+
version = "1.5.0"
|
|
1363
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1364
|
+
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
1365
|
+
dependencies = [
|
|
1366
|
+
"displaydoc",
|
|
1367
|
+
"icu_locid",
|
|
1368
|
+
"icu_locid_transform_data",
|
|
1369
|
+
"icu_provider",
|
|
1370
|
+
"tinystr",
|
|
1371
|
+
"zerovec",
|
|
1372
|
+
]
|
|
1373
|
+
|
|
1374
|
+
[[package]]
|
|
1375
|
+
name = "icu_locid_transform_data"
|
|
1376
|
+
version = "1.5.0"
|
|
1377
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1378
|
+
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
|
1379
|
+
|
|
1380
|
+
[[package]]
|
|
1381
|
+
name = "icu_normalizer"
|
|
1382
|
+
version = "1.5.0"
|
|
1383
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1384
|
+
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
1385
|
+
dependencies = [
|
|
1386
|
+
"displaydoc",
|
|
1387
|
+
"icu_collections",
|
|
1388
|
+
"icu_normalizer_data",
|
|
1389
|
+
"icu_properties",
|
|
1390
|
+
"icu_provider",
|
|
1391
|
+
"smallvec",
|
|
1392
|
+
"utf16_iter",
|
|
1393
|
+
"utf8_iter",
|
|
1394
|
+
"write16",
|
|
1395
|
+
"zerovec",
|
|
1396
|
+
]
|
|
1397
|
+
|
|
1398
|
+
[[package]]
|
|
1399
|
+
name = "icu_normalizer_data"
|
|
1400
|
+
version = "1.5.0"
|
|
1401
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1402
|
+
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
1403
|
+
|
|
1404
|
+
[[package]]
|
|
1405
|
+
name = "icu_properties"
|
|
1406
|
+
version = "1.5.1"
|
|
1407
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1408
|
+
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
1409
|
+
dependencies = [
|
|
1410
|
+
"displaydoc",
|
|
1411
|
+
"icu_collections",
|
|
1412
|
+
"icu_locid_transform",
|
|
1413
|
+
"icu_properties_data",
|
|
1414
|
+
"icu_provider",
|
|
1415
|
+
"tinystr",
|
|
1416
|
+
"zerovec",
|
|
1417
|
+
]
|
|
1418
|
+
|
|
1419
|
+
[[package]]
|
|
1420
|
+
name = "icu_properties_data"
|
|
1421
|
+
version = "1.5.0"
|
|
1422
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1423
|
+
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
|
1424
|
+
|
|
1425
|
+
[[package]]
|
|
1426
|
+
name = "icu_provider"
|
|
1427
|
+
version = "1.5.0"
|
|
1428
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1429
|
+
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
1430
|
+
dependencies = [
|
|
1431
|
+
"displaydoc",
|
|
1432
|
+
"icu_locid",
|
|
1433
|
+
"icu_provider_macros",
|
|
1434
|
+
"stable_deref_trait",
|
|
1435
|
+
"tinystr",
|
|
1436
|
+
"writeable",
|
|
1437
|
+
"yoke",
|
|
1438
|
+
"zerofrom",
|
|
1439
|
+
"zerovec",
|
|
1440
|
+
]
|
|
1441
|
+
|
|
1442
|
+
[[package]]
|
|
1443
|
+
name = "icu_provider_macros"
|
|
1444
|
+
version = "1.5.0"
|
|
1445
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1446
|
+
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
1447
|
+
dependencies = [
|
|
1448
|
+
"proc-macro2",
|
|
1449
|
+
"quote",
|
|
1450
|
+
"syn 2.0.90",
|
|
1451
|
+
]
|
|
1452
|
+
|
|
1453
|
+
[[package]]
|
|
1454
|
+
name = "ident_case"
|
|
1455
|
+
version = "1.0.1"
|
|
1456
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1457
|
+
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
1458
|
+
|
|
1459
|
+
[[package]]
|
|
1460
|
+
name = "idna"
|
|
1461
|
+
version = "1.0.3"
|
|
1462
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1463
|
+
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
|
1464
|
+
dependencies = [
|
|
1465
|
+
"idna_adapter",
|
|
1466
|
+
"smallvec",
|
|
1467
|
+
"utf8_iter",
|
|
1468
|
+
]
|
|
1469
|
+
|
|
1470
|
+
[[package]]
|
|
1471
|
+
name = "idna_adapter"
|
|
1472
|
+
version = "1.2.0"
|
|
1473
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1474
|
+
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
1475
|
+
dependencies = [
|
|
1476
|
+
"icu_normalizer",
|
|
1477
|
+
"icu_properties",
|
|
1478
|
+
]
|
|
1479
|
+
|
|
1480
|
+
[[package]]
|
|
1481
|
+
name = "indexmap"
|
|
1482
|
+
version = "1.9.3"
|
|
1483
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1484
|
+
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
1485
|
+
dependencies = [
|
|
1486
|
+
"autocfg",
|
|
1487
|
+
"hashbrown 0.12.3",
|
|
1488
|
+
"serde",
|
|
1489
|
+
]
|
|
1490
|
+
|
|
1491
|
+
[[package]]
|
|
1492
|
+
name = "indexmap"
|
|
1493
|
+
version = "2.7.0"
|
|
1494
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1495
|
+
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
|
|
1496
|
+
dependencies = [
|
|
1497
|
+
"equivalent",
|
|
1498
|
+
"hashbrown 0.15.2",
|
|
1499
|
+
"serde",
|
|
1500
|
+
]
|
|
1501
|
+
|
|
1502
|
+
[[package]]
|
|
1503
|
+
name = "infer"
|
|
1504
|
+
version = "0.16.0"
|
|
1505
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1506
|
+
checksum = "bc150e5ce2330295b8616ce0e3f53250e53af31759a9dbedad1621ba29151847"
|
|
1507
|
+
dependencies = [
|
|
1508
|
+
"cfb",
|
|
1509
|
+
]
|
|
1510
|
+
|
|
1511
|
+
[[package]]
|
|
1512
|
+
name = "instant"
|
|
1513
|
+
version = "0.1.13"
|
|
1514
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1515
|
+
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
|
1516
|
+
dependencies = [
|
|
1517
|
+
"cfg-if",
|
|
1518
|
+
]
|
|
1519
|
+
|
|
1520
|
+
[[package]]
|
|
1521
|
+
name = "ipnet"
|
|
1522
|
+
version = "2.10.1"
|
|
1523
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1524
|
+
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
|
1525
|
+
|
|
1526
|
+
[[package]]
|
|
1527
|
+
name = "is-docker"
|
|
1528
|
+
version = "0.2.0"
|
|
1529
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1530
|
+
checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
|
|
1531
|
+
dependencies = [
|
|
1532
|
+
"once_cell",
|
|
1533
|
+
]
|
|
1534
|
+
|
|
1535
|
+
[[package]]
|
|
1536
|
+
name = "is-wsl"
|
|
1537
|
+
version = "0.4.0"
|
|
1538
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1539
|
+
checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
|
|
1540
|
+
dependencies = [
|
|
1541
|
+
"is-docker",
|
|
1542
|
+
"once_cell",
|
|
1543
|
+
]
|
|
1544
|
+
|
|
1545
|
+
[[package]]
|
|
1546
|
+
name = "itoa"
|
|
1547
|
+
version = "0.4.8"
|
|
1548
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1549
|
+
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
1550
|
+
|
|
1551
|
+
[[package]]
|
|
1552
|
+
name = "itoa"
|
|
1553
|
+
version = "1.0.14"
|
|
1554
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1555
|
+
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
|
1556
|
+
|
|
1557
|
+
[[package]]
|
|
1558
|
+
name = "javascriptcore-rs"
|
|
1559
|
+
version = "1.1.2"
|
|
1560
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1561
|
+
checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc"
|
|
1562
|
+
dependencies = [
|
|
1563
|
+
"bitflags 1.3.2",
|
|
1564
|
+
"glib",
|
|
1565
|
+
"javascriptcore-rs-sys",
|
|
1566
|
+
]
|
|
1567
|
+
|
|
1568
|
+
[[package]]
|
|
1569
|
+
name = "javascriptcore-rs-sys"
|
|
1570
|
+
version = "1.1.1"
|
|
1571
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1572
|
+
checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124"
|
|
1573
|
+
dependencies = [
|
|
1574
|
+
"glib-sys",
|
|
1575
|
+
"gobject-sys",
|
|
1576
|
+
"libc",
|
|
1577
|
+
"system-deps",
|
|
1578
|
+
]
|
|
1579
|
+
|
|
1580
|
+
[[package]]
|
|
1581
|
+
name = "jni"
|
|
1582
|
+
version = "0.21.1"
|
|
1583
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1584
|
+
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
|
|
1585
|
+
dependencies = [
|
|
1586
|
+
"cesu8",
|
|
1587
|
+
"cfg-if",
|
|
1588
|
+
"combine",
|
|
1589
|
+
"jni-sys",
|
|
1590
|
+
"log",
|
|
1591
|
+
"thiserror 1.0.69",
|
|
1592
|
+
"walkdir",
|
|
1593
|
+
"windows-sys 0.45.0",
|
|
1594
|
+
]
|
|
1595
|
+
|
|
1596
|
+
[[package]]
|
|
1597
|
+
name = "jni-sys"
|
|
1598
|
+
version = "0.3.0"
|
|
1599
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1600
|
+
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
1601
|
+
|
|
1602
|
+
[[package]]
|
|
1603
|
+
name = "js-sys"
|
|
1604
|
+
version = "0.3.76"
|
|
1605
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1606
|
+
checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
|
|
1607
|
+
dependencies = [
|
|
1608
|
+
"once_cell",
|
|
1609
|
+
"wasm-bindgen",
|
|
1610
|
+
]
|
|
1611
|
+
|
|
1612
|
+
[[package]]
|
|
1613
|
+
name = "json-patch"
|
|
1614
|
+
version = "3.0.1"
|
|
1615
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1616
|
+
checksum = "863726d7afb6bc2590eeff7135d923545e5e964f004c2ccf8716c25e70a86f08"
|
|
1617
|
+
dependencies = [
|
|
1618
|
+
"jsonptr",
|
|
1619
|
+
"serde",
|
|
1620
|
+
"serde_json",
|
|
1621
|
+
"thiserror 1.0.69",
|
|
1622
|
+
]
|
|
1623
|
+
|
|
1624
|
+
[[package]]
|
|
1625
|
+
name = "jsonptr"
|
|
1626
|
+
version = "0.6.3"
|
|
1627
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1628
|
+
checksum = "5dea2b27dd239b2556ed7a25ba842fe47fd602e7fc7433c2a8d6106d4d9edd70"
|
|
1629
|
+
dependencies = [
|
|
1630
|
+
"serde",
|
|
1631
|
+
"serde_json",
|
|
1632
|
+
]
|
|
1633
|
+
|
|
1634
|
+
[[package]]
|
|
1635
|
+
name = "keyboard-types"
|
|
1636
|
+
version = "0.7.0"
|
|
1637
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1638
|
+
checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
|
|
1639
|
+
dependencies = [
|
|
1640
|
+
"bitflags 2.6.0",
|
|
1641
|
+
"serde",
|
|
1642
|
+
"unicode-segmentation",
|
|
1643
|
+
]
|
|
1644
|
+
|
|
1645
|
+
[[package]]
|
|
1646
|
+
name = "kuchikiki"
|
|
1647
|
+
version = "0.8.2"
|
|
1648
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1649
|
+
checksum = "f29e4755b7b995046f510a7520c42b2fed58b77bd94d5a87a8eb43d2fd126da8"
|
|
1650
|
+
dependencies = [
|
|
1651
|
+
"cssparser",
|
|
1652
|
+
"html5ever",
|
|
1653
|
+
"indexmap 1.9.3",
|
|
1654
|
+
"matches",
|
|
1655
|
+
"selectors",
|
|
1656
|
+
]
|
|
1657
|
+
|
|
1658
|
+
[[package]]
|
|
1659
|
+
name = "lazy_static"
|
|
1660
|
+
version = "1.5.0"
|
|
1661
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1662
|
+
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
1663
|
+
|
|
1664
|
+
[[package]]
|
|
1665
|
+
name = "libappindicator"
|
|
1666
|
+
version = "0.9.0"
|
|
1667
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1668
|
+
checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a"
|
|
1669
|
+
dependencies = [
|
|
1670
|
+
"glib",
|
|
1671
|
+
"gtk",
|
|
1672
|
+
"gtk-sys",
|
|
1673
|
+
"libappindicator-sys",
|
|
1674
|
+
"log",
|
|
1675
|
+
]
|
|
1676
|
+
|
|
1677
|
+
[[package]]
|
|
1678
|
+
name = "libappindicator-sys"
|
|
1679
|
+
version = "0.9.0"
|
|
1680
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1681
|
+
checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf"
|
|
1682
|
+
dependencies = [
|
|
1683
|
+
"gtk-sys",
|
|
1684
|
+
"libloading",
|
|
1685
|
+
"once_cell",
|
|
1686
|
+
]
|
|
1687
|
+
|
|
1688
|
+
[[package]]
|
|
1689
|
+
name = "libc"
|
|
1690
|
+
version = "0.2.168"
|
|
1691
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1692
|
+
checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d"
|
|
1693
|
+
|
|
1694
|
+
[[package]]
|
|
1695
|
+
name = "libloading"
|
|
1696
|
+
version = "0.7.4"
|
|
1697
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1698
|
+
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
|
1699
|
+
dependencies = [
|
|
1700
|
+
"cfg-if",
|
|
1701
|
+
"winapi",
|
|
1702
|
+
]
|
|
1703
|
+
|
|
1704
|
+
[[package]]
|
|
1705
|
+
name = "libredox"
|
|
1706
|
+
version = "0.1.3"
|
|
1707
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1708
|
+
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
1709
|
+
dependencies = [
|
|
1710
|
+
"bitflags 2.6.0",
|
|
1711
|
+
"libc",
|
|
1712
|
+
]
|
|
1713
|
+
|
|
1714
|
+
[[package]]
|
|
1715
|
+
name = "litemap"
|
|
1716
|
+
version = "0.7.4"
|
|
1717
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1718
|
+
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
|
1719
|
+
|
|
1720
|
+
[[package]]
|
|
1721
|
+
name = "lock_api"
|
|
1722
|
+
version = "0.4.12"
|
|
1723
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1724
|
+
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
|
1725
|
+
dependencies = [
|
|
1726
|
+
"autocfg",
|
|
1727
|
+
"scopeguard",
|
|
1728
|
+
]
|
|
1729
|
+
|
|
1730
|
+
[[package]]
|
|
1731
|
+
name = "log"
|
|
1732
|
+
version = "0.4.22"
|
|
1733
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1734
|
+
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
|
1735
|
+
|
|
1736
|
+
[[package]]
|
|
1737
|
+
name = "mac"
|
|
1738
|
+
version = "0.1.1"
|
|
1739
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1740
|
+
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
1741
|
+
|
|
1742
|
+
[[package]]
|
|
1743
|
+
name = "malloc_buf"
|
|
1744
|
+
version = "0.0.6"
|
|
1745
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1746
|
+
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
1747
|
+
dependencies = [
|
|
1748
|
+
"libc",
|
|
1749
|
+
]
|
|
1750
|
+
|
|
1751
|
+
[[package]]
|
|
1752
|
+
name = "markup5ever"
|
|
1753
|
+
version = "0.11.0"
|
|
1754
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1755
|
+
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
|
|
1756
|
+
dependencies = [
|
|
1757
|
+
"log",
|
|
1758
|
+
"phf 0.10.1",
|
|
1759
|
+
"phf_codegen 0.10.0",
|
|
1760
|
+
"string_cache",
|
|
1761
|
+
"string_cache_codegen",
|
|
1762
|
+
"tendril",
|
|
1763
|
+
]
|
|
1764
|
+
|
|
1765
|
+
[[package]]
|
|
1766
|
+
name = "matches"
|
|
1767
|
+
version = "0.1.10"
|
|
1768
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1769
|
+
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
|
1770
|
+
|
|
1771
|
+
[[package]]
|
|
1772
|
+
name = "memchr"
|
|
1773
|
+
version = "2.7.4"
|
|
1774
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1775
|
+
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
1776
|
+
|
|
1777
|
+
[[package]]
|
|
1778
|
+
name = "memoffset"
|
|
1779
|
+
version = "0.9.1"
|
|
1780
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1781
|
+
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
1782
|
+
dependencies = [
|
|
1783
|
+
"autocfg",
|
|
1784
|
+
]
|
|
1785
|
+
|
|
1786
|
+
[[package]]
|
|
1787
|
+
name = "mime"
|
|
1788
|
+
version = "0.3.17"
|
|
1789
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1790
|
+
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
1791
|
+
|
|
1792
|
+
[[package]]
|
|
1793
|
+
name = "miniz_oxide"
|
|
1794
|
+
version = "0.8.0"
|
|
1795
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1796
|
+
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
|
1797
|
+
dependencies = [
|
|
1798
|
+
"adler2",
|
|
1799
|
+
"simd-adler32",
|
|
1800
|
+
]
|
|
1801
|
+
|
|
1802
|
+
[[package]]
|
|
1803
|
+
name = "mio"
|
|
1804
|
+
version = "1.0.3"
|
|
1805
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1806
|
+
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
|
1807
|
+
dependencies = [
|
|
1808
|
+
"libc",
|
|
1809
|
+
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
1810
|
+
"windows-sys 0.52.0",
|
|
1811
|
+
]
|
|
1812
|
+
|
|
1813
|
+
[[package]]
|
|
1814
|
+
name = "muda"
|
|
1815
|
+
version = "0.15.3"
|
|
1816
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1817
|
+
checksum = "fdae9c00e61cc0579bcac625e8ad22104c60548a025bfc972dc83868a28e1484"
|
|
1818
|
+
dependencies = [
|
|
1819
|
+
"crossbeam-channel",
|
|
1820
|
+
"dpi",
|
|
1821
|
+
"gtk",
|
|
1822
|
+
"keyboard-types",
|
|
1823
|
+
"objc2",
|
|
1824
|
+
"objc2-app-kit",
|
|
1825
|
+
"objc2-foundation",
|
|
1826
|
+
"once_cell",
|
|
1827
|
+
"png",
|
|
1828
|
+
"serde",
|
|
1829
|
+
"thiserror 1.0.69",
|
|
1830
|
+
"windows-sys 0.59.0",
|
|
1831
|
+
]
|
|
1832
|
+
|
|
1833
|
+
[[package]]
|
|
1834
|
+
name = "ndk"
|
|
1835
|
+
version = "0.9.0"
|
|
1836
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1837
|
+
checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
|
|
1838
|
+
dependencies = [
|
|
1839
|
+
"bitflags 2.6.0",
|
|
1840
|
+
"jni-sys",
|
|
1841
|
+
"log",
|
|
1842
|
+
"ndk-sys",
|
|
1843
|
+
"num_enum",
|
|
1844
|
+
"raw-window-handle",
|
|
1845
|
+
"thiserror 1.0.69",
|
|
1846
|
+
]
|
|
1847
|
+
|
|
1848
|
+
[[package]]
|
|
1849
|
+
name = "ndk-context"
|
|
1850
|
+
version = "0.1.1"
|
|
1851
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1852
|
+
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
|
|
1853
|
+
|
|
1854
|
+
[[package]]
|
|
1855
|
+
name = "ndk-sys"
|
|
1856
|
+
version = "0.6.0+11769913"
|
|
1857
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1858
|
+
checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
|
|
1859
|
+
dependencies = [
|
|
1860
|
+
"jni-sys",
|
|
1861
|
+
]
|
|
1862
|
+
|
|
1863
|
+
[[package]]
|
|
1864
|
+
name = "new_debug_unreachable"
|
|
1865
|
+
version = "1.0.6"
|
|
1866
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1867
|
+
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
|
1868
|
+
|
|
1869
|
+
[[package]]
|
|
1870
|
+
name = "nodrop"
|
|
1871
|
+
version = "0.1.14"
|
|
1872
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1873
|
+
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
1874
|
+
|
|
1875
|
+
[[package]]
|
|
1876
|
+
name = "num-conv"
|
|
1877
|
+
version = "0.1.0"
|
|
1878
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1879
|
+
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
1880
|
+
|
|
1881
|
+
[[package]]
|
|
1882
|
+
name = "num-traits"
|
|
1883
|
+
version = "0.2.19"
|
|
1884
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1885
|
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
1886
|
+
dependencies = [
|
|
1887
|
+
"autocfg",
|
|
1888
|
+
]
|
|
1889
|
+
|
|
1890
|
+
[[package]]
|
|
1891
|
+
name = "num_enum"
|
|
1892
|
+
version = "0.7.3"
|
|
1893
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1894
|
+
checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
|
|
1895
|
+
dependencies = [
|
|
1896
|
+
"num_enum_derive",
|
|
1897
|
+
]
|
|
1898
|
+
|
|
1899
|
+
[[package]]
|
|
1900
|
+
name = "num_enum_derive"
|
|
1901
|
+
version = "0.7.3"
|
|
1902
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1903
|
+
checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
|
|
1904
|
+
dependencies = [
|
|
1905
|
+
"proc-macro-crate 2.0.2",
|
|
1906
|
+
"proc-macro2",
|
|
1907
|
+
"quote",
|
|
1908
|
+
"syn 2.0.90",
|
|
1909
|
+
]
|
|
1910
|
+
|
|
1911
|
+
[[package]]
|
|
1912
|
+
name = "objc"
|
|
1913
|
+
version = "0.2.7"
|
|
1914
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1915
|
+
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
1916
|
+
dependencies = [
|
|
1917
|
+
"malloc_buf",
|
|
1918
|
+
]
|
|
1919
|
+
|
|
1920
|
+
[[package]]
|
|
1921
|
+
name = "objc-sys"
|
|
1922
|
+
version = "0.3.5"
|
|
1923
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1924
|
+
checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
|
|
1925
|
+
dependencies = [
|
|
1926
|
+
"cc",
|
|
1927
|
+
]
|
|
1928
|
+
|
|
1929
|
+
[[package]]
|
|
1930
|
+
name = "objc2"
|
|
1931
|
+
version = "0.5.2"
|
|
1932
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1933
|
+
checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
|
|
1934
|
+
dependencies = [
|
|
1935
|
+
"objc-sys",
|
|
1936
|
+
"objc2-encode",
|
|
1937
|
+
]
|
|
1938
|
+
|
|
1939
|
+
[[package]]
|
|
1940
|
+
name = "objc2-app-kit"
|
|
1941
|
+
version = "0.2.2"
|
|
1942
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1943
|
+
checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
|
|
1944
|
+
dependencies = [
|
|
1945
|
+
"bitflags 2.6.0",
|
|
1946
|
+
"block2",
|
|
1947
|
+
"libc",
|
|
1948
|
+
"objc2",
|
|
1949
|
+
"objc2-core-data",
|
|
1950
|
+
"objc2-core-image",
|
|
1951
|
+
"objc2-foundation",
|
|
1952
|
+
"objc2-quartz-core",
|
|
1953
|
+
]
|
|
1954
|
+
|
|
1955
|
+
[[package]]
|
|
1956
|
+
name = "objc2-cloud-kit"
|
|
1957
|
+
version = "0.2.2"
|
|
1958
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1959
|
+
checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
|
|
1960
|
+
dependencies = [
|
|
1961
|
+
"bitflags 2.6.0",
|
|
1962
|
+
"block2",
|
|
1963
|
+
"objc2",
|
|
1964
|
+
"objc2-core-location",
|
|
1965
|
+
"objc2-foundation",
|
|
1966
|
+
]
|
|
1967
|
+
|
|
1968
|
+
[[package]]
|
|
1969
|
+
name = "objc2-contacts"
|
|
1970
|
+
version = "0.2.2"
|
|
1971
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1972
|
+
checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
|
|
1973
|
+
dependencies = [
|
|
1974
|
+
"block2",
|
|
1975
|
+
"objc2",
|
|
1976
|
+
"objc2-foundation",
|
|
1977
|
+
]
|
|
1978
|
+
|
|
1979
|
+
[[package]]
|
|
1980
|
+
name = "objc2-core-data"
|
|
1981
|
+
version = "0.2.2"
|
|
1982
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1983
|
+
checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
|
|
1984
|
+
dependencies = [
|
|
1985
|
+
"bitflags 2.6.0",
|
|
1986
|
+
"block2",
|
|
1987
|
+
"objc2",
|
|
1988
|
+
"objc2-foundation",
|
|
1989
|
+
]
|
|
1990
|
+
|
|
1991
|
+
[[package]]
|
|
1992
|
+
name = "objc2-core-image"
|
|
1993
|
+
version = "0.2.2"
|
|
1994
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1995
|
+
checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
|
|
1996
|
+
dependencies = [
|
|
1997
|
+
"block2",
|
|
1998
|
+
"objc2",
|
|
1999
|
+
"objc2-foundation",
|
|
2000
|
+
"objc2-metal",
|
|
2001
|
+
]
|
|
2002
|
+
|
|
2003
|
+
[[package]]
|
|
2004
|
+
name = "objc2-core-location"
|
|
2005
|
+
version = "0.2.2"
|
|
2006
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2007
|
+
checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
|
|
2008
|
+
dependencies = [
|
|
2009
|
+
"block2",
|
|
2010
|
+
"objc2",
|
|
2011
|
+
"objc2-contacts",
|
|
2012
|
+
"objc2-foundation",
|
|
2013
|
+
]
|
|
2014
|
+
|
|
2015
|
+
[[package]]
|
|
2016
|
+
name = "objc2-encode"
|
|
2017
|
+
version = "4.0.3"
|
|
2018
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2019
|
+
checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
|
|
2020
|
+
|
|
2021
|
+
[[package]]
|
|
2022
|
+
name = "objc2-foundation"
|
|
2023
|
+
version = "0.2.2"
|
|
2024
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2025
|
+
checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
|
|
2026
|
+
dependencies = [
|
|
2027
|
+
"bitflags 2.6.0",
|
|
2028
|
+
"block2",
|
|
2029
|
+
"libc",
|
|
2030
|
+
"objc2",
|
|
2031
|
+
]
|
|
2032
|
+
|
|
2033
|
+
[[package]]
|
|
2034
|
+
name = "objc2-link-presentation"
|
|
2035
|
+
version = "0.2.2"
|
|
2036
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2037
|
+
checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
|
|
2038
|
+
dependencies = [
|
|
2039
|
+
"block2",
|
|
2040
|
+
"objc2",
|
|
2041
|
+
"objc2-app-kit",
|
|
2042
|
+
"objc2-foundation",
|
|
2043
|
+
]
|
|
2044
|
+
|
|
2045
|
+
[[package]]
|
|
2046
|
+
name = "objc2-metal"
|
|
2047
|
+
version = "0.2.2"
|
|
2048
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2049
|
+
checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
|
|
2050
|
+
dependencies = [
|
|
2051
|
+
"bitflags 2.6.0",
|
|
2052
|
+
"block2",
|
|
2053
|
+
"objc2",
|
|
2054
|
+
"objc2-foundation",
|
|
2055
|
+
]
|
|
2056
|
+
|
|
2057
|
+
[[package]]
|
|
2058
|
+
name = "objc2-quartz-core"
|
|
2059
|
+
version = "0.2.2"
|
|
2060
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2061
|
+
checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
|
|
2062
|
+
dependencies = [
|
|
2063
|
+
"bitflags 2.6.0",
|
|
2064
|
+
"block2",
|
|
2065
|
+
"objc2",
|
|
2066
|
+
"objc2-foundation",
|
|
2067
|
+
"objc2-metal",
|
|
2068
|
+
]
|
|
2069
|
+
|
|
2070
|
+
[[package]]
|
|
2071
|
+
name = "objc2-symbols"
|
|
2072
|
+
version = "0.2.2"
|
|
2073
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2074
|
+
checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
|
|
2075
|
+
dependencies = [
|
|
2076
|
+
"objc2",
|
|
2077
|
+
"objc2-foundation",
|
|
2078
|
+
]
|
|
2079
|
+
|
|
2080
|
+
[[package]]
|
|
2081
|
+
name = "objc2-ui-kit"
|
|
2082
|
+
version = "0.2.2"
|
|
2083
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2084
|
+
checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
|
|
2085
|
+
dependencies = [
|
|
2086
|
+
"bitflags 2.6.0",
|
|
2087
|
+
"block2",
|
|
2088
|
+
"objc2",
|
|
2089
|
+
"objc2-cloud-kit",
|
|
2090
|
+
"objc2-core-data",
|
|
2091
|
+
"objc2-core-image",
|
|
2092
|
+
"objc2-core-location",
|
|
2093
|
+
"objc2-foundation",
|
|
2094
|
+
"objc2-link-presentation",
|
|
2095
|
+
"objc2-quartz-core",
|
|
2096
|
+
"objc2-symbols",
|
|
2097
|
+
"objc2-uniform-type-identifiers",
|
|
2098
|
+
"objc2-user-notifications",
|
|
2099
|
+
]
|
|
2100
|
+
|
|
2101
|
+
[[package]]
|
|
2102
|
+
name = "objc2-uniform-type-identifiers"
|
|
2103
|
+
version = "0.2.2"
|
|
2104
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2105
|
+
checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
|
|
2106
|
+
dependencies = [
|
|
2107
|
+
"block2",
|
|
2108
|
+
"objc2",
|
|
2109
|
+
"objc2-foundation",
|
|
2110
|
+
]
|
|
2111
|
+
|
|
2112
|
+
[[package]]
|
|
2113
|
+
name = "objc2-user-notifications"
|
|
2114
|
+
version = "0.2.2"
|
|
2115
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2116
|
+
checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
|
|
2117
|
+
dependencies = [
|
|
2118
|
+
"bitflags 2.6.0",
|
|
2119
|
+
"block2",
|
|
2120
|
+
"objc2",
|
|
2121
|
+
"objc2-core-location",
|
|
2122
|
+
"objc2-foundation",
|
|
2123
|
+
]
|
|
2124
|
+
|
|
2125
|
+
[[package]]
|
|
2126
|
+
name = "objc2-web-kit"
|
|
2127
|
+
version = "0.2.2"
|
|
2128
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2129
|
+
checksum = "68bc69301064cebefc6c4c90ce9cba69225239e4b8ff99d445a2b5563797da65"
|
|
2130
|
+
dependencies = [
|
|
2131
|
+
"bitflags 2.6.0",
|
|
2132
|
+
"block2",
|
|
2133
|
+
"objc2",
|
|
2134
|
+
"objc2-app-kit",
|
|
2135
|
+
"objc2-foundation",
|
|
2136
|
+
]
|
|
2137
|
+
|
|
2138
|
+
[[package]]
|
|
2139
|
+
name = "object"
|
|
2140
|
+
version = "0.36.5"
|
|
2141
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2142
|
+
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
|
2143
|
+
dependencies = [
|
|
2144
|
+
"memchr",
|
|
2145
|
+
]
|
|
2146
|
+
|
|
2147
|
+
[[package]]
|
|
2148
|
+
name = "once_cell"
|
|
2149
|
+
version = "1.20.2"
|
|
2150
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2151
|
+
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
|
2152
|
+
|
|
2153
|
+
[[package]]
|
|
2154
|
+
name = "open"
|
|
2155
|
+
version = "5.3.1"
|
|
2156
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2157
|
+
checksum = "3ecd52f0b8d15c40ce4820aa251ed5de032e5d91fab27f7db2f40d42a8bdf69c"
|
|
2158
|
+
dependencies = [
|
|
2159
|
+
"is-wsl",
|
|
2160
|
+
"libc",
|
|
2161
|
+
"pathdiff",
|
|
2162
|
+
]
|
|
2163
|
+
|
|
2164
|
+
[[package]]
|
|
2165
|
+
name = "option-ext"
|
|
2166
|
+
version = "0.2.0"
|
|
2167
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2168
|
+
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
2169
|
+
|
|
2170
|
+
[[package]]
|
|
2171
|
+
name = "os_pipe"
|
|
2172
|
+
version = "1.2.1"
|
|
2173
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2174
|
+
checksum = "5ffd2b0a5634335b135d5728d84c5e0fd726954b87111f7506a61c502280d982"
|
|
2175
|
+
dependencies = [
|
|
2176
|
+
"libc",
|
|
2177
|
+
"windows-sys 0.59.0",
|
|
2178
|
+
]
|
|
2179
|
+
|
|
2180
|
+
[[package]]
|
|
2181
|
+
name = "pango"
|
|
2182
|
+
version = "0.18.3"
|
|
2183
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2184
|
+
checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
|
|
2185
|
+
dependencies = [
|
|
2186
|
+
"gio",
|
|
2187
|
+
"glib",
|
|
2188
|
+
"libc",
|
|
2189
|
+
"once_cell",
|
|
2190
|
+
"pango-sys",
|
|
2191
|
+
]
|
|
2192
|
+
|
|
2193
|
+
[[package]]
|
|
2194
|
+
name = "pango-sys"
|
|
2195
|
+
version = "0.18.0"
|
|
2196
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2197
|
+
checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
|
|
2198
|
+
dependencies = [
|
|
2199
|
+
"glib-sys",
|
|
2200
|
+
"gobject-sys",
|
|
2201
|
+
"libc",
|
|
2202
|
+
"system-deps",
|
|
2203
|
+
]
|
|
2204
|
+
|
|
2205
|
+
[[package]]
|
|
2206
|
+
name = "parking_lot"
|
|
2207
|
+
version = "0.12.3"
|
|
2208
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2209
|
+
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
|
2210
|
+
dependencies = [
|
|
2211
|
+
"lock_api",
|
|
2212
|
+
"parking_lot_core",
|
|
2213
|
+
]
|
|
2214
|
+
|
|
2215
|
+
[[package]]
|
|
2216
|
+
name = "parking_lot_core"
|
|
2217
|
+
version = "0.9.10"
|
|
2218
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2219
|
+
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
|
2220
|
+
dependencies = [
|
|
2221
|
+
"cfg-if",
|
|
2222
|
+
"libc",
|
|
2223
|
+
"redox_syscall",
|
|
2224
|
+
"smallvec",
|
|
2225
|
+
"windows-targets 0.52.6",
|
|
2226
|
+
]
|
|
2227
|
+
|
|
2228
|
+
[[package]]
|
|
2229
|
+
name = "pathdiff"
|
|
2230
|
+
version = "0.2.3"
|
|
2231
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2232
|
+
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
|
|
2233
|
+
|
|
2234
|
+
[[package]]
|
|
2235
|
+
name = "percent-encoding"
|
|
2236
|
+
version = "2.3.1"
|
|
2237
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2238
|
+
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
2239
|
+
|
|
2240
|
+
[[package]]
|
|
2241
|
+
name = "phf"
|
|
2242
|
+
version = "0.8.0"
|
|
2243
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2244
|
+
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
|
|
2245
|
+
dependencies = [
|
|
2246
|
+
"phf_macros 0.8.0",
|
|
2247
|
+
"phf_shared 0.8.0",
|
|
2248
|
+
"proc-macro-hack",
|
|
2249
|
+
]
|
|
2250
|
+
|
|
2251
|
+
[[package]]
|
|
2252
|
+
name = "phf"
|
|
2253
|
+
version = "0.10.1"
|
|
2254
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2255
|
+
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
|
2256
|
+
dependencies = [
|
|
2257
|
+
"phf_shared 0.10.0",
|
|
2258
|
+
]
|
|
2259
|
+
|
|
2260
|
+
[[package]]
|
|
2261
|
+
name = "phf"
|
|
2262
|
+
version = "0.11.2"
|
|
2263
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2264
|
+
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
|
2265
|
+
dependencies = [
|
|
2266
|
+
"phf_macros 0.11.2",
|
|
2267
|
+
"phf_shared 0.11.2",
|
|
2268
|
+
]
|
|
2269
|
+
|
|
2270
|
+
[[package]]
|
|
2271
|
+
name = "phf_codegen"
|
|
2272
|
+
version = "0.8.0"
|
|
2273
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2274
|
+
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
|
|
2275
|
+
dependencies = [
|
|
2276
|
+
"phf_generator 0.8.0",
|
|
2277
|
+
"phf_shared 0.8.0",
|
|
2278
|
+
]
|
|
2279
|
+
|
|
2280
|
+
[[package]]
|
|
2281
|
+
name = "phf_codegen"
|
|
2282
|
+
version = "0.10.0"
|
|
2283
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2284
|
+
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
|
2285
|
+
dependencies = [
|
|
2286
|
+
"phf_generator 0.10.0",
|
|
2287
|
+
"phf_shared 0.10.0",
|
|
2288
|
+
]
|
|
2289
|
+
|
|
2290
|
+
[[package]]
|
|
2291
|
+
name = "phf_generator"
|
|
2292
|
+
version = "0.8.0"
|
|
2293
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2294
|
+
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
|
|
2295
|
+
dependencies = [
|
|
2296
|
+
"phf_shared 0.8.0",
|
|
2297
|
+
"rand 0.7.3",
|
|
2298
|
+
]
|
|
2299
|
+
|
|
2300
|
+
[[package]]
|
|
2301
|
+
name = "phf_generator"
|
|
2302
|
+
version = "0.10.0"
|
|
2303
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2304
|
+
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
|
2305
|
+
dependencies = [
|
|
2306
|
+
"phf_shared 0.10.0",
|
|
2307
|
+
"rand 0.8.5",
|
|
2308
|
+
]
|
|
2309
|
+
|
|
2310
|
+
[[package]]
|
|
2311
|
+
name = "phf_generator"
|
|
2312
|
+
version = "0.11.2"
|
|
2313
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2314
|
+
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
|
2315
|
+
dependencies = [
|
|
2316
|
+
"phf_shared 0.11.2",
|
|
2317
|
+
"rand 0.8.5",
|
|
2318
|
+
]
|
|
2319
|
+
|
|
2320
|
+
[[package]]
|
|
2321
|
+
name = "phf_macros"
|
|
2322
|
+
version = "0.8.0"
|
|
2323
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2324
|
+
checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
|
|
2325
|
+
dependencies = [
|
|
2326
|
+
"phf_generator 0.8.0",
|
|
2327
|
+
"phf_shared 0.8.0",
|
|
2328
|
+
"proc-macro-hack",
|
|
2329
|
+
"proc-macro2",
|
|
2330
|
+
"quote",
|
|
2331
|
+
"syn 1.0.109",
|
|
2332
|
+
]
|
|
2333
|
+
|
|
2334
|
+
[[package]]
|
|
2335
|
+
name = "phf_macros"
|
|
2336
|
+
version = "0.11.2"
|
|
2337
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2338
|
+
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
|
|
2339
|
+
dependencies = [
|
|
2340
|
+
"phf_generator 0.11.2",
|
|
2341
|
+
"phf_shared 0.11.2",
|
|
2342
|
+
"proc-macro2",
|
|
2343
|
+
"quote",
|
|
2344
|
+
"syn 2.0.90",
|
|
2345
|
+
]
|
|
2346
|
+
|
|
2347
|
+
[[package]]
|
|
2348
|
+
name = "phf_shared"
|
|
2349
|
+
version = "0.8.0"
|
|
2350
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2351
|
+
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
|
2352
|
+
dependencies = [
|
|
2353
|
+
"siphasher",
|
|
2354
|
+
]
|
|
2355
|
+
|
|
2356
|
+
[[package]]
|
|
2357
|
+
name = "phf_shared"
|
|
2358
|
+
version = "0.10.0"
|
|
2359
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2360
|
+
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
2361
|
+
dependencies = [
|
|
2362
|
+
"siphasher",
|
|
2363
|
+
]
|
|
2364
|
+
|
|
2365
|
+
[[package]]
|
|
2366
|
+
name = "phf_shared"
|
|
2367
|
+
version = "0.11.2"
|
|
2368
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2369
|
+
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
|
2370
|
+
dependencies = [
|
|
2371
|
+
"siphasher",
|
|
2372
|
+
]
|
|
2373
|
+
|
|
2374
|
+
[[package]]
|
|
2375
|
+
name = "pin-project-lite"
|
|
2376
|
+
version = "0.2.15"
|
|
2377
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2378
|
+
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
|
2379
|
+
|
|
2380
|
+
[[package]]
|
|
2381
|
+
name = "pin-utils"
|
|
2382
|
+
version = "0.1.0"
|
|
2383
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2384
|
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
2385
|
+
|
|
2386
|
+
[[package]]
|
|
2387
|
+
name = "pkg-config"
|
|
2388
|
+
version = "0.3.31"
|
|
2389
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2390
|
+
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
|
2391
|
+
|
|
2392
|
+
[[package]]
|
|
2393
|
+
name = "plist"
|
|
2394
|
+
version = "1.7.0"
|
|
2395
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2396
|
+
checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
|
|
2397
|
+
dependencies = [
|
|
2398
|
+
"base64 0.22.1",
|
|
2399
|
+
"indexmap 2.7.0",
|
|
2400
|
+
"quick-xml",
|
|
2401
|
+
"serde",
|
|
2402
|
+
"time",
|
|
2403
|
+
]
|
|
2404
|
+
|
|
2405
|
+
[[package]]
|
|
2406
|
+
name = "png"
|
|
2407
|
+
version = "0.17.15"
|
|
2408
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2409
|
+
checksum = "b67582bd5b65bdff614270e2ea89a1cf15bef71245cc1e5f7ea126977144211d"
|
|
2410
|
+
dependencies = [
|
|
2411
|
+
"bitflags 1.3.2",
|
|
2412
|
+
"crc32fast",
|
|
2413
|
+
"fdeflate",
|
|
2414
|
+
"flate2",
|
|
2415
|
+
"miniz_oxide",
|
|
2416
|
+
]
|
|
2417
|
+
|
|
2418
|
+
[[package]]
|
|
2419
|
+
name = "powerfmt"
|
|
2420
|
+
version = "0.2.0"
|
|
2421
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2422
|
+
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
2423
|
+
|
|
2424
|
+
[[package]]
|
|
2425
|
+
name = "ppv-lite86"
|
|
2426
|
+
version = "0.2.20"
|
|
2427
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2428
|
+
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
2429
|
+
dependencies = [
|
|
2430
|
+
"zerocopy",
|
|
2431
|
+
]
|
|
2432
|
+
|
|
2433
|
+
[[package]]
|
|
2434
|
+
name = "precomputed-hash"
|
|
2435
|
+
version = "0.1.1"
|
|
2436
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2437
|
+
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
2438
|
+
|
|
2439
|
+
[[package]]
|
|
2440
|
+
name = "proc-macro-crate"
|
|
2441
|
+
version = "1.3.1"
|
|
2442
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2443
|
+
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
|
2444
|
+
dependencies = [
|
|
2445
|
+
"once_cell",
|
|
2446
|
+
"toml_edit 0.19.15",
|
|
2447
|
+
]
|
|
2448
|
+
|
|
2449
|
+
[[package]]
|
|
2450
|
+
name = "proc-macro-crate"
|
|
2451
|
+
version = "2.0.2"
|
|
2452
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2453
|
+
checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24"
|
|
2454
|
+
dependencies = [
|
|
2455
|
+
"toml_datetime",
|
|
2456
|
+
"toml_edit 0.20.2",
|
|
2457
|
+
]
|
|
2458
|
+
|
|
2459
|
+
[[package]]
|
|
2460
|
+
name = "proc-macro-error"
|
|
2461
|
+
version = "1.0.4"
|
|
2462
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2463
|
+
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
2464
|
+
dependencies = [
|
|
2465
|
+
"proc-macro-error-attr",
|
|
2466
|
+
"proc-macro2",
|
|
2467
|
+
"quote",
|
|
2468
|
+
"syn 1.0.109",
|
|
2469
|
+
"version_check",
|
|
2470
|
+
]
|
|
2471
|
+
|
|
2472
|
+
[[package]]
|
|
2473
|
+
name = "proc-macro-error-attr"
|
|
2474
|
+
version = "1.0.4"
|
|
2475
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2476
|
+
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
2477
|
+
dependencies = [
|
|
2478
|
+
"proc-macro2",
|
|
2479
|
+
"quote",
|
|
2480
|
+
"version_check",
|
|
2481
|
+
]
|
|
2482
|
+
|
|
2483
|
+
[[package]]
|
|
2484
|
+
name = "proc-macro-hack"
|
|
2485
|
+
version = "0.5.20+deprecated"
|
|
2486
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2487
|
+
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
|
2488
|
+
|
|
2489
|
+
[[package]]
|
|
2490
|
+
name = "proc-macro2"
|
|
2491
|
+
version = "1.0.92"
|
|
2492
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2493
|
+
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
|
|
2494
|
+
dependencies = [
|
|
2495
|
+
"unicode-ident",
|
|
2496
|
+
]
|
|
2497
|
+
|
|
2498
|
+
[[package]]
|
|
2499
|
+
name = "quick-xml"
|
|
2500
|
+
version = "0.32.0"
|
|
2501
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2502
|
+
checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
|
|
2503
|
+
dependencies = [
|
|
2504
|
+
"memchr",
|
|
2505
|
+
]
|
|
2506
|
+
|
|
2507
|
+
[[package]]
|
|
2508
|
+
name = "quote"
|
|
2509
|
+
version = "1.0.37"
|
|
2510
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2511
|
+
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
|
2512
|
+
dependencies = [
|
|
2513
|
+
"proc-macro2",
|
|
2514
|
+
]
|
|
2515
|
+
|
|
2516
|
+
[[package]]
|
|
2517
|
+
name = "rand"
|
|
2518
|
+
version = "0.7.3"
|
|
2519
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2520
|
+
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
2521
|
+
dependencies = [
|
|
2522
|
+
"getrandom 0.1.16",
|
|
2523
|
+
"libc",
|
|
2524
|
+
"rand_chacha 0.2.2",
|
|
2525
|
+
"rand_core 0.5.1",
|
|
2526
|
+
"rand_hc",
|
|
2527
|
+
"rand_pcg",
|
|
2528
|
+
]
|
|
2529
|
+
|
|
2530
|
+
[[package]]
|
|
2531
|
+
name = "rand"
|
|
2532
|
+
version = "0.8.5"
|
|
2533
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2534
|
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
2535
|
+
dependencies = [
|
|
2536
|
+
"libc",
|
|
2537
|
+
"rand_chacha 0.3.1",
|
|
2538
|
+
"rand_core 0.6.4",
|
|
2539
|
+
]
|
|
2540
|
+
|
|
2541
|
+
[[package]]
|
|
2542
|
+
name = "rand_chacha"
|
|
2543
|
+
version = "0.2.2"
|
|
2544
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2545
|
+
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
2546
|
+
dependencies = [
|
|
2547
|
+
"ppv-lite86",
|
|
2548
|
+
"rand_core 0.5.1",
|
|
2549
|
+
]
|
|
2550
|
+
|
|
2551
|
+
[[package]]
|
|
2552
|
+
name = "rand_chacha"
|
|
2553
|
+
version = "0.3.1"
|
|
2554
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2555
|
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
2556
|
+
dependencies = [
|
|
2557
|
+
"ppv-lite86",
|
|
2558
|
+
"rand_core 0.6.4",
|
|
2559
|
+
]
|
|
2560
|
+
|
|
2561
|
+
[[package]]
|
|
2562
|
+
name = "rand_core"
|
|
2563
|
+
version = "0.5.1"
|
|
2564
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2565
|
+
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
2566
|
+
dependencies = [
|
|
2567
|
+
"getrandom 0.1.16",
|
|
2568
|
+
]
|
|
2569
|
+
|
|
2570
|
+
[[package]]
|
|
2571
|
+
name = "rand_core"
|
|
2572
|
+
version = "0.6.4"
|
|
2573
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2574
|
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
2575
|
+
dependencies = [
|
|
2576
|
+
"getrandom 0.2.15",
|
|
2577
|
+
]
|
|
2578
|
+
|
|
2579
|
+
[[package]]
|
|
2580
|
+
name = "rand_hc"
|
|
2581
|
+
version = "0.2.0"
|
|
2582
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2583
|
+
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
2584
|
+
dependencies = [
|
|
2585
|
+
"rand_core 0.5.1",
|
|
2586
|
+
]
|
|
2587
|
+
|
|
2588
|
+
[[package]]
|
|
2589
|
+
name = "rand_pcg"
|
|
2590
|
+
version = "0.2.1"
|
|
2591
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2592
|
+
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
|
2593
|
+
dependencies = [
|
|
2594
|
+
"rand_core 0.5.1",
|
|
2595
|
+
]
|
|
2596
|
+
|
|
2597
|
+
[[package]]
|
|
2598
|
+
name = "raw-window-handle"
|
|
2599
|
+
version = "0.6.2"
|
|
2600
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2601
|
+
checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
|
|
2602
|
+
|
|
2603
|
+
[[package]]
|
|
2604
|
+
name = "redox_syscall"
|
|
2605
|
+
version = "0.5.7"
|
|
2606
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2607
|
+
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
|
2608
|
+
dependencies = [
|
|
2609
|
+
"bitflags 2.6.0",
|
|
2610
|
+
]
|
|
2611
|
+
|
|
2612
|
+
[[package]]
|
|
2613
|
+
name = "redox_users"
|
|
2614
|
+
version = "0.4.6"
|
|
2615
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2616
|
+
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
|
2617
|
+
dependencies = [
|
|
2618
|
+
"getrandom 0.2.15",
|
|
2619
|
+
"libredox",
|
|
2620
|
+
"thiserror 1.0.69",
|
|
2621
|
+
]
|
|
2622
|
+
|
|
2623
|
+
[[package]]
|
|
2624
|
+
name = "regex"
|
|
2625
|
+
version = "1.11.1"
|
|
2626
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2627
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
2628
|
+
dependencies = [
|
|
2629
|
+
"aho-corasick",
|
|
2630
|
+
"memchr",
|
|
2631
|
+
"regex-automata",
|
|
2632
|
+
"regex-syntax",
|
|
2633
|
+
]
|
|
2634
|
+
|
|
2635
|
+
[[package]]
|
|
2636
|
+
name = "regex-automata"
|
|
2637
|
+
version = "0.4.9"
|
|
2638
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2639
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
2640
|
+
dependencies = [
|
|
2641
|
+
"aho-corasick",
|
|
2642
|
+
"memchr",
|
|
2643
|
+
"regex-syntax",
|
|
2644
|
+
]
|
|
2645
|
+
|
|
2646
|
+
[[package]]
|
|
2647
|
+
name = "regex-syntax"
|
|
2648
|
+
version = "0.8.5"
|
|
2649
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2650
|
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
2651
|
+
|
|
2652
|
+
[[package]]
|
|
2653
|
+
name = "reqwest"
|
|
2654
|
+
version = "0.12.9"
|
|
2655
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2656
|
+
checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f"
|
|
2657
|
+
dependencies = [
|
|
2658
|
+
"base64 0.22.1",
|
|
2659
|
+
"bytes",
|
|
2660
|
+
"futures-core",
|
|
2661
|
+
"futures-util",
|
|
2662
|
+
"http",
|
|
2663
|
+
"http-body",
|
|
2664
|
+
"http-body-util",
|
|
2665
|
+
"hyper",
|
|
2666
|
+
"hyper-util",
|
|
2667
|
+
"ipnet",
|
|
2668
|
+
"js-sys",
|
|
2669
|
+
"log",
|
|
2670
|
+
"mime",
|
|
2671
|
+
"once_cell",
|
|
2672
|
+
"percent-encoding",
|
|
2673
|
+
"pin-project-lite",
|
|
2674
|
+
"serde",
|
|
2675
|
+
"serde_json",
|
|
2676
|
+
"serde_urlencoded",
|
|
2677
|
+
"sync_wrapper",
|
|
2678
|
+
"tokio",
|
|
2679
|
+
"tokio-util",
|
|
2680
|
+
"tower-service",
|
|
2681
|
+
"url",
|
|
2682
|
+
"wasm-bindgen",
|
|
2683
|
+
"wasm-bindgen-futures",
|
|
2684
|
+
"wasm-streams",
|
|
2685
|
+
"web-sys",
|
|
2686
|
+
"windows-registry",
|
|
2687
|
+
]
|
|
2688
|
+
|
|
2689
|
+
[[package]]
|
|
2690
|
+
name = "rustc-demangle"
|
|
2691
|
+
version = "0.1.24"
|
|
2692
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2693
|
+
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
2694
|
+
|
|
2695
|
+
[[package]]
|
|
2696
|
+
name = "rustc_version"
|
|
2697
|
+
version = "0.4.1"
|
|
2698
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2699
|
+
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
2700
|
+
dependencies = [
|
|
2701
|
+
"semver",
|
|
2702
|
+
]
|
|
2703
|
+
|
|
2704
|
+
[[package]]
|
|
2705
|
+
name = "ryu"
|
|
2706
|
+
version = "1.0.18"
|
|
2707
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2708
|
+
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
2709
|
+
|
|
2710
|
+
[[package]]
|
|
2711
|
+
name = "same-file"
|
|
2712
|
+
version = "1.0.6"
|
|
2713
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2714
|
+
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
2715
|
+
dependencies = [
|
|
2716
|
+
"winapi-util",
|
|
2717
|
+
]
|
|
2718
|
+
|
|
2719
|
+
[[package]]
|
|
2720
|
+
name = "schemars"
|
|
2721
|
+
version = "0.8.21"
|
|
2722
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2723
|
+
checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
|
|
2724
|
+
dependencies = [
|
|
2725
|
+
"dyn-clone",
|
|
2726
|
+
"indexmap 1.9.3",
|
|
2727
|
+
"schemars_derive",
|
|
2728
|
+
"serde",
|
|
2729
|
+
"serde_json",
|
|
2730
|
+
"url",
|
|
2731
|
+
"uuid",
|
|
2732
|
+
]
|
|
2733
|
+
|
|
2734
|
+
[[package]]
|
|
2735
|
+
name = "schemars_derive"
|
|
2736
|
+
version = "0.8.21"
|
|
2737
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2738
|
+
checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
|
|
2739
|
+
dependencies = [
|
|
2740
|
+
"proc-macro2",
|
|
2741
|
+
"quote",
|
|
2742
|
+
"serde_derive_internals",
|
|
2743
|
+
"syn 2.0.90",
|
|
2744
|
+
]
|
|
2745
|
+
|
|
2746
|
+
[[package]]
|
|
2747
|
+
name = "scopeguard"
|
|
2748
|
+
version = "1.2.0"
|
|
2749
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2750
|
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
2751
|
+
|
|
2752
|
+
[[package]]
|
|
2753
|
+
name = "selectors"
|
|
2754
|
+
version = "0.22.0"
|
|
2755
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2756
|
+
checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
|
|
2757
|
+
dependencies = [
|
|
2758
|
+
"bitflags 1.3.2",
|
|
2759
|
+
"cssparser",
|
|
2760
|
+
"derive_more",
|
|
2761
|
+
"fxhash",
|
|
2762
|
+
"log",
|
|
2763
|
+
"matches",
|
|
2764
|
+
"phf 0.8.0",
|
|
2765
|
+
"phf_codegen 0.8.0",
|
|
2766
|
+
"precomputed-hash",
|
|
2767
|
+
"servo_arc",
|
|
2768
|
+
"smallvec",
|
|
2769
|
+
"thin-slice",
|
|
2770
|
+
]
|
|
2771
|
+
|
|
2772
|
+
[[package]]
|
|
2773
|
+
name = "semver"
|
|
2774
|
+
version = "1.0.23"
|
|
2775
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2776
|
+
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
|
2777
|
+
dependencies = [
|
|
2778
|
+
"serde",
|
|
2779
|
+
]
|
|
2780
|
+
|
|
2781
|
+
[[package]]
|
|
2782
|
+
name = "serde"
|
|
2783
|
+
version = "1.0.215"
|
|
2784
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2785
|
+
checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
|
|
2786
|
+
dependencies = [
|
|
2787
|
+
"serde_derive",
|
|
2788
|
+
]
|
|
2789
|
+
|
|
2790
|
+
[[package]]
|
|
2791
|
+
name = "serde-untagged"
|
|
2792
|
+
version = "0.1.6"
|
|
2793
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2794
|
+
checksum = "2676ba99bd82f75cae5cbd2c8eda6fa0b8760f18978ea840e980dd5567b5c5b6"
|
|
2795
|
+
dependencies = [
|
|
2796
|
+
"erased-serde",
|
|
2797
|
+
"serde",
|
|
2798
|
+
"typeid",
|
|
2799
|
+
]
|
|
2800
|
+
|
|
2801
|
+
[[package]]
|
|
2802
|
+
name = "serde_derive"
|
|
2803
|
+
version = "1.0.215"
|
|
2804
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2805
|
+
checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
|
|
2806
|
+
dependencies = [
|
|
2807
|
+
"proc-macro2",
|
|
2808
|
+
"quote",
|
|
2809
|
+
"syn 2.0.90",
|
|
2810
|
+
]
|
|
2811
|
+
|
|
2812
|
+
[[package]]
|
|
2813
|
+
name = "serde_derive_internals"
|
|
2814
|
+
version = "0.29.1"
|
|
2815
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2816
|
+
checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
|
|
2817
|
+
dependencies = [
|
|
2818
|
+
"proc-macro2",
|
|
2819
|
+
"quote",
|
|
2820
|
+
"syn 2.0.90",
|
|
2821
|
+
]
|
|
2822
|
+
|
|
2823
|
+
[[package]]
|
|
2824
|
+
name = "serde_json"
|
|
2825
|
+
version = "1.0.133"
|
|
2826
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2827
|
+
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
|
|
2828
|
+
dependencies = [
|
|
2829
|
+
"itoa 1.0.14",
|
|
2830
|
+
"memchr",
|
|
2831
|
+
"ryu",
|
|
2832
|
+
"serde",
|
|
2833
|
+
]
|
|
2834
|
+
|
|
2835
|
+
[[package]]
|
|
2836
|
+
name = "serde_repr"
|
|
2837
|
+
version = "0.1.19"
|
|
2838
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2839
|
+
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
|
|
2840
|
+
dependencies = [
|
|
2841
|
+
"proc-macro2",
|
|
2842
|
+
"quote",
|
|
2843
|
+
"syn 2.0.90",
|
|
2844
|
+
]
|
|
2845
|
+
|
|
2846
|
+
[[package]]
|
|
2847
|
+
name = "serde_spanned"
|
|
2848
|
+
version = "0.6.8"
|
|
2849
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2850
|
+
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
|
2851
|
+
dependencies = [
|
|
2852
|
+
"serde",
|
|
2853
|
+
]
|
|
2854
|
+
|
|
2855
|
+
[[package]]
|
|
2856
|
+
name = "serde_urlencoded"
|
|
2857
|
+
version = "0.7.1"
|
|
2858
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2859
|
+
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
2860
|
+
dependencies = [
|
|
2861
|
+
"form_urlencoded",
|
|
2862
|
+
"itoa 1.0.14",
|
|
2863
|
+
"ryu",
|
|
2864
|
+
"serde",
|
|
2865
|
+
]
|
|
2866
|
+
|
|
2867
|
+
[[package]]
|
|
2868
|
+
name = "serde_with"
|
|
2869
|
+
version = "3.11.0"
|
|
2870
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2871
|
+
checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817"
|
|
2872
|
+
dependencies = [
|
|
2873
|
+
"base64 0.22.1",
|
|
2874
|
+
"chrono",
|
|
2875
|
+
"hex",
|
|
2876
|
+
"indexmap 1.9.3",
|
|
2877
|
+
"indexmap 2.7.0",
|
|
2878
|
+
"serde",
|
|
2879
|
+
"serde_derive",
|
|
2880
|
+
"serde_json",
|
|
2881
|
+
"serde_with_macros",
|
|
2882
|
+
"time",
|
|
2883
|
+
]
|
|
2884
|
+
|
|
2885
|
+
[[package]]
|
|
2886
|
+
name = "serde_with_macros"
|
|
2887
|
+
version = "3.11.0"
|
|
2888
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2889
|
+
checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d"
|
|
2890
|
+
dependencies = [
|
|
2891
|
+
"darling",
|
|
2892
|
+
"proc-macro2",
|
|
2893
|
+
"quote",
|
|
2894
|
+
"syn 2.0.90",
|
|
2895
|
+
]
|
|
2896
|
+
|
|
2897
|
+
[[package]]
|
|
2898
|
+
name = "serialize-to-javascript"
|
|
2899
|
+
version = "0.1.1"
|
|
2900
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2901
|
+
checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb"
|
|
2902
|
+
dependencies = [
|
|
2903
|
+
"serde",
|
|
2904
|
+
"serde_json",
|
|
2905
|
+
"serialize-to-javascript-impl",
|
|
2906
|
+
]
|
|
2907
|
+
|
|
2908
|
+
[[package]]
|
|
2909
|
+
name = "serialize-to-javascript-impl"
|
|
2910
|
+
version = "0.1.1"
|
|
2911
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2912
|
+
checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763"
|
|
2913
|
+
dependencies = [
|
|
2914
|
+
"proc-macro2",
|
|
2915
|
+
"quote",
|
|
2916
|
+
"syn 1.0.109",
|
|
2917
|
+
]
|
|
2918
|
+
|
|
2919
|
+
[[package]]
|
|
2920
|
+
name = "servo_arc"
|
|
2921
|
+
version = "0.1.1"
|
|
2922
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2923
|
+
checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
|
|
2924
|
+
dependencies = [
|
|
2925
|
+
"nodrop",
|
|
2926
|
+
"stable_deref_trait",
|
|
2927
|
+
]
|
|
2928
|
+
|
|
2929
|
+
[[package]]
|
|
2930
|
+
name = "sha2"
|
|
2931
|
+
version = "0.10.8"
|
|
2932
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2933
|
+
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
|
2934
|
+
dependencies = [
|
|
2935
|
+
"cfg-if",
|
|
2936
|
+
"cpufeatures",
|
|
2937
|
+
"digest",
|
|
2938
|
+
]
|
|
2939
|
+
|
|
2940
|
+
[[package]]
|
|
2941
|
+
name = "shared_child"
|
|
2942
|
+
version = "1.0.1"
|
|
2943
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2944
|
+
checksum = "09fa9338aed9a1df411814a5b2252f7cd206c55ae9bf2fa763f8de84603aa60c"
|
|
2945
|
+
dependencies = [
|
|
2946
|
+
"libc",
|
|
2947
|
+
"windows-sys 0.59.0",
|
|
2948
|
+
]
|
|
2949
|
+
|
|
2950
|
+
[[package]]
|
|
2951
|
+
name = "shlex"
|
|
2952
|
+
version = "1.3.0"
|
|
2953
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2954
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
2955
|
+
|
|
2956
|
+
[[package]]
|
|
2957
|
+
name = "simd-adler32"
|
|
2958
|
+
version = "0.3.7"
|
|
2959
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2960
|
+
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
|
2961
|
+
|
|
2962
|
+
[[package]]
|
|
2963
|
+
name = "siphasher"
|
|
2964
|
+
version = "0.3.11"
|
|
2965
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2966
|
+
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
|
2967
|
+
|
|
2968
|
+
[[package]]
|
|
2969
|
+
name = "slab"
|
|
2970
|
+
version = "0.4.9"
|
|
2971
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2972
|
+
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
2973
|
+
dependencies = [
|
|
2974
|
+
"autocfg",
|
|
2975
|
+
]
|
|
2976
|
+
|
|
2977
|
+
[[package]]
|
|
2978
|
+
name = "smallvec"
|
|
2979
|
+
version = "1.13.2"
|
|
2980
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2981
|
+
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
2982
|
+
|
|
2983
|
+
[[package]]
|
|
2984
|
+
name = "socket2"
|
|
2985
|
+
version = "0.5.8"
|
|
2986
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2987
|
+
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
|
2988
|
+
dependencies = [
|
|
2989
|
+
"libc",
|
|
2990
|
+
"windows-sys 0.52.0",
|
|
2991
|
+
]
|
|
2992
|
+
|
|
2993
|
+
[[package]]
|
|
2994
|
+
name = "softbuffer"
|
|
2995
|
+
version = "0.4.6"
|
|
2996
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2997
|
+
checksum = "18051cdd562e792cad055119e0cdb2cfc137e44e3987532e0f9659a77931bb08"
|
|
2998
|
+
dependencies = [
|
|
2999
|
+
"bytemuck",
|
|
3000
|
+
"cfg_aliases",
|
|
3001
|
+
"core-graphics",
|
|
3002
|
+
"foreign-types",
|
|
3003
|
+
"js-sys",
|
|
3004
|
+
"log",
|
|
3005
|
+
"objc2",
|
|
3006
|
+
"objc2-foundation",
|
|
3007
|
+
"objc2-quartz-core",
|
|
3008
|
+
"raw-window-handle",
|
|
3009
|
+
"redox_syscall",
|
|
3010
|
+
"wasm-bindgen",
|
|
3011
|
+
"web-sys",
|
|
3012
|
+
"windows-sys 0.59.0",
|
|
3013
|
+
]
|
|
3014
|
+
|
|
3015
|
+
[[package]]
|
|
3016
|
+
name = "soup3"
|
|
3017
|
+
version = "0.5.0"
|
|
3018
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3019
|
+
checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f"
|
|
3020
|
+
dependencies = [
|
|
3021
|
+
"futures-channel",
|
|
3022
|
+
"gio",
|
|
3023
|
+
"glib",
|
|
3024
|
+
"libc",
|
|
3025
|
+
"soup3-sys",
|
|
3026
|
+
]
|
|
3027
|
+
|
|
3028
|
+
[[package]]
|
|
3029
|
+
name = "soup3-sys"
|
|
3030
|
+
version = "0.5.0"
|
|
3031
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3032
|
+
checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27"
|
|
3033
|
+
dependencies = [
|
|
3034
|
+
"gio-sys",
|
|
3035
|
+
"glib-sys",
|
|
3036
|
+
"gobject-sys",
|
|
3037
|
+
"libc",
|
|
3038
|
+
"system-deps",
|
|
3039
|
+
]
|
|
3040
|
+
|
|
3041
|
+
[[package]]
|
|
3042
|
+
name = "stable_deref_trait"
|
|
3043
|
+
version = "1.2.0"
|
|
3044
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3045
|
+
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
3046
|
+
|
|
3047
|
+
[[package]]
|
|
3048
|
+
name = "string_cache"
|
|
3049
|
+
version = "0.8.7"
|
|
3050
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3051
|
+
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
|
3052
|
+
dependencies = [
|
|
3053
|
+
"new_debug_unreachable",
|
|
3054
|
+
"once_cell",
|
|
3055
|
+
"parking_lot",
|
|
3056
|
+
"phf_shared 0.10.0",
|
|
3057
|
+
"precomputed-hash",
|
|
3058
|
+
"serde",
|
|
3059
|
+
]
|
|
3060
|
+
|
|
3061
|
+
[[package]]
|
|
3062
|
+
name = "string_cache_codegen"
|
|
3063
|
+
version = "0.5.2"
|
|
3064
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3065
|
+
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
|
3066
|
+
dependencies = [
|
|
3067
|
+
"phf_generator 0.10.0",
|
|
3068
|
+
"phf_shared 0.10.0",
|
|
3069
|
+
"proc-macro2",
|
|
3070
|
+
"quote",
|
|
3071
|
+
]
|
|
3072
|
+
|
|
3073
|
+
[[package]]
|
|
3074
|
+
name = "strsim"
|
|
3075
|
+
version = "0.11.1"
|
|
3076
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3077
|
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
3078
|
+
|
|
3079
|
+
[[package]]
|
|
3080
|
+
name = "swift-rs"
|
|
3081
|
+
version = "1.0.7"
|
|
3082
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3083
|
+
checksum = "4057c98e2e852d51fdcfca832aac7b571f6b351ad159f9eda5db1655f8d0c4d7"
|
|
3084
|
+
dependencies = [
|
|
3085
|
+
"base64 0.21.7",
|
|
3086
|
+
"serde",
|
|
3087
|
+
"serde_json",
|
|
3088
|
+
]
|
|
3089
|
+
|
|
3090
|
+
[[package]]
|
|
3091
|
+
name = "syn"
|
|
3092
|
+
version = "1.0.109"
|
|
3093
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3094
|
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
3095
|
+
dependencies = [
|
|
3096
|
+
"proc-macro2",
|
|
3097
|
+
"quote",
|
|
3098
|
+
"unicode-ident",
|
|
3099
|
+
]
|
|
3100
|
+
|
|
3101
|
+
[[package]]
|
|
3102
|
+
name = "syn"
|
|
3103
|
+
version = "2.0.90"
|
|
3104
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3105
|
+
checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
|
|
3106
|
+
dependencies = [
|
|
3107
|
+
"proc-macro2",
|
|
3108
|
+
"quote",
|
|
3109
|
+
"unicode-ident",
|
|
3110
|
+
]
|
|
3111
|
+
|
|
3112
|
+
[[package]]
|
|
3113
|
+
name = "sync_wrapper"
|
|
3114
|
+
version = "1.0.2"
|
|
3115
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3116
|
+
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
3117
|
+
dependencies = [
|
|
3118
|
+
"futures-core",
|
|
3119
|
+
]
|
|
3120
|
+
|
|
3121
|
+
[[package]]
|
|
3122
|
+
name = "synstructure"
|
|
3123
|
+
version = "0.13.1"
|
|
3124
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3125
|
+
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
3126
|
+
dependencies = [
|
|
3127
|
+
"proc-macro2",
|
|
3128
|
+
"quote",
|
|
3129
|
+
"syn 2.0.90",
|
|
3130
|
+
]
|
|
3131
|
+
|
|
3132
|
+
[[package]]
|
|
3133
|
+
name = "system-deps"
|
|
3134
|
+
version = "6.2.2"
|
|
3135
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3136
|
+
checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
|
|
3137
|
+
dependencies = [
|
|
3138
|
+
"cfg-expr",
|
|
3139
|
+
"heck 0.5.0",
|
|
3140
|
+
"pkg-config",
|
|
3141
|
+
"toml 0.8.2",
|
|
3142
|
+
"version-compare",
|
|
3143
|
+
]
|
|
3144
|
+
|
|
3145
|
+
[[package]]
|
|
3146
|
+
name = "tao"
|
|
3147
|
+
version = "0.30.8"
|
|
3148
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3149
|
+
checksum = "6682a07cf5bab0b8a2bd20d0a542917ab928b5edb75ebd4eda6b05cbaab872da"
|
|
3150
|
+
dependencies = [
|
|
3151
|
+
"bitflags 2.6.0",
|
|
3152
|
+
"cocoa",
|
|
3153
|
+
"core-foundation",
|
|
3154
|
+
"core-graphics",
|
|
3155
|
+
"crossbeam-channel",
|
|
3156
|
+
"dispatch",
|
|
3157
|
+
"dlopen2",
|
|
3158
|
+
"dpi",
|
|
3159
|
+
"gdkwayland-sys",
|
|
3160
|
+
"gdkx11-sys",
|
|
3161
|
+
"gtk",
|
|
3162
|
+
"instant",
|
|
3163
|
+
"jni",
|
|
3164
|
+
"lazy_static",
|
|
3165
|
+
"libc",
|
|
3166
|
+
"log",
|
|
3167
|
+
"ndk",
|
|
3168
|
+
"ndk-context",
|
|
3169
|
+
"ndk-sys",
|
|
3170
|
+
"objc",
|
|
3171
|
+
"once_cell",
|
|
3172
|
+
"parking_lot",
|
|
3173
|
+
"raw-window-handle",
|
|
3174
|
+
"scopeguard",
|
|
3175
|
+
"tao-macros",
|
|
3176
|
+
"unicode-segmentation",
|
|
3177
|
+
"url",
|
|
3178
|
+
"windows",
|
|
3179
|
+
"windows-core 0.58.0",
|
|
3180
|
+
"windows-version",
|
|
3181
|
+
"x11-dl",
|
|
3182
|
+
]
|
|
3183
|
+
|
|
3184
|
+
[[package]]
|
|
3185
|
+
name = "tao-macros"
|
|
3186
|
+
version = "0.1.3"
|
|
3187
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3188
|
+
checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd"
|
|
3189
|
+
dependencies = [
|
|
3190
|
+
"proc-macro2",
|
|
3191
|
+
"quote",
|
|
3192
|
+
"syn 2.0.90",
|
|
3193
|
+
]
|
|
3194
|
+
|
|
3195
|
+
[[package]]
|
|
3196
|
+
name = "target-lexicon"
|
|
3197
|
+
version = "0.12.16"
|
|
3198
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3199
|
+
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
3200
|
+
|
|
3201
|
+
[[package]]
|
|
3202
|
+
name = "tauri"
|
|
3203
|
+
version = "2.1.1"
|
|
3204
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3205
|
+
checksum = "e545de0a2dfe296fa67db208266cd397c5a55ae782da77973ef4c4fac90e9f2c"
|
|
3206
|
+
dependencies = [
|
|
3207
|
+
"anyhow",
|
|
3208
|
+
"bytes",
|
|
3209
|
+
"dirs",
|
|
3210
|
+
"dunce",
|
|
3211
|
+
"embed_plist",
|
|
3212
|
+
"futures-util",
|
|
3213
|
+
"getrandom 0.2.15",
|
|
3214
|
+
"glob",
|
|
3215
|
+
"gtk",
|
|
3216
|
+
"heck 0.5.0",
|
|
3217
|
+
"http",
|
|
3218
|
+
"jni",
|
|
3219
|
+
"libc",
|
|
3220
|
+
"log",
|
|
3221
|
+
"mime",
|
|
3222
|
+
"muda",
|
|
3223
|
+
"objc2",
|
|
3224
|
+
"objc2-app-kit",
|
|
3225
|
+
"objc2-foundation",
|
|
3226
|
+
"percent-encoding",
|
|
3227
|
+
"plist",
|
|
3228
|
+
"raw-window-handle",
|
|
3229
|
+
"reqwest",
|
|
3230
|
+
"serde",
|
|
3231
|
+
"serde_json",
|
|
3232
|
+
"serde_repr",
|
|
3233
|
+
"serialize-to-javascript",
|
|
3234
|
+
"swift-rs",
|
|
3235
|
+
"tauri-build",
|
|
3236
|
+
"tauri-macros",
|
|
3237
|
+
"tauri-runtime",
|
|
3238
|
+
"tauri-runtime-wry",
|
|
3239
|
+
"tauri-utils",
|
|
3240
|
+
"thiserror 2.0.6",
|
|
3241
|
+
"tokio",
|
|
3242
|
+
"tray-icon",
|
|
3243
|
+
"url",
|
|
3244
|
+
"urlpattern",
|
|
3245
|
+
"webkit2gtk",
|
|
3246
|
+
"webview2-com",
|
|
3247
|
+
"window-vibrancy",
|
|
3248
|
+
"windows",
|
|
3249
|
+
]
|
|
3250
|
+
|
|
3251
|
+
[[package]]
|
|
3252
|
+
name = "tauri-build"
|
|
3253
|
+
version = "2.0.3"
|
|
3254
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3255
|
+
checksum = "7bd2a4bcfaf5fb9f4be72520eefcb61ae565038f8ccba2a497d8c28f463b8c01"
|
|
3256
|
+
dependencies = [
|
|
3257
|
+
"anyhow",
|
|
3258
|
+
"cargo_toml",
|
|
3259
|
+
"dirs",
|
|
3260
|
+
"glob",
|
|
3261
|
+
"heck 0.5.0",
|
|
3262
|
+
"json-patch",
|
|
3263
|
+
"schemars",
|
|
3264
|
+
"semver",
|
|
3265
|
+
"serde",
|
|
3266
|
+
"serde_json",
|
|
3267
|
+
"tauri-utils",
|
|
3268
|
+
"tauri-winres",
|
|
3269
|
+
"toml 0.8.2",
|
|
3270
|
+
"walkdir",
|
|
3271
|
+
]
|
|
3272
|
+
|
|
3273
|
+
[[package]]
|
|
3274
|
+
name = "tauri-codegen"
|
|
3275
|
+
version = "2.0.3"
|
|
3276
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3277
|
+
checksum = "bf79faeecf301d3e969b1fae977039edb77a4c1f25cc0a961be298b54bff97cf"
|
|
3278
|
+
dependencies = [
|
|
3279
|
+
"base64 0.22.1",
|
|
3280
|
+
"brotli",
|
|
3281
|
+
"ico",
|
|
3282
|
+
"json-patch",
|
|
3283
|
+
"plist",
|
|
3284
|
+
"png",
|
|
3285
|
+
"proc-macro2",
|
|
3286
|
+
"quote",
|
|
3287
|
+
"semver",
|
|
3288
|
+
"serde",
|
|
3289
|
+
"serde_json",
|
|
3290
|
+
"sha2",
|
|
3291
|
+
"syn 2.0.90",
|
|
3292
|
+
"tauri-utils",
|
|
3293
|
+
"thiserror 2.0.6",
|
|
3294
|
+
"time",
|
|
3295
|
+
"url",
|
|
3296
|
+
"uuid",
|
|
3297
|
+
"walkdir",
|
|
3298
|
+
]
|
|
3299
|
+
|
|
3300
|
+
[[package]]
|
|
3301
|
+
name = "tauri-macros"
|
|
3302
|
+
version = "2.0.3"
|
|
3303
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3304
|
+
checksum = "c52027c8c5afb83166dacddc092ee8fff50772f9646d461d8c33ee887e447a03"
|
|
3305
|
+
dependencies = [
|
|
3306
|
+
"heck 0.5.0",
|
|
3307
|
+
"proc-macro2",
|
|
3308
|
+
"quote",
|
|
3309
|
+
"syn 2.0.90",
|
|
3310
|
+
"tauri-codegen",
|
|
3311
|
+
"tauri-utils",
|
|
3312
|
+
]
|
|
3313
|
+
|
|
3314
|
+
[[package]]
|
|
3315
|
+
name = "tauri-plugin"
|
|
3316
|
+
version = "2.0.3"
|
|
3317
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3318
|
+
checksum = "e753f2a30933a9bbf0a202fa47d7cc4a3401f06e8d6dcc53b79aa62954828c79"
|
|
3319
|
+
dependencies = [
|
|
3320
|
+
"anyhow",
|
|
3321
|
+
"glob",
|
|
3322
|
+
"plist",
|
|
3323
|
+
"schemars",
|
|
3324
|
+
"serde",
|
|
3325
|
+
"serde_json",
|
|
3326
|
+
"tauri-utils",
|
|
3327
|
+
"toml 0.8.2",
|
|
3328
|
+
"walkdir",
|
|
3329
|
+
]
|
|
3330
|
+
|
|
3331
|
+
[[package]]
|
|
3332
|
+
name = "tauri-plugin-shell"
|
|
3333
|
+
version = "2.2.0"
|
|
3334
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3335
|
+
checksum = "bb2c50a63e60fb8925956cc5b7569f4b750ac197a4d39f13b8dd46ea8e2bad79"
|
|
3336
|
+
dependencies = [
|
|
3337
|
+
"encoding_rs",
|
|
3338
|
+
"log",
|
|
3339
|
+
"open",
|
|
3340
|
+
"os_pipe",
|
|
3341
|
+
"regex",
|
|
3342
|
+
"schemars",
|
|
3343
|
+
"serde",
|
|
3344
|
+
"serde_json",
|
|
3345
|
+
"shared_child",
|
|
3346
|
+
"tauri",
|
|
3347
|
+
"tauri-plugin",
|
|
3348
|
+
"thiserror 2.0.6",
|
|
3349
|
+
"tokio",
|
|
3350
|
+
]
|
|
3351
|
+
|
|
3352
|
+
[[package]]
|
|
3353
|
+
name = "tauri-runtime"
|
|
3354
|
+
version = "2.2.0"
|
|
3355
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3356
|
+
checksum = "cce18d43f80d4aba3aa8a0c953bbe835f3d0f2370aca75e8dbb14bd4bab27958"
|
|
3357
|
+
dependencies = [
|
|
3358
|
+
"dpi",
|
|
3359
|
+
"gtk",
|
|
3360
|
+
"http",
|
|
3361
|
+
"jni",
|
|
3362
|
+
"raw-window-handle",
|
|
3363
|
+
"serde",
|
|
3364
|
+
"serde_json",
|
|
3365
|
+
"tauri-utils",
|
|
3366
|
+
"thiserror 2.0.6",
|
|
3367
|
+
"url",
|
|
3368
|
+
"windows",
|
|
3369
|
+
]
|
|
3370
|
+
|
|
3371
|
+
[[package]]
|
|
3372
|
+
name = "tauri-runtime-wry"
|
|
3373
|
+
version = "2.2.0"
|
|
3374
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3375
|
+
checksum = "9f442a38863e10129ffe2cec7bd09c2dcf8a098a3a27801a476a304d5bb991d2"
|
|
3376
|
+
dependencies = [
|
|
3377
|
+
"gtk",
|
|
3378
|
+
"http",
|
|
3379
|
+
"jni",
|
|
3380
|
+
"log",
|
|
3381
|
+
"objc2",
|
|
3382
|
+
"objc2-app-kit",
|
|
3383
|
+
"objc2-foundation",
|
|
3384
|
+
"percent-encoding",
|
|
3385
|
+
"raw-window-handle",
|
|
3386
|
+
"softbuffer",
|
|
3387
|
+
"tao",
|
|
3388
|
+
"tauri-runtime",
|
|
3389
|
+
"tauri-utils",
|
|
3390
|
+
"url",
|
|
3391
|
+
"webkit2gtk",
|
|
3392
|
+
"webview2-com",
|
|
3393
|
+
"windows",
|
|
3394
|
+
"wry",
|
|
3395
|
+
]
|
|
3396
|
+
|
|
3397
|
+
[[package]]
|
|
3398
|
+
name = "tauri-utils"
|
|
3399
|
+
version = "2.1.0"
|
|
3400
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3401
|
+
checksum = "9271a88f99b4adea0dc71d0baca4505475a0bbd139fb135f62958721aaa8fe54"
|
|
3402
|
+
dependencies = [
|
|
3403
|
+
"brotli",
|
|
3404
|
+
"cargo_metadata",
|
|
3405
|
+
"ctor",
|
|
3406
|
+
"dunce",
|
|
3407
|
+
"glob",
|
|
3408
|
+
"html5ever",
|
|
3409
|
+
"http",
|
|
3410
|
+
"infer",
|
|
3411
|
+
"json-patch",
|
|
3412
|
+
"kuchikiki",
|
|
3413
|
+
"log",
|
|
3414
|
+
"memchr",
|
|
3415
|
+
"phf 0.11.2",
|
|
3416
|
+
"proc-macro2",
|
|
3417
|
+
"quote",
|
|
3418
|
+
"regex",
|
|
3419
|
+
"schemars",
|
|
3420
|
+
"semver",
|
|
3421
|
+
"serde",
|
|
3422
|
+
"serde-untagged",
|
|
3423
|
+
"serde_json",
|
|
3424
|
+
"serde_with",
|
|
3425
|
+
"swift-rs",
|
|
3426
|
+
"thiserror 2.0.6",
|
|
3427
|
+
"toml 0.8.2",
|
|
3428
|
+
"url",
|
|
3429
|
+
"urlpattern",
|
|
3430
|
+
"uuid",
|
|
3431
|
+
"walkdir",
|
|
3432
|
+
]
|
|
3433
|
+
|
|
3434
|
+
[[package]]
|
|
3435
|
+
name = "tauri-winres"
|
|
3436
|
+
version = "0.1.1"
|
|
3437
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3438
|
+
checksum = "5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb"
|
|
3439
|
+
dependencies = [
|
|
3440
|
+
"embed-resource",
|
|
3441
|
+
"toml 0.7.8",
|
|
3442
|
+
]
|
|
3443
|
+
|
|
3444
|
+
[[package]]
|
|
3445
|
+
name = "tendril"
|
|
3446
|
+
version = "0.4.3"
|
|
3447
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3448
|
+
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
|
3449
|
+
dependencies = [
|
|
3450
|
+
"futf",
|
|
3451
|
+
"mac",
|
|
3452
|
+
"utf-8",
|
|
3453
|
+
]
|
|
3454
|
+
|
|
3455
|
+
[[package]]
|
|
3456
|
+
name = "thin-slice"
|
|
3457
|
+
version = "0.1.1"
|
|
3458
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3459
|
+
checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
|
|
3460
|
+
|
|
3461
|
+
[[package]]
|
|
3462
|
+
name = "thiserror"
|
|
3463
|
+
version = "1.0.69"
|
|
3464
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3465
|
+
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
3466
|
+
dependencies = [
|
|
3467
|
+
"thiserror-impl 1.0.69",
|
|
3468
|
+
]
|
|
3469
|
+
|
|
3470
|
+
[[package]]
|
|
3471
|
+
name = "thiserror"
|
|
3472
|
+
version = "2.0.6"
|
|
3473
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3474
|
+
checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
|
|
3475
|
+
dependencies = [
|
|
3476
|
+
"thiserror-impl 2.0.6",
|
|
3477
|
+
]
|
|
3478
|
+
|
|
3479
|
+
[[package]]
|
|
3480
|
+
name = "thiserror-impl"
|
|
3481
|
+
version = "1.0.69"
|
|
3482
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3483
|
+
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
3484
|
+
dependencies = [
|
|
3485
|
+
"proc-macro2",
|
|
3486
|
+
"quote",
|
|
3487
|
+
"syn 2.0.90",
|
|
3488
|
+
]
|
|
3489
|
+
|
|
3490
|
+
[[package]]
|
|
3491
|
+
name = "thiserror-impl"
|
|
3492
|
+
version = "2.0.6"
|
|
3493
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3494
|
+
checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
|
|
3495
|
+
dependencies = [
|
|
3496
|
+
"proc-macro2",
|
|
3497
|
+
"quote",
|
|
3498
|
+
"syn 2.0.90",
|
|
3499
|
+
]
|
|
3500
|
+
|
|
3501
|
+
[[package]]
|
|
3502
|
+
name = "time"
|
|
3503
|
+
version = "0.3.37"
|
|
3504
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3505
|
+
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
|
|
3506
|
+
dependencies = [
|
|
3507
|
+
"deranged",
|
|
3508
|
+
"itoa 1.0.14",
|
|
3509
|
+
"num-conv",
|
|
3510
|
+
"powerfmt",
|
|
3511
|
+
"serde",
|
|
3512
|
+
"time-core",
|
|
3513
|
+
"time-macros",
|
|
3514
|
+
]
|
|
3515
|
+
|
|
3516
|
+
[[package]]
|
|
3517
|
+
name = "time-core"
|
|
3518
|
+
version = "0.1.2"
|
|
3519
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3520
|
+
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
3521
|
+
|
|
3522
|
+
[[package]]
|
|
3523
|
+
name = "time-macros"
|
|
3524
|
+
version = "0.2.19"
|
|
3525
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3526
|
+
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
|
|
3527
|
+
dependencies = [
|
|
3528
|
+
"num-conv",
|
|
3529
|
+
"time-core",
|
|
3530
|
+
]
|
|
3531
|
+
|
|
3532
|
+
[[package]]
|
|
3533
|
+
name = "tinystr"
|
|
3534
|
+
version = "0.7.6"
|
|
3535
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3536
|
+
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
3537
|
+
dependencies = [
|
|
3538
|
+
"displaydoc",
|
|
3539
|
+
"zerovec",
|
|
3540
|
+
]
|
|
3541
|
+
|
|
3542
|
+
[[package]]
|
|
3543
|
+
name = "tokio"
|
|
3544
|
+
version = "1.42.0"
|
|
3545
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3546
|
+
checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
|
|
3547
|
+
dependencies = [
|
|
3548
|
+
"backtrace",
|
|
3549
|
+
"bytes",
|
|
3550
|
+
"libc",
|
|
3551
|
+
"mio",
|
|
3552
|
+
"pin-project-lite",
|
|
3553
|
+
"socket2",
|
|
3554
|
+
"windows-sys 0.52.0",
|
|
3555
|
+
]
|
|
3556
|
+
|
|
3557
|
+
[[package]]
|
|
3558
|
+
name = "tokio-util"
|
|
3559
|
+
version = "0.7.13"
|
|
3560
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3561
|
+
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
|
|
3562
|
+
dependencies = [
|
|
3563
|
+
"bytes",
|
|
3564
|
+
"futures-core",
|
|
3565
|
+
"futures-sink",
|
|
3566
|
+
"pin-project-lite",
|
|
3567
|
+
"tokio",
|
|
3568
|
+
]
|
|
3569
|
+
|
|
3570
|
+
[[package]]
|
|
3571
|
+
name = "toml"
|
|
3572
|
+
version = "0.7.8"
|
|
3573
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3574
|
+
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
|
|
3575
|
+
dependencies = [
|
|
3576
|
+
"serde",
|
|
3577
|
+
"serde_spanned",
|
|
3578
|
+
"toml_datetime",
|
|
3579
|
+
"toml_edit 0.19.15",
|
|
3580
|
+
]
|
|
3581
|
+
|
|
3582
|
+
[[package]]
|
|
3583
|
+
name = "toml"
|
|
3584
|
+
version = "0.8.2"
|
|
3585
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3586
|
+
checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
|
|
3587
|
+
dependencies = [
|
|
3588
|
+
"serde",
|
|
3589
|
+
"serde_spanned",
|
|
3590
|
+
"toml_datetime",
|
|
3591
|
+
"toml_edit 0.20.2",
|
|
3592
|
+
]
|
|
3593
|
+
|
|
3594
|
+
[[package]]
|
|
3595
|
+
name = "toml_datetime"
|
|
3596
|
+
version = "0.6.3"
|
|
3597
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3598
|
+
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
|
|
3599
|
+
dependencies = [
|
|
3600
|
+
"serde",
|
|
3601
|
+
]
|
|
3602
|
+
|
|
3603
|
+
[[package]]
|
|
3604
|
+
name = "toml_edit"
|
|
3605
|
+
version = "0.19.15"
|
|
3606
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3607
|
+
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
|
3608
|
+
dependencies = [
|
|
3609
|
+
"indexmap 2.7.0",
|
|
3610
|
+
"serde",
|
|
3611
|
+
"serde_spanned",
|
|
3612
|
+
"toml_datetime",
|
|
3613
|
+
"winnow",
|
|
3614
|
+
]
|
|
3615
|
+
|
|
3616
|
+
[[package]]
|
|
3617
|
+
name = "toml_edit"
|
|
3618
|
+
version = "0.20.2"
|
|
3619
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3620
|
+
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
|
|
3621
|
+
dependencies = [
|
|
3622
|
+
"indexmap 2.7.0",
|
|
3623
|
+
"serde",
|
|
3624
|
+
"serde_spanned",
|
|
3625
|
+
"toml_datetime",
|
|
3626
|
+
"winnow",
|
|
3627
|
+
]
|
|
3628
|
+
|
|
3629
|
+
[[package]]
|
|
3630
|
+
name = "tower-service"
|
|
3631
|
+
version = "0.3.3"
|
|
3632
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3633
|
+
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
3634
|
+
|
|
3635
|
+
[[package]]
|
|
3636
|
+
name = "tracing"
|
|
3637
|
+
version = "0.1.41"
|
|
3638
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3639
|
+
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
|
3640
|
+
dependencies = [
|
|
3641
|
+
"pin-project-lite",
|
|
3642
|
+
"tracing-core",
|
|
3643
|
+
]
|
|
3644
|
+
|
|
3645
|
+
[[package]]
|
|
3646
|
+
name = "tracing-core"
|
|
3647
|
+
version = "0.1.33"
|
|
3648
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3649
|
+
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
|
3650
|
+
dependencies = [
|
|
3651
|
+
"once_cell",
|
|
3652
|
+
]
|
|
3653
|
+
|
|
3654
|
+
[[package]]
|
|
3655
|
+
name = "tray-icon"
|
|
3656
|
+
version = "0.19.2"
|
|
3657
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3658
|
+
checksum = "d48a05076dd272615d03033bf04f480199f7d1b66a8ac64d75c625fc4a70c06b"
|
|
3659
|
+
dependencies = [
|
|
3660
|
+
"core-graphics",
|
|
3661
|
+
"crossbeam-channel",
|
|
3662
|
+
"dirs",
|
|
3663
|
+
"libappindicator",
|
|
3664
|
+
"muda",
|
|
3665
|
+
"objc2",
|
|
3666
|
+
"objc2-app-kit",
|
|
3667
|
+
"objc2-foundation",
|
|
3668
|
+
"once_cell",
|
|
3669
|
+
"png",
|
|
3670
|
+
"serde",
|
|
3671
|
+
"thiserror 1.0.69",
|
|
3672
|
+
"windows-sys 0.59.0",
|
|
3673
|
+
]
|
|
3674
|
+
|
|
3675
|
+
[[package]]
|
|
3676
|
+
name = "try-lock"
|
|
3677
|
+
version = "0.2.5"
|
|
3678
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3679
|
+
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
3680
|
+
|
|
3681
|
+
[[package]]
|
|
3682
|
+
name = "typeid"
|
|
3683
|
+
version = "1.0.2"
|
|
3684
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3685
|
+
checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
|
|
3686
|
+
|
|
3687
|
+
[[package]]
|
|
3688
|
+
name = "typenum"
|
|
3689
|
+
version = "1.17.0"
|
|
3690
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3691
|
+
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
3692
|
+
|
|
3693
|
+
[[package]]
|
|
3694
|
+
name = "unic-char-property"
|
|
3695
|
+
version = "0.9.0"
|
|
3696
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3697
|
+
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
|
3698
|
+
dependencies = [
|
|
3699
|
+
"unic-char-range",
|
|
3700
|
+
]
|
|
3701
|
+
|
|
3702
|
+
[[package]]
|
|
3703
|
+
name = "unic-char-range"
|
|
3704
|
+
version = "0.9.0"
|
|
3705
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3706
|
+
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
|
3707
|
+
|
|
3708
|
+
[[package]]
|
|
3709
|
+
name = "unic-common"
|
|
3710
|
+
version = "0.9.0"
|
|
3711
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3712
|
+
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
|
3713
|
+
|
|
3714
|
+
[[package]]
|
|
3715
|
+
name = "unic-ucd-ident"
|
|
3716
|
+
version = "0.9.0"
|
|
3717
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3718
|
+
checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
|
|
3719
|
+
dependencies = [
|
|
3720
|
+
"unic-char-property",
|
|
3721
|
+
"unic-char-range",
|
|
3722
|
+
"unic-ucd-version",
|
|
3723
|
+
]
|
|
3724
|
+
|
|
3725
|
+
[[package]]
|
|
3726
|
+
name = "unic-ucd-version"
|
|
3727
|
+
version = "0.9.0"
|
|
3728
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3729
|
+
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
|
3730
|
+
dependencies = [
|
|
3731
|
+
"unic-common",
|
|
3732
|
+
]
|
|
3733
|
+
|
|
3734
|
+
[[package]]
|
|
3735
|
+
name = "unicode-ident"
|
|
3736
|
+
version = "1.0.14"
|
|
3737
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3738
|
+
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
|
3739
|
+
|
|
3740
|
+
[[package]]
|
|
3741
|
+
name = "unicode-segmentation"
|
|
3742
|
+
version = "1.12.0"
|
|
3743
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3744
|
+
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
|
3745
|
+
|
|
3746
|
+
[[package]]
|
|
3747
|
+
name = "url"
|
|
3748
|
+
version = "2.5.4"
|
|
3749
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3750
|
+
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
|
3751
|
+
dependencies = [
|
|
3752
|
+
"form_urlencoded",
|
|
3753
|
+
"idna",
|
|
3754
|
+
"percent-encoding",
|
|
3755
|
+
"serde",
|
|
3756
|
+
]
|
|
3757
|
+
|
|
3758
|
+
[[package]]
|
|
3759
|
+
name = "urlpattern"
|
|
3760
|
+
version = "0.3.0"
|
|
3761
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3762
|
+
checksum = "70acd30e3aa1450bc2eece896ce2ad0d178e9c079493819301573dae3c37ba6d"
|
|
3763
|
+
dependencies = [
|
|
3764
|
+
"regex",
|
|
3765
|
+
"serde",
|
|
3766
|
+
"unic-ucd-ident",
|
|
3767
|
+
"url",
|
|
3768
|
+
]
|
|
3769
|
+
|
|
3770
|
+
[[package]]
|
|
3771
|
+
name = "utf-8"
|
|
3772
|
+
version = "0.7.6"
|
|
3773
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3774
|
+
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
3775
|
+
|
|
3776
|
+
[[package]]
|
|
3777
|
+
name = "utf16_iter"
|
|
3778
|
+
version = "1.0.5"
|
|
3779
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3780
|
+
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
3781
|
+
|
|
3782
|
+
[[package]]
|
|
3783
|
+
name = "utf8_iter"
|
|
3784
|
+
version = "1.0.4"
|
|
3785
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3786
|
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
3787
|
+
|
|
3788
|
+
[[package]]
|
|
3789
|
+
name = "uuid"
|
|
3790
|
+
version = "1.11.0"
|
|
3791
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3792
|
+
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
|
|
3793
|
+
dependencies = [
|
|
3794
|
+
"getrandom 0.2.15",
|
|
3795
|
+
"serde",
|
|
3796
|
+
]
|
|
3797
|
+
|
|
3798
|
+
[[package]]
|
|
3799
|
+
name = "version-compare"
|
|
3800
|
+
version = "0.2.0"
|
|
3801
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3802
|
+
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
|
|
3803
|
+
|
|
3804
|
+
[[package]]
|
|
3805
|
+
name = "version_check"
|
|
3806
|
+
version = "0.9.5"
|
|
3807
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3808
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
3809
|
+
|
|
3810
|
+
[[package]]
|
|
3811
|
+
name = "vswhom"
|
|
3812
|
+
version = "0.1.0"
|
|
3813
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3814
|
+
checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
|
|
3815
|
+
dependencies = [
|
|
3816
|
+
"libc",
|
|
3817
|
+
"vswhom-sys",
|
|
3818
|
+
]
|
|
3819
|
+
|
|
3820
|
+
[[package]]
|
|
3821
|
+
name = "vswhom-sys"
|
|
3822
|
+
version = "0.1.2"
|
|
3823
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3824
|
+
checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
|
|
3825
|
+
dependencies = [
|
|
3826
|
+
"cc",
|
|
3827
|
+
"libc",
|
|
3828
|
+
]
|
|
3829
|
+
|
|
3830
|
+
[[package]]
|
|
3831
|
+
name = "walkdir"
|
|
3832
|
+
version = "2.5.0"
|
|
3833
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3834
|
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
3835
|
+
dependencies = [
|
|
3836
|
+
"same-file",
|
|
3837
|
+
"winapi-util",
|
|
3838
|
+
]
|
|
3839
|
+
|
|
3840
|
+
[[package]]
|
|
3841
|
+
name = "want"
|
|
3842
|
+
version = "0.3.1"
|
|
3843
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3844
|
+
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
3845
|
+
dependencies = [
|
|
3846
|
+
"try-lock",
|
|
3847
|
+
]
|
|
3848
|
+
|
|
3849
|
+
[[package]]
|
|
3850
|
+
name = "wasi"
|
|
3851
|
+
version = "0.9.0+wasi-snapshot-preview1"
|
|
3852
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3853
|
+
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
3854
|
+
|
|
3855
|
+
[[package]]
|
|
3856
|
+
name = "wasi"
|
|
3857
|
+
version = "0.11.0+wasi-snapshot-preview1"
|
|
3858
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3859
|
+
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
3860
|
+
|
|
3861
|
+
[[package]]
|
|
3862
|
+
name = "wasm-bindgen"
|
|
3863
|
+
version = "0.2.99"
|
|
3864
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3865
|
+
checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
|
|
3866
|
+
dependencies = [
|
|
3867
|
+
"cfg-if",
|
|
3868
|
+
"once_cell",
|
|
3869
|
+
"wasm-bindgen-macro",
|
|
3870
|
+
]
|
|
3871
|
+
|
|
3872
|
+
[[package]]
|
|
3873
|
+
name = "wasm-bindgen-backend"
|
|
3874
|
+
version = "0.2.99"
|
|
3875
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3876
|
+
checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
|
|
3877
|
+
dependencies = [
|
|
3878
|
+
"bumpalo",
|
|
3879
|
+
"log",
|
|
3880
|
+
"proc-macro2",
|
|
3881
|
+
"quote",
|
|
3882
|
+
"syn 2.0.90",
|
|
3883
|
+
"wasm-bindgen-shared",
|
|
3884
|
+
]
|
|
3885
|
+
|
|
3886
|
+
[[package]]
|
|
3887
|
+
name = "wasm-bindgen-futures"
|
|
3888
|
+
version = "0.4.49"
|
|
3889
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3890
|
+
checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
|
|
3891
|
+
dependencies = [
|
|
3892
|
+
"cfg-if",
|
|
3893
|
+
"js-sys",
|
|
3894
|
+
"once_cell",
|
|
3895
|
+
"wasm-bindgen",
|
|
3896
|
+
"web-sys",
|
|
3897
|
+
]
|
|
3898
|
+
|
|
3899
|
+
[[package]]
|
|
3900
|
+
name = "wasm-bindgen-macro"
|
|
3901
|
+
version = "0.2.99"
|
|
3902
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3903
|
+
checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
|
|
3904
|
+
dependencies = [
|
|
3905
|
+
"quote",
|
|
3906
|
+
"wasm-bindgen-macro-support",
|
|
3907
|
+
]
|
|
3908
|
+
|
|
3909
|
+
[[package]]
|
|
3910
|
+
name = "wasm-bindgen-macro-support"
|
|
3911
|
+
version = "0.2.99"
|
|
3912
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3913
|
+
checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
|
|
3914
|
+
dependencies = [
|
|
3915
|
+
"proc-macro2",
|
|
3916
|
+
"quote",
|
|
3917
|
+
"syn 2.0.90",
|
|
3918
|
+
"wasm-bindgen-backend",
|
|
3919
|
+
"wasm-bindgen-shared",
|
|
3920
|
+
]
|
|
3921
|
+
|
|
3922
|
+
[[package]]
|
|
3923
|
+
name = "wasm-bindgen-shared"
|
|
3924
|
+
version = "0.2.99"
|
|
3925
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3926
|
+
checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
|
|
3927
|
+
|
|
3928
|
+
[[package]]
|
|
3929
|
+
name = "wasm-streams"
|
|
3930
|
+
version = "0.4.2"
|
|
3931
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3932
|
+
checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
|
|
3933
|
+
dependencies = [
|
|
3934
|
+
"futures-util",
|
|
3935
|
+
"js-sys",
|
|
3936
|
+
"wasm-bindgen",
|
|
3937
|
+
"wasm-bindgen-futures",
|
|
3938
|
+
"web-sys",
|
|
3939
|
+
]
|
|
3940
|
+
|
|
3941
|
+
[[package]]
|
|
3942
|
+
name = "web-sys"
|
|
3943
|
+
version = "0.3.76"
|
|
3944
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3945
|
+
checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
|
|
3946
|
+
dependencies = [
|
|
3947
|
+
"js-sys",
|
|
3948
|
+
"wasm-bindgen",
|
|
3949
|
+
]
|
|
3950
|
+
|
|
3951
|
+
[[package]]
|
|
3952
|
+
name = "webkit2gtk"
|
|
3953
|
+
version = "2.0.1"
|
|
3954
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3955
|
+
checksum = "76b1bc1e54c581da1e9f179d0b38512ba358fb1af2d634a1affe42e37172361a"
|
|
3956
|
+
dependencies = [
|
|
3957
|
+
"bitflags 1.3.2",
|
|
3958
|
+
"cairo-rs",
|
|
3959
|
+
"gdk",
|
|
3960
|
+
"gdk-sys",
|
|
3961
|
+
"gio",
|
|
3962
|
+
"gio-sys",
|
|
3963
|
+
"glib",
|
|
3964
|
+
"glib-sys",
|
|
3965
|
+
"gobject-sys",
|
|
3966
|
+
"gtk",
|
|
3967
|
+
"gtk-sys",
|
|
3968
|
+
"javascriptcore-rs",
|
|
3969
|
+
"libc",
|
|
3970
|
+
"once_cell",
|
|
3971
|
+
"soup3",
|
|
3972
|
+
"webkit2gtk-sys",
|
|
3973
|
+
]
|
|
3974
|
+
|
|
3975
|
+
[[package]]
|
|
3976
|
+
name = "webkit2gtk-sys"
|
|
3977
|
+
version = "2.0.1"
|
|
3978
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3979
|
+
checksum = "62daa38afc514d1f8f12b8693d30d5993ff77ced33ce30cd04deebc267a6d57c"
|
|
3980
|
+
dependencies = [
|
|
3981
|
+
"bitflags 1.3.2",
|
|
3982
|
+
"cairo-sys-rs",
|
|
3983
|
+
"gdk-sys",
|
|
3984
|
+
"gio-sys",
|
|
3985
|
+
"glib-sys",
|
|
3986
|
+
"gobject-sys",
|
|
3987
|
+
"gtk-sys",
|
|
3988
|
+
"javascriptcore-rs-sys",
|
|
3989
|
+
"libc",
|
|
3990
|
+
"pkg-config",
|
|
3991
|
+
"soup3-sys",
|
|
3992
|
+
"system-deps",
|
|
3993
|
+
]
|
|
3994
|
+
|
|
3995
|
+
[[package]]
|
|
3996
|
+
name = "webview2-com"
|
|
3997
|
+
version = "0.33.0"
|
|
3998
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3999
|
+
checksum = "6f61ff3d9d0ee4efcb461b14eb3acfda2702d10dc329f339303fc3e57215ae2c"
|
|
4000
|
+
dependencies = [
|
|
4001
|
+
"webview2-com-macros",
|
|
4002
|
+
"webview2-com-sys",
|
|
4003
|
+
"windows",
|
|
4004
|
+
"windows-core 0.58.0",
|
|
4005
|
+
"windows-implement",
|
|
4006
|
+
"windows-interface",
|
|
4007
|
+
]
|
|
4008
|
+
|
|
4009
|
+
[[package]]
|
|
4010
|
+
name = "webview2-com-macros"
|
|
4011
|
+
version = "0.8.0"
|
|
4012
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4013
|
+
checksum = "1d228f15bba3b9d56dde8bddbee66fa24545bd17b48d5128ccf4a8742b18e431"
|
|
4014
|
+
dependencies = [
|
|
4015
|
+
"proc-macro2",
|
|
4016
|
+
"quote",
|
|
4017
|
+
"syn 2.0.90",
|
|
4018
|
+
]
|
|
4019
|
+
|
|
4020
|
+
[[package]]
|
|
4021
|
+
name = "webview2-com-sys"
|
|
4022
|
+
version = "0.33.0"
|
|
4023
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4024
|
+
checksum = "a3a3e2eeb58f82361c93f9777014668eb3d07e7d174ee4c819575a9208011886"
|
|
4025
|
+
dependencies = [
|
|
4026
|
+
"thiserror 1.0.69",
|
|
4027
|
+
"windows",
|
|
4028
|
+
"windows-core 0.58.0",
|
|
4029
|
+
]
|
|
4030
|
+
|
|
4031
|
+
[[package]]
|
|
4032
|
+
name = "winapi"
|
|
4033
|
+
version = "0.3.9"
|
|
4034
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4035
|
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
4036
|
+
dependencies = [
|
|
4037
|
+
"winapi-i686-pc-windows-gnu",
|
|
4038
|
+
"winapi-x86_64-pc-windows-gnu",
|
|
4039
|
+
]
|
|
4040
|
+
|
|
4041
|
+
[[package]]
|
|
4042
|
+
name = "winapi-i686-pc-windows-gnu"
|
|
4043
|
+
version = "0.4.0"
|
|
4044
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4045
|
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
4046
|
+
|
|
4047
|
+
[[package]]
|
|
4048
|
+
name = "winapi-util"
|
|
4049
|
+
version = "0.1.9"
|
|
4050
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4051
|
+
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
|
4052
|
+
dependencies = [
|
|
4053
|
+
"windows-sys 0.59.0",
|
|
4054
|
+
]
|
|
4055
|
+
|
|
4056
|
+
[[package]]
|
|
4057
|
+
name = "winapi-x86_64-pc-windows-gnu"
|
|
4058
|
+
version = "0.4.0"
|
|
4059
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4060
|
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
4061
|
+
|
|
4062
|
+
[[package]]
|
|
4063
|
+
name = "window-vibrancy"
|
|
4064
|
+
version = "0.5.2"
|
|
4065
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4066
|
+
checksum = "3ea403deff7b51fff19e261330f71608ff2cdef5721d72b64180bb95be7c4150"
|
|
4067
|
+
dependencies = [
|
|
4068
|
+
"objc2",
|
|
4069
|
+
"objc2-app-kit",
|
|
4070
|
+
"objc2-foundation",
|
|
4071
|
+
"raw-window-handle",
|
|
4072
|
+
"windows-sys 0.59.0",
|
|
4073
|
+
"windows-version",
|
|
4074
|
+
]
|
|
4075
|
+
|
|
4076
|
+
[[package]]
|
|
4077
|
+
name = "windows"
|
|
4078
|
+
version = "0.58.0"
|
|
4079
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4080
|
+
checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
|
|
4081
|
+
dependencies = [
|
|
4082
|
+
"windows-core 0.58.0",
|
|
4083
|
+
"windows-targets 0.52.6",
|
|
4084
|
+
]
|
|
4085
|
+
|
|
4086
|
+
[[package]]
|
|
4087
|
+
name = "windows-core"
|
|
4088
|
+
version = "0.52.0"
|
|
4089
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4090
|
+
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
4091
|
+
dependencies = [
|
|
4092
|
+
"windows-targets 0.52.6",
|
|
4093
|
+
]
|
|
4094
|
+
|
|
4095
|
+
[[package]]
|
|
4096
|
+
name = "windows-core"
|
|
4097
|
+
version = "0.58.0"
|
|
4098
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4099
|
+
checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
|
|
4100
|
+
dependencies = [
|
|
4101
|
+
"windows-implement",
|
|
4102
|
+
"windows-interface",
|
|
4103
|
+
"windows-result",
|
|
4104
|
+
"windows-strings",
|
|
4105
|
+
"windows-targets 0.52.6",
|
|
4106
|
+
]
|
|
4107
|
+
|
|
4108
|
+
[[package]]
|
|
4109
|
+
name = "windows-implement"
|
|
4110
|
+
version = "0.58.0"
|
|
4111
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4112
|
+
checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
|
|
4113
|
+
dependencies = [
|
|
4114
|
+
"proc-macro2",
|
|
4115
|
+
"quote",
|
|
4116
|
+
"syn 2.0.90",
|
|
4117
|
+
]
|
|
4118
|
+
|
|
4119
|
+
[[package]]
|
|
4120
|
+
name = "windows-interface"
|
|
4121
|
+
version = "0.58.0"
|
|
4122
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4123
|
+
checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
|
|
4124
|
+
dependencies = [
|
|
4125
|
+
"proc-macro2",
|
|
4126
|
+
"quote",
|
|
4127
|
+
"syn 2.0.90",
|
|
4128
|
+
]
|
|
4129
|
+
|
|
4130
|
+
[[package]]
|
|
4131
|
+
name = "windows-registry"
|
|
4132
|
+
version = "0.2.0"
|
|
4133
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4134
|
+
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
|
|
4135
|
+
dependencies = [
|
|
4136
|
+
"windows-result",
|
|
4137
|
+
"windows-strings",
|
|
4138
|
+
"windows-targets 0.52.6",
|
|
4139
|
+
]
|
|
4140
|
+
|
|
4141
|
+
[[package]]
|
|
4142
|
+
name = "windows-result"
|
|
4143
|
+
version = "0.2.0"
|
|
4144
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4145
|
+
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
|
4146
|
+
dependencies = [
|
|
4147
|
+
"windows-targets 0.52.6",
|
|
4148
|
+
]
|
|
4149
|
+
|
|
4150
|
+
[[package]]
|
|
4151
|
+
name = "windows-strings"
|
|
4152
|
+
version = "0.1.0"
|
|
4153
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4154
|
+
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
|
4155
|
+
dependencies = [
|
|
4156
|
+
"windows-result",
|
|
4157
|
+
"windows-targets 0.52.6",
|
|
4158
|
+
]
|
|
4159
|
+
|
|
4160
|
+
[[package]]
|
|
4161
|
+
name = "windows-sys"
|
|
4162
|
+
version = "0.45.0"
|
|
4163
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4164
|
+
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
4165
|
+
dependencies = [
|
|
4166
|
+
"windows-targets 0.42.2",
|
|
4167
|
+
]
|
|
4168
|
+
|
|
4169
|
+
[[package]]
|
|
4170
|
+
name = "windows-sys"
|
|
4171
|
+
version = "0.48.0"
|
|
4172
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4173
|
+
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
4174
|
+
dependencies = [
|
|
4175
|
+
"windows-targets 0.48.5",
|
|
4176
|
+
]
|
|
4177
|
+
|
|
4178
|
+
[[package]]
|
|
4179
|
+
name = "windows-sys"
|
|
4180
|
+
version = "0.52.0"
|
|
4181
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4182
|
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
4183
|
+
dependencies = [
|
|
4184
|
+
"windows-targets 0.52.6",
|
|
4185
|
+
]
|
|
4186
|
+
|
|
4187
|
+
[[package]]
|
|
4188
|
+
name = "windows-sys"
|
|
4189
|
+
version = "0.59.0"
|
|
4190
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4191
|
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
4192
|
+
dependencies = [
|
|
4193
|
+
"windows-targets 0.52.6",
|
|
4194
|
+
]
|
|
4195
|
+
|
|
4196
|
+
[[package]]
|
|
4197
|
+
name = "windows-targets"
|
|
4198
|
+
version = "0.42.2"
|
|
4199
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4200
|
+
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
4201
|
+
dependencies = [
|
|
4202
|
+
"windows_aarch64_gnullvm 0.42.2",
|
|
4203
|
+
"windows_aarch64_msvc 0.42.2",
|
|
4204
|
+
"windows_i686_gnu 0.42.2",
|
|
4205
|
+
"windows_i686_msvc 0.42.2",
|
|
4206
|
+
"windows_x86_64_gnu 0.42.2",
|
|
4207
|
+
"windows_x86_64_gnullvm 0.42.2",
|
|
4208
|
+
"windows_x86_64_msvc 0.42.2",
|
|
4209
|
+
]
|
|
4210
|
+
|
|
4211
|
+
[[package]]
|
|
4212
|
+
name = "windows-targets"
|
|
4213
|
+
version = "0.48.5"
|
|
4214
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4215
|
+
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
4216
|
+
dependencies = [
|
|
4217
|
+
"windows_aarch64_gnullvm 0.48.5",
|
|
4218
|
+
"windows_aarch64_msvc 0.48.5",
|
|
4219
|
+
"windows_i686_gnu 0.48.5",
|
|
4220
|
+
"windows_i686_msvc 0.48.5",
|
|
4221
|
+
"windows_x86_64_gnu 0.48.5",
|
|
4222
|
+
"windows_x86_64_gnullvm 0.48.5",
|
|
4223
|
+
"windows_x86_64_msvc 0.48.5",
|
|
4224
|
+
]
|
|
4225
|
+
|
|
4226
|
+
[[package]]
|
|
4227
|
+
name = "windows-targets"
|
|
4228
|
+
version = "0.52.6"
|
|
4229
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4230
|
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
4231
|
+
dependencies = [
|
|
4232
|
+
"windows_aarch64_gnullvm 0.52.6",
|
|
4233
|
+
"windows_aarch64_msvc 0.52.6",
|
|
4234
|
+
"windows_i686_gnu 0.52.6",
|
|
4235
|
+
"windows_i686_gnullvm",
|
|
4236
|
+
"windows_i686_msvc 0.52.6",
|
|
4237
|
+
"windows_x86_64_gnu 0.52.6",
|
|
4238
|
+
"windows_x86_64_gnullvm 0.52.6",
|
|
4239
|
+
"windows_x86_64_msvc 0.52.6",
|
|
4240
|
+
]
|
|
4241
|
+
|
|
4242
|
+
[[package]]
|
|
4243
|
+
name = "windows-version"
|
|
4244
|
+
version = "0.1.1"
|
|
4245
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4246
|
+
checksum = "6998aa457c9ba8ff2fb9f13e9d2a930dabcea28f1d0ab94d687d8b3654844515"
|
|
4247
|
+
dependencies = [
|
|
4248
|
+
"windows-targets 0.52.6",
|
|
4249
|
+
]
|
|
4250
|
+
|
|
4251
|
+
[[package]]
|
|
4252
|
+
name = "windows_aarch64_gnullvm"
|
|
4253
|
+
version = "0.42.2"
|
|
4254
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4255
|
+
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
4256
|
+
|
|
4257
|
+
[[package]]
|
|
4258
|
+
name = "windows_aarch64_gnullvm"
|
|
4259
|
+
version = "0.48.5"
|
|
4260
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4261
|
+
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
4262
|
+
|
|
4263
|
+
[[package]]
|
|
4264
|
+
name = "windows_aarch64_gnullvm"
|
|
4265
|
+
version = "0.52.6"
|
|
4266
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4267
|
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
4268
|
+
|
|
4269
|
+
[[package]]
|
|
4270
|
+
name = "windows_aarch64_msvc"
|
|
4271
|
+
version = "0.42.2"
|
|
4272
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4273
|
+
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
4274
|
+
|
|
4275
|
+
[[package]]
|
|
4276
|
+
name = "windows_aarch64_msvc"
|
|
4277
|
+
version = "0.48.5"
|
|
4278
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4279
|
+
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
4280
|
+
|
|
4281
|
+
[[package]]
|
|
4282
|
+
name = "windows_aarch64_msvc"
|
|
4283
|
+
version = "0.52.6"
|
|
4284
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4285
|
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
4286
|
+
|
|
4287
|
+
[[package]]
|
|
4288
|
+
name = "windows_i686_gnu"
|
|
4289
|
+
version = "0.42.2"
|
|
4290
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4291
|
+
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
4292
|
+
|
|
4293
|
+
[[package]]
|
|
4294
|
+
name = "windows_i686_gnu"
|
|
4295
|
+
version = "0.48.5"
|
|
4296
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4297
|
+
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
4298
|
+
|
|
4299
|
+
[[package]]
|
|
4300
|
+
name = "windows_i686_gnu"
|
|
4301
|
+
version = "0.52.6"
|
|
4302
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4303
|
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
4304
|
+
|
|
4305
|
+
[[package]]
|
|
4306
|
+
name = "windows_i686_gnullvm"
|
|
4307
|
+
version = "0.52.6"
|
|
4308
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4309
|
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
4310
|
+
|
|
4311
|
+
[[package]]
|
|
4312
|
+
name = "windows_i686_msvc"
|
|
4313
|
+
version = "0.42.2"
|
|
4314
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4315
|
+
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
4316
|
+
|
|
4317
|
+
[[package]]
|
|
4318
|
+
name = "windows_i686_msvc"
|
|
4319
|
+
version = "0.48.5"
|
|
4320
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4321
|
+
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
4322
|
+
|
|
4323
|
+
[[package]]
|
|
4324
|
+
name = "windows_i686_msvc"
|
|
4325
|
+
version = "0.52.6"
|
|
4326
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4327
|
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
4328
|
+
|
|
4329
|
+
[[package]]
|
|
4330
|
+
name = "windows_x86_64_gnu"
|
|
4331
|
+
version = "0.42.2"
|
|
4332
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4333
|
+
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
4334
|
+
|
|
4335
|
+
[[package]]
|
|
4336
|
+
name = "windows_x86_64_gnu"
|
|
4337
|
+
version = "0.48.5"
|
|
4338
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4339
|
+
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
4340
|
+
|
|
4341
|
+
[[package]]
|
|
4342
|
+
name = "windows_x86_64_gnu"
|
|
4343
|
+
version = "0.52.6"
|
|
4344
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4345
|
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
4346
|
+
|
|
4347
|
+
[[package]]
|
|
4348
|
+
name = "windows_x86_64_gnullvm"
|
|
4349
|
+
version = "0.42.2"
|
|
4350
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4351
|
+
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
4352
|
+
|
|
4353
|
+
[[package]]
|
|
4354
|
+
name = "windows_x86_64_gnullvm"
|
|
4355
|
+
version = "0.48.5"
|
|
4356
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4357
|
+
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
4358
|
+
|
|
4359
|
+
[[package]]
|
|
4360
|
+
name = "windows_x86_64_gnullvm"
|
|
4361
|
+
version = "0.52.6"
|
|
4362
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4363
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
4364
|
+
|
|
4365
|
+
[[package]]
|
|
4366
|
+
name = "windows_x86_64_msvc"
|
|
4367
|
+
version = "0.42.2"
|
|
4368
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4369
|
+
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
4370
|
+
|
|
4371
|
+
[[package]]
|
|
4372
|
+
name = "windows_x86_64_msvc"
|
|
4373
|
+
version = "0.48.5"
|
|
4374
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4375
|
+
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
4376
|
+
|
|
4377
|
+
[[package]]
|
|
4378
|
+
name = "windows_x86_64_msvc"
|
|
4379
|
+
version = "0.52.6"
|
|
4380
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4381
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
4382
|
+
|
|
4383
|
+
[[package]]
|
|
4384
|
+
name = "winnow"
|
|
4385
|
+
version = "0.5.40"
|
|
4386
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4387
|
+
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
|
|
4388
|
+
dependencies = [
|
|
4389
|
+
"memchr",
|
|
4390
|
+
]
|
|
4391
|
+
|
|
4392
|
+
[[package]]
|
|
4393
|
+
name = "winreg"
|
|
4394
|
+
version = "0.52.0"
|
|
4395
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4396
|
+
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
|
|
4397
|
+
dependencies = [
|
|
4398
|
+
"cfg-if",
|
|
4399
|
+
"windows-sys 0.48.0",
|
|
4400
|
+
]
|
|
4401
|
+
|
|
4402
|
+
[[package]]
|
|
4403
|
+
name = "write16"
|
|
4404
|
+
version = "1.0.0"
|
|
4405
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4406
|
+
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
4407
|
+
|
|
4408
|
+
[[package]]
|
|
4409
|
+
name = "writeable"
|
|
4410
|
+
version = "0.5.5"
|
|
4411
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4412
|
+
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
4413
|
+
|
|
4414
|
+
[[package]]
|
|
4415
|
+
name = "wry"
|
|
4416
|
+
version = "0.47.2"
|
|
4417
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4418
|
+
checksum = "61ce51277d65170f6379d8cda935c80e3c2d1f0ff712a123c8bddb11b31a4b73"
|
|
4419
|
+
dependencies = [
|
|
4420
|
+
"base64 0.22.1",
|
|
4421
|
+
"block2",
|
|
4422
|
+
"cookie",
|
|
4423
|
+
"crossbeam-channel",
|
|
4424
|
+
"dpi",
|
|
4425
|
+
"dunce",
|
|
4426
|
+
"gdkx11",
|
|
4427
|
+
"gtk",
|
|
4428
|
+
"html5ever",
|
|
4429
|
+
"http",
|
|
4430
|
+
"javascriptcore-rs",
|
|
4431
|
+
"jni",
|
|
4432
|
+
"kuchikiki",
|
|
4433
|
+
"libc",
|
|
4434
|
+
"ndk",
|
|
4435
|
+
"objc2",
|
|
4436
|
+
"objc2-app-kit",
|
|
4437
|
+
"objc2-foundation",
|
|
4438
|
+
"objc2-ui-kit",
|
|
4439
|
+
"objc2-web-kit",
|
|
4440
|
+
"once_cell",
|
|
4441
|
+
"percent-encoding",
|
|
4442
|
+
"raw-window-handle",
|
|
4443
|
+
"sha2",
|
|
4444
|
+
"soup3",
|
|
4445
|
+
"tao-macros",
|
|
4446
|
+
"thiserror 1.0.69",
|
|
4447
|
+
"url",
|
|
4448
|
+
"webkit2gtk",
|
|
4449
|
+
"webkit2gtk-sys",
|
|
4450
|
+
"webview2-com",
|
|
4451
|
+
"windows",
|
|
4452
|
+
"windows-core 0.58.0",
|
|
4453
|
+
"windows-version",
|
|
4454
|
+
"x11-dl",
|
|
4455
|
+
]
|
|
4456
|
+
|
|
4457
|
+
[[package]]
|
|
4458
|
+
name = "x11"
|
|
4459
|
+
version = "2.21.0"
|
|
4460
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4461
|
+
checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
|
|
4462
|
+
dependencies = [
|
|
4463
|
+
"libc",
|
|
4464
|
+
"pkg-config",
|
|
4465
|
+
]
|
|
4466
|
+
|
|
4467
|
+
[[package]]
|
|
4468
|
+
name = "x11-dl"
|
|
4469
|
+
version = "2.21.0"
|
|
4470
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4471
|
+
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
|
|
4472
|
+
dependencies = [
|
|
4473
|
+
"libc",
|
|
4474
|
+
"once_cell",
|
|
4475
|
+
"pkg-config",
|
|
4476
|
+
]
|
|
4477
|
+
|
|
4478
|
+
[[package]]
|
|
4479
|
+
name = "yoke"
|
|
4480
|
+
version = "0.7.5"
|
|
4481
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4482
|
+
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
4483
|
+
dependencies = [
|
|
4484
|
+
"serde",
|
|
4485
|
+
"stable_deref_trait",
|
|
4486
|
+
"yoke-derive",
|
|
4487
|
+
"zerofrom",
|
|
4488
|
+
]
|
|
4489
|
+
|
|
4490
|
+
[[package]]
|
|
4491
|
+
name = "yoke-derive"
|
|
4492
|
+
version = "0.7.5"
|
|
4493
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4494
|
+
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
4495
|
+
dependencies = [
|
|
4496
|
+
"proc-macro2",
|
|
4497
|
+
"quote",
|
|
4498
|
+
"syn 2.0.90",
|
|
4499
|
+
"synstructure",
|
|
4500
|
+
]
|
|
4501
|
+
|
|
4502
|
+
[[package]]
|
|
4503
|
+
name = "zerocopy"
|
|
4504
|
+
version = "0.7.35"
|
|
4505
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4506
|
+
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
4507
|
+
dependencies = [
|
|
4508
|
+
"byteorder",
|
|
4509
|
+
"zerocopy-derive",
|
|
4510
|
+
]
|
|
4511
|
+
|
|
4512
|
+
[[package]]
|
|
4513
|
+
name = "zerocopy-derive"
|
|
4514
|
+
version = "0.7.35"
|
|
4515
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4516
|
+
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
4517
|
+
dependencies = [
|
|
4518
|
+
"proc-macro2",
|
|
4519
|
+
"quote",
|
|
4520
|
+
"syn 2.0.90",
|
|
4521
|
+
]
|
|
4522
|
+
|
|
4523
|
+
[[package]]
|
|
4524
|
+
name = "zerofrom"
|
|
4525
|
+
version = "0.1.5"
|
|
4526
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4527
|
+
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
|
4528
|
+
dependencies = [
|
|
4529
|
+
"zerofrom-derive",
|
|
4530
|
+
]
|
|
4531
|
+
|
|
4532
|
+
[[package]]
|
|
4533
|
+
name = "zerofrom-derive"
|
|
4534
|
+
version = "0.1.5"
|
|
4535
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4536
|
+
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
|
4537
|
+
dependencies = [
|
|
4538
|
+
"proc-macro2",
|
|
4539
|
+
"quote",
|
|
4540
|
+
"syn 2.0.90",
|
|
4541
|
+
"synstructure",
|
|
4542
|
+
]
|
|
4543
|
+
|
|
4544
|
+
[[package]]
|
|
4545
|
+
name = "zerovec"
|
|
4546
|
+
version = "0.10.4"
|
|
4547
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4548
|
+
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
4549
|
+
dependencies = [
|
|
4550
|
+
"yoke",
|
|
4551
|
+
"zerofrom",
|
|
4552
|
+
"zerovec-derive",
|
|
4553
|
+
]
|
|
4554
|
+
|
|
4555
|
+
[[package]]
|
|
4556
|
+
name = "zerovec-derive"
|
|
4557
|
+
version = "0.10.3"
|
|
4558
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4559
|
+
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
4560
|
+
dependencies = [
|
|
4561
|
+
"proc-macro2",
|
|
4562
|
+
"quote",
|
|
4563
|
+
"syn 2.0.90",
|
|
4564
|
+
]
|