tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
aw-watcher-window-wayland: init at 0.1.0
EsAu79p
2 years ago
b5052d64
9c1a0b21
+1730
3 changed files
expand all
collapse all
unified
split
pkgs
tools
wayland
aw-watcher-window-wayland
Cargo.lock
default.nix
top-level
all-packages.nix
+1689
pkgs/tools/wayland/aw-watcher-window-wayland/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 = "android_system_properties"
7
7
+
version = "0.1.5"
8
8
+
source = "registry+https://github.com/rust-lang/crates.io-index"
9
9
+
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
10
10
+
dependencies = [
11
11
+
"libc",
12
12
+
]
13
13
+
14
14
+
[[package]]
15
15
+
name = "appdirs"
16
16
+
version = "0.2.0"
17
17
+
source = "registry+https://github.com/rust-lang/crates.io-index"
18
18
+
checksum = "d512b3e61196d27562dcc71446a58ba8a93d3bed2a03a87f96101b9a17f1d378"
19
19
+
dependencies = [
20
20
+
"ole32-sys",
21
21
+
"shell32-sys",
22
22
+
"winapi 0.2.8",
23
23
+
]
24
24
+
25
25
+
[[package]]
26
26
+
name = "autocfg"
27
27
+
version = "1.1.0"
28
28
+
source = "registry+https://github.com/rust-lang/crates.io-index"
29
29
+
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
30
30
+
31
31
+
[[package]]
32
32
+
name = "aw-client-rust"
33
33
+
version = "0.1.0"
34
34
+
source = "git+https://github.com/ActivityWatch/aw-server-rust.git#bd547add68b1028f018f25727799a48acb3188a2"
35
35
+
dependencies = [
36
36
+
"aw-models",
37
37
+
"chrono",
38
38
+
"gethostname 0.4.1",
39
39
+
"reqwest",
40
40
+
"serde",
41
41
+
"serde_json",
42
42
+
]
43
43
+
44
44
+
[[package]]
45
45
+
name = "aw-models"
46
46
+
version = "0.1.0"
47
47
+
source = "git+https://github.com/ActivityWatch/aw-server-rust.git#bd547add68b1028f018f25727799a48acb3188a2"
48
48
+
dependencies = [
49
49
+
"chrono",
50
50
+
"log",
51
51
+
"schemars",
52
52
+
"serde",
53
53
+
"serde_json",
54
54
+
]
55
55
+
56
56
+
[[package]]
57
57
+
name = "aw-watcher-window-wayland"
58
58
+
version = "0.1.0"
59
59
+
dependencies = [
60
60
+
"appdirs",
61
61
+
"aw-client-rust",
62
62
+
"chrono",
63
63
+
"file-lock",
64
64
+
"gethostname 0.2.3",
65
65
+
"getopts",
66
66
+
"lazy_static",
67
67
+
"mio 0.6.23",
68
68
+
"serde_json",
69
69
+
"smallvec",
70
70
+
"timerfd",
71
71
+
"wayland-client",
72
72
+
"wayland-commons",
73
73
+
"wayland-scanner",
74
74
+
"wayland-sys",
75
75
+
]
76
76
+
77
77
+
[[package]]
78
78
+
name = "base64"
79
79
+
version = "0.21.0"
80
80
+
source = "registry+https://github.com/rust-lang/crates.io-index"
81
81
+
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
82
82
+
83
83
+
[[package]]
84
84
+
name = "bitflags"
85
85
+
version = "1.3.2"
86
86
+
source = "registry+https://github.com/rust-lang/crates.io-index"
87
87
+
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
88
88
+
89
89
+
[[package]]
90
90
+
name = "bumpalo"
91
91
+
version = "3.12.0"
92
92
+
source = "registry+https://github.com/rust-lang/crates.io-index"
93
93
+
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
94
94
+
95
95
+
[[package]]
96
96
+
name = "bytes"
97
97
+
version = "1.4.0"
98
98
+
source = "registry+https://github.com/rust-lang/crates.io-index"
99
99
+
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
100
100
+
101
101
+
[[package]]
102
102
+
name = "cc"
103
103
+
version = "1.0.79"
104
104
+
source = "registry+https://github.com/rust-lang/crates.io-index"
105
105
+
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
106
106
+
107
107
+
[[package]]
108
108
+
name = "cfg-if"
109
109
+
version = "0.1.10"
110
110
+
source = "registry+https://github.com/rust-lang/crates.io-index"
111
111
+
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
112
112
+
113
113
+
[[package]]
114
114
+
name = "cfg-if"
115
115
+
version = "1.0.0"
116
116
+
source = "registry+https://github.com/rust-lang/crates.io-index"
117
117
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
118
118
+
119
119
+
[[package]]
120
120
+
name = "chrono"
121
121
+
version = "0.4.23"
122
122
+
source = "registry+https://github.com/rust-lang/crates.io-index"
123
123
+
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
124
124
+
dependencies = [
125
125
+
"iana-time-zone",
126
126
+
"js-sys",
127
127
+
"num-integer",
128
128
+
"num-traits",
129
129
+
"serde",
130
130
+
"time",
131
131
+
"wasm-bindgen",
132
132
+
"winapi 0.3.9",
133
133
+
]
134
134
+
135
135
+
[[package]]
136
136
+
name = "codespan-reporting"
137
137
+
version = "0.11.1"
138
138
+
source = "registry+https://github.com/rust-lang/crates.io-index"
139
139
+
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
140
140
+
dependencies = [
141
141
+
"termcolor",
142
142
+
"unicode-width",
143
143
+
]
144
144
+
145
145
+
[[package]]
146
146
+
name = "core-foundation"
147
147
+
version = "0.9.3"
148
148
+
source = "registry+https://github.com/rust-lang/crates.io-index"
149
149
+
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
150
150
+
dependencies = [
151
151
+
"core-foundation-sys",
152
152
+
"libc",
153
153
+
]
154
154
+
155
155
+
[[package]]
156
156
+
name = "core-foundation-sys"
157
157
+
version = "0.8.3"
158
158
+
source = "registry+https://github.com/rust-lang/crates.io-index"
159
159
+
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
160
160
+
161
161
+
[[package]]
162
162
+
name = "cxx"
163
163
+
version = "1.0.91"
164
164
+
source = "registry+https://github.com/rust-lang/crates.io-index"
165
165
+
checksum = "86d3488e7665a7a483b57e25bdd90d0aeb2bc7608c8d0346acf2ad3f1caf1d62"
166
166
+
dependencies = [
167
167
+
"cc",
168
168
+
"cxxbridge-flags",
169
169
+
"cxxbridge-macro",
170
170
+
"link-cplusplus",
171
171
+
]
172
172
+
173
173
+
[[package]]
174
174
+
name = "cxx-build"
175
175
+
version = "1.0.91"
176
176
+
source = "registry+https://github.com/rust-lang/crates.io-index"
177
177
+
checksum = "48fcaf066a053a41a81dfb14d57d99738b767febb8b735c3016e469fac5da690"
178
178
+
dependencies = [
179
179
+
"cc",
180
180
+
"codespan-reporting",
181
181
+
"once_cell",
182
182
+
"proc-macro2",
183
183
+
"quote",
184
184
+
"scratch",
185
185
+
"syn",
186
186
+
]
187
187
+
188
188
+
[[package]]
189
189
+
name = "cxxbridge-flags"
190
190
+
version = "1.0.91"
191
191
+
source = "registry+https://github.com/rust-lang/crates.io-index"
192
192
+
checksum = "a2ef98b8b717a829ca5603af80e1f9e2e48013ab227b68ef37872ef84ee479bf"
193
193
+
194
194
+
[[package]]
195
195
+
name = "cxxbridge-macro"
196
196
+
version = "1.0.91"
197
197
+
source = "registry+https://github.com/rust-lang/crates.io-index"
198
198
+
checksum = "086c685979a698443656e5cf7856c95c642295a38599f12fb1ff76fb28d19892"
199
199
+
dependencies = [
200
200
+
"proc-macro2",
201
201
+
"quote",
202
202
+
"syn",
203
203
+
]
204
204
+
205
205
+
[[package]]
206
206
+
name = "downcast-rs"
207
207
+
version = "1.2.0"
208
208
+
source = "registry+https://github.com/rust-lang/crates.io-index"
209
209
+
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
210
210
+
211
211
+
[[package]]
212
212
+
name = "dyn-clone"
213
213
+
version = "1.0.10"
214
214
+
source = "registry+https://github.com/rust-lang/crates.io-index"
215
215
+
checksum = "c9b0705efd4599c15a38151f4721f7bc388306f61084d3bfd50bd07fbca5cb60"
216
216
+
217
217
+
[[package]]
218
218
+
name = "encoding_rs"
219
219
+
version = "0.8.32"
220
220
+
source = "registry+https://github.com/rust-lang/crates.io-index"
221
221
+
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
222
222
+
dependencies = [
223
223
+
"cfg-if 1.0.0",
224
224
+
]
225
225
+
226
226
+
[[package]]
227
227
+
name = "errno"
228
228
+
version = "0.2.8"
229
229
+
source = "registry+https://github.com/rust-lang/crates.io-index"
230
230
+
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
231
231
+
dependencies = [
232
232
+
"errno-dragonfly",
233
233
+
"libc",
234
234
+
"winapi 0.3.9",
235
235
+
]
236
236
+
237
237
+
[[package]]
238
238
+
name = "errno-dragonfly"
239
239
+
version = "0.1.2"
240
240
+
source = "registry+https://github.com/rust-lang/crates.io-index"
241
241
+
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
242
242
+
dependencies = [
243
243
+
"cc",
244
244
+
"libc",
245
245
+
]
246
246
+
247
247
+
[[package]]
248
248
+
name = "fastrand"
249
249
+
version = "1.9.0"
250
250
+
source = "registry+https://github.com/rust-lang/crates.io-index"
251
251
+
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
252
252
+
dependencies = [
253
253
+
"instant",
254
254
+
]
255
255
+
256
256
+
[[package]]
257
257
+
name = "file-lock"
258
258
+
version = "1.1.20"
259
259
+
source = "registry+https://github.com/rust-lang/crates.io-index"
260
260
+
checksum = "b16486239b3741480cef090b6f9924faf5dd5481022c6f266a51fab1a92971a2"
261
261
+
dependencies = [
262
262
+
"gcc",
263
263
+
"libc",
264
264
+
"mktemp",
265
265
+
"nix 0.11.1",
266
266
+
]
267
267
+
268
268
+
[[package]]
269
269
+
name = "fnv"
270
270
+
version = "1.0.7"
271
271
+
source = "registry+https://github.com/rust-lang/crates.io-index"
272
272
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
273
273
+
274
274
+
[[package]]
275
275
+
name = "foreign-types"
276
276
+
version = "0.3.2"
277
277
+
source = "registry+https://github.com/rust-lang/crates.io-index"
278
278
+
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
279
279
+
dependencies = [
280
280
+
"foreign-types-shared",
281
281
+
]
282
282
+
283
283
+
[[package]]
284
284
+
name = "foreign-types-shared"
285
285
+
version = "0.1.1"
286
286
+
source = "registry+https://github.com/rust-lang/crates.io-index"
287
287
+
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
288
288
+
289
289
+
[[package]]
290
290
+
name = "form_urlencoded"
291
291
+
version = "1.1.0"
292
292
+
source = "registry+https://github.com/rust-lang/crates.io-index"
293
293
+
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
294
294
+
dependencies = [
295
295
+
"percent-encoding",
296
296
+
]
297
297
+
298
298
+
[[package]]
299
299
+
name = "fuchsia-cprng"
300
300
+
version = "0.1.1"
301
301
+
source = "registry+https://github.com/rust-lang/crates.io-index"
302
302
+
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
303
303
+
304
304
+
[[package]]
305
305
+
name = "fuchsia-zircon"
306
306
+
version = "0.3.3"
307
307
+
source = "registry+https://github.com/rust-lang/crates.io-index"
308
308
+
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
309
309
+
dependencies = [
310
310
+
"bitflags",
311
311
+
"fuchsia-zircon-sys",
312
312
+
]
313
313
+
314
314
+
[[package]]
315
315
+
name = "fuchsia-zircon-sys"
316
316
+
version = "0.3.3"
317
317
+
source = "registry+https://github.com/rust-lang/crates.io-index"
318
318
+
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
319
319
+
320
320
+
[[package]]
321
321
+
name = "futures-channel"
322
322
+
version = "0.3.26"
323
323
+
source = "registry+https://github.com/rust-lang/crates.io-index"
324
324
+
checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
325
325
+
dependencies = [
326
326
+
"futures-core",
327
327
+
]
328
328
+
329
329
+
[[package]]
330
330
+
name = "futures-core"
331
331
+
version = "0.3.26"
332
332
+
source = "registry+https://github.com/rust-lang/crates.io-index"
333
333
+
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
334
334
+
335
335
+
[[package]]
336
336
+
name = "futures-io"
337
337
+
version = "0.3.26"
338
338
+
source = "registry+https://github.com/rust-lang/crates.io-index"
339
339
+
checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
340
340
+
341
341
+
[[package]]
342
342
+
name = "futures-sink"
343
343
+
version = "0.3.26"
344
344
+
source = "registry+https://github.com/rust-lang/crates.io-index"
345
345
+
checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
346
346
+
347
347
+
[[package]]
348
348
+
name = "futures-task"
349
349
+
version = "0.3.26"
350
350
+
source = "registry+https://github.com/rust-lang/crates.io-index"
351
351
+
checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
352
352
+
353
353
+
[[package]]
354
354
+
name = "futures-util"
355
355
+
version = "0.3.26"
356
356
+
source = "registry+https://github.com/rust-lang/crates.io-index"
357
357
+
checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
358
358
+
dependencies = [
359
359
+
"futures-core",
360
360
+
"futures-io",
361
361
+
"futures-task",
362
362
+
"memchr",
363
363
+
"pin-project-lite",
364
364
+
"pin-utils",
365
365
+
"slab",
366
366
+
]
367
367
+
368
368
+
[[package]]
369
369
+
name = "gcc"
370
370
+
version = "0.3.55"
371
371
+
source = "registry+https://github.com/rust-lang/crates.io-index"
372
372
+
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
373
373
+
374
374
+
[[package]]
375
375
+
name = "gethostname"
376
376
+
version = "0.2.3"
377
377
+
source = "registry+https://github.com/rust-lang/crates.io-index"
378
378
+
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
379
379
+
dependencies = [
380
380
+
"libc",
381
381
+
"winapi 0.3.9",
382
382
+
]
383
383
+
384
384
+
[[package]]
385
385
+
name = "gethostname"
386
386
+
version = "0.4.1"
387
387
+
source = "registry+https://github.com/rust-lang/crates.io-index"
388
388
+
checksum = "8a329e22866dd78b35d2c639a4a23d7b950aeae300dfd79f4fb19f74055c2404"
389
389
+
dependencies = [
390
390
+
"libc",
391
391
+
"windows",
392
392
+
]
393
393
+
394
394
+
[[package]]
395
395
+
name = "getopts"
396
396
+
version = "0.2.21"
397
397
+
source = "registry+https://github.com/rust-lang/crates.io-index"
398
398
+
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
399
399
+
dependencies = [
400
400
+
"unicode-width",
401
401
+
]
402
402
+
403
403
+
[[package]]
404
404
+
name = "h2"
405
405
+
version = "0.3.15"
406
406
+
source = "registry+https://github.com/rust-lang/crates.io-index"
407
407
+
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
408
408
+
dependencies = [
409
409
+
"bytes",
410
410
+
"fnv",
411
411
+
"futures-core",
412
412
+
"futures-sink",
413
413
+
"futures-util",
414
414
+
"http",
415
415
+
"indexmap",
416
416
+
"slab",
417
417
+
"tokio",
418
418
+
"tokio-util",
419
419
+
"tracing",
420
420
+
]
421
421
+
422
422
+
[[package]]
423
423
+
name = "hashbrown"
424
424
+
version = "0.12.3"
425
425
+
source = "registry+https://github.com/rust-lang/crates.io-index"
426
426
+
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
427
427
+
428
428
+
[[package]]
429
429
+
name = "hermit-abi"
430
430
+
version = "0.2.6"
431
431
+
source = "registry+https://github.com/rust-lang/crates.io-index"
432
432
+
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
433
433
+
dependencies = [
434
434
+
"libc",
435
435
+
]
436
436
+
437
437
+
[[package]]
438
438
+
name = "http"
439
439
+
version = "0.2.9"
440
440
+
source = "registry+https://github.com/rust-lang/crates.io-index"
441
441
+
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
442
442
+
dependencies = [
443
443
+
"bytes",
444
444
+
"fnv",
445
445
+
"itoa",
446
446
+
]
447
447
+
448
448
+
[[package]]
449
449
+
name = "http-body"
450
450
+
version = "0.4.5"
451
451
+
source = "registry+https://github.com/rust-lang/crates.io-index"
452
452
+
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
453
453
+
dependencies = [
454
454
+
"bytes",
455
455
+
"http",
456
456
+
"pin-project-lite",
457
457
+
]
458
458
+
459
459
+
[[package]]
460
460
+
name = "httparse"
461
461
+
version = "1.8.0"
462
462
+
source = "registry+https://github.com/rust-lang/crates.io-index"
463
463
+
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
464
464
+
465
465
+
[[package]]
466
466
+
name = "httpdate"
467
467
+
version = "1.0.2"
468
468
+
source = "registry+https://github.com/rust-lang/crates.io-index"
469
469
+
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
470
470
+
471
471
+
[[package]]
472
472
+
name = "hyper"
473
473
+
version = "0.14.24"
474
474
+
source = "registry+https://github.com/rust-lang/crates.io-index"
475
475
+
checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
476
476
+
dependencies = [
477
477
+
"bytes",
478
478
+
"futures-channel",
479
479
+
"futures-core",
480
480
+
"futures-util",
481
481
+
"h2",
482
482
+
"http",
483
483
+
"http-body",
484
484
+
"httparse",
485
485
+
"httpdate",
486
486
+
"itoa",
487
487
+
"pin-project-lite",
488
488
+
"socket2",
489
489
+
"tokio",
490
490
+
"tower-service",
491
491
+
"tracing",
492
492
+
"want",
493
493
+
]
494
494
+
495
495
+
[[package]]
496
496
+
name = "hyper-tls"
497
497
+
version = "0.5.0"
498
498
+
source = "registry+https://github.com/rust-lang/crates.io-index"
499
499
+
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
500
500
+
dependencies = [
501
501
+
"bytes",
502
502
+
"hyper",
503
503
+
"native-tls",
504
504
+
"tokio",
505
505
+
"tokio-native-tls",
506
506
+
]
507
507
+
508
508
+
[[package]]
509
509
+
name = "iana-time-zone"
510
510
+
version = "0.1.53"
511
511
+
source = "registry+https://github.com/rust-lang/crates.io-index"
512
512
+
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
513
513
+
dependencies = [
514
514
+
"android_system_properties",
515
515
+
"core-foundation-sys",
516
516
+
"iana-time-zone-haiku",
517
517
+
"js-sys",
518
518
+
"wasm-bindgen",
519
519
+
"winapi 0.3.9",
520
520
+
]
521
521
+
522
522
+
[[package]]
523
523
+
name = "iana-time-zone-haiku"
524
524
+
version = "0.1.1"
525
525
+
source = "registry+https://github.com/rust-lang/crates.io-index"
526
526
+
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
527
527
+
dependencies = [
528
528
+
"cxx",
529
529
+
"cxx-build",
530
530
+
]
531
531
+
532
532
+
[[package]]
533
533
+
name = "idna"
534
534
+
version = "0.3.0"
535
535
+
source = "registry+https://github.com/rust-lang/crates.io-index"
536
536
+
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
537
537
+
dependencies = [
538
538
+
"unicode-bidi",
539
539
+
"unicode-normalization",
540
540
+
]
541
541
+
542
542
+
[[package]]
543
543
+
name = "indexmap"
544
544
+
version = "1.9.2"
545
545
+
source = "registry+https://github.com/rust-lang/crates.io-index"
546
546
+
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
547
547
+
dependencies = [
548
548
+
"autocfg",
549
549
+
"hashbrown",
550
550
+
]
551
551
+
552
552
+
[[package]]
553
553
+
name = "instant"
554
554
+
version = "0.1.12"
555
555
+
source = "registry+https://github.com/rust-lang/crates.io-index"
556
556
+
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
557
557
+
dependencies = [
558
558
+
"cfg-if 1.0.0",
559
559
+
]
560
560
+
561
561
+
[[package]]
562
562
+
name = "io-lifetimes"
563
563
+
version = "1.0.5"
564
564
+
source = "registry+https://github.com/rust-lang/crates.io-index"
565
565
+
checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
566
566
+
dependencies = [
567
567
+
"libc",
568
568
+
"windows-sys 0.45.0",
569
569
+
]
570
570
+
571
571
+
[[package]]
572
572
+
name = "iovec"
573
573
+
version = "0.1.4"
574
574
+
source = "registry+https://github.com/rust-lang/crates.io-index"
575
575
+
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
576
576
+
dependencies = [
577
577
+
"libc",
578
578
+
]
579
579
+
580
580
+
[[package]]
581
581
+
name = "ipnet"
582
582
+
version = "2.7.1"
583
583
+
source = "registry+https://github.com/rust-lang/crates.io-index"
584
584
+
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
585
585
+
586
586
+
[[package]]
587
587
+
name = "itoa"
588
588
+
version = "1.0.5"
589
589
+
source = "registry+https://github.com/rust-lang/crates.io-index"
590
590
+
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
591
591
+
592
592
+
[[package]]
593
593
+
name = "js-sys"
594
594
+
version = "0.3.61"
595
595
+
source = "registry+https://github.com/rust-lang/crates.io-index"
596
596
+
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
597
597
+
dependencies = [
598
598
+
"wasm-bindgen",
599
599
+
]
600
600
+
601
601
+
[[package]]
602
602
+
name = "kernel32-sys"
603
603
+
version = "0.2.2"
604
604
+
source = "registry+https://github.com/rust-lang/crates.io-index"
605
605
+
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
606
606
+
dependencies = [
607
607
+
"winapi 0.2.8",
608
608
+
"winapi-build",
609
609
+
]
610
610
+
611
611
+
[[package]]
612
612
+
name = "lazy_static"
613
613
+
version = "1.4.0"
614
614
+
source = "registry+https://github.com/rust-lang/crates.io-index"
615
615
+
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
616
616
+
617
617
+
[[package]]
618
618
+
name = "libc"
619
619
+
version = "0.2.139"
620
620
+
source = "registry+https://github.com/rust-lang/crates.io-index"
621
621
+
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
622
622
+
623
623
+
[[package]]
624
624
+
name = "link-cplusplus"
625
625
+
version = "1.0.8"
626
626
+
source = "registry+https://github.com/rust-lang/crates.io-index"
627
627
+
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
628
628
+
dependencies = [
629
629
+
"cc",
630
630
+
]
631
631
+
632
632
+
[[package]]
633
633
+
name = "linux-raw-sys"
634
634
+
version = "0.1.4"
635
635
+
source = "registry+https://github.com/rust-lang/crates.io-index"
636
636
+
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
637
637
+
638
638
+
[[package]]
639
639
+
name = "log"
640
640
+
version = "0.4.17"
641
641
+
source = "registry+https://github.com/rust-lang/crates.io-index"
642
642
+
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
643
643
+
dependencies = [
644
644
+
"cfg-if 1.0.0",
645
645
+
]
646
646
+
647
647
+
[[package]]
648
648
+
name = "maybe-uninit"
649
649
+
version = "2.0.0"
650
650
+
source = "registry+https://github.com/rust-lang/crates.io-index"
651
651
+
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
652
652
+
653
653
+
[[package]]
654
654
+
name = "memchr"
655
655
+
version = "2.5.0"
656
656
+
source = "registry+https://github.com/rust-lang/crates.io-index"
657
657
+
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
658
658
+
659
659
+
[[package]]
660
660
+
name = "mime"
661
661
+
version = "0.3.16"
662
662
+
source = "registry+https://github.com/rust-lang/crates.io-index"
663
663
+
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
664
664
+
665
665
+
[[package]]
666
666
+
name = "mio"
667
667
+
version = "0.6.23"
668
668
+
source = "registry+https://github.com/rust-lang/crates.io-index"
669
669
+
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
670
670
+
dependencies = [
671
671
+
"cfg-if 0.1.10",
672
672
+
"fuchsia-zircon",
673
673
+
"fuchsia-zircon-sys",
674
674
+
"iovec",
675
675
+
"kernel32-sys",
676
676
+
"libc",
677
677
+
"log",
678
678
+
"miow",
679
679
+
"net2",
680
680
+
"slab",
681
681
+
"winapi 0.2.8",
682
682
+
]
683
683
+
684
684
+
[[package]]
685
685
+
name = "mio"
686
686
+
version = "0.8.6"
687
687
+
source = "registry+https://github.com/rust-lang/crates.io-index"
688
688
+
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
689
689
+
dependencies = [
690
690
+
"libc",
691
691
+
"log",
692
692
+
"wasi 0.11.0+wasi-snapshot-preview1",
693
693
+
"windows-sys 0.45.0",
694
694
+
]
695
695
+
696
696
+
[[package]]
697
697
+
name = "miow"
698
698
+
version = "0.2.2"
699
699
+
source = "registry+https://github.com/rust-lang/crates.io-index"
700
700
+
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
701
701
+
dependencies = [
702
702
+
"kernel32-sys",
703
703
+
"net2",
704
704
+
"winapi 0.2.8",
705
705
+
"ws2_32-sys",
706
706
+
]
707
707
+
708
708
+
[[package]]
709
709
+
name = "mktemp"
710
710
+
version = "0.3.1"
711
711
+
source = "registry+https://github.com/rust-lang/crates.io-index"
712
712
+
checksum = "77001ceb9eed65439f3dc2a2543f9ba1417d912686bf224a7738d0966e6dcd69"
713
713
+
dependencies = [
714
714
+
"uuid",
715
715
+
]
716
716
+
717
717
+
[[package]]
718
718
+
name = "native-tls"
719
719
+
version = "0.2.11"
720
720
+
source = "registry+https://github.com/rust-lang/crates.io-index"
721
721
+
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
722
722
+
dependencies = [
723
723
+
"lazy_static",
724
724
+
"libc",
725
725
+
"log",
726
726
+
"openssl",
727
727
+
"openssl-probe",
728
728
+
"openssl-sys",
729
729
+
"schannel",
730
730
+
"security-framework",
731
731
+
"security-framework-sys",
732
732
+
"tempfile",
733
733
+
]
734
734
+
735
735
+
[[package]]
736
736
+
name = "net2"
737
737
+
version = "0.2.38"
738
738
+
source = "registry+https://github.com/rust-lang/crates.io-index"
739
739
+
checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
740
740
+
dependencies = [
741
741
+
"cfg-if 0.1.10",
742
742
+
"libc",
743
743
+
"winapi 0.3.9",
744
744
+
]
745
745
+
746
746
+
[[package]]
747
747
+
name = "nix"
748
748
+
version = "0.11.1"
749
749
+
source = "registry+https://github.com/rust-lang/crates.io-index"
750
750
+
checksum = "becb657d662f1cd2ef38c7ad480ec6b8cf9e96b27adb543e594f9cf0f2e6065c"
751
751
+
dependencies = [
752
752
+
"bitflags",
753
753
+
"cc",
754
754
+
"cfg-if 0.1.10",
755
755
+
"libc",
756
756
+
"void",
757
757
+
]
758
758
+
759
759
+
[[package]]
760
760
+
name = "nix"
761
761
+
version = "0.15.0"
762
762
+
source = "registry+https://github.com/rust-lang/crates.io-index"
763
763
+
checksum = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229"
764
764
+
dependencies = [
765
765
+
"bitflags",
766
766
+
"cc",
767
767
+
"cfg-if 0.1.10",
768
768
+
"libc",
769
769
+
"void",
770
770
+
]
771
771
+
772
772
+
[[package]]
773
773
+
name = "num-integer"
774
774
+
version = "0.1.45"
775
775
+
source = "registry+https://github.com/rust-lang/crates.io-index"
776
776
+
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
777
777
+
dependencies = [
778
778
+
"autocfg",
779
779
+
"num-traits",
780
780
+
]
781
781
+
782
782
+
[[package]]
783
783
+
name = "num-traits"
784
784
+
version = "0.2.15"
785
785
+
source = "registry+https://github.com/rust-lang/crates.io-index"
786
786
+
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
787
787
+
dependencies = [
788
788
+
"autocfg",
789
789
+
]
790
790
+
791
791
+
[[package]]
792
792
+
name = "num_cpus"
793
793
+
version = "1.15.0"
794
794
+
source = "registry+https://github.com/rust-lang/crates.io-index"
795
795
+
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
796
796
+
dependencies = [
797
797
+
"hermit-abi",
798
798
+
"libc",
799
799
+
]
800
800
+
801
801
+
[[package]]
802
802
+
name = "ole32-sys"
803
803
+
version = "0.2.0"
804
804
+
source = "registry+https://github.com/rust-lang/crates.io-index"
805
805
+
checksum = "5d2c49021782e5233cd243168edfa8037574afed4eba4bbaf538b3d8d1789d8c"
806
806
+
dependencies = [
807
807
+
"winapi 0.2.8",
808
808
+
"winapi-build",
809
809
+
]
810
810
+
811
811
+
[[package]]
812
812
+
name = "once_cell"
813
813
+
version = "1.17.1"
814
814
+
source = "registry+https://github.com/rust-lang/crates.io-index"
815
815
+
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
816
816
+
817
817
+
[[package]]
818
818
+
name = "openssl"
819
819
+
version = "0.10.48"
820
820
+
source = "registry+https://github.com/rust-lang/crates.io-index"
821
821
+
checksum = "518915b97df115dd36109bfa429a48b8f737bd05508cf9588977b599648926d2"
822
822
+
dependencies = [
823
823
+
"bitflags",
824
824
+
"cfg-if 1.0.0",
825
825
+
"foreign-types",
826
826
+
"libc",
827
827
+
"once_cell",
828
828
+
"openssl-macros",
829
829
+
"openssl-sys",
830
830
+
]
831
831
+
832
832
+
[[package]]
833
833
+
name = "openssl-macros"
834
834
+
version = "0.1.0"
835
835
+
source = "registry+https://github.com/rust-lang/crates.io-index"
836
836
+
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
837
837
+
dependencies = [
838
838
+
"proc-macro2",
839
839
+
"quote",
840
840
+
"syn",
841
841
+
]
842
842
+
843
843
+
[[package]]
844
844
+
name = "openssl-probe"
845
845
+
version = "0.1.5"
846
846
+
source = "registry+https://github.com/rust-lang/crates.io-index"
847
847
+
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
848
848
+
849
849
+
[[package]]
850
850
+
name = "openssl-sys"
851
851
+
version = "0.9.83"
852
852
+
source = "registry+https://github.com/rust-lang/crates.io-index"
853
853
+
checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b"
854
854
+
dependencies = [
855
855
+
"autocfg",
856
856
+
"cc",
857
857
+
"libc",
858
858
+
"pkg-config",
859
859
+
"vcpkg",
860
860
+
]
861
861
+
862
862
+
[[package]]
863
863
+
name = "percent-encoding"
864
864
+
version = "2.2.0"
865
865
+
source = "registry+https://github.com/rust-lang/crates.io-index"
866
866
+
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
867
867
+
868
868
+
[[package]]
869
869
+
name = "pin-project-lite"
870
870
+
version = "0.2.9"
871
871
+
source = "registry+https://github.com/rust-lang/crates.io-index"
872
872
+
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
873
873
+
874
874
+
[[package]]
875
875
+
name = "pin-utils"
876
876
+
version = "0.1.0"
877
877
+
source = "registry+https://github.com/rust-lang/crates.io-index"
878
878
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
879
879
+
880
880
+
[[package]]
881
881
+
name = "pkg-config"
882
882
+
version = "0.3.26"
883
883
+
source = "registry+https://github.com/rust-lang/crates.io-index"
884
884
+
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
885
885
+
886
886
+
[[package]]
887
887
+
name = "proc-macro2"
888
888
+
version = "1.0.51"
889
889
+
source = "registry+https://github.com/rust-lang/crates.io-index"
890
890
+
checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
891
891
+
dependencies = [
892
892
+
"unicode-ident",
893
893
+
]
894
894
+
895
895
+
[[package]]
896
896
+
name = "quote"
897
897
+
version = "1.0.23"
898
898
+
source = "registry+https://github.com/rust-lang/crates.io-index"
899
899
+
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
900
900
+
dependencies = [
901
901
+
"proc-macro2",
902
902
+
]
903
903
+
904
904
+
[[package]]
905
905
+
name = "rand"
906
906
+
version = "0.3.23"
907
907
+
source = "registry+https://github.com/rust-lang/crates.io-index"
908
908
+
checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
909
909
+
dependencies = [
910
910
+
"libc",
911
911
+
"rand 0.4.6",
912
912
+
]
913
913
+
914
914
+
[[package]]
915
915
+
name = "rand"
916
916
+
version = "0.4.6"
917
917
+
source = "registry+https://github.com/rust-lang/crates.io-index"
918
918
+
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
919
919
+
dependencies = [
920
920
+
"fuchsia-cprng",
921
921
+
"libc",
922
922
+
"rand_core 0.3.1",
923
923
+
"rdrand",
924
924
+
"winapi 0.3.9",
925
925
+
]
926
926
+
927
927
+
[[package]]
928
928
+
name = "rand_core"
929
929
+
version = "0.3.1"
930
930
+
source = "registry+https://github.com/rust-lang/crates.io-index"
931
931
+
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
932
932
+
dependencies = [
933
933
+
"rand_core 0.4.2",
934
934
+
]
935
935
+
936
936
+
[[package]]
937
937
+
name = "rand_core"
938
938
+
version = "0.4.2"
939
939
+
source = "registry+https://github.com/rust-lang/crates.io-index"
940
940
+
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
941
941
+
942
942
+
[[package]]
943
943
+
name = "rdrand"
944
944
+
version = "0.4.0"
945
945
+
source = "registry+https://github.com/rust-lang/crates.io-index"
946
946
+
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
947
947
+
dependencies = [
948
948
+
"rand_core 0.3.1",
949
949
+
]
950
950
+
951
951
+
[[package]]
952
952
+
name = "redox_syscall"
953
953
+
version = "0.2.16"
954
954
+
source = "registry+https://github.com/rust-lang/crates.io-index"
955
955
+
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
956
956
+
dependencies = [
957
957
+
"bitflags",
958
958
+
]
959
959
+
960
960
+
[[package]]
961
961
+
name = "reqwest"
962
962
+
version = "0.11.14"
963
963
+
source = "registry+https://github.com/rust-lang/crates.io-index"
964
964
+
checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
965
965
+
dependencies = [
966
966
+
"base64",
967
967
+
"bytes",
968
968
+
"encoding_rs",
969
969
+
"futures-core",
970
970
+
"futures-util",
971
971
+
"h2",
972
972
+
"http",
973
973
+
"http-body",
974
974
+
"hyper",
975
975
+
"hyper-tls",
976
976
+
"ipnet",
977
977
+
"js-sys",
978
978
+
"log",
979
979
+
"mime",
980
980
+
"native-tls",
981
981
+
"once_cell",
982
982
+
"percent-encoding",
983
983
+
"pin-project-lite",
984
984
+
"serde",
985
985
+
"serde_json",
986
986
+
"serde_urlencoded",
987
987
+
"tokio",
988
988
+
"tokio-native-tls",
989
989
+
"tower-service",
990
990
+
"url",
991
991
+
"wasm-bindgen",
992
992
+
"wasm-bindgen-futures",
993
993
+
"web-sys",
994
994
+
"winreg",
995
995
+
]
996
996
+
997
997
+
[[package]]
998
998
+
name = "rustc-serialize"
999
999
+
version = "0.3.24"
1000
1000
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1001
1001
+
checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
1002
1002
+
1003
1003
+
[[package]]
1004
1004
+
name = "rustix"
1005
1005
+
version = "0.36.8"
1006
1006
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1007
1007
+
checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
1008
1008
+
dependencies = [
1009
1009
+
"bitflags",
1010
1010
+
"errno",
1011
1011
+
"io-lifetimes",
1012
1012
+
"libc",
1013
1013
+
"linux-raw-sys",
1014
1014
+
"windows-sys 0.45.0",
1015
1015
+
]
1016
1016
+
1017
1017
+
[[package]]
1018
1018
+
name = "ryu"
1019
1019
+
version = "1.0.12"
1020
1020
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1021
1021
+
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
1022
1022
+
1023
1023
+
[[package]]
1024
1024
+
name = "schannel"
1025
1025
+
version = "0.1.21"
1026
1026
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1027
1027
+
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
1028
1028
+
dependencies = [
1029
1029
+
"windows-sys 0.42.0",
1030
1030
+
]
1031
1031
+
1032
1032
+
[[package]]
1033
1033
+
name = "schemars"
1034
1034
+
version = "0.8.12"
1035
1035
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1036
1036
+
checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f"
1037
1037
+
dependencies = [
1038
1038
+
"chrono",
1039
1039
+
"dyn-clone",
1040
1040
+
"schemars_derive",
1041
1041
+
"serde",
1042
1042
+
"serde_json",
1043
1043
+
]
1044
1044
+
1045
1045
+
[[package]]
1046
1046
+
name = "schemars_derive"
1047
1047
+
version = "0.8.12"
1048
1048
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1049
1049
+
checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c"
1050
1050
+
dependencies = [
1051
1051
+
"proc-macro2",
1052
1052
+
"quote",
1053
1053
+
"serde_derive_internals",
1054
1054
+
"syn",
1055
1055
+
]
1056
1056
+
1057
1057
+
[[package]]
1058
1058
+
name = "scratch"
1059
1059
+
version = "1.0.3"
1060
1060
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1061
1061
+
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
1062
1062
+
1063
1063
+
[[package]]
1064
1064
+
name = "security-framework"
1065
1065
+
version = "2.8.2"
1066
1066
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1067
1067
+
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
1068
1068
+
dependencies = [
1069
1069
+
"bitflags",
1070
1070
+
"core-foundation",
1071
1071
+
"core-foundation-sys",
1072
1072
+
"libc",
1073
1073
+
"security-framework-sys",
1074
1074
+
]
1075
1075
+
1076
1076
+
[[package]]
1077
1077
+
name = "security-framework-sys"
1078
1078
+
version = "2.8.0"
1079
1079
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1080
1080
+
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
1081
1081
+
dependencies = [
1082
1082
+
"core-foundation-sys",
1083
1083
+
"libc",
1084
1084
+
]
1085
1085
+
1086
1086
+
[[package]]
1087
1087
+
name = "serde"
1088
1088
+
version = "1.0.152"
1089
1089
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1090
1090
+
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
1091
1091
+
dependencies = [
1092
1092
+
"serde_derive",
1093
1093
+
]
1094
1094
+
1095
1095
+
[[package]]
1096
1096
+
name = "serde_derive"
1097
1097
+
version = "1.0.152"
1098
1098
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1099
1099
+
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
1100
1100
+
dependencies = [
1101
1101
+
"proc-macro2",
1102
1102
+
"quote",
1103
1103
+
"syn",
1104
1104
+
]
1105
1105
+
1106
1106
+
[[package]]
1107
1107
+
name = "serde_derive_internals"
1108
1108
+
version = "0.26.0"
1109
1109
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1110
1110
+
checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
1111
1111
+
dependencies = [
1112
1112
+
"proc-macro2",
1113
1113
+
"quote",
1114
1114
+
"syn",
1115
1115
+
]
1116
1116
+
1117
1117
+
[[package]]
1118
1118
+
name = "serde_json"
1119
1119
+
version = "1.0.93"
1120
1120
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1121
1121
+
checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
1122
1122
+
dependencies = [
1123
1123
+
"itoa",
1124
1124
+
"ryu",
1125
1125
+
"serde",
1126
1126
+
]
1127
1127
+
1128
1128
+
[[package]]
1129
1129
+
name = "serde_urlencoded"
1130
1130
+
version = "0.7.1"
1131
1131
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1132
1132
+
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1133
1133
+
dependencies = [
1134
1134
+
"form_urlencoded",
1135
1135
+
"itoa",
1136
1136
+
"ryu",
1137
1137
+
"serde",
1138
1138
+
]
1139
1139
+
1140
1140
+
[[package]]
1141
1141
+
name = "shell32-sys"
1142
1142
+
version = "0.1.2"
1143
1143
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1144
1144
+
checksum = "9ee04b46101f57121c9da2b151988283b6beb79b34f5bb29a58ee48cb695122c"
1145
1145
+
dependencies = [
1146
1146
+
"winapi 0.2.8",
1147
1147
+
"winapi-build",
1148
1148
+
]
1149
1149
+
1150
1150
+
[[package]]
1151
1151
+
name = "slab"
1152
1152
+
version = "0.4.8"
1153
1153
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1154
1154
+
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
1155
1155
+
dependencies = [
1156
1156
+
"autocfg",
1157
1157
+
]
1158
1158
+
1159
1159
+
[[package]]
1160
1160
+
name = "smallvec"
1161
1161
+
version = "0.6.14"
1162
1162
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1163
1163
+
checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
1164
1164
+
dependencies = [
1165
1165
+
"maybe-uninit",
1166
1166
+
]
1167
1167
+
1168
1168
+
[[package]]
1169
1169
+
name = "socket2"
1170
1170
+
version = "0.4.7"
1171
1171
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1172
1172
+
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
1173
1173
+
dependencies = [
1174
1174
+
"libc",
1175
1175
+
"winapi 0.3.9",
1176
1176
+
]
1177
1177
+
1178
1178
+
[[package]]
1179
1179
+
name = "spin"
1180
1180
+
version = "0.5.2"
1181
1181
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1182
1182
+
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
1183
1183
+
1184
1184
+
[[package]]
1185
1185
+
name = "syn"
1186
1186
+
version = "1.0.109"
1187
1187
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1188
1188
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1189
1189
+
dependencies = [
1190
1190
+
"proc-macro2",
1191
1191
+
"quote",
1192
1192
+
"unicode-ident",
1193
1193
+
]
1194
1194
+
1195
1195
+
[[package]]
1196
1196
+
name = "tempfile"
1197
1197
+
version = "3.4.0"
1198
1198
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1199
1199
+
checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
1200
1200
+
dependencies = [
1201
1201
+
"cfg-if 1.0.0",
1202
1202
+
"fastrand",
1203
1203
+
"redox_syscall",
1204
1204
+
"rustix",
1205
1205
+
"windows-sys 0.42.0",
1206
1206
+
]
1207
1207
+
1208
1208
+
[[package]]
1209
1209
+
name = "termcolor"
1210
1210
+
version = "1.2.0"
1211
1211
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1212
1212
+
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
1213
1213
+
dependencies = [
1214
1214
+
"winapi-util",
1215
1215
+
]
1216
1216
+
1217
1217
+
[[package]]
1218
1218
+
name = "time"
1219
1219
+
version = "0.1.45"
1220
1220
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1221
1221
+
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
1222
1222
+
dependencies = [
1223
1223
+
"libc",
1224
1224
+
"wasi 0.10.0+wasi-snapshot-preview1",
1225
1225
+
"winapi 0.3.9",
1226
1226
+
]
1227
1227
+
1228
1228
+
[[package]]
1229
1229
+
name = "timerfd"
1230
1230
+
version = "1.4.0"
1231
1231
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1232
1232
+
checksum = "0664936efa25f2bbe03ca25b62c50f5f492abec07e59d6dcf45131014b33483f"
1233
1233
+
dependencies = [
1234
1234
+
"rustix",
1235
1235
+
]
1236
1236
+
1237
1237
+
[[package]]
1238
1238
+
name = "tinyvec"
1239
1239
+
version = "1.6.0"
1240
1240
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1241
1241
+
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1242
1242
+
dependencies = [
1243
1243
+
"tinyvec_macros",
1244
1244
+
]
1245
1245
+
1246
1246
+
[[package]]
1247
1247
+
name = "tinyvec_macros"
1248
1248
+
version = "0.1.1"
1249
1249
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1250
1250
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1251
1251
+
1252
1252
+
[[package]]
1253
1253
+
name = "tokio"
1254
1254
+
version = "1.25.0"
1255
1255
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1256
1256
+
checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
1257
1257
+
dependencies = [
1258
1258
+
"autocfg",
1259
1259
+
"bytes",
1260
1260
+
"libc",
1261
1261
+
"memchr",
1262
1262
+
"mio 0.8.6",
1263
1263
+
"num_cpus",
1264
1264
+
"pin-project-lite",
1265
1265
+
"socket2",
1266
1266
+
"windows-sys 0.42.0",
1267
1267
+
]
1268
1268
+
1269
1269
+
[[package]]
1270
1270
+
name = "tokio-native-tls"
1271
1271
+
version = "0.3.1"
1272
1272
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1273
1273
+
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1274
1274
+
dependencies = [
1275
1275
+
"native-tls",
1276
1276
+
"tokio",
1277
1277
+
]
1278
1278
+
1279
1279
+
[[package]]
1280
1280
+
name = "tokio-util"
1281
1281
+
version = "0.7.7"
1282
1282
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1283
1283
+
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
1284
1284
+
dependencies = [
1285
1285
+
"bytes",
1286
1286
+
"futures-core",
1287
1287
+
"futures-sink",
1288
1288
+
"pin-project-lite",
1289
1289
+
"tokio",
1290
1290
+
"tracing",
1291
1291
+
]
1292
1292
+
1293
1293
+
[[package]]
1294
1294
+
name = "tower-service"
1295
1295
+
version = "0.3.2"
1296
1296
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1297
1297
+
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1298
1298
+
1299
1299
+
[[package]]
1300
1300
+
name = "tracing"
1301
1301
+
version = "0.1.37"
1302
1302
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1303
1303
+
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
1304
1304
+
dependencies = [
1305
1305
+
"cfg-if 1.0.0",
1306
1306
+
"pin-project-lite",
1307
1307
+
"tracing-core",
1308
1308
+
]
1309
1309
+
1310
1310
+
[[package]]
1311
1311
+
name = "tracing-core"
1312
1312
+
version = "0.1.30"
1313
1313
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1314
1314
+
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
1315
1315
+
dependencies = [
1316
1316
+
"once_cell",
1317
1317
+
]
1318
1318
+
1319
1319
+
[[package]]
1320
1320
+
name = "try-lock"
1321
1321
+
version = "0.2.4"
1322
1322
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1323
1323
+
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
1324
1324
+
1325
1325
+
[[package]]
1326
1326
+
name = "unicode-bidi"
1327
1327
+
version = "0.3.10"
1328
1328
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1329
1329
+
checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
1330
1330
+
1331
1331
+
[[package]]
1332
1332
+
name = "unicode-ident"
1333
1333
+
version = "1.0.6"
1334
1334
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1335
1335
+
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
1336
1336
+
1337
1337
+
[[package]]
1338
1338
+
name = "unicode-normalization"
1339
1339
+
version = "0.1.22"
1340
1340
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1341
1341
+
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
1342
1342
+
dependencies = [
1343
1343
+
"tinyvec",
1344
1344
+
]
1345
1345
+
1346
1346
+
[[package]]
1347
1347
+
name = "unicode-width"
1348
1348
+
version = "0.1.10"
1349
1349
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1350
1350
+
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1351
1351
+
1352
1352
+
[[package]]
1353
1353
+
name = "url"
1354
1354
+
version = "2.3.1"
1355
1355
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1356
1356
+
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
1357
1357
+
dependencies = [
1358
1358
+
"form_urlencoded",
1359
1359
+
"idna",
1360
1360
+
"percent-encoding",
1361
1361
+
]
1362
1362
+
1363
1363
+
[[package]]
1364
1364
+
name = "uuid"
1365
1365
+
version = "0.1.18"
1366
1366
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1367
1367
+
checksum = "78c590b5bd79ed10aad8fb75f078a59d8db445af6c743e55c4a53227fc01c13f"
1368
1368
+
dependencies = [
1369
1369
+
"rand 0.3.23",
1370
1370
+
"rustc-serialize",
1371
1371
+
]
1372
1372
+
1373
1373
+
[[package]]
1374
1374
+
name = "vcpkg"
1375
1375
+
version = "0.2.15"
1376
1376
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1377
1377
+
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1378
1378
+
1379
1379
+
[[package]]
1380
1380
+
name = "void"
1381
1381
+
version = "1.0.2"
1382
1382
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1383
1383
+
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
1384
1384
+
1385
1385
+
[[package]]
1386
1386
+
name = "want"
1387
1387
+
version = "0.3.0"
1388
1388
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1389
1389
+
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
1390
1390
+
dependencies = [
1391
1391
+
"log",
1392
1392
+
"try-lock",
1393
1393
+
]
1394
1394
+
1395
1395
+
[[package]]
1396
1396
+
name = "wasi"
1397
1397
+
version = "0.10.0+wasi-snapshot-preview1"
1398
1398
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1399
1399
+
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1400
1400
+
1401
1401
+
[[package]]
1402
1402
+
name = "wasi"
1403
1403
+
version = "0.11.0+wasi-snapshot-preview1"
1404
1404
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1405
1405
+
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1406
1406
+
1407
1407
+
[[package]]
1408
1408
+
name = "wasm-bindgen"
1409
1409
+
version = "0.2.84"
1410
1410
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1411
1411
+
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
1412
1412
+
dependencies = [
1413
1413
+
"cfg-if 1.0.0",
1414
1414
+
"wasm-bindgen-macro",
1415
1415
+
]
1416
1416
+
1417
1417
+
[[package]]
1418
1418
+
name = "wasm-bindgen-backend"
1419
1419
+
version = "0.2.84"
1420
1420
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1421
1421
+
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
1422
1422
+
dependencies = [
1423
1423
+
"bumpalo",
1424
1424
+
"log",
1425
1425
+
"once_cell",
1426
1426
+
"proc-macro2",
1427
1427
+
"quote",
1428
1428
+
"syn",
1429
1429
+
"wasm-bindgen-shared",
1430
1430
+
]
1431
1431
+
1432
1432
+
[[package]]
1433
1433
+
name = "wasm-bindgen-futures"
1434
1434
+
version = "0.4.34"
1435
1435
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1436
1436
+
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
1437
1437
+
dependencies = [
1438
1438
+
"cfg-if 1.0.0",
1439
1439
+
"js-sys",
1440
1440
+
"wasm-bindgen",
1441
1441
+
"web-sys",
1442
1442
+
]
1443
1443
+
1444
1444
+
[[package]]
1445
1445
+
name = "wasm-bindgen-macro"
1446
1446
+
version = "0.2.84"
1447
1447
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1448
1448
+
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
1449
1449
+
dependencies = [
1450
1450
+
"quote",
1451
1451
+
"wasm-bindgen-macro-support",
1452
1452
+
]
1453
1453
+
1454
1454
+
[[package]]
1455
1455
+
name = "wasm-bindgen-macro-support"
1456
1456
+
version = "0.2.84"
1457
1457
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1458
1458
+
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
1459
1459
+
dependencies = [
1460
1460
+
"proc-macro2",
1461
1461
+
"quote",
1462
1462
+
"syn",
1463
1463
+
"wasm-bindgen-backend",
1464
1464
+
"wasm-bindgen-shared",
1465
1465
+
]
1466
1466
+
1467
1467
+
[[package]]
1468
1468
+
name = "wasm-bindgen-shared"
1469
1469
+
version = "0.2.84"
1470
1470
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1471
1471
+
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
1472
1472
+
1473
1473
+
[[package]]
1474
1474
+
name = "wayland-client"
1475
1475
+
version = "0.24.1"
1476
1476
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1477
1477
+
checksum = "9bcc929c26d59a655b0d2cd337299326acc1f6e3d4434c3ae2d6c78d32290ca4"
1478
1478
+
dependencies = [
1479
1479
+
"bitflags",
1480
1480
+
"downcast-rs",
1481
1481
+
"libc",
1482
1482
+
"nix 0.15.0",
1483
1483
+
"wayland-commons",
1484
1484
+
"wayland-scanner",
1485
1485
+
"wayland-sys",
1486
1486
+
]
1487
1487
+
1488
1488
+
[[package]]
1489
1489
+
name = "wayland-commons"
1490
1490
+
version = "0.24.1"
1491
1491
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1492
1492
+
checksum = "539cdd0c296802332d763ff663739a7f83bdf67b3df58e99fe0215e96a495142"
1493
1493
+
dependencies = [
1494
1494
+
"nix 0.15.0",
1495
1495
+
"smallvec",
1496
1496
+
"spin",
1497
1497
+
"wayland-sys",
1498
1498
+
]
1499
1499
+
1500
1500
+
[[package]]
1501
1501
+
name = "wayland-scanner"
1502
1502
+
version = "0.24.1"
1503
1503
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1504
1504
+
checksum = "43ea5ea1a117137d72c0c197431d198d69783b5e8ca996b0583c98e10b44d426"
1505
1505
+
dependencies = [
1506
1506
+
"proc-macro2",
1507
1507
+
"quote",
1508
1508
+
"xml-rs",
1509
1509
+
]
1510
1510
+
1511
1511
+
[[package]]
1512
1512
+
name = "wayland-sys"
1513
1513
+
version = "0.24.1"
1514
1514
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1515
1515
+
checksum = "537500923d50be11d95a63c4cb538145e4c82edf61296b7debc1f94a1a6514ed"
1516
1516
+
1517
1517
+
[[package]]
1518
1518
+
name = "web-sys"
1519
1519
+
version = "0.3.61"
1520
1520
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1521
1521
+
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
1522
1522
+
dependencies = [
1523
1523
+
"js-sys",
1524
1524
+
"wasm-bindgen",
1525
1525
+
]
1526
1526
+
1527
1527
+
[[package]]
1528
1528
+
name = "winapi"
1529
1529
+
version = "0.2.8"
1530
1530
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1531
1531
+
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1532
1532
+
1533
1533
+
[[package]]
1534
1534
+
name = "winapi"
1535
1535
+
version = "0.3.9"
1536
1536
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1537
1537
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1538
1538
+
dependencies = [
1539
1539
+
"winapi-i686-pc-windows-gnu",
1540
1540
+
"winapi-x86_64-pc-windows-gnu",
1541
1541
+
]
1542
1542
+
1543
1543
+
[[package]]
1544
1544
+
name = "winapi-build"
1545
1545
+
version = "0.1.1"
1546
1546
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1547
1547
+
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1548
1548
+
1549
1549
+
[[package]]
1550
1550
+
name = "winapi-i686-pc-windows-gnu"
1551
1551
+
version = "0.4.0"
1552
1552
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1553
1553
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1554
1554
+
1555
1555
+
[[package]]
1556
1556
+
name = "winapi-util"
1557
1557
+
version = "0.1.5"
1558
1558
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1559
1559
+
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1560
1560
+
dependencies = [
1561
1561
+
"winapi 0.3.9",
1562
1562
+
]
1563
1563
+
1564
1564
+
[[package]]
1565
1565
+
name = "winapi-x86_64-pc-windows-gnu"
1566
1566
+
version = "0.4.0"
1567
1567
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1568
1568
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1569
1569
+
1570
1570
+
[[package]]
1571
1571
+
name = "windows"
1572
1572
+
version = "0.43.0"
1573
1573
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1574
1574
+
checksum = "04662ed0e3e5630dfa9b26e4cb823b817f1a9addda855d973a9458c236556244"
1575
1575
+
dependencies = [
1576
1576
+
"windows_aarch64_gnullvm",
1577
1577
+
"windows_aarch64_msvc",
1578
1578
+
"windows_i686_gnu",
1579
1579
+
"windows_i686_msvc",
1580
1580
+
"windows_x86_64_gnu",
1581
1581
+
"windows_x86_64_gnullvm",
1582
1582
+
"windows_x86_64_msvc",
1583
1583
+
]
1584
1584
+
1585
1585
+
[[package]]
1586
1586
+
name = "windows-sys"
1587
1587
+
version = "0.42.0"
1588
1588
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1589
1589
+
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
1590
1590
+
dependencies = [
1591
1591
+
"windows_aarch64_gnullvm",
1592
1592
+
"windows_aarch64_msvc",
1593
1593
+
"windows_i686_gnu",
1594
1594
+
"windows_i686_msvc",
1595
1595
+
"windows_x86_64_gnu",
1596
1596
+
"windows_x86_64_gnullvm",
1597
1597
+
"windows_x86_64_msvc",
1598
1598
+
]
1599
1599
+
1600
1600
+
[[package]]
1601
1601
+
name = "windows-sys"
1602
1602
+
version = "0.45.0"
1603
1603
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1604
1604
+
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
1605
1605
+
dependencies = [
1606
1606
+
"windows-targets",
1607
1607
+
]
1608
1608
+
1609
1609
+
[[package]]
1610
1610
+
name = "windows-targets"
1611
1611
+
version = "0.42.1"
1612
1612
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1613
1613
+
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
1614
1614
+
dependencies = [
1615
1615
+
"windows_aarch64_gnullvm",
1616
1616
+
"windows_aarch64_msvc",
1617
1617
+
"windows_i686_gnu",
1618
1618
+
"windows_i686_msvc",
1619
1619
+
"windows_x86_64_gnu",
1620
1620
+
"windows_x86_64_gnullvm",
1621
1621
+
"windows_x86_64_msvc",
1622
1622
+
]
1623
1623
+
1624
1624
+
[[package]]
1625
1625
+
name = "windows_aarch64_gnullvm"
1626
1626
+
version = "0.42.1"
1627
1627
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1628
1628
+
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
1629
1629
+
1630
1630
+
[[package]]
1631
1631
+
name = "windows_aarch64_msvc"
1632
1632
+
version = "0.42.1"
1633
1633
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1634
1634
+
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
1635
1635
+
1636
1636
+
[[package]]
1637
1637
+
name = "windows_i686_gnu"
1638
1638
+
version = "0.42.1"
1639
1639
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1640
1640
+
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
1641
1641
+
1642
1642
+
[[package]]
1643
1643
+
name = "windows_i686_msvc"
1644
1644
+
version = "0.42.1"
1645
1645
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1646
1646
+
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
1647
1647
+
1648
1648
+
[[package]]
1649
1649
+
name = "windows_x86_64_gnu"
1650
1650
+
version = "0.42.1"
1651
1651
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1652
1652
+
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
1653
1653
+
1654
1654
+
[[package]]
1655
1655
+
name = "windows_x86_64_gnullvm"
1656
1656
+
version = "0.42.1"
1657
1657
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1658
1658
+
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
1659
1659
+
1660
1660
+
[[package]]
1661
1661
+
name = "windows_x86_64_msvc"
1662
1662
+
version = "0.42.1"
1663
1663
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1664
1664
+
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
1665
1665
+
1666
1666
+
[[package]]
1667
1667
+
name = "winreg"
1668
1668
+
version = "0.10.1"
1669
1669
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1670
1670
+
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
1671
1671
+
dependencies = [
1672
1672
+
"winapi 0.3.9",
1673
1673
+
]
1674
1674
+
1675
1675
+
[[package]]
1676
1676
+
name = "ws2_32-sys"
1677
1677
+
version = "0.2.1"
1678
1678
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1679
1679
+
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1680
1680
+
dependencies = [
1681
1681
+
"winapi 0.2.8",
1682
1682
+
"winapi-build",
1683
1683
+
]
1684
1684
+
1685
1685
+
[[package]]
1686
1686
+
name = "xml-rs"
1687
1687
+
version = "0.8.4"
1688
1688
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1689
1689
+
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
+39
pkgs/tools/wayland/aw-watcher-window-wayland/default.nix
···
1
1
+
{
2
2
+
lib,
3
3
+
fetchFromGitHub,
4
4
+
rustPlatform,
5
5
+
pkg-config,
6
6
+
openssl,
7
7
+
}:
8
8
+
rustPlatform.buildRustPackage rec {
9
9
+
pname = "aw-watcher-window-wayland";
10
10
+
version = "6108ad3df8e157965a43566fa35cdaf144b1c51b";
11
11
+
12
12
+
src = fetchFromGitHub {
13
13
+
owner = "ActivityWatch";
14
14
+
repo = pname;
15
15
+
rev = version;
16
16
+
hash = "sha256-xl9+k6xJp5/t1QPOYfnBLyYprhhrzjzByDKkT3dtVVQ=";
17
17
+
};
18
18
+
19
19
+
cargoLock = {
20
20
+
lockFile = ./Cargo.lock;
21
21
+
outputHashes = {
22
22
+
"aw-client-rust-0.1.0" = "sha256-9tlVesnBeTlazKE2UAq6dzivjo42DT7p7XMuWXHHlnU=";
23
23
+
};
24
24
+
};
25
25
+
nativeBuildInputs = [
26
26
+
pkg-config
27
27
+
];
28
28
+
29
29
+
buildInputs = [
30
30
+
openssl
31
31
+
];
32
32
+
33
33
+
meta = with lib; {
34
34
+
description = "WIP window and afk watcher for wayland ";
35
35
+
homepage = "https://github.com/ActivityWatch/aw-watcher-window-wayland";
36
36
+
license = licenses.mpl20;
37
37
+
maintainers = with maintainers; [ esau79p ];
38
38
+
};
39
39
+
}
+2
pkgs/top-level/all-packages.nix
···
30501
30501
30502
30502
activitywatch = callPackage ../applications/office/activitywatch/wrapper.nix { };
30503
30503
30504
30504
+
aw-watcher-window-wayland = callPackage ../tools/wayland/aw-watcher-window-wayland { };
30505
30505
+
30504
30506
adobe-reader = pkgsi686Linux.callPackage ../applications/misc/adobe-reader { };
30505
30507
30506
30508
adl = callPackage ../applications/video/adl { };