tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
desktop-postflop: use fetchCargoVendor
TomaSajt
1 year ago
603645f9
2a159165
+2
-3900
2 changed files
expand all
collapse all
unified
split
pkgs
by-name
de
desktop-postflop
Cargo.lock
package.nix
-3894
pkgs/by-name/de/desktop-postflop/Cargo.lock
···
1
1
-
# This file is automatically @generated by Cargo.
2
2
-
# It is not intended for manual editing.
3
3
-
version = 3
4
4
-
5
5
-
[[package]]
6
6
-
name = "addr2line"
7
7
-
version = "0.21.0"
8
8
-
source = "registry+https://github.com/rust-lang/crates.io-index"
9
9
-
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
10
10
-
dependencies = [
11
11
-
"gimli",
12
12
-
]
13
13
-
14
14
-
[[package]]
15
15
-
name = "adler"
16
16
-
version = "1.0.2"
17
17
-
source = "registry+https://github.com/rust-lang/crates.io-index"
18
18
-
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
19
-
20
20
-
[[package]]
21
21
-
name = "aho-corasick"
22
22
-
version = "1.1.1"
23
23
-
source = "registry+https://github.com/rust-lang/crates.io-index"
24
24
-
checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
25
25
-
dependencies = [
26
26
-
"memchr",
27
27
-
]
28
28
-
29
29
-
[[package]]
30
30
-
name = "alloc-no-stdlib"
31
31
-
version = "2.0.4"
32
32
-
source = "registry+https://github.com/rust-lang/crates.io-index"
33
33
-
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
34
34
-
35
35
-
[[package]]
36
36
-
name = "alloc-stdlib"
37
37
-
version = "0.2.2"
38
38
-
source = "registry+https://github.com/rust-lang/crates.io-index"
39
39
-
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
40
40
-
dependencies = [
41
41
-
"alloc-no-stdlib",
42
42
-
]
43
43
-
44
44
-
[[package]]
45
45
-
name = "android-tzdata"
46
46
-
version = "0.1.1"
47
47
-
source = "registry+https://github.com/rust-lang/crates.io-index"
48
48
-
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
49
49
-
50
50
-
[[package]]
51
51
-
name = "android_system_properties"
52
52
-
version = "0.1.5"
53
53
-
source = "registry+https://github.com/rust-lang/crates.io-index"
54
54
-
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
55
55
-
dependencies = [
56
56
-
"libc",
57
57
-
]
58
58
-
59
59
-
[[package]]
60
60
-
name = "anyhow"
61
61
-
version = "1.0.75"
62
62
-
source = "registry+https://github.com/rust-lang/crates.io-index"
63
63
-
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
64
64
-
65
65
-
[[package]]
66
66
-
name = "atk"
67
67
-
version = "0.15.1"
68
68
-
source = "registry+https://github.com/rust-lang/crates.io-index"
69
69
-
checksum = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd"
70
70
-
dependencies = [
71
71
-
"atk-sys",
72
72
-
"bitflags 1.3.2",
73
73
-
"glib",
74
74
-
"libc",
75
75
-
]
76
76
-
77
77
-
[[package]]
78
78
-
name = "atk-sys"
79
79
-
version = "0.15.1"
80
80
-
source = "registry+https://github.com/rust-lang/crates.io-index"
81
81
-
checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6"
82
82
-
dependencies = [
83
83
-
"glib-sys",
84
84
-
"gobject-sys",
85
85
-
"libc",
86
86
-
"system-deps 6.1.1",
87
87
-
]
88
88
-
89
89
-
[[package]]
90
90
-
name = "autocfg"
91
91
-
version = "1.1.0"
92
92
-
source = "registry+https://github.com/rust-lang/crates.io-index"
93
93
-
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
94
94
-
95
95
-
[[package]]
96
96
-
name = "backtrace"
97
97
-
version = "0.3.69"
98
98
-
source = "registry+https://github.com/rust-lang/crates.io-index"
99
99
-
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
100
100
-
dependencies = [
101
101
-
"addr2line",
102
102
-
"cc",
103
103
-
"cfg-if",
104
104
-
"libc",
105
105
-
"miniz_oxide",
106
106
-
"object",
107
107
-
"rustc-demangle",
108
108
-
]
109
109
-
110
110
-
[[package]]
111
111
-
name = "base64"
112
112
-
version = "0.13.1"
113
113
-
source = "registry+https://github.com/rust-lang/crates.io-index"
114
114
-
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
115
115
-
116
116
-
[[package]]
117
117
-
name = "base64"
118
118
-
version = "0.21.4"
119
119
-
source = "registry+https://github.com/rust-lang/crates.io-index"
120
120
-
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
121
121
-
122
122
-
[[package]]
123
123
-
name = "bincode"
124
124
-
version = "2.0.0-rc.3"
125
125
-
source = "registry+https://github.com/rust-lang/crates.io-index"
126
126
-
checksum = "f11ea1a0346b94ef188834a65c068a03aec181c94896d481d7a0a40d85b0ce95"
127
127
-
dependencies = [
128
128
-
"bincode_derive",
129
129
-
"serde",
130
130
-
]
131
131
-
132
132
-
[[package]]
133
133
-
name = "bincode_derive"
134
134
-
version = "2.0.0-rc.3"
135
135
-
source = "registry+https://github.com/rust-lang/crates.io-index"
136
136
-
checksum = "7e30759b3b99a1b802a7a3aa21c85c3ded5c28e1c83170d82d70f08bbf7f3e4c"
137
137
-
dependencies = [
138
138
-
"virtue",
139
139
-
]
140
140
-
141
141
-
[[package]]
142
142
-
name = "bitflags"
143
143
-
version = "1.3.2"
144
144
-
source = "registry+https://github.com/rust-lang/crates.io-index"
145
145
-
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
146
146
-
147
147
-
[[package]]
148
148
-
name = "bitflags"
149
149
-
version = "2.4.0"
150
150
-
source = "registry+https://github.com/rust-lang/crates.io-index"
151
151
-
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
152
152
-
153
153
-
[[package]]
154
154
-
name = "block"
155
155
-
version = "0.1.6"
156
156
-
source = "registry+https://github.com/rust-lang/crates.io-index"
157
157
-
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
158
158
-
159
159
-
[[package]]
160
160
-
name = "block-buffer"
161
161
-
version = "0.10.4"
162
162
-
source = "registry+https://github.com/rust-lang/crates.io-index"
163
163
-
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
164
164
-
dependencies = [
165
165
-
"generic-array",
166
166
-
]
167
167
-
168
168
-
[[package]]
169
169
-
name = "brotli"
170
170
-
version = "3.4.0"
171
171
-
source = "registry+https://github.com/rust-lang/crates.io-index"
172
172
-
checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f"
173
173
-
dependencies = [
174
174
-
"alloc-no-stdlib",
175
175
-
"alloc-stdlib",
176
176
-
"brotli-decompressor",
177
177
-
]
178
178
-
179
179
-
[[package]]
180
180
-
name = "brotli-decompressor"
181
181
-
version = "2.5.0"
182
182
-
source = "registry+https://github.com/rust-lang/crates.io-index"
183
183
-
checksum = "da74e2b81409b1b743f8f0c62cc6254afefb8b8e50bbfe3735550f7aeefa3448"
184
184
-
dependencies = [
185
185
-
"alloc-no-stdlib",
186
186
-
"alloc-stdlib",
187
187
-
]
188
188
-
189
189
-
[[package]]
190
190
-
name = "bstr"
191
191
-
version = "1.6.2"
192
192
-
source = "registry+https://github.com/rust-lang/crates.io-index"
193
193
-
checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"
194
194
-
dependencies = [
195
195
-
"memchr",
196
196
-
"serde",
197
197
-
]
198
198
-
199
199
-
[[package]]
200
200
-
name = "bumpalo"
201
201
-
version = "3.14.0"
202
202
-
source = "registry+https://github.com/rust-lang/crates.io-index"
203
203
-
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
204
204
-
205
205
-
[[package]]
206
206
-
name = "bytemuck"
207
207
-
version = "1.14.0"
208
208
-
source = "registry+https://github.com/rust-lang/crates.io-index"
209
209
-
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
210
210
-
211
211
-
[[package]]
212
212
-
name = "byteorder"
213
213
-
version = "1.4.3"
214
214
-
source = "registry+https://github.com/rust-lang/crates.io-index"
215
215
-
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
216
216
-
217
217
-
[[package]]
218
218
-
name = "bytes"
219
219
-
version = "1.5.0"
220
220
-
source = "registry+https://github.com/rust-lang/crates.io-index"
221
221
-
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
222
222
-
223
223
-
[[package]]
224
224
-
name = "cairo-rs"
225
225
-
version = "0.15.12"
226
226
-
source = "registry+https://github.com/rust-lang/crates.io-index"
227
227
-
checksum = "c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc"
228
228
-
dependencies = [
229
229
-
"bitflags 1.3.2",
230
230
-
"cairo-sys-rs",
231
231
-
"glib",
232
232
-
"libc",
233
233
-
"thiserror",
234
234
-
]
235
235
-
236
236
-
[[package]]
237
237
-
name = "cairo-sys-rs"
238
238
-
version = "0.15.1"
239
239
-
source = "registry+https://github.com/rust-lang/crates.io-index"
240
240
-
checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
241
241
-
dependencies = [
242
242
-
"glib-sys",
243
243
-
"libc",
244
244
-
"system-deps 6.1.1",
245
245
-
]
246
246
-
247
247
-
[[package]]
248
248
-
name = "cargo_toml"
249
249
-
version = "0.15.3"
250
250
-
source = "registry+https://github.com/rust-lang/crates.io-index"
251
251
-
checksum = "599aa35200ffff8f04c1925aa1acc92fa2e08874379ef42e210a80e527e60838"
252
252
-
dependencies = [
253
253
-
"serde",
254
254
-
"toml 0.7.8",
255
255
-
]
256
256
-
257
257
-
[[package]]
258
258
-
name = "cc"
259
259
-
version = "1.0.83"
260
260
-
source = "registry+https://github.com/rust-lang/crates.io-index"
261
261
-
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
262
262
-
dependencies = [
263
263
-
"jobserver",
264
264
-
"libc",
265
265
-
]
266
266
-
267
267
-
[[package]]
268
268
-
name = "cesu8"
269
269
-
version = "1.1.0"
270
270
-
source = "registry+https://github.com/rust-lang/crates.io-index"
271
271
-
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
272
272
-
273
273
-
[[package]]
274
274
-
name = "cfb"
275
275
-
version = "0.7.3"
276
276
-
source = "registry+https://github.com/rust-lang/crates.io-index"
277
277
-
checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
278
278
-
dependencies = [
279
279
-
"byteorder",
280
280
-
"fnv",
281
281
-
"uuid",
282
282
-
]
283
283
-
284
284
-
[[package]]
285
285
-
name = "cfg-expr"
286
286
-
version = "0.9.1"
287
287
-
source = "registry+https://github.com/rust-lang/crates.io-index"
288
288
-
checksum = "3431df59f28accaf4cb4eed4a9acc66bea3f3c3753aa6cdc2f024174ef232af7"
289
289
-
dependencies = [
290
290
-
"smallvec",
291
291
-
]
292
292
-
293
293
-
[[package]]
294
294
-
name = "cfg-expr"
295
295
-
version = "0.15.5"
296
296
-
source = "registry+https://github.com/rust-lang/crates.io-index"
297
297
-
checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3"
298
298
-
dependencies = [
299
299
-
"smallvec",
300
300
-
"target-lexicon",
301
301
-
]
302
302
-
303
303
-
[[package]]
304
304
-
name = "cfg-if"
305
305
-
version = "1.0.0"
306
306
-
source = "registry+https://github.com/rust-lang/crates.io-index"
307
307
-
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
308
308
-
309
309
-
[[package]]
310
310
-
name = "chrono"
311
311
-
version = "0.4.31"
312
312
-
source = "registry+https://github.com/rust-lang/crates.io-index"
313
313
-
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
314
314
-
dependencies = [
315
315
-
"android-tzdata",
316
316
-
"iana-time-zone",
317
317
-
"num-traits",
318
318
-
"serde",
319
319
-
"windows-targets",
320
320
-
]
321
321
-
322
322
-
[[package]]
323
323
-
name = "cocoa"
324
324
-
version = "0.24.1"
325
325
-
source = "registry+https://github.com/rust-lang/crates.io-index"
326
326
-
checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
327
327
-
dependencies = [
328
328
-
"bitflags 1.3.2",
329
329
-
"block",
330
330
-
"cocoa-foundation",
331
331
-
"core-foundation",
332
332
-
"core-graphics",
333
333
-
"foreign-types",
334
334
-
"libc",
335
335
-
"objc",
336
336
-
]
337
337
-
338
338
-
[[package]]
339
339
-
name = "cocoa-foundation"
340
340
-
version = "0.1.2"
341
341
-
source = "registry+https://github.com/rust-lang/crates.io-index"
342
342
-
checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
343
343
-
dependencies = [
344
344
-
"bitflags 1.3.2",
345
345
-
"block",
346
346
-
"core-foundation",
347
347
-
"core-graphics-types",
348
348
-
"libc",
349
349
-
"objc",
350
350
-
]
351
351
-
352
352
-
[[package]]
353
353
-
name = "color_quant"
354
354
-
version = "1.1.0"
355
355
-
source = "registry+https://github.com/rust-lang/crates.io-index"
356
356
-
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
357
357
-
358
358
-
[[package]]
359
359
-
name = "combine"
360
360
-
version = "4.6.6"
361
361
-
source = "registry+https://github.com/rust-lang/crates.io-index"
362
362
-
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
363
363
-
dependencies = [
364
364
-
"bytes",
365
365
-
"memchr",
366
366
-
]
367
367
-
368
368
-
[[package]]
369
369
-
name = "convert_case"
370
370
-
version = "0.4.0"
371
371
-
source = "registry+https://github.com/rust-lang/crates.io-index"
372
372
-
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
373
373
-
374
374
-
[[package]]
375
375
-
name = "core-foundation"
376
376
-
version = "0.9.3"
377
377
-
source = "registry+https://github.com/rust-lang/crates.io-index"
378
378
-
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
379
379
-
dependencies = [
380
380
-
"core-foundation-sys",
381
381
-
"libc",
382
382
-
]
383
383
-
384
384
-
[[package]]
385
385
-
name = "core-foundation-sys"
386
386
-
version = "0.8.4"
387
387
-
source = "registry+https://github.com/rust-lang/crates.io-index"
388
388
-
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
389
389
-
390
390
-
[[package]]
391
391
-
name = "core-graphics"
392
392
-
version = "0.22.3"
393
393
-
source = "registry+https://github.com/rust-lang/crates.io-index"
394
394
-
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
395
395
-
dependencies = [
396
396
-
"bitflags 1.3.2",
397
397
-
"core-foundation",
398
398
-
"core-graphics-types",
399
399
-
"foreign-types",
400
400
-
"libc",
401
401
-
]
402
402
-
403
403
-
[[package]]
404
404
-
name = "core-graphics-types"
405
405
-
version = "0.1.2"
406
406
-
source = "registry+https://github.com/rust-lang/crates.io-index"
407
407
-
checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33"
408
408
-
dependencies = [
409
409
-
"bitflags 1.3.2",
410
410
-
"core-foundation",
411
411
-
"libc",
412
412
-
]
413
413
-
414
414
-
[[package]]
415
415
-
name = "cpufeatures"
416
416
-
version = "0.2.9"
417
417
-
source = "registry+https://github.com/rust-lang/crates.io-index"
418
418
-
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
419
419
-
dependencies = [
420
420
-
"libc",
421
421
-
]
422
422
-
423
423
-
[[package]]
424
424
-
name = "crc32fast"
425
425
-
version = "1.3.2"
426
426
-
source = "registry+https://github.com/rust-lang/crates.io-index"
427
427
-
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
428
428
-
dependencies = [
429
429
-
"cfg-if",
430
430
-
]
431
431
-
432
432
-
[[package]]
433
433
-
name = "crossbeam-channel"
434
434
-
version = "0.5.8"
435
435
-
source = "registry+https://github.com/rust-lang/crates.io-index"
436
436
-
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
437
437
-
dependencies = [
438
438
-
"cfg-if",
439
439
-
"crossbeam-utils",
440
440
-
]
441
441
-
442
442
-
[[package]]
443
443
-
name = "crossbeam-deque"
444
444
-
version = "0.8.3"
445
445
-
source = "registry+https://github.com/rust-lang/crates.io-index"
446
446
-
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
447
447
-
dependencies = [
448
448
-
"cfg-if",
449
449
-
"crossbeam-epoch",
450
450
-
"crossbeam-utils",
451
451
-
]
452
452
-
453
453
-
[[package]]
454
454
-
name = "crossbeam-epoch"
455
455
-
version = "0.9.15"
456
456
-
source = "registry+https://github.com/rust-lang/crates.io-index"
457
457
-
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
458
458
-
dependencies = [
459
459
-
"autocfg",
460
460
-
"cfg-if",
461
461
-
"crossbeam-utils",
462
462
-
"memoffset",
463
463
-
"scopeguard",
464
464
-
]
465
465
-
466
466
-
[[package]]
467
467
-
name = "crossbeam-utils"
468
468
-
version = "0.8.16"
469
469
-
source = "registry+https://github.com/rust-lang/crates.io-index"
470
470
-
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
471
471
-
dependencies = [
472
472
-
"cfg-if",
473
473
-
]
474
474
-
475
475
-
[[package]]
476
476
-
name = "crypto-common"
477
477
-
version = "0.1.6"
478
478
-
source = "registry+https://github.com/rust-lang/crates.io-index"
479
479
-
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
480
480
-
dependencies = [
481
481
-
"generic-array",
482
482
-
"typenum",
483
483
-
]
484
484
-
485
485
-
[[package]]
486
486
-
name = "cssparser"
487
487
-
version = "0.27.2"
488
488
-
source = "registry+https://github.com/rust-lang/crates.io-index"
489
489
-
checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
490
490
-
dependencies = [
491
491
-
"cssparser-macros",
492
492
-
"dtoa-short",
493
493
-
"itoa 0.4.8",
494
494
-
"matches",
495
495
-
"phf 0.8.0",
496
496
-
"proc-macro2",
497
497
-
"quote",
498
498
-
"smallvec",
499
499
-
"syn 1.0.109",
500
500
-
]
501
501
-
502
502
-
[[package]]
503
503
-
name = "cssparser-macros"
504
504
-
version = "0.6.1"
505
505
-
source = "registry+https://github.com/rust-lang/crates.io-index"
506
506
-
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
507
507
-
dependencies = [
508
508
-
"quote",
509
509
-
"syn 2.0.37",
510
510
-
]
511
511
-
512
512
-
[[package]]
513
513
-
name = "ctor"
514
514
-
version = "0.1.26"
515
515
-
source = "registry+https://github.com/rust-lang/crates.io-index"
516
516
-
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
517
517
-
dependencies = [
518
518
-
"quote",
519
519
-
"syn 1.0.109",
520
520
-
]
521
521
-
522
522
-
[[package]]
523
523
-
name = "darling"
524
524
-
version = "0.20.3"
525
525
-
source = "registry+https://github.com/rust-lang/crates.io-index"
526
526
-
checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
527
527
-
dependencies = [
528
528
-
"darling_core",
529
529
-
"darling_macro",
530
530
-
]
531
531
-
532
532
-
[[package]]
533
533
-
name = "darling_core"
534
534
-
version = "0.20.3"
535
535
-
source = "registry+https://github.com/rust-lang/crates.io-index"
536
536
-
checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
537
537
-
dependencies = [
538
538
-
"fnv",
539
539
-
"ident_case",
540
540
-
"proc-macro2",
541
541
-
"quote",
542
542
-
"strsim",
543
543
-
"syn 2.0.37",
544
544
-
]
545
545
-
546
546
-
[[package]]
547
547
-
name = "darling_macro"
548
548
-
version = "0.20.3"
549
549
-
source = "registry+https://github.com/rust-lang/crates.io-index"
550
550
-
checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
551
551
-
dependencies = [
552
552
-
"darling_core",
553
553
-
"quote",
554
554
-
"syn 2.0.37",
555
555
-
]
556
556
-
557
557
-
[[package]]
558
558
-
name = "deranged"
559
559
-
version = "0.3.8"
560
560
-
source = "registry+https://github.com/rust-lang/crates.io-index"
561
561
-
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
562
562
-
dependencies = [
563
563
-
"serde",
564
564
-
]
565
565
-
566
566
-
[[package]]
567
567
-
name = "derive_more"
568
568
-
version = "0.99.17"
569
569
-
source = "registry+https://github.com/rust-lang/crates.io-index"
570
570
-
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
571
571
-
dependencies = [
572
572
-
"convert_case",
573
573
-
"proc-macro2",
574
574
-
"quote",
575
575
-
"rustc_version",
576
576
-
"syn 1.0.109",
577
577
-
]
578
578
-
579
579
-
[[package]]
580
580
-
name = "desktop-postflop"
581
581
-
version = "0.2.7"
582
582
-
dependencies = [
583
583
-
"postflop-solver",
584
584
-
"rayon",
585
585
-
"serde",
586
586
-
"serde_json",
587
587
-
"sysinfo",
588
588
-
"tauri",
589
589
-
"tauri-build",
590
590
-
]
591
591
-
592
592
-
[[package]]
593
593
-
name = "digest"
594
594
-
version = "0.10.7"
595
595
-
source = "registry+https://github.com/rust-lang/crates.io-index"
596
596
-
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
597
597
-
dependencies = [
598
598
-
"block-buffer",
599
599
-
"crypto-common",
600
600
-
]
601
601
-
602
602
-
[[package]]
603
603
-
name = "dirs-next"
604
604
-
version = "2.0.0"
605
605
-
source = "registry+https://github.com/rust-lang/crates.io-index"
606
606
-
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
607
607
-
dependencies = [
608
608
-
"cfg-if",
609
609
-
"dirs-sys-next",
610
610
-
]
611
611
-
612
612
-
[[package]]
613
613
-
name = "dirs-sys-next"
614
614
-
version = "0.1.2"
615
615
-
source = "registry+https://github.com/rust-lang/crates.io-index"
616
616
-
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
617
617
-
dependencies = [
618
618
-
"libc",
619
619
-
"redox_users",
620
620
-
"winapi",
621
621
-
]
622
622
-
623
623
-
[[package]]
624
624
-
name = "dispatch"
625
625
-
version = "0.2.0"
626
626
-
source = "registry+https://github.com/rust-lang/crates.io-index"
627
627
-
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
628
628
-
629
629
-
[[package]]
630
630
-
name = "dtoa"
631
631
-
version = "1.0.9"
632
632
-
source = "registry+https://github.com/rust-lang/crates.io-index"
633
633
-
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
634
634
-
635
635
-
[[package]]
636
636
-
name = "dtoa-short"
637
637
-
version = "0.3.4"
638
638
-
source = "registry+https://github.com/rust-lang/crates.io-index"
639
639
-
checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
640
640
-
dependencies = [
641
641
-
"dtoa",
642
642
-
]
643
643
-
644
644
-
[[package]]
645
645
-
name = "dunce"
646
646
-
version = "1.0.4"
647
647
-
source = "registry+https://github.com/rust-lang/crates.io-index"
648
648
-
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
649
649
-
650
650
-
[[package]]
651
651
-
name = "either"
652
652
-
version = "1.9.0"
653
653
-
source = "registry+https://github.com/rust-lang/crates.io-index"
654
654
-
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
655
655
-
656
656
-
[[package]]
657
657
-
name = "embed-resource"
658
658
-
version = "2.3.0"
659
659
-
source = "registry+https://github.com/rust-lang/crates.io-index"
660
660
-
checksum = "fd0a2c9b742a980060d22545a7a83b573acd6b73045b9de6370c9530ce652f27"
661
661
-
dependencies = [
662
662
-
"cc",
663
663
-
"rustc_version",
664
664
-
"toml 0.7.8",
665
665
-
"vswhom",
666
666
-
"winreg",
667
667
-
]
668
668
-
669
669
-
[[package]]
670
670
-
name = "embed_plist"
671
671
-
version = "1.2.2"
672
672
-
source = "registry+https://github.com/rust-lang/crates.io-index"
673
673
-
checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
674
674
-
675
675
-
[[package]]
676
676
-
name = "encoding_rs"
677
677
-
version = "0.8.33"
678
678
-
source = "registry+https://github.com/rust-lang/crates.io-index"
679
679
-
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
680
680
-
dependencies = [
681
681
-
"cfg-if",
682
682
-
]
683
683
-
684
684
-
[[package]]
685
685
-
name = "equivalent"
686
686
-
version = "1.0.1"
687
687
-
source = "registry+https://github.com/rust-lang/crates.io-index"
688
688
-
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
689
689
-
690
690
-
[[package]]
691
691
-
name = "errno"
692
692
-
version = "0.3.3"
693
693
-
source = "registry+https://github.com/rust-lang/crates.io-index"
694
694
-
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
695
695
-
dependencies = [
696
696
-
"errno-dragonfly",
697
697
-
"libc",
698
698
-
"windows-sys 0.48.0",
699
699
-
]
700
700
-
701
701
-
[[package]]
702
702
-
name = "errno-dragonfly"
703
703
-
version = "0.1.2"
704
704
-
source = "registry+https://github.com/rust-lang/crates.io-index"
705
705
-
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
706
706
-
dependencies = [
707
707
-
"cc",
708
708
-
"libc",
709
709
-
]
710
710
-
711
711
-
[[package]]
712
712
-
name = "fastrand"
713
713
-
version = "2.0.1"
714
714
-
source = "registry+https://github.com/rust-lang/crates.io-index"
715
715
-
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
716
716
-
717
717
-
[[package]]
718
718
-
name = "fdeflate"
719
719
-
version = "0.3.0"
720
720
-
source = "registry+https://github.com/rust-lang/crates.io-index"
721
721
-
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
722
722
-
dependencies = [
723
723
-
"simd-adler32",
724
724
-
]
725
725
-
726
726
-
[[package]]
727
727
-
name = "field-offset"
728
728
-
version = "0.3.6"
729
729
-
source = "registry+https://github.com/rust-lang/crates.io-index"
730
730
-
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
731
731
-
dependencies = [
732
732
-
"memoffset",
733
733
-
"rustc_version",
734
734
-
]
735
735
-
736
736
-
[[package]]
737
737
-
name = "filetime"
738
738
-
version = "0.2.22"
739
739
-
source = "registry+https://github.com/rust-lang/crates.io-index"
740
740
-
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
741
741
-
dependencies = [
742
742
-
"cfg-if",
743
743
-
"libc",
744
744
-
"redox_syscall 0.3.5",
745
745
-
"windows-sys 0.48.0",
746
746
-
]
747
747
-
748
748
-
[[package]]
749
749
-
name = "flate2"
750
750
-
version = "1.0.27"
751
751
-
source = "registry+https://github.com/rust-lang/crates.io-index"
752
752
-
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
753
753
-
dependencies = [
754
754
-
"crc32fast",
755
755
-
"miniz_oxide",
756
756
-
]
757
757
-
758
758
-
[[package]]
759
759
-
name = "fnv"
760
760
-
version = "1.0.7"
761
761
-
source = "registry+https://github.com/rust-lang/crates.io-index"
762
762
-
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
763
763
-
764
764
-
[[package]]
765
765
-
name = "foreign-types"
766
766
-
version = "0.3.2"
767
767
-
source = "registry+https://github.com/rust-lang/crates.io-index"
768
768
-
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
769
769
-
dependencies = [
770
770
-
"foreign-types-shared",
771
771
-
]
772
772
-
773
773
-
[[package]]
774
774
-
name = "foreign-types-shared"
775
775
-
version = "0.1.1"
776
776
-
source = "registry+https://github.com/rust-lang/crates.io-index"
777
777
-
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
778
778
-
779
779
-
[[package]]
780
780
-
name = "form_urlencoded"
781
781
-
version = "1.2.0"
782
782
-
source = "registry+https://github.com/rust-lang/crates.io-index"
783
783
-
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
784
784
-
dependencies = [
785
785
-
"percent-encoding",
786
786
-
]
787
787
-
788
788
-
[[package]]
789
789
-
name = "futf"
790
790
-
version = "0.1.5"
791
791
-
source = "registry+https://github.com/rust-lang/crates.io-index"
792
792
-
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
793
793
-
dependencies = [
794
794
-
"mac",
795
795
-
"new_debug_unreachable",
796
796
-
]
797
797
-
798
798
-
[[package]]
799
799
-
name = "futures-channel"
800
800
-
version = "0.3.28"
801
801
-
source = "registry+https://github.com/rust-lang/crates.io-index"
802
802
-
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
803
803
-
dependencies = [
804
804
-
"futures-core",
805
805
-
]
806
806
-
807
807
-
[[package]]
808
808
-
name = "futures-core"
809
809
-
version = "0.3.28"
810
810
-
source = "registry+https://github.com/rust-lang/crates.io-index"
811
811
-
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
812
812
-
813
813
-
[[package]]
814
814
-
name = "futures-executor"
815
815
-
version = "0.3.28"
816
816
-
source = "registry+https://github.com/rust-lang/crates.io-index"
817
817
-
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
818
818
-
dependencies = [
819
819
-
"futures-core",
820
820
-
"futures-task",
821
821
-
"futures-util",
822
822
-
]
823
823
-
824
824
-
[[package]]
825
825
-
name = "futures-io"
826
826
-
version = "0.3.28"
827
827
-
source = "registry+https://github.com/rust-lang/crates.io-index"
828
828
-
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
829
829
-
830
830
-
[[package]]
831
831
-
name = "futures-macro"
832
832
-
version = "0.3.28"
833
833
-
source = "registry+https://github.com/rust-lang/crates.io-index"
834
834
-
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
835
835
-
dependencies = [
836
836
-
"proc-macro2",
837
837
-
"quote",
838
838
-
"syn 2.0.37",
839
839
-
]
840
840
-
841
841
-
[[package]]
842
842
-
name = "futures-task"
843
843
-
version = "0.3.28"
844
844
-
source = "registry+https://github.com/rust-lang/crates.io-index"
845
845
-
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
846
846
-
847
847
-
[[package]]
848
848
-
name = "futures-util"
849
849
-
version = "0.3.28"
850
850
-
source = "registry+https://github.com/rust-lang/crates.io-index"
851
851
-
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
852
852
-
dependencies = [
853
853
-
"futures-core",
854
854
-
"futures-macro",
855
855
-
"futures-task",
856
856
-
"pin-project-lite",
857
857
-
"pin-utils",
858
858
-
"slab",
859
859
-
]
860
860
-
861
861
-
[[package]]
862
862
-
name = "fxhash"
863
863
-
version = "0.2.1"
864
864
-
source = "registry+https://github.com/rust-lang/crates.io-index"
865
865
-
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
866
866
-
dependencies = [
867
867
-
"byteorder",
868
868
-
]
869
869
-
870
870
-
[[package]]
871
871
-
name = "gdk"
872
872
-
version = "0.15.4"
873
873
-
source = "registry+https://github.com/rust-lang/crates.io-index"
874
874
-
checksum = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8"
875
875
-
dependencies = [
876
876
-
"bitflags 1.3.2",
877
877
-
"cairo-rs",
878
878
-
"gdk-pixbuf",
879
879
-
"gdk-sys",
880
880
-
"gio",
881
881
-
"glib",
882
882
-
"libc",
883
883
-
"pango",
884
884
-
]
885
885
-
886
886
-
[[package]]
887
887
-
name = "gdk-pixbuf"
888
888
-
version = "0.15.11"
889
889
-
source = "registry+https://github.com/rust-lang/crates.io-index"
890
890
-
checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a"
891
891
-
dependencies = [
892
892
-
"bitflags 1.3.2",
893
893
-
"gdk-pixbuf-sys",
894
894
-
"gio",
895
895
-
"glib",
896
896
-
"libc",
897
897
-
]
898
898
-
899
899
-
[[package]]
900
900
-
name = "gdk-pixbuf-sys"
901
901
-
version = "0.15.10"
902
902
-
source = "registry+https://github.com/rust-lang/crates.io-index"
903
903
-
checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7"
904
904
-
dependencies = [
905
905
-
"gio-sys",
906
906
-
"glib-sys",
907
907
-
"gobject-sys",
908
908
-
"libc",
909
909
-
"system-deps 6.1.1",
910
910
-
]
911
911
-
912
912
-
[[package]]
913
913
-
name = "gdk-sys"
914
914
-
version = "0.15.1"
915
915
-
source = "registry+https://github.com/rust-lang/crates.io-index"
916
916
-
checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88"
917
917
-
dependencies = [
918
918
-
"cairo-sys-rs",
919
919
-
"gdk-pixbuf-sys",
920
920
-
"gio-sys",
921
921
-
"glib-sys",
922
922
-
"gobject-sys",
923
923
-
"libc",
924
924
-
"pango-sys",
925
925
-
"pkg-config",
926
926
-
"system-deps 6.1.1",
927
927
-
]
928
928
-
929
929
-
[[package]]
930
930
-
name = "gdkwayland-sys"
931
931
-
version = "0.15.3"
932
932
-
source = "registry+https://github.com/rust-lang/crates.io-index"
933
933
-
checksum = "cca49a59ad8cfdf36ef7330fe7bdfbe1d34323220cc16a0de2679ee773aee2c2"
934
934
-
dependencies = [
935
935
-
"gdk-sys",
936
936
-
"glib-sys",
937
937
-
"gobject-sys",
938
938
-
"libc",
939
939
-
"pkg-config",
940
940
-
"system-deps 6.1.1",
941
941
-
]
942
942
-
943
943
-
[[package]]
944
944
-
name = "gdkx11-sys"
945
945
-
version = "0.15.1"
946
946
-
source = "registry+https://github.com/rust-lang/crates.io-index"
947
947
-
checksum = "b4b7f8c7a84b407aa9b143877e267e848ff34106578b64d1e0a24bf550716178"
948
948
-
dependencies = [
949
949
-
"gdk-sys",
950
950
-
"glib-sys",
951
951
-
"libc",
952
952
-
"system-deps 6.1.1",
953
953
-
"x11",
954
954
-
]
955
955
-
956
956
-
[[package]]
957
957
-
name = "generator"
958
958
-
version = "0.7.5"
959
959
-
source = "registry+https://github.com/rust-lang/crates.io-index"
960
960
-
checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
961
961
-
dependencies = [
962
962
-
"cc",
963
963
-
"libc",
964
964
-
"log",
965
965
-
"rustversion",
966
966
-
"windows 0.48.0",
967
967
-
]
968
968
-
969
969
-
[[package]]
970
970
-
name = "generic-array"
971
971
-
version = "0.14.7"
972
972
-
source = "registry+https://github.com/rust-lang/crates.io-index"
973
973
-
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
974
974
-
dependencies = [
975
975
-
"typenum",
976
976
-
"version_check",
977
977
-
]
978
978
-
979
979
-
[[package]]
980
980
-
name = "getrandom"
981
981
-
version = "0.1.16"
982
982
-
source = "registry+https://github.com/rust-lang/crates.io-index"
983
983
-
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
984
984
-
dependencies = [
985
985
-
"cfg-if",
986
986
-
"libc",
987
987
-
"wasi 0.9.0+wasi-snapshot-preview1",
988
988
-
]
989
989
-
990
990
-
[[package]]
991
991
-
name = "getrandom"
992
992
-
version = "0.2.10"
993
993
-
source = "registry+https://github.com/rust-lang/crates.io-index"
994
994
-
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
995
995
-
dependencies = [
996
996
-
"cfg-if",
997
997
-
"libc",
998
998
-
"wasi 0.11.0+wasi-snapshot-preview1",
999
999
-
]
1000
1000
-
1001
1001
-
[[package]]
1002
1002
-
name = "gimli"
1003
1003
-
version = "0.28.0"
1004
1004
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1005
1005
-
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
1006
1006
-
1007
1007
-
[[package]]
1008
1008
-
name = "gio"
1009
1009
-
version = "0.15.12"
1010
1010
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1011
1011
-
checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b"
1012
1012
-
dependencies = [
1013
1013
-
"bitflags 1.3.2",
1014
1014
-
"futures-channel",
1015
1015
-
"futures-core",
1016
1016
-
"futures-io",
1017
1017
-
"gio-sys",
1018
1018
-
"glib",
1019
1019
-
"libc",
1020
1020
-
"once_cell",
1021
1021
-
"thiserror",
1022
1022
-
]
1023
1023
-
1024
1024
-
[[package]]
1025
1025
-
name = "gio-sys"
1026
1026
-
version = "0.15.10"
1027
1027
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1028
1028
-
checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d"
1029
1029
-
dependencies = [
1030
1030
-
"glib-sys",
1031
1031
-
"gobject-sys",
1032
1032
-
"libc",
1033
1033
-
"system-deps 6.1.1",
1034
1034
-
"winapi",
1035
1035
-
]
1036
1036
-
1037
1037
-
[[package]]
1038
1038
-
name = "glib"
1039
1039
-
version = "0.15.12"
1040
1040
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1041
1041
-
checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d"
1042
1042
-
dependencies = [
1043
1043
-
"bitflags 1.3.2",
1044
1044
-
"futures-channel",
1045
1045
-
"futures-core",
1046
1046
-
"futures-executor",
1047
1047
-
"futures-task",
1048
1048
-
"glib-macros",
1049
1049
-
"glib-sys",
1050
1050
-
"gobject-sys",
1051
1051
-
"libc",
1052
1052
-
"once_cell",
1053
1053
-
"smallvec",
1054
1054
-
"thiserror",
1055
1055
-
]
1056
1056
-
1057
1057
-
[[package]]
1058
1058
-
name = "glib-macros"
1059
1059
-
version = "0.15.13"
1060
1060
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1061
1061
-
checksum = "10c6ae9f6fa26f4fb2ac16b528d138d971ead56141de489f8111e259b9df3c4a"
1062
1062
-
dependencies = [
1063
1063
-
"anyhow",
1064
1064
-
"heck 0.4.1",
1065
1065
-
"proc-macro-crate",
1066
1066
-
"proc-macro-error",
1067
1067
-
"proc-macro2",
1068
1068
-
"quote",
1069
1069
-
"syn 1.0.109",
1070
1070
-
]
1071
1071
-
1072
1072
-
[[package]]
1073
1073
-
name = "glib-sys"
1074
1074
-
version = "0.15.10"
1075
1075
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1076
1076
-
checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4"
1077
1077
-
dependencies = [
1078
1078
-
"libc",
1079
1079
-
"system-deps 6.1.1",
1080
1080
-
]
1081
1081
-
1082
1082
-
[[package]]
1083
1083
-
name = "glob"
1084
1084
-
version = "0.3.1"
1085
1085
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1086
1086
-
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
1087
1087
-
1088
1088
-
[[package]]
1089
1089
-
name = "globset"
1090
1090
-
version = "0.4.13"
1091
1091
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1092
1092
-
checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
1093
1093
-
dependencies = [
1094
1094
-
"aho-corasick",
1095
1095
-
"bstr",
1096
1096
-
"fnv",
1097
1097
-
"log",
1098
1098
-
"regex",
1099
1099
-
]
1100
1100
-
1101
1101
-
[[package]]
1102
1102
-
name = "gobject-sys"
1103
1103
-
version = "0.15.10"
1104
1104
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1105
1105
-
checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a"
1106
1106
-
dependencies = [
1107
1107
-
"glib-sys",
1108
1108
-
"libc",
1109
1109
-
"system-deps 6.1.1",
1110
1110
-
]
1111
1111
-
1112
1112
-
[[package]]
1113
1113
-
name = "gtk"
1114
1114
-
version = "0.15.5"
1115
1115
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1116
1116
-
checksum = "92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0"
1117
1117
-
dependencies = [
1118
1118
-
"atk",
1119
1119
-
"bitflags 1.3.2",
1120
1120
-
"cairo-rs",
1121
1121
-
"field-offset",
1122
1122
-
"futures-channel",
1123
1123
-
"gdk",
1124
1124
-
"gdk-pixbuf",
1125
1125
-
"gio",
1126
1126
-
"glib",
1127
1127
-
"gtk-sys",
1128
1128
-
"gtk3-macros",
1129
1129
-
"libc",
1130
1130
-
"once_cell",
1131
1131
-
"pango",
1132
1132
-
"pkg-config",
1133
1133
-
]
1134
1134
-
1135
1135
-
[[package]]
1136
1136
-
name = "gtk-sys"
1137
1137
-
version = "0.15.3"
1138
1138
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1139
1139
-
checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84"
1140
1140
-
dependencies = [
1141
1141
-
"atk-sys",
1142
1142
-
"cairo-sys-rs",
1143
1143
-
"gdk-pixbuf-sys",
1144
1144
-
"gdk-sys",
1145
1145
-
"gio-sys",
1146
1146
-
"glib-sys",
1147
1147
-
"gobject-sys",
1148
1148
-
"libc",
1149
1149
-
"pango-sys",
1150
1150
-
"system-deps 6.1.1",
1151
1151
-
]
1152
1152
-
1153
1153
-
[[package]]
1154
1154
-
name = "gtk3-macros"
1155
1155
-
version = "0.15.6"
1156
1156
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1157
1157
-
checksum = "684c0456c086e8e7e9af73ec5b84e35938df394712054550e81558d21c44ab0d"
1158
1158
-
dependencies = [
1159
1159
-
"anyhow",
1160
1160
-
"proc-macro-crate",
1161
1161
-
"proc-macro-error",
1162
1162
-
"proc-macro2",
1163
1163
-
"quote",
1164
1164
-
"syn 1.0.109",
1165
1165
-
]
1166
1166
-
1167
1167
-
[[package]]
1168
1168
-
name = "hashbrown"
1169
1169
-
version = "0.12.3"
1170
1170
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1171
1171
-
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1172
1172
-
1173
1173
-
[[package]]
1174
1174
-
name = "hashbrown"
1175
1175
-
version = "0.14.1"
1176
1176
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1177
1177
-
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
1178
1178
-
1179
1179
-
[[package]]
1180
1180
-
name = "heck"
1181
1181
-
version = "0.3.3"
1182
1182
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1183
1183
-
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
1184
1184
-
dependencies = [
1185
1185
-
"unicode-segmentation",
1186
1186
-
]
1187
1187
-
1188
1188
-
[[package]]
1189
1189
-
name = "heck"
1190
1190
-
version = "0.4.1"
1191
1191
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1192
1192
-
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1193
1193
-
1194
1194
-
[[package]]
1195
1195
-
name = "hermit-abi"
1196
1196
-
version = "0.3.3"
1197
1197
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1198
1198
-
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
1199
1199
-
1200
1200
-
[[package]]
1201
1201
-
name = "hex"
1202
1202
-
version = "0.4.3"
1203
1203
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1204
1204
-
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1205
1205
-
1206
1206
-
[[package]]
1207
1207
-
name = "html5ever"
1208
1208
-
version = "0.25.2"
1209
1209
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1210
1210
-
checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148"
1211
1211
-
dependencies = [
1212
1212
-
"log",
1213
1213
-
"mac",
1214
1214
-
"markup5ever 0.10.1",
1215
1215
-
"proc-macro2",
1216
1216
-
"quote",
1217
1217
-
"syn 1.0.109",
1218
1218
-
]
1219
1219
-
1220
1220
-
[[package]]
1221
1221
-
name = "html5ever"
1222
1222
-
version = "0.26.0"
1223
1223
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1224
1224
-
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
1225
1225
-
dependencies = [
1226
1226
-
"log",
1227
1227
-
"mac",
1228
1228
-
"markup5ever 0.11.0",
1229
1229
-
"proc-macro2",
1230
1230
-
"quote",
1231
1231
-
"syn 1.0.109",
1232
1232
-
]
1233
1233
-
1234
1234
-
[[package]]
1235
1235
-
name = "http"
1236
1236
-
version = "0.2.9"
1237
1237
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1238
1238
-
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
1239
1239
-
dependencies = [
1240
1240
-
"bytes",
1241
1241
-
"fnv",
1242
1242
-
"itoa 1.0.9",
1243
1243
-
]
1244
1244
-
1245
1245
-
[[package]]
1246
1246
-
name = "http-range"
1247
1247
-
version = "0.1.5"
1248
1248
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1249
1249
-
checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
1250
1250
-
1251
1251
-
[[package]]
1252
1252
-
name = "iana-time-zone"
1253
1253
-
version = "0.1.57"
1254
1254
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1255
1255
-
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
1256
1256
-
dependencies = [
1257
1257
-
"android_system_properties",
1258
1258
-
"core-foundation-sys",
1259
1259
-
"iana-time-zone-haiku",
1260
1260
-
"js-sys",
1261
1261
-
"wasm-bindgen",
1262
1262
-
"windows 0.48.0",
1263
1263
-
]
1264
1264
-
1265
1265
-
[[package]]
1266
1266
-
name = "iana-time-zone-haiku"
1267
1267
-
version = "0.1.2"
1268
1268
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1269
1269
-
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1270
1270
-
dependencies = [
1271
1271
-
"cc",
1272
1272
-
]
1273
1273
-
1274
1274
-
[[package]]
1275
1275
-
name = "ico"
1276
1276
-
version = "0.3.0"
1277
1277
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1278
1278
-
checksum = "e3804960be0bb5e4edb1e1ad67afd321a9ecfd875c3e65c099468fd2717d7cae"
1279
1279
-
dependencies = [
1280
1280
-
"byteorder",
1281
1281
-
"png",
1282
1282
-
]
1283
1283
-
1284
1284
-
[[package]]
1285
1285
-
name = "ident_case"
1286
1286
-
version = "1.0.1"
1287
1287
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1288
1288
-
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1289
1289
-
1290
1290
-
[[package]]
1291
1291
-
name = "idna"
1292
1292
-
version = "0.4.0"
1293
1293
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1294
1294
-
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
1295
1295
-
dependencies = [
1296
1296
-
"unicode-bidi",
1297
1297
-
"unicode-normalization",
1298
1298
-
]
1299
1299
-
1300
1300
-
[[package]]
1301
1301
-
name = "ignore"
1302
1302
-
version = "0.4.20"
1303
1303
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1304
1304
-
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
1305
1305
-
dependencies = [
1306
1306
-
"globset",
1307
1307
-
"lazy_static",
1308
1308
-
"log",
1309
1309
-
"memchr",
1310
1310
-
"regex",
1311
1311
-
"same-file",
1312
1312
-
"thread_local",
1313
1313
-
"walkdir",
1314
1314
-
"winapi-util",
1315
1315
-
]
1316
1316
-
1317
1317
-
[[package]]
1318
1318
-
name = "image"
1319
1319
-
version = "0.24.7"
1320
1320
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1321
1321
-
checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711"
1322
1322
-
dependencies = [
1323
1323
-
"bytemuck",
1324
1324
-
"byteorder",
1325
1325
-
"color_quant",
1326
1326
-
"num-rational",
1327
1327
-
"num-traits",
1328
1328
-
]
1329
1329
-
1330
1330
-
[[package]]
1331
1331
-
name = "indexmap"
1332
1332
-
version = "1.9.3"
1333
1333
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1334
1334
-
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1335
1335
-
dependencies = [
1336
1336
-
"autocfg",
1337
1337
-
"hashbrown 0.12.3",
1338
1338
-
"serde",
1339
1339
-
]
1340
1340
-
1341
1341
-
[[package]]
1342
1342
-
name = "indexmap"
1343
1343
-
version = "2.0.2"
1344
1344
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1345
1345
-
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
1346
1346
-
dependencies = [
1347
1347
-
"equivalent",
1348
1348
-
"hashbrown 0.14.1",
1349
1349
-
"serde",
1350
1350
-
]
1351
1351
-
1352
1352
-
[[package]]
1353
1353
-
name = "infer"
1354
1354
-
version = "0.12.0"
1355
1355
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1356
1356
-
checksum = "a898e4b7951673fce96614ce5751d13c40fc5674bc2d759288e46c3ab62598b3"
1357
1357
-
dependencies = [
1358
1358
-
"cfb",
1359
1359
-
]
1360
1360
-
1361
1361
-
[[package]]
1362
1362
-
name = "instant"
1363
1363
-
version = "0.1.12"
1364
1364
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1365
1365
-
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
1366
1366
-
dependencies = [
1367
1367
-
"cfg-if",
1368
1368
-
]
1369
1369
-
1370
1370
-
[[package]]
1371
1371
-
name = "itoa"
1372
1372
-
version = "0.4.8"
1373
1373
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1374
1374
-
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
1375
1375
-
1376
1376
-
[[package]]
1377
1377
-
name = "itoa"
1378
1378
-
version = "1.0.9"
1379
1379
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1380
1380
-
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
1381
1381
-
1382
1382
-
[[package]]
1383
1383
-
name = "javascriptcore-rs"
1384
1384
-
version = "0.16.0"
1385
1385
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1386
1386
-
checksum = "bf053e7843f2812ff03ef5afe34bb9c06ffee120385caad4f6b9967fcd37d41c"
1387
1387
-
dependencies = [
1388
1388
-
"bitflags 1.3.2",
1389
1389
-
"glib",
1390
1390
-
"javascriptcore-rs-sys",
1391
1391
-
]
1392
1392
-
1393
1393
-
[[package]]
1394
1394
-
name = "javascriptcore-rs-sys"
1395
1395
-
version = "0.4.0"
1396
1396
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1397
1397
-
checksum = "905fbb87419c5cde6e3269537e4ea7d46431f3008c5d057e915ef3f115e7793c"
1398
1398
-
dependencies = [
1399
1399
-
"glib-sys",
1400
1400
-
"gobject-sys",
1401
1401
-
"libc",
1402
1402
-
"system-deps 5.0.0",
1403
1403
-
]
1404
1404
-
1405
1405
-
[[package]]
1406
1406
-
name = "jni"
1407
1407
-
version = "0.20.0"
1408
1408
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1409
1409
-
checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
1410
1410
-
dependencies = [
1411
1411
-
"cesu8",
1412
1412
-
"combine",
1413
1413
-
"jni-sys",
1414
1414
-
"log",
1415
1415
-
"thiserror",
1416
1416
-
"walkdir",
1417
1417
-
]
1418
1418
-
1419
1419
-
[[package]]
1420
1420
-
name = "jni-sys"
1421
1421
-
version = "0.3.0"
1422
1422
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1423
1423
-
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
1424
1424
-
1425
1425
-
[[package]]
1426
1426
-
name = "jobserver"
1427
1427
-
version = "0.1.26"
1428
1428
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1429
1429
-
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
1430
1430
-
dependencies = [
1431
1431
-
"libc",
1432
1432
-
]
1433
1433
-
1434
1434
-
[[package]]
1435
1435
-
name = "js-sys"
1436
1436
-
version = "0.3.64"
1437
1437
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1438
1438
-
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
1439
1439
-
dependencies = [
1440
1440
-
"wasm-bindgen",
1441
1441
-
]
1442
1442
-
1443
1443
-
[[package]]
1444
1444
-
name = "json-patch"
1445
1445
-
version = "1.1.0"
1446
1446
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1447
1447
-
checksum = "4f7765dccf8c39c3a470fc694efe322969d791e713ca46bc7b5c506886157572"
1448
1448
-
dependencies = [
1449
1449
-
"serde",
1450
1450
-
"serde_json",
1451
1451
-
"thiserror",
1452
1452
-
"treediff",
1453
1453
-
]
1454
1454
-
1455
1455
-
[[package]]
1456
1456
-
name = "kuchiki"
1457
1457
-
version = "0.8.1"
1458
1458
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1459
1459
-
checksum = "1ea8e9c6e031377cff82ee3001dc8026cdf431ed4e2e6b51f98ab8c73484a358"
1460
1460
-
dependencies = [
1461
1461
-
"cssparser",
1462
1462
-
"html5ever 0.25.2",
1463
1463
-
"matches",
1464
1464
-
"selectors",
1465
1465
-
]
1466
1466
-
1467
1467
-
[[package]]
1468
1468
-
name = "kuchikiki"
1469
1469
-
version = "0.8.2"
1470
1470
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1471
1471
-
checksum = "f29e4755b7b995046f510a7520c42b2fed58b77bd94d5a87a8eb43d2fd126da8"
1472
1472
-
dependencies = [
1473
1473
-
"cssparser",
1474
1474
-
"html5ever 0.26.0",
1475
1475
-
"indexmap 1.9.3",
1476
1476
-
"matches",
1477
1477
-
"selectors",
1478
1478
-
]
1479
1479
-
1480
1480
-
[[package]]
1481
1481
-
name = "lazy_static"
1482
1482
-
version = "1.4.0"
1483
1483
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1484
1484
-
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1485
1485
-
1486
1486
-
[[package]]
1487
1487
-
name = "libc"
1488
1488
-
version = "0.2.148"
1489
1489
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1490
1490
-
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
1491
1491
-
1492
1492
-
[[package]]
1493
1493
-
name = "line-wrap"
1494
1494
-
version = "0.1.1"
1495
1495
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1496
1496
-
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
1497
1497
-
dependencies = [
1498
1498
-
"safemem",
1499
1499
-
]
1500
1500
-
1501
1501
-
[[package]]
1502
1502
-
name = "linux-raw-sys"
1503
1503
-
version = "0.4.8"
1504
1504
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1505
1505
-
checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"
1506
1506
-
1507
1507
-
[[package]]
1508
1508
-
name = "lock_api"
1509
1509
-
version = "0.4.10"
1510
1510
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1511
1511
-
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
1512
1512
-
dependencies = [
1513
1513
-
"autocfg",
1514
1514
-
"scopeguard",
1515
1515
-
]
1516
1516
-
1517
1517
-
[[package]]
1518
1518
-
name = "log"
1519
1519
-
version = "0.4.20"
1520
1520
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1521
1521
-
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
1522
1522
-
1523
1523
-
[[package]]
1524
1524
-
name = "loom"
1525
1525
-
version = "0.5.6"
1526
1526
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1527
1527
-
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
1528
1528
-
dependencies = [
1529
1529
-
"cfg-if",
1530
1530
-
"generator",
1531
1531
-
"scoped-tls",
1532
1532
-
"serde",
1533
1533
-
"serde_json",
1534
1534
-
"tracing",
1535
1535
-
"tracing-subscriber",
1536
1536
-
]
1537
1537
-
1538
1538
-
[[package]]
1539
1539
-
name = "mac"
1540
1540
-
version = "0.1.1"
1541
1541
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1542
1542
-
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
1543
1543
-
1544
1544
-
[[package]]
1545
1545
-
name = "malloc_buf"
1546
1546
-
version = "0.0.6"
1547
1547
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1548
1548
-
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
1549
1549
-
dependencies = [
1550
1550
-
"libc",
1551
1551
-
]
1552
1552
-
1553
1553
-
[[package]]
1554
1554
-
name = "markup5ever"
1555
1555
-
version = "0.10.1"
1556
1556
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1557
1557
-
checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
1558
1558
-
dependencies = [
1559
1559
-
"log",
1560
1560
-
"phf 0.8.0",
1561
1561
-
"phf_codegen 0.8.0",
1562
1562
-
"string_cache",
1563
1563
-
"string_cache_codegen",
1564
1564
-
"tendril",
1565
1565
-
]
1566
1566
-
1567
1567
-
[[package]]
1568
1568
-
name = "markup5ever"
1569
1569
-
version = "0.11.0"
1570
1570
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1571
1571
-
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
1572
1572
-
dependencies = [
1573
1573
-
"log",
1574
1574
-
"phf 0.10.1",
1575
1575
-
"phf_codegen 0.10.0",
1576
1576
-
"string_cache",
1577
1577
-
"string_cache_codegen",
1578
1578
-
"tendril",
1579
1579
-
]
1580
1580
-
1581
1581
-
[[package]]
1582
1582
-
name = "matchers"
1583
1583
-
version = "0.1.0"
1584
1584
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1585
1585
-
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1586
1586
-
dependencies = [
1587
1587
-
"regex-automata 0.1.10",
1588
1588
-
]
1589
1589
-
1590
1590
-
[[package]]
1591
1591
-
name = "matches"
1592
1592
-
version = "0.1.10"
1593
1593
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1594
1594
-
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
1595
1595
-
1596
1596
-
[[package]]
1597
1597
-
name = "memchr"
1598
1598
-
version = "2.6.3"
1599
1599
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1600
1600
-
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
1601
1601
-
1602
1602
-
[[package]]
1603
1603
-
name = "memoffset"
1604
1604
-
version = "0.9.0"
1605
1605
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1606
1606
-
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
1607
1607
-
dependencies = [
1608
1608
-
"autocfg",
1609
1609
-
]
1610
1610
-
1611
1611
-
[[package]]
1612
1612
-
name = "miniz_oxide"
1613
1613
-
version = "0.7.1"
1614
1614
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1615
1615
-
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
1616
1616
-
dependencies = [
1617
1617
-
"adler",
1618
1618
-
"simd-adler32",
1619
1619
-
]
1620
1620
-
1621
1621
-
[[package]]
1622
1622
-
name = "ndk"
1623
1623
-
version = "0.6.0"
1624
1624
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1625
1625
-
checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4"
1626
1626
-
dependencies = [
1627
1627
-
"bitflags 1.3.2",
1628
1628
-
"jni-sys",
1629
1629
-
"ndk-sys",
1630
1630
-
"num_enum",
1631
1631
-
"thiserror",
1632
1632
-
]
1633
1633
-
1634
1634
-
[[package]]
1635
1635
-
name = "ndk-context"
1636
1636
-
version = "0.1.1"
1637
1637
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1638
1638
-
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
1639
1639
-
1640
1640
-
[[package]]
1641
1641
-
name = "ndk-sys"
1642
1642
-
version = "0.3.0"
1643
1643
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1644
1644
-
checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97"
1645
1645
-
dependencies = [
1646
1646
-
"jni-sys",
1647
1647
-
]
1648
1648
-
1649
1649
-
[[package]]
1650
1650
-
name = "new_debug_unreachable"
1651
1651
-
version = "1.0.4"
1652
1652
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1653
1653
-
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
1654
1654
-
1655
1655
-
[[package]]
1656
1656
-
name = "nodrop"
1657
1657
-
version = "0.1.14"
1658
1658
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1659
1659
-
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
1660
1660
-
1661
1661
-
[[package]]
1662
1662
-
name = "ntapi"
1663
1663
-
version = "0.4.1"
1664
1664
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1665
1665
-
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
1666
1666
-
dependencies = [
1667
1667
-
"winapi",
1668
1668
-
]
1669
1669
-
1670
1670
-
[[package]]
1671
1671
-
name = "nu-ansi-term"
1672
1672
-
version = "0.46.0"
1673
1673
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1674
1674
-
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1675
1675
-
dependencies = [
1676
1676
-
"overload",
1677
1677
-
"winapi",
1678
1678
-
]
1679
1679
-
1680
1680
-
[[package]]
1681
1681
-
name = "num-integer"
1682
1682
-
version = "0.1.45"
1683
1683
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1684
1684
-
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1685
1685
-
dependencies = [
1686
1686
-
"autocfg",
1687
1687
-
"num-traits",
1688
1688
-
]
1689
1689
-
1690
1690
-
[[package]]
1691
1691
-
name = "num-rational"
1692
1692
-
version = "0.4.1"
1693
1693
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1694
1694
-
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
1695
1695
-
dependencies = [
1696
1696
-
"autocfg",
1697
1697
-
"num-integer",
1698
1698
-
"num-traits",
1699
1699
-
]
1700
1700
-
1701
1701
-
[[package]]
1702
1702
-
name = "num-traits"
1703
1703
-
version = "0.2.16"
1704
1704
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1705
1705
-
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
1706
1706
-
dependencies = [
1707
1707
-
"autocfg",
1708
1708
-
]
1709
1709
-
1710
1710
-
[[package]]
1711
1711
-
name = "num_cpus"
1712
1712
-
version = "1.16.0"
1713
1713
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1714
1714
-
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
1715
1715
-
dependencies = [
1716
1716
-
"hermit-abi",
1717
1717
-
"libc",
1718
1718
-
]
1719
1719
-
1720
1720
-
[[package]]
1721
1721
-
name = "num_enum"
1722
1722
-
version = "0.5.11"
1723
1723
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1724
1724
-
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
1725
1725
-
dependencies = [
1726
1726
-
"num_enum_derive",
1727
1727
-
]
1728
1728
-
1729
1729
-
[[package]]
1730
1730
-
name = "num_enum_derive"
1731
1731
-
version = "0.5.11"
1732
1732
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1733
1733
-
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
1734
1734
-
dependencies = [
1735
1735
-
"proc-macro-crate",
1736
1736
-
"proc-macro2",
1737
1737
-
"quote",
1738
1738
-
"syn 1.0.109",
1739
1739
-
]
1740
1740
-
1741
1741
-
[[package]]
1742
1742
-
name = "objc"
1743
1743
-
version = "0.2.7"
1744
1744
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1745
1745
-
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
1746
1746
-
dependencies = [
1747
1747
-
"malloc_buf",
1748
1748
-
"objc_exception",
1749
1749
-
]
1750
1750
-
1751
1751
-
[[package]]
1752
1752
-
name = "objc-foundation"
1753
1753
-
version = "0.1.1"
1754
1754
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1755
1755
-
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
1756
1756
-
dependencies = [
1757
1757
-
"block",
1758
1758
-
"objc",
1759
1759
-
"objc_id",
1760
1760
-
]
1761
1761
-
1762
1762
-
[[package]]
1763
1763
-
name = "objc_exception"
1764
1764
-
version = "0.1.2"
1765
1765
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1766
1766
-
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
1767
1767
-
dependencies = [
1768
1768
-
"cc",
1769
1769
-
]
1770
1770
-
1771
1771
-
[[package]]
1772
1772
-
name = "objc_id"
1773
1773
-
version = "0.1.1"
1774
1774
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1775
1775
-
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
1776
1776
-
dependencies = [
1777
1777
-
"objc",
1778
1778
-
]
1779
1779
-
1780
1780
-
[[package]]
1781
1781
-
name = "object"
1782
1782
-
version = "0.32.1"
1783
1783
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1784
1784
-
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
1785
1785
-
dependencies = [
1786
1786
-
"memchr",
1787
1787
-
]
1788
1788
-
1789
1789
-
[[package]]
1790
1790
-
name = "once_cell"
1791
1791
-
version = "1.18.0"
1792
1792
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1793
1793
-
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
1794
1794
-
1795
1795
-
[[package]]
1796
1796
-
name = "open"
1797
1797
-
version = "3.2.0"
1798
1798
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1799
1799
-
checksum = "2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8"
1800
1800
-
dependencies = [
1801
1801
-
"pathdiff",
1802
1802
-
"windows-sys 0.42.0",
1803
1803
-
]
1804
1804
-
1805
1805
-
[[package]]
1806
1806
-
name = "overload"
1807
1807
-
version = "0.1.1"
1808
1808
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1809
1809
-
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1810
1810
-
1811
1811
-
[[package]]
1812
1812
-
name = "pango"
1813
1813
-
version = "0.15.10"
1814
1814
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1815
1815
-
checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f"
1816
1816
-
dependencies = [
1817
1817
-
"bitflags 1.3.2",
1818
1818
-
"glib",
1819
1819
-
"libc",
1820
1820
-
"once_cell",
1821
1821
-
"pango-sys",
1822
1822
-
]
1823
1823
-
1824
1824
-
[[package]]
1825
1825
-
name = "pango-sys"
1826
1826
-
version = "0.15.10"
1827
1827
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1828
1828
-
checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa"
1829
1829
-
dependencies = [
1830
1830
-
"glib-sys",
1831
1831
-
"gobject-sys",
1832
1832
-
"libc",
1833
1833
-
"system-deps 6.1.1",
1834
1834
-
]
1835
1835
-
1836
1836
-
[[package]]
1837
1837
-
name = "parking_lot"
1838
1838
-
version = "0.12.1"
1839
1839
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1840
1840
-
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1841
1841
-
dependencies = [
1842
1842
-
"lock_api",
1843
1843
-
"parking_lot_core",
1844
1844
-
]
1845
1845
-
1846
1846
-
[[package]]
1847
1847
-
name = "parking_lot_core"
1848
1848
-
version = "0.9.8"
1849
1849
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1850
1850
-
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
1851
1851
-
dependencies = [
1852
1852
-
"cfg-if",
1853
1853
-
"libc",
1854
1854
-
"redox_syscall 0.3.5",
1855
1855
-
"smallvec",
1856
1856
-
"windows-targets",
1857
1857
-
]
1858
1858
-
1859
1859
-
[[package]]
1860
1860
-
name = "pathdiff"
1861
1861
-
version = "0.2.1"
1862
1862
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1863
1863
-
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
1864
1864
-
1865
1865
-
[[package]]
1866
1866
-
name = "percent-encoding"
1867
1867
-
version = "2.3.0"
1868
1868
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1869
1869
-
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
1870
1870
-
1871
1871
-
[[package]]
1872
1872
-
name = "phf"
1873
1873
-
version = "0.8.0"
1874
1874
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1875
1875
-
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
1876
1876
-
dependencies = [
1877
1877
-
"phf_macros 0.8.0",
1878
1878
-
"phf_shared 0.8.0",
1879
1879
-
"proc-macro-hack",
1880
1880
-
]
1881
1881
-
1882
1882
-
[[package]]
1883
1883
-
name = "phf"
1884
1884
-
version = "0.10.1"
1885
1885
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1886
1886
-
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
1887
1887
-
dependencies = [
1888
1888
-
"phf_macros 0.10.0",
1889
1889
-
"phf_shared 0.10.0",
1890
1890
-
"proc-macro-hack",
1891
1891
-
]
1892
1892
-
1893
1893
-
[[package]]
1894
1894
-
name = "phf_codegen"
1895
1895
-
version = "0.8.0"
1896
1896
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1897
1897
-
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
1898
1898
-
dependencies = [
1899
1899
-
"phf_generator 0.8.0",
1900
1900
-
"phf_shared 0.8.0",
1901
1901
-
]
1902
1902
-
1903
1903
-
[[package]]
1904
1904
-
name = "phf_codegen"
1905
1905
-
version = "0.10.0"
1906
1906
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1907
1907
-
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
1908
1908
-
dependencies = [
1909
1909
-
"phf_generator 0.10.0",
1910
1910
-
"phf_shared 0.10.0",
1911
1911
-
]
1912
1912
-
1913
1913
-
[[package]]
1914
1914
-
name = "phf_generator"
1915
1915
-
version = "0.8.0"
1916
1916
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1917
1917
-
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
1918
1918
-
dependencies = [
1919
1919
-
"phf_shared 0.8.0",
1920
1920
-
"rand 0.7.3",
1921
1921
-
]
1922
1922
-
1923
1923
-
[[package]]
1924
1924
-
name = "phf_generator"
1925
1925
-
version = "0.10.0"
1926
1926
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1927
1927
-
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
1928
1928
-
dependencies = [
1929
1929
-
"phf_shared 0.10.0",
1930
1930
-
"rand 0.8.5",
1931
1931
-
]
1932
1932
-
1933
1933
-
[[package]]
1934
1934
-
name = "phf_macros"
1935
1935
-
version = "0.8.0"
1936
1936
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1937
1937
-
checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
1938
1938
-
dependencies = [
1939
1939
-
"phf_generator 0.8.0",
1940
1940
-
"phf_shared 0.8.0",
1941
1941
-
"proc-macro-hack",
1942
1942
-
"proc-macro2",
1943
1943
-
"quote",
1944
1944
-
"syn 1.0.109",
1945
1945
-
]
1946
1946
-
1947
1947
-
[[package]]
1948
1948
-
name = "phf_macros"
1949
1949
-
version = "0.10.0"
1950
1950
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1951
1951
-
checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
1952
1952
-
dependencies = [
1953
1953
-
"phf_generator 0.10.0",
1954
1954
-
"phf_shared 0.10.0",
1955
1955
-
"proc-macro-hack",
1956
1956
-
"proc-macro2",
1957
1957
-
"quote",
1958
1958
-
"syn 1.0.109",
1959
1959
-
]
1960
1960
-
1961
1961
-
[[package]]
1962
1962
-
name = "phf_shared"
1963
1963
-
version = "0.8.0"
1964
1964
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1965
1965
-
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
1966
1966
-
dependencies = [
1967
1967
-
"siphasher",
1968
1968
-
]
1969
1969
-
1970
1970
-
[[package]]
1971
1971
-
name = "phf_shared"
1972
1972
-
version = "0.10.0"
1973
1973
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1974
1974
-
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
1975
1975
-
dependencies = [
1976
1976
-
"siphasher",
1977
1977
-
]
1978
1978
-
1979
1979
-
[[package]]
1980
1980
-
name = "pin-project-lite"
1981
1981
-
version = "0.2.13"
1982
1982
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1983
1983
-
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
1984
1984
-
1985
1985
-
[[package]]
1986
1986
-
name = "pin-utils"
1987
1987
-
version = "0.1.0"
1988
1988
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1989
1989
-
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1990
1990
-
1991
1991
-
[[package]]
1992
1992
-
name = "pkg-config"
1993
1993
-
version = "0.3.27"
1994
1994
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1995
1995
-
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
1996
1996
-
1997
1997
-
[[package]]
1998
1998
-
name = "plist"
1999
1999
-
version = "1.5.0"
2000
2000
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2001
2001
-
checksum = "bdc0001cfea3db57a2e24bc0d818e9e20e554b5f97fabb9bc231dc240269ae06"
2002
2002
-
dependencies = [
2003
2003
-
"base64 0.21.4",
2004
2004
-
"indexmap 1.9.3",
2005
2005
-
"line-wrap",
2006
2006
-
"quick-xml",
2007
2007
-
"serde",
2008
2008
-
"time",
2009
2009
-
]
2010
2010
-
2011
2011
-
[[package]]
2012
2012
-
name = "png"
2013
2013
-
version = "0.17.10"
2014
2014
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2015
2015
-
checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64"
2016
2016
-
dependencies = [
2017
2017
-
"bitflags 1.3.2",
2018
2018
-
"crc32fast",
2019
2019
-
"fdeflate",
2020
2020
-
"flate2",
2021
2021
-
"miniz_oxide",
2022
2022
-
]
2023
2023
-
2024
2024
-
[[package]]
2025
2025
-
name = "postflop-solver"
2026
2026
-
version = "0.1.0"
2027
2027
-
source = "git+https://github.com/b-inary/postflop-solver#f3e25657e8d50e93dcf0ba516e58ed06eae5f20a"
2028
2028
-
dependencies = [
2029
2029
-
"bincode",
2030
2030
-
"once_cell",
2031
2031
-
"rayon",
2032
2032
-
"regex",
2033
2033
-
"zstd",
2034
2034
-
]
2035
2035
-
2036
2036
-
[[package]]
2037
2037
-
name = "ppv-lite86"
2038
2038
-
version = "0.2.17"
2039
2039
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2040
2040
-
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2041
2041
-
2042
2042
-
[[package]]
2043
2043
-
name = "precomputed-hash"
2044
2044
-
version = "0.1.1"
2045
2045
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2046
2046
-
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2047
2047
-
2048
2048
-
[[package]]
2049
2049
-
name = "proc-macro-crate"
2050
2050
-
version = "1.3.1"
2051
2051
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2052
2052
-
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2053
2053
-
dependencies = [
2054
2054
-
"once_cell",
2055
2055
-
"toml_edit",
2056
2056
-
]
2057
2057
-
2058
2058
-
[[package]]
2059
2059
-
name = "proc-macro-error"
2060
2060
-
version = "1.0.4"
2061
2061
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2062
2062
-
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2063
2063
-
dependencies = [
2064
2064
-
"proc-macro-error-attr",
2065
2065
-
"proc-macro2",
2066
2066
-
"quote",
2067
2067
-
"syn 1.0.109",
2068
2068
-
"version_check",
2069
2069
-
]
2070
2070
-
2071
2071
-
[[package]]
2072
2072
-
name = "proc-macro-error-attr"
2073
2073
-
version = "1.0.4"
2074
2074
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2075
2075
-
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2076
2076
-
dependencies = [
2077
2077
-
"proc-macro2",
2078
2078
-
"quote",
2079
2079
-
"version_check",
2080
2080
-
]
2081
2081
-
2082
2082
-
[[package]]
2083
2083
-
name = "proc-macro-hack"
2084
2084
-
version = "0.5.20+deprecated"
2085
2085
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2086
2086
-
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
2087
2087
-
2088
2088
-
[[package]]
2089
2089
-
name = "proc-macro2"
2090
2090
-
version = "1.0.67"
2091
2091
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2092
2092
-
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
2093
2093
-
dependencies = [
2094
2094
-
"unicode-ident",
2095
2095
-
]
2096
2096
-
2097
2097
-
[[package]]
2098
2098
-
name = "quick-xml"
2099
2099
-
version = "0.29.0"
2100
2100
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2101
2101
-
checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51"
2102
2102
-
dependencies = [
2103
2103
-
"memchr",
2104
2104
-
]
2105
2105
-
2106
2106
-
[[package]]
2107
2107
-
name = "quote"
2108
2108
-
version = "1.0.33"
2109
2109
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2110
2110
-
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2111
2111
-
dependencies = [
2112
2112
-
"proc-macro2",
2113
2113
-
]
2114
2114
-
2115
2115
-
[[package]]
2116
2116
-
name = "rand"
2117
2117
-
version = "0.7.3"
2118
2118
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2119
2119
-
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2120
2120
-
dependencies = [
2121
2121
-
"getrandom 0.1.16",
2122
2122
-
"libc",
2123
2123
-
"rand_chacha 0.2.2",
2124
2124
-
"rand_core 0.5.1",
2125
2125
-
"rand_hc",
2126
2126
-
"rand_pcg",
2127
2127
-
]
2128
2128
-
2129
2129
-
[[package]]
2130
2130
-
name = "rand"
2131
2131
-
version = "0.8.5"
2132
2132
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2133
2133
-
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2134
2134
-
dependencies = [
2135
2135
-
"libc",
2136
2136
-
"rand_chacha 0.3.1",
2137
2137
-
"rand_core 0.6.4",
2138
2138
-
]
2139
2139
-
2140
2140
-
[[package]]
2141
2141
-
name = "rand_chacha"
2142
2142
-
version = "0.2.2"
2143
2143
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2144
2144
-
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2145
2145
-
dependencies = [
2146
2146
-
"ppv-lite86",
2147
2147
-
"rand_core 0.5.1",
2148
2148
-
]
2149
2149
-
2150
2150
-
[[package]]
2151
2151
-
name = "rand_chacha"
2152
2152
-
version = "0.3.1"
2153
2153
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2154
2154
-
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2155
2155
-
dependencies = [
2156
2156
-
"ppv-lite86",
2157
2157
-
"rand_core 0.6.4",
2158
2158
-
]
2159
2159
-
2160
2160
-
[[package]]
2161
2161
-
name = "rand_core"
2162
2162
-
version = "0.5.1"
2163
2163
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2164
2164
-
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2165
2165
-
dependencies = [
2166
2166
-
"getrandom 0.1.16",
2167
2167
-
]
2168
2168
-
2169
2169
-
[[package]]
2170
2170
-
name = "rand_core"
2171
2171
-
version = "0.6.4"
2172
2172
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2173
2173
-
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2174
2174
-
dependencies = [
2175
2175
-
"getrandom 0.2.10",
2176
2176
-
]
2177
2177
-
2178
2178
-
[[package]]
2179
2179
-
name = "rand_hc"
2180
2180
-
version = "0.2.0"
2181
2181
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2182
2182
-
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2183
2183
-
dependencies = [
2184
2184
-
"rand_core 0.5.1",
2185
2185
-
]
2186
2186
-
2187
2187
-
[[package]]
2188
2188
-
name = "rand_pcg"
2189
2189
-
version = "0.2.1"
2190
2190
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2191
2191
-
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
2192
2192
-
dependencies = [
2193
2193
-
"rand_core 0.5.1",
2194
2194
-
]
2195
2195
-
2196
2196
-
[[package]]
2197
2197
-
name = "raw-window-handle"
2198
2198
-
version = "0.5.2"
2199
2199
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2200
2200
-
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
2201
2201
-
2202
2202
-
[[package]]
2203
2203
-
name = "rayon"
2204
2204
-
version = "1.8.0"
2205
2205
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2206
2206
-
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
2207
2207
-
dependencies = [
2208
2208
-
"either",
2209
2209
-
"rayon-core",
2210
2210
-
]
2211
2211
-
2212
2212
-
[[package]]
2213
2213
-
name = "rayon-core"
2214
2214
-
version = "1.12.0"
2215
2215
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2216
2216
-
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
2217
2217
-
dependencies = [
2218
2218
-
"crossbeam-deque",
2219
2219
-
"crossbeam-utils",
2220
2220
-
]
2221
2221
-
2222
2222
-
[[package]]
2223
2223
-
name = "redox_syscall"
2224
2224
-
version = "0.2.16"
2225
2225
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2226
2226
-
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2227
2227
-
dependencies = [
2228
2228
-
"bitflags 1.3.2",
2229
2229
-
]
2230
2230
-
2231
2231
-
[[package]]
2232
2232
-
name = "redox_syscall"
2233
2233
-
version = "0.3.5"
2234
2234
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2235
2235
-
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2236
2236
-
dependencies = [
2237
2237
-
"bitflags 1.3.2",
2238
2238
-
]
2239
2239
-
2240
2240
-
[[package]]
2241
2241
-
name = "redox_users"
2242
2242
-
version = "0.4.3"
2243
2243
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2244
2244
-
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2245
2245
-
dependencies = [
2246
2246
-
"getrandom 0.2.10",
2247
2247
-
"redox_syscall 0.2.16",
2248
2248
-
"thiserror",
2249
2249
-
]
2250
2250
-
2251
2251
-
[[package]]
2252
2252
-
name = "regex"
2253
2253
-
version = "1.9.6"
2254
2254
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2255
2255
-
checksum = "ebee201405406dbf528b8b672104ae6d6d63e6d118cb10e4d51abbc7b58044ff"
2256
2256
-
dependencies = [
2257
2257
-
"aho-corasick",
2258
2258
-
"memchr",
2259
2259
-
"regex-automata 0.3.9",
2260
2260
-
"regex-syntax 0.7.5",
2261
2261
-
]
2262
2262
-
2263
2263
-
[[package]]
2264
2264
-
name = "regex-automata"
2265
2265
-
version = "0.1.10"
2266
2266
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2267
2267
-
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2268
2268
-
dependencies = [
2269
2269
-
"regex-syntax 0.6.29",
2270
2270
-
]
2271
2271
-
2272
2272
-
[[package]]
2273
2273
-
name = "regex-automata"
2274
2274
-
version = "0.3.9"
2275
2275
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2276
2276
-
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
2277
2277
-
dependencies = [
2278
2278
-
"aho-corasick",
2279
2279
-
"memchr",
2280
2280
-
"regex-syntax 0.7.5",
2281
2281
-
]
2282
2282
-
2283
2283
-
[[package]]
2284
2284
-
name = "regex-syntax"
2285
2285
-
version = "0.6.29"
2286
2286
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2287
2287
-
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2288
2288
-
2289
2289
-
[[package]]
2290
2290
-
name = "regex-syntax"
2291
2291
-
version = "0.7.5"
2292
2292
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2293
2293
-
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
2294
2294
-
2295
2295
-
[[package]]
2296
2296
-
name = "rfd"
2297
2297
-
version = "0.10.0"
2298
2298
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2299
2299
-
checksum = "0149778bd99b6959285b0933288206090c50e2327f47a9c463bfdbf45c8823ea"
2300
2300
-
dependencies = [
2301
2301
-
"block",
2302
2302
-
"dispatch",
2303
2303
-
"glib-sys",
2304
2304
-
"gobject-sys",
2305
2305
-
"gtk-sys",
2306
2306
-
"js-sys",
2307
2307
-
"lazy_static",
2308
2308
-
"log",
2309
2309
-
"objc",
2310
2310
-
"objc-foundation",
2311
2311
-
"objc_id",
2312
2312
-
"raw-window-handle",
2313
2313
-
"wasm-bindgen",
2314
2314
-
"wasm-bindgen-futures",
2315
2315
-
"web-sys",
2316
2316
-
"windows 0.37.0",
2317
2317
-
]
2318
2318
-
2319
2319
-
[[package]]
2320
2320
-
name = "rustc-demangle"
2321
2321
-
version = "0.1.23"
2322
2322
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2323
2323
-
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2324
2324
-
2325
2325
-
[[package]]
2326
2326
-
name = "rustc_version"
2327
2327
-
version = "0.4.0"
2328
2328
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2329
2329
-
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2330
2330
-
dependencies = [
2331
2331
-
"semver",
2332
2332
-
]
2333
2333
-
2334
2334
-
[[package]]
2335
2335
-
name = "rustix"
2336
2336
-
version = "0.38.15"
2337
2337
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2338
2338
-
checksum = "d2f9da0cbd88f9f09e7814e388301c8414c51c62aa6ce1e4b5c551d49d96e531"
2339
2339
-
dependencies = [
2340
2340
-
"bitflags 2.4.0",
2341
2341
-
"errno",
2342
2342
-
"libc",
2343
2343
-
"linux-raw-sys",
2344
2344
-
"windows-sys 0.48.0",
2345
2345
-
]
2346
2346
-
2347
2347
-
[[package]]
2348
2348
-
name = "rustversion"
2349
2349
-
version = "1.0.14"
2350
2350
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2351
2351
-
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
2352
2352
-
2353
2353
-
[[package]]
2354
2354
-
name = "ryu"
2355
2355
-
version = "1.0.15"
2356
2356
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2357
2357
-
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2358
2358
-
2359
2359
-
[[package]]
2360
2360
-
name = "safemem"
2361
2361
-
version = "0.3.3"
2362
2362
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2363
2363
-
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
2364
2364
-
2365
2365
-
[[package]]
2366
2366
-
name = "same-file"
2367
2367
-
version = "1.0.6"
2368
2368
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2369
2369
-
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2370
2370
-
dependencies = [
2371
2371
-
"winapi-util",
2372
2372
-
]
2373
2373
-
2374
2374
-
[[package]]
2375
2375
-
name = "scoped-tls"
2376
2376
-
version = "1.0.1"
2377
2377
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2378
2378
-
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2379
2379
-
2380
2380
-
[[package]]
2381
2381
-
name = "scopeguard"
2382
2382
-
version = "1.2.0"
2383
2383
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2384
2384
-
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2385
2385
-
2386
2386
-
[[package]]
2387
2387
-
name = "selectors"
2388
2388
-
version = "0.22.0"
2389
2389
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2390
2390
-
checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
2391
2391
-
dependencies = [
2392
2392
-
"bitflags 1.3.2",
2393
2393
-
"cssparser",
2394
2394
-
"derive_more",
2395
2395
-
"fxhash",
2396
2396
-
"log",
2397
2397
-
"matches",
2398
2398
-
"phf 0.8.0",
2399
2399
-
"phf_codegen 0.8.0",
2400
2400
-
"precomputed-hash",
2401
2401
-
"servo_arc",
2402
2402
-
"smallvec",
2403
2403
-
"thin-slice",
2404
2404
-
]
2405
2405
-
2406
2406
-
[[package]]
2407
2407
-
name = "semver"
2408
2408
-
version = "1.0.19"
2409
2409
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2410
2410
-
checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"
2411
2411
-
dependencies = [
2412
2412
-
"serde",
2413
2413
-
]
2414
2414
-
2415
2415
-
[[package]]
2416
2416
-
name = "serde"
2417
2417
-
version = "1.0.188"
2418
2418
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2419
2419
-
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
2420
2420
-
dependencies = [
2421
2421
-
"serde_derive",
2422
2422
-
]
2423
2423
-
2424
2424
-
[[package]]
2425
2425
-
name = "serde_derive"
2426
2426
-
version = "1.0.188"
2427
2427
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2428
2428
-
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
2429
2429
-
dependencies = [
2430
2430
-
"proc-macro2",
2431
2431
-
"quote",
2432
2432
-
"syn 2.0.37",
2433
2433
-
]
2434
2434
-
2435
2435
-
[[package]]
2436
2436
-
name = "serde_json"
2437
2437
-
version = "1.0.107"
2438
2438
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2439
2439
-
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
2440
2440
-
dependencies = [
2441
2441
-
"itoa 1.0.9",
2442
2442
-
"ryu",
2443
2443
-
"serde",
2444
2444
-
]
2445
2445
-
2446
2446
-
[[package]]
2447
2447
-
name = "serde_repr"
2448
2448
-
version = "0.1.16"
2449
2449
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2450
2450
-
checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
2451
2451
-
dependencies = [
2452
2452
-
"proc-macro2",
2453
2453
-
"quote",
2454
2454
-
"syn 2.0.37",
2455
2455
-
]
2456
2456
-
2457
2457
-
[[package]]
2458
2458
-
name = "serde_spanned"
2459
2459
-
version = "0.6.3"
2460
2460
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2461
2461
-
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
2462
2462
-
dependencies = [
2463
2463
-
"serde",
2464
2464
-
]
2465
2465
-
2466
2466
-
[[package]]
2467
2467
-
name = "serde_with"
2468
2468
-
version = "3.3.0"
2469
2469
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2470
2470
-
checksum = "1ca3b16a3d82c4088f343b7480a93550b3eabe1a358569c2dfe38bbcead07237"
2471
2471
-
dependencies = [
2472
2472
-
"base64 0.21.4",
2473
2473
-
"chrono",
2474
2474
-
"hex",
2475
2475
-
"indexmap 1.9.3",
2476
2476
-
"indexmap 2.0.2",
2477
2477
-
"serde",
2478
2478
-
"serde_json",
2479
2479
-
"serde_with_macros",
2480
2480
-
"time",
2481
2481
-
]
2482
2482
-
2483
2483
-
[[package]]
2484
2484
-
name = "serde_with_macros"
2485
2485
-
version = "3.3.0"
2486
2486
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2487
2487
-
checksum = "2e6be15c453eb305019bfa438b1593c731f36a289a7853f7707ee29e870b3b3c"
2488
2488
-
dependencies = [
2489
2489
-
"darling",
2490
2490
-
"proc-macro2",
2491
2491
-
"quote",
2492
2492
-
"syn 2.0.37",
2493
2493
-
]
2494
2494
-
2495
2495
-
[[package]]
2496
2496
-
name = "serialize-to-javascript"
2497
2497
-
version = "0.1.1"
2498
2498
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2499
2499
-
checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb"
2500
2500
-
dependencies = [
2501
2501
-
"serde",
2502
2502
-
"serde_json",
2503
2503
-
"serialize-to-javascript-impl",
2504
2504
-
]
2505
2505
-
2506
2506
-
[[package]]
2507
2507
-
name = "serialize-to-javascript-impl"
2508
2508
-
version = "0.1.1"
2509
2509
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2510
2510
-
checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763"
2511
2511
-
dependencies = [
2512
2512
-
"proc-macro2",
2513
2513
-
"quote",
2514
2514
-
"syn 1.0.109",
2515
2515
-
]
2516
2516
-
2517
2517
-
[[package]]
2518
2518
-
name = "servo_arc"
2519
2519
-
version = "0.1.1"
2520
2520
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2521
2521
-
checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
2522
2522
-
dependencies = [
2523
2523
-
"nodrop",
2524
2524
-
"stable_deref_trait",
2525
2525
-
]
2526
2526
-
2527
2527
-
[[package]]
2528
2528
-
name = "sha2"
2529
2529
-
version = "0.10.8"
2530
2530
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2531
2531
-
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2532
2532
-
dependencies = [
2533
2533
-
"cfg-if",
2534
2534
-
"cpufeatures",
2535
2535
-
"digest",
2536
2536
-
]
2537
2537
-
2538
2538
-
[[package]]
2539
2539
-
name = "sharded-slab"
2540
2540
-
version = "0.1.6"
2541
2541
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2542
2542
-
checksum = "c1b21f559e07218024e7e9f90f96f601825397de0e25420135f7f952453fed0b"
2543
2543
-
dependencies = [
2544
2544
-
"lazy_static",
2545
2545
-
]
2546
2546
-
2547
2547
-
[[package]]
2548
2548
-
name = "simd-adler32"
2549
2549
-
version = "0.3.7"
2550
2550
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2551
2551
-
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2552
2552
-
2553
2553
-
[[package]]
2554
2554
-
name = "siphasher"
2555
2555
-
version = "0.3.11"
2556
2556
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2557
2557
-
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2558
2558
-
2559
2559
-
[[package]]
2560
2560
-
name = "slab"
2561
2561
-
version = "0.4.9"
2562
2562
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2563
2563
-
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2564
2564
-
dependencies = [
2565
2565
-
"autocfg",
2566
2566
-
]
2567
2567
-
2568
2568
-
[[package]]
2569
2569
-
name = "smallvec"
2570
2570
-
version = "1.11.1"
2571
2571
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2572
2572
-
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
2573
2573
-
2574
2574
-
[[package]]
2575
2575
-
name = "soup2"
2576
2576
-
version = "0.2.1"
2577
2577
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2578
2578
-
checksum = "b2b4d76501d8ba387cf0fefbe055c3e0a59891d09f0f995ae4e4b16f6b60f3c0"
2579
2579
-
dependencies = [
2580
2580
-
"bitflags 1.3.2",
2581
2581
-
"gio",
2582
2582
-
"glib",
2583
2583
-
"libc",
2584
2584
-
"once_cell",
2585
2585
-
"soup2-sys",
2586
2586
-
]
2587
2587
-
2588
2588
-
[[package]]
2589
2589
-
name = "soup2-sys"
2590
2590
-
version = "0.2.0"
2591
2591
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2592
2592
-
checksum = "009ef427103fcb17f802871647a7fa6c60cbb654b4c4e4c0ac60a31c5f6dc9cf"
2593
2593
-
dependencies = [
2594
2594
-
"bitflags 1.3.2",
2595
2595
-
"gio-sys",
2596
2596
-
"glib-sys",
2597
2597
-
"gobject-sys",
2598
2598
-
"libc",
2599
2599
-
"system-deps 5.0.0",
2600
2600
-
]
2601
2601
-
2602
2602
-
[[package]]
2603
2603
-
name = "stable_deref_trait"
2604
2604
-
version = "1.2.0"
2605
2605
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2606
2606
-
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2607
2607
-
2608
2608
-
[[package]]
2609
2609
-
name = "state"
2610
2610
-
version = "0.5.3"
2611
2611
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2612
2612
-
checksum = "dbe866e1e51e8260c9eed836a042a5e7f6726bb2b411dffeaa712e19c388f23b"
2613
2613
-
dependencies = [
2614
2614
-
"loom",
2615
2615
-
]
2616
2616
-
2617
2617
-
[[package]]
2618
2618
-
name = "string_cache"
2619
2619
-
version = "0.8.7"
2620
2620
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2621
2621
-
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
2622
2622
-
dependencies = [
2623
2623
-
"new_debug_unreachable",
2624
2624
-
"once_cell",
2625
2625
-
"parking_lot",
2626
2626
-
"phf_shared 0.10.0",
2627
2627
-
"precomputed-hash",
2628
2628
-
"serde",
2629
2629
-
]
2630
2630
-
2631
2631
-
[[package]]
2632
2632
-
name = "string_cache_codegen"
2633
2633
-
version = "0.5.2"
2634
2634
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2635
2635
-
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
2636
2636
-
dependencies = [
2637
2637
-
"phf_generator 0.10.0",
2638
2638
-
"phf_shared 0.10.0",
2639
2639
-
"proc-macro2",
2640
2640
-
"quote",
2641
2641
-
]
2642
2642
-
2643
2643
-
[[package]]
2644
2644
-
name = "strsim"
2645
2645
-
version = "0.10.0"
2646
2646
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2647
2647
-
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2648
2648
-
2649
2649
-
[[package]]
2650
2650
-
name = "syn"
2651
2651
-
version = "1.0.109"
2652
2652
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2653
2653
-
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2654
2654
-
dependencies = [
2655
2655
-
"proc-macro2",
2656
2656
-
"quote",
2657
2657
-
"unicode-ident",
2658
2658
-
]
2659
2659
-
2660
2660
-
[[package]]
2661
2661
-
name = "syn"
2662
2662
-
version = "2.0.37"
2663
2663
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2664
2664
-
checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
2665
2665
-
dependencies = [
2666
2666
-
"proc-macro2",
2667
2667
-
"quote",
2668
2668
-
"unicode-ident",
2669
2669
-
]
2670
2670
-
2671
2671
-
[[package]]
2672
2672
-
name = "sysinfo"
2673
2673
-
version = "0.29.10"
2674
2674
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2675
2675
-
checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5"
2676
2676
-
dependencies = [
2677
2677
-
"cfg-if",
2678
2678
-
"core-foundation-sys",
2679
2679
-
"libc",
2680
2680
-
"ntapi",
2681
2681
-
"once_cell",
2682
2682
-
"rayon",
2683
2683
-
"winapi",
2684
2684
-
]
2685
2685
-
2686
2686
-
[[package]]
2687
2687
-
name = "system-deps"
2688
2688
-
version = "5.0.0"
2689
2689
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2690
2690
-
checksum = "18db855554db7bd0e73e06cf7ba3df39f97812cb11d3f75e71c39bf45171797e"
2691
2691
-
dependencies = [
2692
2692
-
"cfg-expr 0.9.1",
2693
2693
-
"heck 0.3.3",
2694
2694
-
"pkg-config",
2695
2695
-
"toml 0.5.11",
2696
2696
-
"version-compare 0.0.11",
2697
2697
-
]
2698
2698
-
2699
2699
-
[[package]]
2700
2700
-
name = "system-deps"
2701
2701
-
version = "6.1.1"
2702
2702
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2703
2703
-
checksum = "30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3"
2704
2704
-
dependencies = [
2705
2705
-
"cfg-expr 0.15.5",
2706
2706
-
"heck 0.4.1",
2707
2707
-
"pkg-config",
2708
2708
-
"toml 0.7.8",
2709
2709
-
"version-compare 0.1.1",
2710
2710
-
]
2711
2711
-
2712
2712
-
[[package]]
2713
2713
-
name = "tao"
2714
2714
-
version = "0.16.3"
2715
2715
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2716
2716
-
checksum = "2bbc1134456b525a0e560ff48b185acb5178621df0dafa96e927826becb5184e"
2717
2717
-
dependencies = [
2718
2718
-
"bitflags 1.3.2",
2719
2719
-
"cairo-rs",
2720
2720
-
"cc",
2721
2721
-
"cocoa",
2722
2722
-
"core-foundation",
2723
2723
-
"core-graphics",
2724
2724
-
"crossbeam-channel",
2725
2725
-
"dispatch",
2726
2726
-
"gdk",
2727
2727
-
"gdk-pixbuf",
2728
2728
-
"gdk-sys",
2729
2729
-
"gdkwayland-sys",
2730
2730
-
"gdkx11-sys",
2731
2731
-
"gio",
2732
2732
-
"glib",
2733
2733
-
"glib-sys",
2734
2734
-
"gtk",
2735
2735
-
"image",
2736
2736
-
"instant",
2737
2737
-
"jni",
2738
2738
-
"lazy_static",
2739
2739
-
"libc",
2740
2740
-
"log",
2741
2741
-
"ndk",
2742
2742
-
"ndk-context",
2743
2743
-
"ndk-sys",
2744
2744
-
"objc",
2745
2745
-
"once_cell",
2746
2746
-
"parking_lot",
2747
2747
-
"png",
2748
2748
-
"raw-window-handle",
2749
2749
-
"scopeguard",
2750
2750
-
"serde",
2751
2751
-
"tao-macros",
2752
2752
-
"unicode-segmentation",
2753
2753
-
"uuid",
2754
2754
-
"windows 0.39.0",
2755
2755
-
"windows-implement",
2756
2756
-
"x11-dl",
2757
2757
-
]
2758
2758
-
2759
2759
-
[[package]]
2760
2760
-
name = "tao-macros"
2761
2761
-
version = "0.1.2"
2762
2762
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2763
2763
-
checksum = "ec114582505d158b669b136e6851f85840c109819d77c42bb7c0709f727d18c2"
2764
2764
-
dependencies = [
2765
2765
-
"proc-macro2",
2766
2766
-
"quote",
2767
2767
-
"syn 1.0.109",
2768
2768
-
]
2769
2769
-
2770
2770
-
[[package]]
2771
2771
-
name = "tar"
2772
2772
-
version = "0.4.40"
2773
2773
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2774
2774
-
checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
2775
2775
-
dependencies = [
2776
2776
-
"filetime",
2777
2777
-
"libc",
2778
2778
-
"xattr",
2779
2779
-
]
2780
2780
-
2781
2781
-
[[package]]
2782
2782
-
name = "target-lexicon"
2783
2783
-
version = "0.12.11"
2784
2784
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2785
2785
-
checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
2786
2786
-
2787
2787
-
[[package]]
2788
2788
-
name = "tauri"
2789
2789
-
version = "1.5.0"
2790
2790
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2791
2791
-
checksum = "72aee3277d0a0df01472cc704ab5934a51a1f25348838df17bfb3c5cb727880c"
2792
2792
-
dependencies = [
2793
2793
-
"anyhow",
2794
2794
-
"cocoa",
2795
2795
-
"dirs-next",
2796
2796
-
"embed_plist",
2797
2797
-
"encoding_rs",
2798
2798
-
"flate2",
2799
2799
-
"futures-util",
2800
2800
-
"glib",
2801
2801
-
"glob",
2802
2802
-
"gtk",
2803
2803
-
"heck 0.4.1",
2804
2804
-
"http",
2805
2805
-
"ignore",
2806
2806
-
"objc",
2807
2807
-
"once_cell",
2808
2808
-
"open",
2809
2809
-
"percent-encoding",
2810
2810
-
"rand 0.8.5",
2811
2811
-
"raw-window-handle",
2812
2812
-
"regex",
2813
2813
-
"rfd",
2814
2814
-
"semver",
2815
2815
-
"serde",
2816
2816
-
"serde_json",
2817
2817
-
"serde_repr",
2818
2818
-
"serialize-to-javascript",
2819
2819
-
"state",
2820
2820
-
"tar",
2821
2821
-
"tauri-macros",
2822
2822
-
"tauri-runtime",
2823
2823
-
"tauri-runtime-wry",
2824
2824
-
"tauri-utils",
2825
2825
-
"tempfile",
2826
2826
-
"thiserror",
2827
2827
-
"tokio",
2828
2828
-
"url",
2829
2829
-
"uuid",
2830
2830
-
"webkit2gtk",
2831
2831
-
"webview2-com",
2832
2832
-
"windows 0.39.0",
2833
2833
-
]
2834
2834
-
2835
2835
-
[[package]]
2836
2836
-
name = "tauri-build"
2837
2837
-
version = "1.5.0"
2838
2838
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2839
2839
-
checksum = "defbfc551bd38ab997e5f8e458f87396d2559d05ce32095076ad6c30f7fc5f9c"
2840
2840
-
dependencies = [
2841
2841
-
"anyhow",
2842
2842
-
"cargo_toml",
2843
2843
-
"dirs-next",
2844
2844
-
"heck 0.4.1",
2845
2845
-
"json-patch",
2846
2846
-
"semver",
2847
2847
-
"serde",
2848
2848
-
"serde_json",
2849
2849
-
"tauri-utils",
2850
2850
-
"tauri-winres",
2851
2851
-
"walkdir",
2852
2852
-
]
2853
2853
-
2854
2854
-
[[package]]
2855
2855
-
name = "tauri-codegen"
2856
2856
-
version = "1.4.1"
2857
2857
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2858
2858
-
checksum = "7b3475e55acec0b4a50fb96435f19631fb58cbcd31923e1a213de5c382536bbb"
2859
2859
-
dependencies = [
2860
2860
-
"base64 0.21.4",
2861
2861
-
"brotli",
2862
2862
-
"ico",
2863
2863
-
"json-patch",
2864
2864
-
"plist",
2865
2865
-
"png",
2866
2866
-
"proc-macro2",
2867
2867
-
"quote",
2868
2868
-
"regex",
2869
2869
-
"semver",
2870
2870
-
"serde",
2871
2871
-
"serde_json",
2872
2872
-
"sha2",
2873
2873
-
"tauri-utils",
2874
2874
-
"thiserror",
2875
2875
-
"time",
2876
2876
-
"uuid",
2877
2877
-
"walkdir",
2878
2878
-
]
2879
2879
-
2880
2880
-
[[package]]
2881
2881
-
name = "tauri-macros"
2882
2882
-
version = "1.4.1"
2883
2883
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2884
2884
-
checksum = "613740228de92d9196b795ac455091d3a5fbdac2654abb8bb07d010b62ab43af"
2885
2885
-
dependencies = [
2886
2886
-
"heck 0.4.1",
2887
2887
-
"proc-macro2",
2888
2888
-
"quote",
2889
2889
-
"syn 1.0.109",
2890
2890
-
"tauri-codegen",
2891
2891
-
"tauri-utils",
2892
2892
-
]
2893
2893
-
2894
2894
-
[[package]]
2895
2895
-
name = "tauri-runtime"
2896
2896
-
version = "0.14.1"
2897
2897
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2898
2898
-
checksum = "07f8e9e53e00e9f41212c115749e87d5cd2a9eebccafca77a19722eeecd56d43"
2899
2899
-
dependencies = [
2900
2900
-
"gtk",
2901
2901
-
"http",
2902
2902
-
"http-range",
2903
2903
-
"rand 0.8.5",
2904
2904
-
"raw-window-handle",
2905
2905
-
"serde",
2906
2906
-
"serde_json",
2907
2907
-
"tauri-utils",
2908
2908
-
"thiserror",
2909
2909
-
"url",
2910
2910
-
"uuid",
2911
2911
-
"webview2-com",
2912
2912
-
"windows 0.39.0",
2913
2913
-
]
2914
2914
-
2915
2915
-
[[package]]
2916
2916
-
name = "tauri-runtime-wry"
2917
2917
-
version = "0.14.1"
2918
2918
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2919
2919
-
checksum = "8141d72b6b65f2008911e9ef5b98a68d1e3413b7a1464e8f85eb3673bb19a895"
2920
2920
-
dependencies = [
2921
2921
-
"cocoa",
2922
2922
-
"gtk",
2923
2923
-
"percent-encoding",
2924
2924
-
"rand 0.8.5",
2925
2925
-
"raw-window-handle",
2926
2926
-
"tauri-runtime",
2927
2927
-
"tauri-utils",
2928
2928
-
"uuid",
2929
2929
-
"webkit2gtk",
2930
2930
-
"webview2-com",
2931
2931
-
"windows 0.39.0",
2932
2932
-
"wry",
2933
2933
-
]
2934
2934
-
2935
2935
-
[[package]]
2936
2936
-
name = "tauri-utils"
2937
2937
-
version = "1.5.0"
2938
2938
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2939
2939
-
checksum = "34d55e185904a84a419308d523c2c6891d5e2dbcee740c4997eb42e75a7b0f46"
2940
2940
-
dependencies = [
2941
2941
-
"brotli",
2942
2942
-
"ctor",
2943
2943
-
"dunce",
2944
2944
-
"glob",
2945
2945
-
"heck 0.4.1",
2946
2946
-
"html5ever 0.26.0",
2947
2947
-
"infer",
2948
2948
-
"json-patch",
2949
2949
-
"kuchikiki",
2950
2950
-
"log",
2951
2951
-
"memchr",
2952
2952
-
"phf 0.10.1",
2953
2953
-
"proc-macro2",
2954
2954
-
"quote",
2955
2955
-
"semver",
2956
2956
-
"serde",
2957
2957
-
"serde_json",
2958
2958
-
"serde_with",
2959
2959
-
"thiserror",
2960
2960
-
"url",
2961
2961
-
"walkdir",
2962
2962
-
"windows 0.39.0",
2963
2963
-
]
2964
2964
-
2965
2965
-
[[package]]
2966
2966
-
name = "tauri-winres"
2967
2967
-
version = "0.1.1"
2968
2968
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2969
2969
-
checksum = "5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb"
2970
2970
-
dependencies = [
2971
2971
-
"embed-resource",
2972
2972
-
"toml 0.7.8",
2973
2973
-
]
2974
2974
-
2975
2975
-
[[package]]
2976
2976
-
name = "tempfile"
2977
2977
-
version = "3.8.0"
2978
2978
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2979
2979
-
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
2980
2980
-
dependencies = [
2981
2981
-
"cfg-if",
2982
2982
-
"fastrand",
2983
2983
-
"redox_syscall 0.3.5",
2984
2984
-
"rustix",
2985
2985
-
"windows-sys 0.48.0",
2986
2986
-
]
2987
2987
-
2988
2988
-
[[package]]
2989
2989
-
name = "tendril"
2990
2990
-
version = "0.4.3"
2991
2991
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2992
2992
-
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
2993
2993
-
dependencies = [
2994
2994
-
"futf",
2995
2995
-
"mac",
2996
2996
-
"utf-8",
2997
2997
-
]
2998
2998
-
2999
2999
-
[[package]]
3000
3000
-
name = "thin-slice"
3001
3001
-
version = "0.1.1"
3002
3002
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3003
3003
-
checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
3004
3004
-
3005
3005
-
[[package]]
3006
3006
-
name = "thiserror"
3007
3007
-
version = "1.0.49"
3008
3008
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3009
3009
-
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
3010
3010
-
dependencies = [
3011
3011
-
"thiserror-impl",
3012
3012
-
]
3013
3013
-
3014
3014
-
[[package]]
3015
3015
-
name = "thiserror-impl"
3016
3016
-
version = "1.0.49"
3017
3017
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3018
3018
-
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
3019
3019
-
dependencies = [
3020
3020
-
"proc-macro2",
3021
3021
-
"quote",
3022
3022
-
"syn 2.0.37",
3023
3023
-
]
3024
3024
-
3025
3025
-
[[package]]
3026
3026
-
name = "thread_local"
3027
3027
-
version = "1.1.7"
3028
3028
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3029
3029
-
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
3030
3030
-
dependencies = [
3031
3031
-
"cfg-if",
3032
3032
-
"once_cell",
3033
3033
-
]
3034
3034
-
3035
3035
-
[[package]]
3036
3036
-
name = "time"
3037
3037
-
version = "0.3.29"
3038
3038
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3039
3039
-
checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"
3040
3040
-
dependencies = [
3041
3041
-
"deranged",
3042
3042
-
"itoa 1.0.9",
3043
3043
-
"serde",
3044
3044
-
"time-core",
3045
3045
-
"time-macros",
3046
3046
-
]
3047
3047
-
3048
3048
-
[[package]]
3049
3049
-
name = "time-core"
3050
3050
-
version = "0.1.2"
3051
3051
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3052
3052
-
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
3053
3053
-
3054
3054
-
[[package]]
3055
3055
-
name = "time-macros"
3056
3056
-
version = "0.2.15"
3057
3057
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3058
3058
-
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
3059
3059
-
dependencies = [
3060
3060
-
"time-core",
3061
3061
-
]
3062
3062
-
3063
3063
-
[[package]]
3064
3064
-
name = "tinyvec"
3065
3065
-
version = "1.6.0"
3066
3066
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3067
3067
-
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
3068
3068
-
dependencies = [
3069
3069
-
"tinyvec_macros",
3070
3070
-
]
3071
3071
-
3072
3072
-
[[package]]
3073
3073
-
name = "tinyvec_macros"
3074
3074
-
version = "0.1.1"
3075
3075
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3076
3076
-
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3077
3077
-
3078
3078
-
[[package]]
3079
3079
-
name = "tokio"
3080
3080
-
version = "1.32.0"
3081
3081
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3082
3082
-
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
3083
3083
-
dependencies = [
3084
3084
-
"backtrace",
3085
3085
-
"bytes",
3086
3086
-
"num_cpus",
3087
3087
-
"pin-project-lite",
3088
3088
-
]
3089
3089
-
3090
3090
-
[[package]]
3091
3091
-
name = "toml"
3092
3092
-
version = "0.5.11"
3093
3093
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3094
3094
-
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
3095
3095
-
dependencies = [
3096
3096
-
"serde",
3097
3097
-
]
3098
3098
-
3099
3099
-
[[package]]
3100
3100
-
name = "toml"
3101
3101
-
version = "0.7.8"
3102
3102
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3103
3103
-
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
3104
3104
-
dependencies = [
3105
3105
-
"serde",
3106
3106
-
"serde_spanned",
3107
3107
-
"toml_datetime",
3108
3108
-
"toml_edit",
3109
3109
-
]
3110
3110
-
3111
3111
-
[[package]]
3112
3112
-
name = "toml_datetime"
3113
3113
-
version = "0.6.3"
3114
3114
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3115
3115
-
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
3116
3116
-
dependencies = [
3117
3117
-
"serde",
3118
3118
-
]
3119
3119
-
3120
3120
-
[[package]]
3121
3121
-
name = "toml_edit"
3122
3122
-
version = "0.19.15"
3123
3123
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3124
3124
-
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
3125
3125
-
dependencies = [
3126
3126
-
"indexmap 2.0.2",
3127
3127
-
"serde",
3128
3128
-
"serde_spanned",
3129
3129
-
"toml_datetime",
3130
3130
-
"winnow",
3131
3131
-
]
3132
3132
-
3133
3133
-
[[package]]
3134
3134
-
name = "tracing"
3135
3135
-
version = "0.1.37"
3136
3136
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3137
3137
-
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
3138
3138
-
dependencies = [
3139
3139
-
"cfg-if",
3140
3140
-
"pin-project-lite",
3141
3141
-
"tracing-attributes",
3142
3142
-
"tracing-core",
3143
3143
-
]
3144
3144
-
3145
3145
-
[[package]]
3146
3146
-
name = "tracing-attributes"
3147
3147
-
version = "0.1.26"
3148
3148
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3149
3149
-
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
3150
3150
-
dependencies = [
3151
3151
-
"proc-macro2",
3152
3152
-
"quote",
3153
3153
-
"syn 2.0.37",
3154
3154
-
]
3155
3155
-
3156
3156
-
[[package]]
3157
3157
-
name = "tracing-core"
3158
3158
-
version = "0.1.31"
3159
3159
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3160
3160
-
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
3161
3161
-
dependencies = [
3162
3162
-
"once_cell",
3163
3163
-
"valuable",
3164
3164
-
]
3165
3165
-
3166
3166
-
[[package]]
3167
3167
-
name = "tracing-log"
3168
3168
-
version = "0.1.3"
3169
3169
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3170
3170
-
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
3171
3171
-
dependencies = [
3172
3172
-
"lazy_static",
3173
3173
-
"log",
3174
3174
-
"tracing-core",
3175
3175
-
]
3176
3176
-
3177
3177
-
[[package]]
3178
3178
-
name = "tracing-subscriber"
3179
3179
-
version = "0.3.17"
3180
3180
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3181
3181
-
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
3182
3182
-
dependencies = [
3183
3183
-
"matchers",
3184
3184
-
"nu-ansi-term",
3185
3185
-
"once_cell",
3186
3186
-
"regex",
3187
3187
-
"sharded-slab",
3188
3188
-
"smallvec",
3189
3189
-
"thread_local",
3190
3190
-
"tracing",
3191
3191
-
"tracing-core",
3192
3192
-
"tracing-log",
3193
3193
-
]
3194
3194
-
3195
3195
-
[[package]]
3196
3196
-
name = "treediff"
3197
3197
-
version = "4.0.2"
3198
3198
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3199
3199
-
checksum = "52984d277bdf2a751072b5df30ec0377febdb02f7696d64c2d7d54630bac4303"
3200
3200
-
dependencies = [
3201
3201
-
"serde_json",
3202
3202
-
]
3203
3203
-
3204
3204
-
[[package]]
3205
3205
-
name = "typenum"
3206
3206
-
version = "1.17.0"
3207
3207
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3208
3208
-
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
3209
3209
-
3210
3210
-
[[package]]
3211
3211
-
name = "unicode-bidi"
3212
3212
-
version = "0.3.13"
3213
3213
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3214
3214
-
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
3215
3215
-
3216
3216
-
[[package]]
3217
3217
-
name = "unicode-ident"
3218
3218
-
version = "1.0.12"
3219
3219
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3220
3220
-
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
3221
3221
-
3222
3222
-
[[package]]
3223
3223
-
name = "unicode-normalization"
3224
3224
-
version = "0.1.22"
3225
3225
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3226
3226
-
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
3227
3227
-
dependencies = [
3228
3228
-
"tinyvec",
3229
3229
-
]
3230
3230
-
3231
3231
-
[[package]]
3232
3232
-
name = "unicode-segmentation"
3233
3233
-
version = "1.10.1"
3234
3234
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3235
3235
-
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
3236
3236
-
3237
3237
-
[[package]]
3238
3238
-
name = "url"
3239
3239
-
version = "2.4.1"
3240
3240
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3241
3241
-
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
3242
3242
-
dependencies = [
3243
3243
-
"form_urlencoded",
3244
3244
-
"idna",
3245
3245
-
"percent-encoding",
3246
3246
-
"serde",
3247
3247
-
]
3248
3248
-
3249
3249
-
[[package]]
3250
3250
-
name = "utf-8"
3251
3251
-
version = "0.7.6"
3252
3252
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3253
3253
-
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
3254
3254
-
3255
3255
-
[[package]]
3256
3256
-
name = "uuid"
3257
3257
-
version = "1.4.1"
3258
3258
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3259
3259
-
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
3260
3260
-
dependencies = [
3261
3261
-
"getrandom 0.2.10",
3262
3262
-
]
3263
3263
-
3264
3264
-
[[package]]
3265
3265
-
name = "valuable"
3266
3266
-
version = "0.1.0"
3267
3267
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3268
3268
-
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
3269
3269
-
3270
3270
-
[[package]]
3271
3271
-
name = "version-compare"
3272
3272
-
version = "0.0.11"
3273
3273
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3274
3274
-
checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b"
3275
3275
-
3276
3276
-
[[package]]
3277
3277
-
name = "version-compare"
3278
3278
-
version = "0.1.1"
3279
3279
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3280
3280
-
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
3281
3281
-
3282
3282
-
[[package]]
3283
3283
-
name = "version_check"
3284
3284
-
version = "0.9.4"
3285
3285
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3286
3286
-
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
3287
3287
-
3288
3288
-
[[package]]
3289
3289
-
name = "virtue"
3290
3290
-
version = "0.0.13"
3291
3291
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3292
3292
-
checksum = "9dcc60c0624df774c82a0ef104151231d37da4962957d691c011c852b2473314"
3293
3293
-
3294
3294
-
[[package]]
3295
3295
-
name = "vswhom"
3296
3296
-
version = "0.1.0"
3297
3297
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3298
3298
-
checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
3299
3299
-
dependencies = [
3300
3300
-
"libc",
3301
3301
-
"vswhom-sys",
3302
3302
-
]
3303
3303
-
3304
3304
-
[[package]]
3305
3305
-
name = "vswhom-sys"
3306
3306
-
version = "0.1.2"
3307
3307
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3308
3308
-
checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
3309
3309
-
dependencies = [
3310
3310
-
"cc",
3311
3311
-
"libc",
3312
3312
-
]
3313
3313
-
3314
3314
-
[[package]]
3315
3315
-
name = "walkdir"
3316
3316
-
version = "2.4.0"
3317
3317
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3318
3318
-
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
3319
3319
-
dependencies = [
3320
3320
-
"same-file",
3321
3321
-
"winapi-util",
3322
3322
-
]
3323
3323
-
3324
3324
-
[[package]]
3325
3325
-
name = "wasi"
3326
3326
-
version = "0.9.0+wasi-snapshot-preview1"
3327
3327
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3328
3328
-
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
3329
3329
-
3330
3330
-
[[package]]
3331
3331
-
name = "wasi"
3332
3332
-
version = "0.11.0+wasi-snapshot-preview1"
3333
3333
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3334
3334
-
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
3335
3335
-
3336
3336
-
[[package]]
3337
3337
-
name = "wasm-bindgen"
3338
3338
-
version = "0.2.87"
3339
3339
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3340
3340
-
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
3341
3341
-
dependencies = [
3342
3342
-
"cfg-if",
3343
3343
-
"wasm-bindgen-macro",
3344
3344
-
]
3345
3345
-
3346
3346
-
[[package]]
3347
3347
-
name = "wasm-bindgen-backend"
3348
3348
-
version = "0.2.87"
3349
3349
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3350
3350
-
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
3351
3351
-
dependencies = [
3352
3352
-
"bumpalo",
3353
3353
-
"log",
3354
3354
-
"once_cell",
3355
3355
-
"proc-macro2",
3356
3356
-
"quote",
3357
3357
-
"syn 2.0.37",
3358
3358
-
"wasm-bindgen-shared",
3359
3359
-
]
3360
3360
-
3361
3361
-
[[package]]
3362
3362
-
name = "wasm-bindgen-futures"
3363
3363
-
version = "0.4.37"
3364
3364
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3365
3365
-
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
3366
3366
-
dependencies = [
3367
3367
-
"cfg-if",
3368
3368
-
"js-sys",
3369
3369
-
"wasm-bindgen",
3370
3370
-
"web-sys",
3371
3371
-
]
3372
3372
-
3373
3373
-
[[package]]
3374
3374
-
name = "wasm-bindgen-macro"
3375
3375
-
version = "0.2.87"
3376
3376
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3377
3377
-
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
3378
3378
-
dependencies = [
3379
3379
-
"quote",
3380
3380
-
"wasm-bindgen-macro-support",
3381
3381
-
]
3382
3382
-
3383
3383
-
[[package]]
3384
3384
-
name = "wasm-bindgen-macro-support"
3385
3385
-
version = "0.2.87"
3386
3386
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3387
3387
-
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
3388
3388
-
dependencies = [
3389
3389
-
"proc-macro2",
3390
3390
-
"quote",
3391
3391
-
"syn 2.0.37",
3392
3392
-
"wasm-bindgen-backend",
3393
3393
-
"wasm-bindgen-shared",
3394
3394
-
]
3395
3395
-
3396
3396
-
[[package]]
3397
3397
-
name = "wasm-bindgen-shared"
3398
3398
-
version = "0.2.87"
3399
3399
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3400
3400
-
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
3401
3401
-
3402
3402
-
[[package]]
3403
3403
-
name = "web-sys"
3404
3404
-
version = "0.3.64"
3405
3405
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3406
3406
-
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
3407
3407
-
dependencies = [
3408
3408
-
"js-sys",
3409
3409
-
"wasm-bindgen",
3410
3410
-
]
3411
3411
-
3412
3412
-
[[package]]
3413
3413
-
name = "webkit2gtk"
3414
3414
-
version = "0.18.2"
3415
3415
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3416
3416
-
checksum = "b8f859735e4a452aeb28c6c56a852967a8a76c8eb1cc32dbf931ad28a13d6370"
3417
3417
-
dependencies = [
3418
3418
-
"bitflags 1.3.2",
3419
3419
-
"cairo-rs",
3420
3420
-
"gdk",
3421
3421
-
"gdk-sys",
3422
3422
-
"gio",
3423
3423
-
"gio-sys",
3424
3424
-
"glib",
3425
3425
-
"glib-sys",
3426
3426
-
"gobject-sys",
3427
3427
-
"gtk",
3428
3428
-
"gtk-sys",
3429
3429
-
"javascriptcore-rs",
3430
3430
-
"libc",
3431
3431
-
"once_cell",
3432
3432
-
"soup2",
3433
3433
-
"webkit2gtk-sys",
3434
3434
-
]
3435
3435
-
3436
3436
-
[[package]]
3437
3437
-
name = "webkit2gtk-sys"
3438
3438
-
version = "0.18.0"
3439
3439
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3440
3440
-
checksum = "4d76ca6ecc47aeba01ec61e480139dda143796abcae6f83bcddf50d6b5b1dcf3"
3441
3441
-
dependencies = [
3442
3442
-
"atk-sys",
3443
3443
-
"bitflags 1.3.2",
3444
3444
-
"cairo-sys-rs",
3445
3445
-
"gdk-pixbuf-sys",
3446
3446
-
"gdk-sys",
3447
3447
-
"gio-sys",
3448
3448
-
"glib-sys",
3449
3449
-
"gobject-sys",
3450
3450
-
"gtk-sys",
3451
3451
-
"javascriptcore-rs-sys",
3452
3452
-
"libc",
3453
3453
-
"pango-sys",
3454
3454
-
"pkg-config",
3455
3455
-
"soup2-sys",
3456
3456
-
"system-deps 6.1.1",
3457
3457
-
]
3458
3458
-
3459
3459
-
[[package]]
3460
3460
-
name = "webview2-com"
3461
3461
-
version = "0.19.1"
3462
3462
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3463
3463
-
checksum = "b4a769c9f1a64a8734bde70caafac2b96cada12cd4aefa49196b3a386b8b4178"
3464
3464
-
dependencies = [
3465
3465
-
"webview2-com-macros",
3466
3466
-
"webview2-com-sys",
3467
3467
-
"windows 0.39.0",
3468
3468
-
"windows-implement",
3469
3469
-
]
3470
3470
-
3471
3471
-
[[package]]
3472
3472
-
name = "webview2-com-macros"
3473
3473
-
version = "0.6.0"
3474
3474
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3475
3475
-
checksum = "eaebe196c01691db62e9e4ca52c5ef1e4fd837dcae27dae3ada599b5a8fd05ac"
3476
3476
-
dependencies = [
3477
3477
-
"proc-macro2",
3478
3478
-
"quote",
3479
3479
-
"syn 1.0.109",
3480
3480
-
]
3481
3481
-
3482
3482
-
[[package]]
3483
3483
-
name = "webview2-com-sys"
3484
3484
-
version = "0.19.0"
3485
3485
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3486
3486
-
checksum = "aac48ef20ddf657755fdcda8dfed2a7b4fc7e4581acce6fe9b88c3d64f29dee7"
3487
3487
-
dependencies = [
3488
3488
-
"regex",
3489
3489
-
"serde",
3490
3490
-
"serde_json",
3491
3491
-
"thiserror",
3492
3492
-
"windows 0.39.0",
3493
3493
-
"windows-bindgen",
3494
3494
-
"windows-metadata",
3495
3495
-
]
3496
3496
-
3497
3497
-
[[package]]
3498
3498
-
name = "winapi"
3499
3499
-
version = "0.3.9"
3500
3500
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3501
3501
-
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3502
3502
-
dependencies = [
3503
3503
-
"winapi-i686-pc-windows-gnu",
3504
3504
-
"winapi-x86_64-pc-windows-gnu",
3505
3505
-
]
3506
3506
-
3507
3507
-
[[package]]
3508
3508
-
name = "winapi-i686-pc-windows-gnu"
3509
3509
-
version = "0.4.0"
3510
3510
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3511
3511
-
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3512
3512
-
3513
3513
-
[[package]]
3514
3514
-
name = "winapi-util"
3515
3515
-
version = "0.1.6"
3516
3516
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3517
3517
-
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
3518
3518
-
dependencies = [
3519
3519
-
"winapi",
3520
3520
-
]
3521
3521
-
3522
3522
-
[[package]]
3523
3523
-
name = "winapi-x86_64-pc-windows-gnu"
3524
3524
-
version = "0.4.0"
3525
3525
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3526
3526
-
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3527
3527
-
3528
3528
-
[[package]]
3529
3529
-
name = "windows"
3530
3530
-
version = "0.37.0"
3531
3531
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3532
3532
-
checksum = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647"
3533
3533
-
dependencies = [
3534
3534
-
"windows_aarch64_msvc 0.37.0",
3535
3535
-
"windows_i686_gnu 0.37.0",
3536
3536
-
"windows_i686_msvc 0.37.0",
3537
3537
-
"windows_x86_64_gnu 0.37.0",
3538
3538
-
"windows_x86_64_msvc 0.37.0",
3539
3539
-
]
3540
3540
-
3541
3541
-
[[package]]
3542
3542
-
name = "windows"
3543
3543
-
version = "0.39.0"
3544
3544
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3545
3545
-
checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a"
3546
3546
-
dependencies = [
3547
3547
-
"windows-implement",
3548
3548
-
"windows_aarch64_msvc 0.39.0",
3549
3549
-
"windows_i686_gnu 0.39.0",
3550
3550
-
"windows_i686_msvc 0.39.0",
3551
3551
-
"windows_x86_64_gnu 0.39.0",
3552
3552
-
"windows_x86_64_msvc 0.39.0",
3553
3553
-
]
3554
3554
-
3555
3555
-
[[package]]
3556
3556
-
name = "windows"
3557
3557
-
version = "0.48.0"
3558
3558
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3559
3559
-
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
3560
3560
-
dependencies = [
3561
3561
-
"windows-targets",
3562
3562
-
]
3563
3563
-
3564
3564
-
[[package]]
3565
3565
-
name = "windows-bindgen"
3566
3566
-
version = "0.39.0"
3567
3567
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3568
3568
-
checksum = "68003dbd0e38abc0fb85b939240f4bce37c43a5981d3df37ccbaaa981b47cb41"
3569
3569
-
dependencies = [
3570
3570
-
"windows-metadata",
3571
3571
-
"windows-tokens",
3572
3572
-
]
3573
3573
-
3574
3574
-
[[package]]
3575
3575
-
name = "windows-implement"
3576
3576
-
version = "0.39.0"
3577
3577
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3578
3578
-
checksum = "ba01f98f509cb5dc05f4e5fc95e535f78260f15fea8fe1a8abdd08f774f1cee7"
3579
3579
-
dependencies = [
3580
3580
-
"syn 1.0.109",
3581
3581
-
"windows-tokens",
3582
3582
-
]
3583
3583
-
3584
3584
-
[[package]]
3585
3585
-
name = "windows-metadata"
3586
3586
-
version = "0.39.0"
3587
3587
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3588
3588
-
checksum = "9ee5e275231f07c6e240d14f34e1b635bf1faa1c76c57cfd59a5cdb9848e4278"
3589
3589
-
3590
3590
-
[[package]]
3591
3591
-
name = "windows-sys"
3592
3592
-
version = "0.42.0"
3593
3593
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3594
3594
-
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
3595
3595
-
dependencies = [
3596
3596
-
"windows_aarch64_gnullvm 0.42.2",
3597
3597
-
"windows_aarch64_msvc 0.42.2",
3598
3598
-
"windows_i686_gnu 0.42.2",
3599
3599
-
"windows_i686_msvc 0.42.2",
3600
3600
-
"windows_x86_64_gnu 0.42.2",
3601
3601
-
"windows_x86_64_gnullvm 0.42.2",
3602
3602
-
"windows_x86_64_msvc 0.42.2",
3603
3603
-
]
3604
3604
-
3605
3605
-
[[package]]
3606
3606
-
name = "windows-sys"
3607
3607
-
version = "0.48.0"
3608
3608
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3609
3609
-
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3610
3610
-
dependencies = [
3611
3611
-
"windows-targets",
3612
3612
-
]
3613
3613
-
3614
3614
-
[[package]]
3615
3615
-
name = "windows-targets"
3616
3616
-
version = "0.48.5"
3617
3617
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3618
3618
-
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3619
3619
-
dependencies = [
3620
3620
-
"windows_aarch64_gnullvm 0.48.5",
3621
3621
-
"windows_aarch64_msvc 0.48.5",
3622
3622
-
"windows_i686_gnu 0.48.5",
3623
3623
-
"windows_i686_msvc 0.48.5",
3624
3624
-
"windows_x86_64_gnu 0.48.5",
3625
3625
-
"windows_x86_64_gnullvm 0.48.5",
3626
3626
-
"windows_x86_64_msvc 0.48.5",
3627
3627
-
]
3628
3628
-
3629
3629
-
[[package]]
3630
3630
-
name = "windows-tokens"
3631
3631
-
version = "0.39.0"
3632
3632
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3633
3633
-
checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597"
3634
3634
-
3635
3635
-
[[package]]
3636
3636
-
name = "windows_aarch64_gnullvm"
3637
3637
-
version = "0.42.2"
3638
3638
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3639
3639
-
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
3640
3640
-
3641
3641
-
[[package]]
3642
3642
-
name = "windows_aarch64_gnullvm"
3643
3643
-
version = "0.48.5"
3644
3644
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3645
3645
-
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3646
3646
-
3647
3647
-
[[package]]
3648
3648
-
name = "windows_aarch64_msvc"
3649
3649
-
version = "0.37.0"
3650
3650
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3651
3651
-
checksum = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a"
3652
3652
-
3653
3653
-
[[package]]
3654
3654
-
name = "windows_aarch64_msvc"
3655
3655
-
version = "0.39.0"
3656
3656
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3657
3657
-
checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2"
3658
3658
-
3659
3659
-
[[package]]
3660
3660
-
name = "windows_aarch64_msvc"
3661
3661
-
version = "0.42.2"
3662
3662
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3663
3663
-
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
3664
3664
-
3665
3665
-
[[package]]
3666
3666
-
name = "windows_aarch64_msvc"
3667
3667
-
version = "0.48.5"
3668
3668
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3669
3669
-
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3670
3670
-
3671
3671
-
[[package]]
3672
3672
-
name = "windows_i686_gnu"
3673
3673
-
version = "0.37.0"
3674
3674
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3675
3675
-
checksum = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1"
3676
3676
-
3677
3677
-
[[package]]
3678
3678
-
name = "windows_i686_gnu"
3679
3679
-
version = "0.39.0"
3680
3680
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3681
3681
-
checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b"
3682
3682
-
3683
3683
-
[[package]]
3684
3684
-
name = "windows_i686_gnu"
3685
3685
-
version = "0.42.2"
3686
3686
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3687
3687
-
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
3688
3688
-
3689
3689
-
[[package]]
3690
3690
-
name = "windows_i686_gnu"
3691
3691
-
version = "0.48.5"
3692
3692
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3693
3693
-
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3694
3694
-
3695
3695
-
[[package]]
3696
3696
-
name = "windows_i686_msvc"
3697
3697
-
version = "0.37.0"
3698
3698
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3699
3699
-
checksum = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c"
3700
3700
-
3701
3701
-
[[package]]
3702
3702
-
name = "windows_i686_msvc"
3703
3703
-
version = "0.39.0"
3704
3704
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3705
3705
-
checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106"
3706
3706
-
3707
3707
-
[[package]]
3708
3708
-
name = "windows_i686_msvc"
3709
3709
-
version = "0.42.2"
3710
3710
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3711
3711
-
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
3712
3712
-
3713
3713
-
[[package]]
3714
3714
-
name = "windows_i686_msvc"
3715
3715
-
version = "0.48.5"
3716
3716
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3717
3717
-
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3718
3718
-
3719
3719
-
[[package]]
3720
3720
-
name = "windows_x86_64_gnu"
3721
3721
-
version = "0.37.0"
3722
3722
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3723
3723
-
checksum = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d"
3724
3724
-
3725
3725
-
[[package]]
3726
3726
-
name = "windows_x86_64_gnu"
3727
3727
-
version = "0.39.0"
3728
3728
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3729
3729
-
checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65"
3730
3730
-
3731
3731
-
[[package]]
3732
3732
-
name = "windows_x86_64_gnu"
3733
3733
-
version = "0.42.2"
3734
3734
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3735
3735
-
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
3736
3736
-
3737
3737
-
[[package]]
3738
3738
-
name = "windows_x86_64_gnu"
3739
3739
-
version = "0.48.5"
3740
3740
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3741
3741
-
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3742
3742
-
3743
3743
-
[[package]]
3744
3744
-
name = "windows_x86_64_gnullvm"
3745
3745
-
version = "0.42.2"
3746
3746
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3747
3747
-
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
3748
3748
-
3749
3749
-
[[package]]
3750
3750
-
name = "windows_x86_64_gnullvm"
3751
3751
-
version = "0.48.5"
3752
3752
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3753
3753
-
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3754
3754
-
3755
3755
-
[[package]]
3756
3756
-
name = "windows_x86_64_msvc"
3757
3757
-
version = "0.37.0"
3758
3758
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3759
3759
-
checksum = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d"
3760
3760
-
3761
3761
-
[[package]]
3762
3762
-
name = "windows_x86_64_msvc"
3763
3763
-
version = "0.39.0"
3764
3764
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3765
3765
-
checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809"
3766
3766
-
3767
3767
-
[[package]]
3768
3768
-
name = "windows_x86_64_msvc"
3769
3769
-
version = "0.42.2"
3770
3770
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3771
3771
-
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
3772
3772
-
3773
3773
-
[[package]]
3774
3774
-
name = "windows_x86_64_msvc"
3775
3775
-
version = "0.48.5"
3776
3776
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3777
3777
-
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3778
3778
-
3779
3779
-
[[package]]
3780
3780
-
name = "winnow"
3781
3781
-
version = "0.5.15"
3782
3782
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3783
3783
-
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
3784
3784
-
dependencies = [
3785
3785
-
"memchr",
3786
3786
-
]
3787
3787
-
3788
3788
-
[[package]]
3789
3789
-
name = "winreg"
3790
3790
-
version = "0.51.0"
3791
3791
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3792
3792
-
checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc"
3793
3793
-
dependencies = [
3794
3794
-
"cfg-if",
3795
3795
-
"windows-sys 0.48.0",
3796
3796
-
]
3797
3797
-
3798
3798
-
[[package]]
3799
3799
-
name = "wry"
3800
3800
-
version = "0.24.4"
3801
3801
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3802
3802
-
checksum = "88ef04bdad49eba2e01f06e53688c8413bd6a87b0bc14b72284465cf96e3578e"
3803
3803
-
dependencies = [
3804
3804
-
"base64 0.13.1",
3805
3805
-
"block",
3806
3806
-
"cocoa",
3807
3807
-
"core-graphics",
3808
3808
-
"crossbeam-channel",
3809
3809
-
"dunce",
3810
3810
-
"gdk",
3811
3811
-
"gio",
3812
3812
-
"glib",
3813
3813
-
"gtk",
3814
3814
-
"html5ever 0.25.2",
3815
3815
-
"http",
3816
3816
-
"kuchiki",
3817
3817
-
"libc",
3818
3818
-
"log",
3819
3819
-
"objc",
3820
3820
-
"objc_id",
3821
3821
-
"once_cell",
3822
3822
-
"serde",
3823
3823
-
"serde_json",
3824
3824
-
"sha2",
3825
3825
-
"soup2",
3826
3826
-
"tao",
3827
3827
-
"thiserror",
3828
3828
-
"url",
3829
3829
-
"webkit2gtk",
3830
3830
-
"webkit2gtk-sys",
3831
3831
-
"webview2-com",
3832
3832
-
"windows 0.39.0",
3833
3833
-
"windows-implement",
3834
3834
-
]
3835
3835
-
3836
3836
-
[[package]]
3837
3837
-
name = "x11"
3838
3838
-
version = "2.21.0"
3839
3839
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3840
3840
-
checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
3841
3841
-
dependencies = [
3842
3842
-
"libc",
3843
3843
-
"pkg-config",
3844
3844
-
]
3845
3845
-
3846
3846
-
[[package]]
3847
3847
-
name = "x11-dl"
3848
3848
-
version = "2.21.0"
3849
3849
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3850
3850
-
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
3851
3851
-
dependencies = [
3852
3852
-
"libc",
3853
3853
-
"once_cell",
3854
3854
-
"pkg-config",
3855
3855
-
]
3856
3856
-
3857
3857
-
[[package]]
3858
3858
-
name = "xattr"
3859
3859
-
version = "1.0.1"
3860
3860
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3861
3861
-
checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985"
3862
3862
-
dependencies = [
3863
3863
-
"libc",
3864
3864
-
]
3865
3865
-
3866
3866
-
[[package]]
3867
3867
-
name = "zstd"
3868
3868
-
version = "0.12.4"
3869
3869
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3870
3870
-
checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c"
3871
3871
-
dependencies = [
3872
3872
-
"zstd-safe",
3873
3873
-
]
3874
3874
-
3875
3875
-
[[package]]
3876
3876
-
name = "zstd-safe"
3877
3877
-
version = "6.0.6"
3878
3878
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3879
3879
-
checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581"
3880
3880
-
dependencies = [
3881
3881
-
"libc",
3882
3882
-
"zstd-sys",
3883
3883
-
]
3884
3884
-
3885
3885
-
[[package]]
3886
3886
-
name = "zstd-sys"
3887
3887
-
version = "2.0.8+zstd.1.5.5"
3888
3888
-
source = "registry+https://github.com/rust-lang/crates.io-index"
3889
3889
-
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
3890
3890
-
dependencies = [
3891
3891
-
"cc",
3892
3892
-
"libc",
3893
3893
-
"pkg-config",
3894
3894
-
]
+2
-6
pkgs/by-name/de/desktop-postflop/package.nix
···
36
36
37
37
sourceRoot = "${src.name}/src-tauri";
38
38
39
39
-
cargoLock = {
40
40
-
lockFile = ./Cargo.lock;
41
41
-
outputHashes = {
42
42
-
"postflop-solver-0.1.0" = "sha256-coEl09eMbQqSos1sqWLnfXfhujSTsnVnOlOQ+JbdFWY=";
43
43
-
};
44
44
-
};
39
39
+
useFetchCargoVendor = true;
40
40
+
cargoHash = "sha256-pMvh2Rr+rMe0nMB9yRDrGatrS36+VM7os0eeBR31oCM=";
45
41
46
42
postPatch = ''
47
43
substituteInPlace tauri.conf.json \