oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git
15,843 bytes raw
1
# This file is automatically @generated by Cargo.
2
# It is not intended for manual editing.
3
version = 4
4
5
[[package]]
6
name = "android_system_properties"
7
version = "0.1.5"
8
source = "registry+https://github.com/rust-lang/crates.io-index"
9
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
10
dependencies = [
11
 "libc",
12
]
13
14
[[package]]
15
name = "anyhow"
16
version = "1.0.100"
17
source = "registry+https://github.com/rust-lang/crates.io-index"
18
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
19
20
[[package]]
21
name = "autocfg"
22
version = "1.5.0"
23
source = "registry+https://github.com/rust-lang/crates.io-index"
24
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
25
26
[[package]]
27
name = "base64"
28
version = "0.21.7"
29
source = "registry+https://github.com/rust-lang/crates.io-index"
30
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
31
32
[[package]]
33
name = "bitflags"
34
version = "2.10.0"
35
source = "registry+https://github.com/rust-lang/crates.io-index"
36
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
37
dependencies = [
38
 "serde_core",
39
]
40
41
[[package]]
42
name = "bumpalo"
43
version = "3.19.0"
44
source = "registry+https://github.com/rust-lang/crates.io-index"
45
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
46
47
[[package]]
48
name = "cc"
49
version = "1.2.41"
50
source = "registry+https://github.com/rust-lang/crates.io-index"
51
checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7"
52
dependencies = [
53
 "find-msvc-tools",
54
 "shlex",
55
]
56
57
[[package]]
58
name = "cfg-if"
59
version = "1.0.4"
60
source = "registry+https://github.com/rust-lang/crates.io-index"
61
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
62
63
[[package]]
64
name = "chrono"
65
version = "0.4.42"
66
source = "registry+https://github.com/rust-lang/crates.io-index"
67
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
68
dependencies = [
69
 "iana-time-zone",
70
 "js-sys",
71
 "num-traits",
72
 "wasm-bindgen",
73
 "windows-link",
74
]
75
76
[[package]]
77
name = "core-foundation-sys"
78
version = "0.8.7"
79
source = "registry+https://github.com/rust-lang/crates.io-index"
80
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
81
82
[[package]]
83
name = "dirs"
84
version = "5.0.1"
85
source = "registry+https://github.com/rust-lang/crates.io-index"
86
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
87
dependencies = [
88
 "dirs-sys",
89
]
90
91
[[package]]
92
name = "dirs-sys"
93
version = "0.4.1"
94
source = "registry+https://github.com/rust-lang/crates.io-index"
95
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
96
dependencies = [
97
 "libc",
98
 "option-ext",
99
 "redox_users",
100
 "windows-sys 0.48.0",
101
]
102
103
[[package]]
104
name = "errno"
105
version = "0.3.14"
106
source = "registry+https://github.com/rust-lang/crates.io-index"
107
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
108
dependencies = [
109
 "libc",
110
 "windows-sys 0.61.2",
111
]
112
113
[[package]]
114
name = "find-msvc-tools"
115
version = "0.1.4"
116
source = "registry+https://github.com/rust-lang/crates.io-index"
117
checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
118
119
[[package]]
120
name = "gethostname"
121
version = "1.1.0"
122
source = "registry+https://github.com/rust-lang/crates.io-index"
123
checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
124
dependencies = [
125
 "rustix",
126
 "windows-link",
127
]
128
129
[[package]]
130
name = "getrandom"
131
version = "0.2.16"
132
source = "registry+https://github.com/rust-lang/crates.io-index"
133
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
134
dependencies = [
135
 "cfg-if",
136
 "libc",
137
 "wasi",
138
]
139
140
[[package]]
141
name = "iana-time-zone"
142
version = "0.1.64"
143
source = "registry+https://github.com/rust-lang/crates.io-index"
144
checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
145
dependencies = [
146
 "android_system_properties",
147
 "core-foundation-sys",
148
 "iana-time-zone-haiku",
149
 "js-sys",
150
 "log",
151
 "wasm-bindgen",
152
 "windows-core",
153
]
154
155
[[package]]
156
name = "iana-time-zone-haiku"
157
version = "0.1.2"
158
source = "registry+https://github.com/rust-lang/crates.io-index"
159
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
160
dependencies = [
161
 "cc",
162
]
163
164
[[package]]
165
name = "js-sys"
166
version = "0.3.81"
167
source = "registry+https://github.com/rust-lang/crates.io-index"
168
checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
169
dependencies = [
170
 "once_cell",
171
 "wasm-bindgen",
172
]
173
174
[[package]]
175
name = "libc"
176
version = "0.2.177"
177
source = "registry+https://github.com/rust-lang/crates.io-index"
178
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
179
180
[[package]]
181
name = "libredox"
182
version = "0.1.10"
183
source = "registry+https://github.com/rust-lang/crates.io-index"
184
checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
185
dependencies = [
186
 "bitflags",
187
 "libc",
188
]
189
190
[[package]]
191
name = "linux-raw-sys"
192
version = "0.11.0"
193
source = "registry+https://github.com/rust-lang/crates.io-index"
194
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
195
196
[[package]]
197
name = "log"
198
version = "0.4.28"
199
source = "registry+https://github.com/rust-lang/crates.io-index"
200
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
201
202
[[package]]
203
name = "num-traits"
204
version = "0.2.19"
205
source = "registry+https://github.com/rust-lang/crates.io-index"
206
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
207
dependencies = [
208
 "autocfg",
209
]
210
211
[[package]]
212
name = "once_cell"
213
version = "1.21.3"
214
source = "registry+https://github.com/rust-lang/crates.io-index"
215
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
216
217
[[package]]
218
name = "option-ext"
219
version = "0.2.0"
220
source = "registry+https://github.com/rust-lang/crates.io-index"
221
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
222
223
[[package]]
224
name = "oxwm"
225
version = "0.5.0"
226
dependencies = [
227
 "anyhow",
228
 "chrono",
229
 "dirs",
230
 "ron",
231
 "serde",
232
 "x11",
233
 "x11rb",
234
]
235
236
[[package]]
237
name = "pkg-config"
238
version = "0.3.32"
239
source = "registry+https://github.com/rust-lang/crates.io-index"
240
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
241
242
[[package]]
243
name = "proc-macro2"
244
version = "1.0.101"
245
source = "registry+https://github.com/rust-lang/crates.io-index"
246
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
247
dependencies = [
248
 "unicode-ident",
249
]
250
251
[[package]]
252
name = "quote"
253
version = "1.0.41"
254
source = "registry+https://github.com/rust-lang/crates.io-index"
255
checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
256
dependencies = [
257
 "proc-macro2",
258
]
259
260
[[package]]
261
name = "redox_users"
262
version = "0.4.6"
263
source = "registry+https://github.com/rust-lang/crates.io-index"
264
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
265
dependencies = [
266
 "getrandom",
267
 "libredox",
268
 "thiserror",
269
]
270
271
[[package]]
272
name = "ron"
273
version = "0.8.1"
274
source = "registry+https://github.com/rust-lang/crates.io-index"
275
checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
276
dependencies = [
277
 "base64",
278
 "bitflags",
279
 "serde",
280
 "serde_derive",
281
]
282
283
[[package]]
284
name = "rustix"
285
version = "1.1.2"
286
source = "registry+https://github.com/rust-lang/crates.io-index"
287
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
288
dependencies = [
289
 "bitflags",
290
 "errno",
291
 "libc",
292
 "linux-raw-sys",
293
 "windows-sys 0.61.2",
294
]
295
296
[[package]]
297
name = "rustversion"
298
version = "1.0.22"
299
source = "registry+https://github.com/rust-lang/crates.io-index"
300
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
301
302
[[package]]
303
name = "serde"
304
version = "1.0.228"
305
source = "registry+https://github.com/rust-lang/crates.io-index"
306
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
307
dependencies = [
308
 "serde_core",
309
 "serde_derive",
310
]
311
312
[[package]]
313
name = "serde_core"
314
version = "1.0.228"
315
source = "registry+https://github.com/rust-lang/crates.io-index"
316
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
317
dependencies = [
318
 "serde_derive",
319
]
320
321
[[package]]
322
name = "serde_derive"
323
version = "1.0.228"
324
source = "registry+https://github.com/rust-lang/crates.io-index"
325
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
326
dependencies = [
327
 "proc-macro2",
328
 "quote",
329
 "syn",
330
]
331
332
[[package]]
333
name = "shlex"
334
version = "1.3.0"
335
source = "registry+https://github.com/rust-lang/crates.io-index"
336
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
337
338
[[package]]
339
name = "syn"
340
version = "2.0.107"
341
source = "registry+https://github.com/rust-lang/crates.io-index"
342
checksum = "2a26dbd934e5451d21ef060c018dae56fc073894c5a7896f882928a76e6d081b"
343
dependencies = [
344
 "proc-macro2",
345
 "quote",
346
 "unicode-ident",
347
]
348
349
[[package]]
350
name = "thiserror"
351
version = "1.0.69"
352
source = "registry+https://github.com/rust-lang/crates.io-index"
353
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
354
dependencies = [
355
 "thiserror-impl",
356
]
357
358
[[package]]
359
name = "thiserror-impl"
360
version = "1.0.69"
361
source = "registry+https://github.com/rust-lang/crates.io-index"
362
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
363
dependencies = [
364
 "proc-macro2",
365
 "quote",
366
 "syn",
367
]
368
369
[[package]]
370
name = "unicode-ident"
371
version = "1.0.20"
372
source = "registry+https://github.com/rust-lang/crates.io-index"
373
checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06"
374
375
[[package]]
376
name = "wasi"
377
version = "0.11.1+wasi-snapshot-preview1"
378
source = "registry+https://github.com/rust-lang/crates.io-index"
379
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
380
381
[[package]]
382
name = "wasm-bindgen"
383
version = "0.2.104"
384
source = "registry+https://github.com/rust-lang/crates.io-index"
385
checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
386
dependencies = [
387
 "cfg-if",
388
 "once_cell",
389
 "rustversion",
390
 "wasm-bindgen-macro",
391
 "wasm-bindgen-shared",
392
]
393
394
[[package]]
395
name = "wasm-bindgen-backend"
396
version = "0.2.104"
397
source = "registry+https://github.com/rust-lang/crates.io-index"
398
checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
399
dependencies = [
400
 "bumpalo",
401
 "log",
402
 "proc-macro2",
403
 "quote",
404
 "syn",
405
 "wasm-bindgen-shared",
406
]
407
408
[[package]]
409
name = "wasm-bindgen-macro"
410
version = "0.2.104"
411
source = "registry+https://github.com/rust-lang/crates.io-index"
412
checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
413
dependencies = [
414
 "quote",
415
 "wasm-bindgen-macro-support",
416
]
417
418
[[package]]
419
name = "wasm-bindgen-macro-support"
420
version = "0.2.104"
421
source = "registry+https://github.com/rust-lang/crates.io-index"
422
checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
423
dependencies = [
424
 "proc-macro2",
425
 "quote",
426
 "syn",
427
 "wasm-bindgen-backend",
428
 "wasm-bindgen-shared",
429
]
430
431
[[package]]
432
name = "wasm-bindgen-shared"
433
version = "0.2.104"
434
source = "registry+https://github.com/rust-lang/crates.io-index"
435
checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
436
dependencies = [
437
 "unicode-ident",
438
]
439
440
[[package]]
441
name = "windows-core"
442
version = "0.62.2"
443
source = "registry+https://github.com/rust-lang/crates.io-index"
444
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
445
dependencies = [
446
 "windows-implement",
447
 "windows-interface",
448
 "windows-link",
449
 "windows-result",
450
 "windows-strings",
451
]
452
453
[[package]]
454
name = "windows-implement"
455
version = "0.60.2"
456
source = "registry+https://github.com/rust-lang/crates.io-index"
457
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
458
dependencies = [
459
 "proc-macro2",
460
 "quote",
461
 "syn",
462
]
463
464
[[package]]
465
name = "windows-interface"
466
version = "0.59.3"
467
source = "registry+https://github.com/rust-lang/crates.io-index"
468
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
469
dependencies = [
470
 "proc-macro2",
471
 "quote",
472
 "syn",
473
]
474
475
[[package]]
476
name = "windows-link"
477
version = "0.2.1"
478
source = "registry+https://github.com/rust-lang/crates.io-index"
479
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
480
481
[[package]]
482
name = "windows-result"
483
version = "0.4.1"
484
source = "registry+https://github.com/rust-lang/crates.io-index"
485
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
486
dependencies = [
487
 "windows-link",
488
]
489
490
[[package]]
491
name = "windows-strings"
492
version = "0.5.1"
493
source = "registry+https://github.com/rust-lang/crates.io-index"
494
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
495
dependencies = [
496
 "windows-link",
497
]
498
499
[[package]]
500
name = "windows-sys"
501
version = "0.48.0"
502
source = "registry+https://github.com/rust-lang/crates.io-index"
503
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
504
dependencies = [
505
 "windows-targets",
506
]
507
508
[[package]]
509
name = "windows-sys"
510
version = "0.61.2"
511
source = "registry+https://github.com/rust-lang/crates.io-index"
512
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
513
dependencies = [
514
 "windows-link",
515
]
516
517
[[package]]
518
name = "windows-targets"
519
version = "0.48.5"
520
source = "registry+https://github.com/rust-lang/crates.io-index"
521
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
522
dependencies = [
523
 "windows_aarch64_gnullvm",
524
 "windows_aarch64_msvc",
525
 "windows_i686_gnu",
526
 "windows_i686_msvc",
527
 "windows_x86_64_gnu",
528
 "windows_x86_64_gnullvm",
529
 "windows_x86_64_msvc",
530
]
531
532
[[package]]
533
name = "windows_aarch64_gnullvm"
534
version = "0.48.5"
535
source = "registry+https://github.com/rust-lang/crates.io-index"
536
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
537
538
[[package]]
539
name = "windows_aarch64_msvc"
540
version = "0.48.5"
541
source = "registry+https://github.com/rust-lang/crates.io-index"
542
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
543
544
[[package]]
545
name = "windows_i686_gnu"
546
version = "0.48.5"
547
source = "registry+https://github.com/rust-lang/crates.io-index"
548
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
549
550
[[package]]
551
name = "windows_i686_msvc"
552
version = "0.48.5"
553
source = "registry+https://github.com/rust-lang/crates.io-index"
554
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
555
556
[[package]]
557
name = "windows_x86_64_gnu"
558
version = "0.48.5"
559
source = "registry+https://github.com/rust-lang/crates.io-index"
560
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
561
562
[[package]]
563
name = "windows_x86_64_gnullvm"
564
version = "0.48.5"
565
source = "registry+https://github.com/rust-lang/crates.io-index"
566
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
567
568
[[package]]
569
name = "windows_x86_64_msvc"
570
version = "0.48.5"
571
source = "registry+https://github.com/rust-lang/crates.io-index"
572
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
573
574
[[package]]
575
name = "x11"
576
version = "2.21.0"
577
source = "registry+https://github.com/rust-lang/crates.io-index"
578
checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
579
dependencies = [
580
 "libc",
581
 "pkg-config",
582
]
583
584
[[package]]
585
name = "x11rb"
586
version = "0.13.2"
587
source = "registry+https://github.com/rust-lang/crates.io-index"
588
checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
589
dependencies = [
590
 "gethostname",
591
 "rustix",
592
 "x11rb-protocol",
593
 "xcursor",
594
]
595
596
[[package]]
597
name = "x11rb-protocol"
598
version = "0.13.2"
599
source = "registry+https://github.com/rust-lang/crates.io-index"
600
checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
601
602
[[package]]
603
name = "xcursor"
604
version = "0.3.10"
605
source = "registry+https://github.com/rust-lang/crates.io-index"
606
checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"