tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
conceal: 0.3.2 -> 0.4.1
kashw2
2 years ago
f68f55c9
d816b5ab
+276
-259
2 changed files
expand all
collapse all
unified
split
pkgs
applications
misc
conceal
Cargo.lock
default.nix
+265
-254
pkgs/applications/misc/conceal/Cargo.lock
···
3
version = 3
4
5
[[package]]
0
0
0
0
0
0
6
name = "android_system_properties"
7
version = "0.1.5"
8
source = "registry+https://github.com/rust-lang/crates.io-index"
···
13
14
[[package]]
15
name = "anstream"
16
-
version = "0.2.6"
17
source = "registry+https://github.com/rust-lang/crates.io-index"
18
-
checksum = "342258dd14006105c2b75ab1bd7543a03bdf0cfc94383303ac212a04939dff6f"
19
dependencies = [
20
"anstyle",
21
"anstyle-parse",
0
22
"anstyle-wincon",
23
-
"concolor-override",
24
-
"concolor-query",
25
"is-terminal",
26
"utf8parse",
27
]
28
29
[[package]]
30
name = "anstyle"
31
-
version = "0.3.5"
32
source = "registry+https://github.com/rust-lang/crates.io-index"
33
-
checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2"
34
35
[[package]]
36
name = "anstyle-parse"
37
-
version = "0.1.1"
38
source = "registry+https://github.com/rust-lang/crates.io-index"
39
-
checksum = "a7d1bb534e9efed14f3e5f44e7dd1a4f709384023a4165199a4241e18dff0116"
40
dependencies = [
41
"utf8parse",
42
]
43
44
[[package]]
0
0
0
0
0
0
0
0
0
45
name = "anstyle-wincon"
46
-
version = "0.2.0"
47
source = "registry+https://github.com/rust-lang/crates.io-index"
48
-
checksum = "c3127af6145b149f3287bb9a0d10ad9c5692dba8c53ad48285e5bec4063834fa"
49
dependencies = [
50
"anstyle",
51
"windows-sys",
···
62
version = "1.3.2"
63
source = "registry+https://github.com/rust-lang/crates.io-index"
64
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
0
0
0
0
0
0
65
66
[[package]]
67
name = "bumpalo"
68
-
version = "3.11.1"
69
source = "registry+https://github.com/rust-lang/crates.io-index"
70
-
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
71
72
[[package]]
73
name = "cc"
···
83
84
[[package]]
85
name = "chrono"
86
-
version = "0.4.23"
87
source = "registry+https://github.com/rust-lang/crates.io-index"
88
-
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
89
dependencies = [
0
90
"iana-time-zone",
91
"js-sys",
92
-
"num-integer",
93
"num-traits",
94
-
"time 0.1.44",
95
"wasm-bindgen",
96
"winapi",
97
]
98
99
[[package]]
100
name = "clap"
101
-
version = "4.2.0"
102
source = "registry+https://github.com/rust-lang/crates.io-index"
103
-
checksum = "6efb5f0a41b5ef5b50c5da28c07609c20091df0c1fc33d418fa2a7e693c2b624"
104
dependencies = [
105
"clap_builder",
106
"clap_derive",
···
109
110
[[package]]
111
name = "clap_builder"
112
-
version = "4.2.0"
113
source = "registry+https://github.com/rust-lang/crates.io-index"
114
-
checksum = "671fcaa5debda4b9a84aa7fde49c907c8986c0e6ab927e04217c9cb74e7c8bc9"
115
dependencies = [
116
"anstream",
117
"anstyle",
118
-
"bitflags",
119
"clap_lex",
120
"strsim",
121
]
122
123
[[package]]
124
name = "clap_complete"
125
-
version = "4.2.0"
126
source = "registry+https://github.com/rust-lang/crates.io-index"
127
-
checksum = "01c22dcfb410883764b29953103d9ef7bb8fe21b3fa1158bc99986c2067294bd"
128
dependencies = [
129
"clap",
130
]
131
132
[[package]]
133
name = "clap_complete_nushell"
134
-
version = "0.1.10"
135
source = "registry+https://github.com/rust-lang/crates.io-index"
136
-
checksum = "c7fa41f5e6aa83bd151b70fd0ceaee703d68cd669522795dc812df9edad1252c"
137
dependencies = [
138
"clap",
139
"clap_complete",
···
141
142
[[package]]
143
name = "clap_derive"
144
-
version = "4.2.0"
145
source = "registry+https://github.com/rust-lang/crates.io-index"
146
-
checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4"
147
dependencies = [
148
"heck",
149
"proc-macro2",
150
"quote",
151
-
"syn 2.0.10",
152
]
153
154
[[package]]
155
name = "clap_lex"
156
-
version = "0.4.1"
157
source = "registry+https://github.com/rust-lang/crates.io-index"
158
-
checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
159
160
[[package]]
161
-
name = "codespan-reporting"
162
-
version = "0.11.1"
163
source = "registry+https://github.com/rust-lang/crates.io-index"
164
-
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
165
-
dependencies = [
166
-
"termcolor",
167
-
"unicode-width",
168
-
]
169
170
[[package]]
171
name = "conceal"
172
-
version = "0.3.2"
173
dependencies = [
174
"clap",
175
"clap_complete",
176
"clap_complete_nushell",
0
177
"owo-colors",
178
"thiserror",
179
-
"time 0.3.20",
180
"trash",
181
]
182
183
[[package]]
184
-
name = "concolor-override"
185
-
version = "1.0.0"
186
-
source = "registry+https://github.com/rust-lang/crates.io-index"
187
-
checksum = "a855d4a1978dc52fb0536a04d384c2c0c1aa273597f08b77c8c4d3b2eec6037f"
188
-
189
-
[[package]]
190
-
name = "concolor-query"
191
-
version = "0.3.3"
192
-
source = "registry+https://github.com/rust-lang/crates.io-index"
193
-
checksum = "88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf"
194
-
dependencies = [
195
-
"windows-sys",
196
-
]
197
-
198
-
[[package]]
199
name = "core-foundation-sys"
200
-
version = "0.8.3"
201
-
source = "registry+https://github.com/rust-lang/crates.io-index"
202
-
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
203
-
204
-
[[package]]
205
-
name = "cxx"
206
-
version = "1.0.80"
207
source = "registry+https://github.com/rust-lang/crates.io-index"
208
-
checksum = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a"
209
-
dependencies = [
210
-
"cc",
211
-
"cxxbridge-flags",
212
-
"cxxbridge-macro",
213
-
"link-cplusplus",
214
-
]
215
216
[[package]]
217
-
name = "cxx-build"
218
-
version = "1.0.80"
219
source = "registry+https://github.com/rust-lang/crates.io-index"
220
-
checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827"
221
dependencies = [
222
-
"cc",
223
-
"codespan-reporting",
224
-
"once_cell",
225
-
"proc-macro2",
226
-
"quote",
227
-
"scratch",
228
-
"syn 1.0.107",
229
]
230
231
[[package]]
232
-
name = "cxxbridge-flags"
233
-
version = "1.0.80"
234
source = "registry+https://github.com/rust-lang/crates.io-index"
235
-
checksum = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a"
236
-
237
-
[[package]]
238
-
name = "cxxbridge-macro"
239
-
version = "1.0.80"
240
-
source = "registry+https://github.com/rust-lang/crates.io-index"
241
-
checksum = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7"
242
dependencies = [
243
-
"proc-macro2",
244
-
"quote",
245
-
"syn 1.0.107",
0
246
]
247
248
[[package]]
249
name = "errno"
250
-
version = "0.3.0"
251
source = "registry+https://github.com/rust-lang/crates.io-index"
252
-
checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
253
dependencies = [
254
"errno-dragonfly",
255
"libc",
···
268
269
[[package]]
270
name = "form_urlencoded"
271
-
version = "1.1.0"
272
source = "registry+https://github.com/rust-lang/crates.io-index"
273
-
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
274
dependencies = [
275
"percent-encoding",
276
]
277
278
[[package]]
0
0
0
0
0
0
0
0
0
0
0
279
name = "heck"
280
version = "0.4.1"
281
source = "registry+https://github.com/rust-lang/crates.io-index"
···
283
284
[[package]]
285
name = "hermit-abi"
286
-
version = "0.3.1"
287
source = "registry+https://github.com/rust-lang/crates.io-index"
288
-
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
289
290
[[package]]
291
name = "iana-time-zone"
292
-
version = "0.1.53"
293
source = "registry+https://github.com/rust-lang/crates.io-index"
294
-
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
295
dependencies = [
296
"android_system_properties",
297
"core-foundation-sys",
298
"iana-time-zone-haiku",
299
"js-sys",
300
"wasm-bindgen",
301
-
"winapi",
302
]
303
304
[[package]]
305
name = "iana-time-zone-haiku"
306
-
version = "0.1.1"
307
source = "registry+https://github.com/rust-lang/crates.io-index"
308
-
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
309
dependencies = [
310
-
"cxx",
311
-
"cxx-build",
312
]
313
314
[[package]]
315
name = "idna"
316
-
version = "0.3.0"
317
source = "registry+https://github.com/rust-lang/crates.io-index"
318
-
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
319
dependencies = [
320
"unicode-bidi",
321
"unicode-normalization",
322
]
323
324
[[package]]
325
-
name = "io-lifetimes"
326
-
version = "1.0.9"
327
-
source = "registry+https://github.com/rust-lang/crates.io-index"
328
-
checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb"
329
-
dependencies = [
330
-
"hermit-abi",
331
-
"libc",
332
-
"windows-sys",
333
-
]
334
-
335
-
[[package]]
336
name = "is-terminal"
337
-
version = "0.4.6"
338
source = "registry+https://github.com/rust-lang/crates.io-index"
339
-
checksum = "256017f749ab3117e93acb91063009e1f1bb56d03965b14c2c8df4eb02c524d8"
340
dependencies = [
341
"hermit-abi",
342
-
"io-lifetimes",
343
"rustix",
344
"windows-sys",
345
]
346
347
[[package]]
348
name = "itoa"
349
-
version = "1.0.5"
350
source = "registry+https://github.com/rust-lang/crates.io-index"
351
-
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
352
353
[[package]]
354
name = "js-sys"
355
-
version = "0.3.60"
356
source = "registry+https://github.com/rust-lang/crates.io-index"
357
-
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
358
dependencies = [
359
"wasm-bindgen",
360
]
361
362
[[package]]
363
name = "libc"
364
-
version = "0.2.140"
365
source = "registry+https://github.com/rust-lang/crates.io-index"
366
-
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
367
-
368
-
[[package]]
369
-
name = "link-cplusplus"
370
-
version = "1.0.7"
371
-
source = "registry+https://github.com/rust-lang/crates.io-index"
372
-
checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
373
-
dependencies = [
374
-
"cc",
375
-
]
376
377
[[package]]
378
name = "linux-raw-sys"
379
-
version = "0.3.0"
380
source = "registry+https://github.com/rust-lang/crates.io-index"
381
-
checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d"
382
383
[[package]]
384
name = "log"
385
-
version = "0.4.17"
386
source = "registry+https://github.com/rust-lang/crates.io-index"
387
-
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
388
-
dependencies = [
389
-
"cfg-if",
390
-
]
391
392
[[package]]
393
name = "malloc_buf"
···
396
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
397
dependencies = [
398
"libc",
399
-
]
400
-
401
-
[[package]]
402
-
name = "num-integer"
403
-
version = "0.1.45"
404
-
source = "registry+https://github.com/rust-lang/crates.io-index"
405
-
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
406
-
dependencies = [
407
-
"autocfg",
408
-
"num-traits",
409
]
410
411
[[package]]
···
437
438
[[package]]
439
name = "once_cell"
440
-
version = "1.17.1"
0
0
0
0
0
0
441
source = "registry+https://github.com/rust-lang/crates.io-index"
442
-
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
443
444
[[package]]
445
name = "owo-colors"
···
449
450
[[package]]
451
name = "percent-encoding"
452
-
version = "2.2.0"
453
source = "registry+https://github.com/rust-lang/crates.io-index"
454
-
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
455
456
[[package]]
457
name = "proc-macro2"
458
-
version = "1.0.54"
459
source = "registry+https://github.com/rust-lang/crates.io-index"
460
-
checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534"
461
dependencies = [
462
"unicode-ident",
463
]
464
465
[[package]]
466
name = "quote"
467
-
version = "1.0.26"
468
source = "registry+https://github.com/rust-lang/crates.io-index"
469
-
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
470
dependencies = [
471
"proc-macro2",
472
]
473
474
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
475
name = "rustix"
476
-
version = "0.37.4"
477
source = "registry+https://github.com/rust-lang/crates.io-index"
478
-
checksum = "c348b5dc624ecee40108aa2922fed8bad89d7fcc2b9f8cb18f632898ac4a37f9"
479
dependencies = [
480
-
"bitflags",
481
"errno",
482
-
"io-lifetimes",
483
"libc",
484
"linux-raw-sys",
485
"windows-sys",
···
492
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
493
494
[[package]]
495
-
name = "scratch"
496
-
version = "1.0.2"
497
-
source = "registry+https://github.com/rust-lang/crates.io-index"
498
-
checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
499
-
500
-
[[package]]
501
name = "serde"
502
-
version = "1.0.152"
503
source = "registry+https://github.com/rust-lang/crates.io-index"
504
-
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
505
506
[[package]]
507
name = "strsim"
···
511
512
[[package]]
513
name = "syn"
514
-
version = "1.0.107"
515
-
source = "registry+https://github.com/rust-lang/crates.io-index"
516
-
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
517
-
dependencies = [
518
-
"proc-macro2",
519
-
"quote",
520
-
"unicode-ident",
521
-
]
522
-
523
-
[[package]]
524
-
name = "syn"
525
-
version = "2.0.10"
526
source = "registry+https://github.com/rust-lang/crates.io-index"
527
-
checksum = "5aad1363ed6d37b84299588d62d3a7d95b5a5c2d9aad5c85609fda12afaa1f40"
528
dependencies = [
529
"proc-macro2",
530
"quote",
···
532
]
533
534
[[package]]
535
-
name = "termcolor"
536
-
version = "1.2.0"
537
-
source = "registry+https://github.com/rust-lang/crates.io-index"
538
-
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
539
-
dependencies = [
540
-
"winapi-util",
541
-
]
542
-
543
-
[[package]]
544
name = "thiserror"
545
-
version = "1.0.40"
546
source = "registry+https://github.com/rust-lang/crates.io-index"
547
-
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
548
dependencies = [
549
"thiserror-impl",
550
]
551
552
[[package]]
553
name = "thiserror-impl"
554
-
version = "1.0.40"
555
source = "registry+https://github.com/rust-lang/crates.io-index"
556
-
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
557
dependencies = [
558
"proc-macro2",
559
"quote",
560
-
"syn 2.0.10",
561
]
562
563
[[package]]
564
name = "time"
565
-
version = "0.1.44"
566
source = "registry+https://github.com/rust-lang/crates.io-index"
567
-
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
568
dependencies = [
569
"libc",
570
-
"wasi",
571
"winapi",
572
]
573
574
[[package]]
575
name = "time"
576
-
version = "0.3.20"
577
source = "registry+https://github.com/rust-lang/crates.io-index"
578
-
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
579
dependencies = [
580
"itoa",
581
"libc",
···
587
588
[[package]]
589
name = "time-core"
590
-
version = "0.1.0"
591
source = "registry+https://github.com/rust-lang/crates.io-index"
592
-
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
593
594
[[package]]
595
name = "time-macros"
596
-
version = "0.2.8"
597
source = "registry+https://github.com/rust-lang/crates.io-index"
598
-
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
599
dependencies = [
600
"time-core",
601
]
···
611
612
[[package]]
613
name = "tinyvec_macros"
614
-
version = "0.1.0"
615
source = "registry+https://github.com/rust-lang/crates.io-index"
616
-
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
617
618
[[package]]
619
name = "trash"
···
628
"scopeguard",
629
"thiserror",
630
"url",
631
-
"windows",
632
]
633
634
[[package]]
635
name = "unicode-bidi"
636
-
version = "0.3.8"
637
source = "registry+https://github.com/rust-lang/crates.io-index"
638
-
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
639
640
[[package]]
641
name = "unicode-ident"
642
-
version = "1.0.8"
643
source = "registry+https://github.com/rust-lang/crates.io-index"
644
-
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
645
646
[[package]]
647
name = "unicode-normalization"
···
653
]
654
655
[[package]]
656
-
name = "unicode-width"
657
-
version = "0.1.10"
658
-
source = "registry+https://github.com/rust-lang/crates.io-index"
659
-
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
660
-
661
-
[[package]]
662
name = "url"
663
-
version = "2.3.1"
664
source = "registry+https://github.com/rust-lang/crates.io-index"
665
-
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
666
dependencies = [
667
"form_urlencoded",
668
"idna",
···
682
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
683
684
[[package]]
0
0
0
0
0
0
685
name = "wasm-bindgen"
686
-
version = "0.2.83"
687
source = "registry+https://github.com/rust-lang/crates.io-index"
688
-
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
689
dependencies = [
690
"cfg-if",
691
"wasm-bindgen-macro",
···
693
694
[[package]]
695
name = "wasm-bindgen-backend"
696
-
version = "0.2.83"
697
source = "registry+https://github.com/rust-lang/crates.io-index"
698
-
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
699
dependencies = [
700
"bumpalo",
701
"log",
702
"once_cell",
703
"proc-macro2",
704
"quote",
705
-
"syn 1.0.107",
706
"wasm-bindgen-shared",
707
]
708
709
[[package]]
710
name = "wasm-bindgen-macro"
711
-
version = "0.2.83"
712
source = "registry+https://github.com/rust-lang/crates.io-index"
713
-
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
714
dependencies = [
715
"quote",
716
"wasm-bindgen-macro-support",
···
718
719
[[package]]
720
name = "wasm-bindgen-macro-support"
721
-
version = "0.2.83"
722
source = "registry+https://github.com/rust-lang/crates.io-index"
723
-
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
724
dependencies = [
725
"proc-macro2",
726
"quote",
727
-
"syn 1.0.107",
728
"wasm-bindgen-backend",
729
"wasm-bindgen-shared",
730
]
731
732
[[package]]
733
name = "wasm-bindgen-shared"
734
-
version = "0.2.83"
735
source = "registry+https://github.com/rust-lang/crates.io-index"
736
-
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
737
738
[[package]]
739
name = "winapi"
···
752
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
753
754
[[package]]
755
-
name = "winapi-util"
756
-
version = "0.1.5"
757
-
source = "registry+https://github.com/rust-lang/crates.io-index"
758
-
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
759
-
dependencies = [
760
-
"winapi",
761
-
]
762
-
763
-
[[package]]
764
name = "winapi-x86_64-pc-windows-gnu"
765
version = "0.4.0"
766
source = "registry+https://github.com/rust-lang/crates.io-index"
···
772
source = "registry+https://github.com/rust-lang/crates.io-index"
773
checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
774
dependencies = [
775
-
"windows-targets",
0
0
0
0
0
0
0
0
0
776
]
777
778
[[package]]
779
name = "windows-sys"
780
-
version = "0.45.0"
781
source = "registry+https://github.com/rust-lang/crates.io-index"
782
-
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
783
dependencies = [
784
-
"windows-targets",
785
]
786
787
[[package]]
···
790
source = "registry+https://github.com/rust-lang/crates.io-index"
791
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
792
dependencies = [
793
-
"windows_aarch64_gnullvm",
794
-
"windows_aarch64_msvc",
795
-
"windows_i686_gnu",
796
-
"windows_i686_msvc",
797
-
"windows_x86_64_gnu",
798
-
"windows_x86_64_gnullvm",
799
-
"windows_x86_64_msvc",
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
800
]
801
802
[[package]]
···
806
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
807
808
[[package]]
0
0
0
0
0
0
809
name = "windows_aarch64_msvc"
810
version = "0.42.2"
811
source = "registry+https://github.com/rust-lang/crates.io-index"
812
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
813
814
[[package]]
0
0
0
0
0
0
815
name = "windows_i686_gnu"
816
version = "0.42.2"
817
source = "registry+https://github.com/rust-lang/crates.io-index"
818
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
0
0
0
0
0
0
819
820
[[package]]
821
name = "windows_i686_msvc"
···
824
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
825
826
[[package]]
0
0
0
0
0
0
827
name = "windows_x86_64_gnu"
828
version = "0.42.2"
829
source = "registry+https://github.com/rust-lang/crates.io-index"
830
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
831
832
[[package]]
0
0
0
0
0
0
833
name = "windows_x86_64_gnullvm"
834
version = "0.42.2"
835
source = "registry+https://github.com/rust-lang/crates.io-index"
836
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
837
838
[[package]]
0
0
0
0
0
0
839
name = "windows_x86_64_msvc"
840
version = "0.42.2"
841
source = "registry+https://github.com/rust-lang/crates.io-index"
842
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
0
0
0
0
0
0
···
3
version = 3
4
5
[[package]]
6
+
name = "android-tzdata"
7
+
version = "0.1.1"
8
+
source = "registry+https://github.com/rust-lang/crates.io-index"
9
+
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
10
+
11
+
[[package]]
12
name = "android_system_properties"
13
version = "0.1.5"
14
source = "registry+https://github.com/rust-lang/crates.io-index"
···
19
20
[[package]]
21
name = "anstream"
22
+
version = "0.3.2"
23
source = "registry+https://github.com/rust-lang/crates.io-index"
24
+
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
25
dependencies = [
26
"anstyle",
27
"anstyle-parse",
28
+
"anstyle-query",
29
"anstyle-wincon",
30
+
"colorchoice",
0
31
"is-terminal",
32
"utf8parse",
33
]
34
35
[[package]]
36
name = "anstyle"
37
+
version = "1.0.1"
38
source = "registry+https://github.com/rust-lang/crates.io-index"
39
+
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
40
41
[[package]]
42
name = "anstyle-parse"
43
+
version = "0.2.1"
44
source = "registry+https://github.com/rust-lang/crates.io-index"
45
+
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
46
dependencies = [
47
"utf8parse",
48
]
49
50
[[package]]
51
+
name = "anstyle-query"
52
+
version = "1.0.0"
53
+
source = "registry+https://github.com/rust-lang/crates.io-index"
54
+
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
55
+
dependencies = [
56
+
"windows-sys",
57
+
]
58
+
59
+
[[package]]
60
name = "anstyle-wincon"
61
+
version = "1.0.1"
62
source = "registry+https://github.com/rust-lang/crates.io-index"
63
+
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
64
dependencies = [
65
"anstyle",
66
"windows-sys",
···
77
version = "1.3.2"
78
source = "registry+https://github.com/rust-lang/crates.io-index"
79
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
80
+
81
+
[[package]]
82
+
name = "bitflags"
83
+
version = "2.3.3"
84
+
source = "registry+https://github.com/rust-lang/crates.io-index"
85
+
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
86
87
[[package]]
88
name = "bumpalo"
89
+
version = "3.13.0"
90
source = "registry+https://github.com/rust-lang/crates.io-index"
91
+
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
92
93
[[package]]
94
name = "cc"
···
104
105
[[package]]
106
name = "chrono"
107
+
version = "0.4.26"
108
source = "registry+https://github.com/rust-lang/crates.io-index"
109
+
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
110
dependencies = [
111
+
"android-tzdata",
112
"iana-time-zone",
113
"js-sys",
0
114
"num-traits",
115
+
"time 0.1.45",
116
"wasm-bindgen",
117
"winapi",
118
]
119
120
[[package]]
121
name = "clap"
122
+
version = "4.3.11"
123
source = "registry+https://github.com/rust-lang/crates.io-index"
124
+
checksum = "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d"
125
dependencies = [
126
"clap_builder",
127
"clap_derive",
···
130
131
[[package]]
132
name = "clap_builder"
133
+
version = "4.3.11"
134
source = "registry+https://github.com/rust-lang/crates.io-index"
135
+
checksum = "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b"
136
dependencies = [
137
"anstream",
138
"anstyle",
0
139
"clap_lex",
140
"strsim",
141
]
142
143
[[package]]
144
name = "clap_complete"
145
+
version = "4.3.2"
146
source = "registry+https://github.com/rust-lang/crates.io-index"
147
+
checksum = "5fc443334c81a804575546c5a8a79b4913b50e28d69232903604cada1de817ce"
148
dependencies = [
149
"clap",
150
]
151
152
[[package]]
153
name = "clap_complete_nushell"
154
+
version = "0.1.11"
155
source = "registry+https://github.com/rust-lang/crates.io-index"
156
+
checksum = "5d02bc8b1a18ee47c4d2eec3fb5ac034dc68ebea6125b1509e9ccdffcddce66e"
157
dependencies = [
158
"clap",
159
"clap_complete",
···
161
162
[[package]]
163
name = "clap_derive"
164
+
version = "4.3.2"
165
source = "registry+https://github.com/rust-lang/crates.io-index"
166
+
checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f"
167
dependencies = [
168
"heck",
169
"proc-macro2",
170
"quote",
171
+
"syn",
172
]
173
174
[[package]]
175
name = "clap_lex"
176
+
version = "0.5.0"
177
source = "registry+https://github.com/rust-lang/crates.io-index"
178
+
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
179
180
[[package]]
181
+
name = "colorchoice"
182
+
version = "1.0.0"
183
source = "registry+https://github.com/rust-lang/crates.io-index"
184
+
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
0
0
0
0
185
186
[[package]]
187
name = "conceal"
188
+
version = "0.4.1"
189
dependencies = [
190
"clap",
191
"clap_complete",
192
"clap_complete_nushell",
193
+
"dirs",
194
"owo-colors",
195
"thiserror",
196
+
"time 0.3.23",
197
"trash",
198
]
199
200
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
201
name = "core-foundation-sys"
202
+
version = "0.8.4"
0
0
0
0
0
0
203
source = "registry+https://github.com/rust-lang/crates.io-index"
204
+
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
0
0
0
0
0
0
205
206
[[package]]
207
+
name = "dirs"
208
+
version = "5.0.1"
209
source = "registry+https://github.com/rust-lang/crates.io-index"
210
+
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
211
dependencies = [
212
+
"dirs-sys",
0
0
0
0
0
0
213
]
214
215
[[package]]
216
+
name = "dirs-sys"
217
+
version = "0.4.1"
218
source = "registry+https://github.com/rust-lang/crates.io-index"
219
+
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
0
0
0
0
0
0
220
dependencies = [
221
+
"libc",
222
+
"option-ext",
223
+
"redox_users",
224
+
"windows-sys",
225
]
226
227
[[package]]
228
name = "errno"
229
+
version = "0.3.1"
230
source = "registry+https://github.com/rust-lang/crates.io-index"
231
+
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
232
dependencies = [
233
"errno-dragonfly",
234
"libc",
···
247
248
[[package]]
249
name = "form_urlencoded"
250
+
version = "1.2.0"
251
source = "registry+https://github.com/rust-lang/crates.io-index"
252
+
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
253
dependencies = [
254
"percent-encoding",
255
]
256
257
[[package]]
258
+
name = "getrandom"
259
+
version = "0.2.10"
260
+
source = "registry+https://github.com/rust-lang/crates.io-index"
261
+
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
262
+
dependencies = [
263
+
"cfg-if",
264
+
"libc",
265
+
"wasi 0.11.0+wasi-snapshot-preview1",
266
+
]
267
+
268
+
[[package]]
269
name = "heck"
270
version = "0.4.1"
271
source = "registry+https://github.com/rust-lang/crates.io-index"
···
273
274
[[package]]
275
name = "hermit-abi"
276
+
version = "0.3.2"
277
source = "registry+https://github.com/rust-lang/crates.io-index"
278
+
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
279
280
[[package]]
281
name = "iana-time-zone"
282
+
version = "0.1.57"
283
source = "registry+https://github.com/rust-lang/crates.io-index"
284
+
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
285
dependencies = [
286
"android_system_properties",
287
"core-foundation-sys",
288
"iana-time-zone-haiku",
289
"js-sys",
290
"wasm-bindgen",
291
+
"windows 0.48.0",
292
]
293
294
[[package]]
295
name = "iana-time-zone-haiku"
296
+
version = "0.1.2"
297
source = "registry+https://github.com/rust-lang/crates.io-index"
298
+
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
299
dependencies = [
300
+
"cc",
0
301
]
302
303
[[package]]
304
name = "idna"
305
+
version = "0.4.0"
306
source = "registry+https://github.com/rust-lang/crates.io-index"
307
+
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
308
dependencies = [
309
"unicode-bidi",
310
"unicode-normalization",
311
]
312
313
[[package]]
0
0
0
0
0
0
0
0
0
0
0
314
name = "is-terminal"
315
+
version = "0.4.9"
316
source = "registry+https://github.com/rust-lang/crates.io-index"
317
+
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
318
dependencies = [
319
"hermit-abi",
0
320
"rustix",
321
"windows-sys",
322
]
323
324
[[package]]
325
name = "itoa"
326
+
version = "1.0.8"
327
source = "registry+https://github.com/rust-lang/crates.io-index"
328
+
checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"
329
330
[[package]]
331
name = "js-sys"
332
+
version = "0.3.64"
333
source = "registry+https://github.com/rust-lang/crates.io-index"
334
+
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
335
dependencies = [
336
"wasm-bindgen",
337
]
338
339
[[package]]
340
name = "libc"
341
+
version = "0.2.147"
342
source = "registry+https://github.com/rust-lang/crates.io-index"
343
+
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
0
0
0
0
0
0
0
0
0
344
345
[[package]]
346
name = "linux-raw-sys"
347
+
version = "0.4.3"
348
source = "registry+https://github.com/rust-lang/crates.io-index"
349
+
checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
350
351
[[package]]
352
name = "log"
353
+
version = "0.4.19"
354
source = "registry+https://github.com/rust-lang/crates.io-index"
355
+
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
0
0
0
356
357
[[package]]
358
name = "malloc_buf"
···
361
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
362
dependencies = [
363
"libc",
0
0
0
0
0
0
0
0
0
0
364
]
365
366
[[package]]
···
392
393
[[package]]
394
name = "once_cell"
395
+
version = "1.18.0"
396
+
source = "registry+https://github.com/rust-lang/crates.io-index"
397
+
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
398
+
399
+
[[package]]
400
+
name = "option-ext"
401
+
version = "0.2.0"
402
source = "registry+https://github.com/rust-lang/crates.io-index"
403
+
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
404
405
[[package]]
406
name = "owo-colors"
···
410
411
[[package]]
412
name = "percent-encoding"
413
+
version = "2.3.0"
414
source = "registry+https://github.com/rust-lang/crates.io-index"
415
+
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
416
417
[[package]]
418
name = "proc-macro2"
419
+
version = "1.0.64"
420
source = "registry+https://github.com/rust-lang/crates.io-index"
421
+
checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da"
422
dependencies = [
423
"unicode-ident",
424
]
425
426
[[package]]
427
name = "quote"
428
+
version = "1.0.29"
429
source = "registry+https://github.com/rust-lang/crates.io-index"
430
+
checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
431
dependencies = [
432
"proc-macro2",
433
]
434
435
[[package]]
436
+
name = "redox_syscall"
437
+
version = "0.2.16"
438
+
source = "registry+https://github.com/rust-lang/crates.io-index"
439
+
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
440
+
dependencies = [
441
+
"bitflags 1.3.2",
442
+
]
443
+
444
+
[[package]]
445
+
name = "redox_users"
446
+
version = "0.4.3"
447
+
source = "registry+https://github.com/rust-lang/crates.io-index"
448
+
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
449
+
dependencies = [
450
+
"getrandom",
451
+
"redox_syscall",
452
+
"thiserror",
453
+
]
454
+
455
+
[[package]]
456
name = "rustix"
457
+
version = "0.38.3"
458
source = "registry+https://github.com/rust-lang/crates.io-index"
459
+
checksum = "ac5ffa1efe7548069688cd7028f32591853cd7b5b756d41bcffd2353e4fc75b4"
460
dependencies = [
461
+
"bitflags 2.3.3",
462
"errno",
0
463
"libc",
464
"linux-raw-sys",
465
"windows-sys",
···
472
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
473
474
[[package]]
0
0
0
0
0
0
475
name = "serde"
476
+
version = "1.0.171"
477
source = "registry+https://github.com/rust-lang/crates.io-index"
478
+
checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9"
479
480
[[package]]
481
name = "strsim"
···
485
486
[[package]]
487
name = "syn"
488
+
version = "2.0.25"
0
0
0
0
0
0
0
0
0
0
0
489
source = "registry+https://github.com/rust-lang/crates.io-index"
490
+
checksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2"
491
dependencies = [
492
"proc-macro2",
493
"quote",
···
495
]
496
497
[[package]]
0
0
0
0
0
0
0
0
0
498
name = "thiserror"
499
+
version = "1.0.43"
500
source = "registry+https://github.com/rust-lang/crates.io-index"
501
+
checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42"
502
dependencies = [
503
"thiserror-impl",
504
]
505
506
[[package]]
507
name = "thiserror-impl"
508
+
version = "1.0.43"
509
source = "registry+https://github.com/rust-lang/crates.io-index"
510
+
checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f"
511
dependencies = [
512
"proc-macro2",
513
"quote",
514
+
"syn",
515
]
516
517
[[package]]
518
name = "time"
519
+
version = "0.1.45"
520
source = "registry+https://github.com/rust-lang/crates.io-index"
521
+
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
522
dependencies = [
523
"libc",
524
+
"wasi 0.10.0+wasi-snapshot-preview1",
525
"winapi",
526
]
527
528
[[package]]
529
name = "time"
530
+
version = "0.3.23"
531
source = "registry+https://github.com/rust-lang/crates.io-index"
532
+
checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446"
533
dependencies = [
534
"itoa",
535
"libc",
···
541
542
[[package]]
543
name = "time-core"
544
+
version = "0.1.1"
545
source = "registry+https://github.com/rust-lang/crates.io-index"
546
+
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
547
548
[[package]]
549
name = "time-macros"
550
+
version = "0.2.10"
551
source = "registry+https://github.com/rust-lang/crates.io-index"
552
+
checksum = "96ba15a897f3c86766b757e5ac7221554c6750054d74d5b28844fce5fb36a6c4"
553
dependencies = [
554
"time-core",
555
]
···
565
566
[[package]]
567
name = "tinyvec_macros"
568
+
version = "0.1.1"
569
source = "registry+https://github.com/rust-lang/crates.io-index"
570
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
571
572
[[package]]
573
name = "trash"
···
582
"scopeguard",
583
"thiserror",
584
"url",
585
+
"windows 0.44.0",
586
]
587
588
[[package]]
589
name = "unicode-bidi"
590
+
version = "0.3.13"
591
source = "registry+https://github.com/rust-lang/crates.io-index"
592
+
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
593
594
[[package]]
595
name = "unicode-ident"
596
+
version = "1.0.10"
597
source = "registry+https://github.com/rust-lang/crates.io-index"
598
+
checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73"
599
600
[[package]]
601
name = "unicode-normalization"
···
607
]
608
609
[[package]]
0
0
0
0
0
0
610
name = "url"
611
+
version = "2.4.0"
612
source = "registry+https://github.com/rust-lang/crates.io-index"
613
+
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
614
dependencies = [
615
"form_urlencoded",
616
"idna",
···
630
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
631
632
[[package]]
633
+
name = "wasi"
634
+
version = "0.11.0+wasi-snapshot-preview1"
635
+
source = "registry+https://github.com/rust-lang/crates.io-index"
636
+
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
637
+
638
+
[[package]]
639
name = "wasm-bindgen"
640
+
version = "0.2.87"
641
source = "registry+https://github.com/rust-lang/crates.io-index"
642
+
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
643
dependencies = [
644
"cfg-if",
645
"wasm-bindgen-macro",
···
647
648
[[package]]
649
name = "wasm-bindgen-backend"
650
+
version = "0.2.87"
651
source = "registry+https://github.com/rust-lang/crates.io-index"
652
+
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
653
dependencies = [
654
"bumpalo",
655
"log",
656
"once_cell",
657
"proc-macro2",
658
"quote",
659
+
"syn",
660
"wasm-bindgen-shared",
661
]
662
663
[[package]]
664
name = "wasm-bindgen-macro"
665
+
version = "0.2.87"
666
source = "registry+https://github.com/rust-lang/crates.io-index"
667
+
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
668
dependencies = [
669
"quote",
670
"wasm-bindgen-macro-support",
···
672
673
[[package]]
674
name = "wasm-bindgen-macro-support"
675
+
version = "0.2.87"
676
source = "registry+https://github.com/rust-lang/crates.io-index"
677
+
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
678
dependencies = [
679
"proc-macro2",
680
"quote",
681
+
"syn",
682
"wasm-bindgen-backend",
683
"wasm-bindgen-shared",
684
]
685
686
[[package]]
687
name = "wasm-bindgen-shared"
688
+
version = "0.2.87"
689
source = "registry+https://github.com/rust-lang/crates.io-index"
690
+
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
691
692
[[package]]
693
name = "winapi"
···
706
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
707
708
[[package]]
0
0
0
0
0
0
0
0
0
709
name = "winapi-x86_64-pc-windows-gnu"
710
version = "0.4.0"
711
source = "registry+https://github.com/rust-lang/crates.io-index"
···
717
source = "registry+https://github.com/rust-lang/crates.io-index"
718
checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
719
dependencies = [
720
+
"windows-targets 0.42.2",
721
+
]
722
+
723
+
[[package]]
724
+
name = "windows"
725
+
version = "0.48.0"
726
+
source = "registry+https://github.com/rust-lang/crates.io-index"
727
+
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
728
+
dependencies = [
729
+
"windows-targets 0.48.1",
730
]
731
732
[[package]]
733
name = "windows-sys"
734
+
version = "0.48.0"
735
source = "registry+https://github.com/rust-lang/crates.io-index"
736
+
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
737
dependencies = [
738
+
"windows-targets 0.48.1",
739
]
740
741
[[package]]
···
744
source = "registry+https://github.com/rust-lang/crates.io-index"
745
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
746
dependencies = [
747
+
"windows_aarch64_gnullvm 0.42.2",
748
+
"windows_aarch64_msvc 0.42.2",
749
+
"windows_i686_gnu 0.42.2",
750
+
"windows_i686_msvc 0.42.2",
751
+
"windows_x86_64_gnu 0.42.2",
752
+
"windows_x86_64_gnullvm 0.42.2",
753
+
"windows_x86_64_msvc 0.42.2",
754
+
]
755
+
756
+
[[package]]
757
+
name = "windows-targets"
758
+
version = "0.48.1"
759
+
source = "registry+https://github.com/rust-lang/crates.io-index"
760
+
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
761
+
dependencies = [
762
+
"windows_aarch64_gnullvm 0.48.0",
763
+
"windows_aarch64_msvc 0.48.0",
764
+
"windows_i686_gnu 0.48.0",
765
+
"windows_i686_msvc 0.48.0",
766
+
"windows_x86_64_gnu 0.48.0",
767
+
"windows_x86_64_gnullvm 0.48.0",
768
+
"windows_x86_64_msvc 0.48.0",
769
]
770
771
[[package]]
···
775
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
776
777
[[package]]
778
+
name = "windows_aarch64_gnullvm"
779
+
version = "0.48.0"
780
+
source = "registry+https://github.com/rust-lang/crates.io-index"
781
+
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
782
+
783
+
[[package]]
784
name = "windows_aarch64_msvc"
785
version = "0.42.2"
786
source = "registry+https://github.com/rust-lang/crates.io-index"
787
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
788
789
[[package]]
790
+
name = "windows_aarch64_msvc"
791
+
version = "0.48.0"
792
+
source = "registry+https://github.com/rust-lang/crates.io-index"
793
+
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
794
+
795
+
[[package]]
796
name = "windows_i686_gnu"
797
version = "0.42.2"
798
source = "registry+https://github.com/rust-lang/crates.io-index"
799
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
800
+
801
+
[[package]]
802
+
name = "windows_i686_gnu"
803
+
version = "0.48.0"
804
+
source = "registry+https://github.com/rust-lang/crates.io-index"
805
+
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
806
807
[[package]]
808
name = "windows_i686_msvc"
···
811
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
812
813
[[package]]
814
+
name = "windows_i686_msvc"
815
+
version = "0.48.0"
816
+
source = "registry+https://github.com/rust-lang/crates.io-index"
817
+
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
818
+
819
+
[[package]]
820
name = "windows_x86_64_gnu"
821
version = "0.42.2"
822
source = "registry+https://github.com/rust-lang/crates.io-index"
823
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
824
825
[[package]]
826
+
name = "windows_x86_64_gnu"
827
+
version = "0.48.0"
828
+
source = "registry+https://github.com/rust-lang/crates.io-index"
829
+
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
830
+
831
+
[[package]]
832
name = "windows_x86_64_gnullvm"
833
version = "0.42.2"
834
source = "registry+https://github.com/rust-lang/crates.io-index"
835
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
836
837
[[package]]
838
+
name = "windows_x86_64_gnullvm"
839
+
version = "0.48.0"
840
+
source = "registry+https://github.com/rust-lang/crates.io-index"
841
+
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
842
+
843
+
[[package]]
844
name = "windows_x86_64_msvc"
845
version = "0.42.2"
846
source = "registry+https://github.com/rust-lang/crates.io-index"
847
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
848
+
849
+
[[package]]
850
+
name = "windows_x86_64_msvc"
851
+
version = "0.48.0"
852
+
source = "registry+https://github.com/rust-lang/crates.io-index"
853
+
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
+11
-5
pkgs/applications/misc/conceal/default.nix
···
1
-
{ lib, rustPlatform, fetchFromGitHub, installShellFiles, stdenv }:
2
3
rustPlatform.buildRustPackage rec {
4
pname = "conceal";
5
-
version = "0.3.2";
6
7
src = fetchFromGitHub {
8
owner = "TD-Sky";
9
repo = pname;
10
rev = "v${version}";
11
-
sha256 = "NKAp15mm/pH4g3+fPCxI6U8Y4qdAhV9CLkmII76oGrw=";
12
};
13
14
cargoLock = {
···
26
--zsh completions/{cnc/_cnc,conceal/_conceal}
27
'';
28
29
-
# There are no any tests in source project.
30
doCheck = false;
31
0
0
0
0
0
0
32
meta = with lib; {
33
description = "A trash collector written in Rust";
34
homepage = "https://github.com/TD-Sky/conceal";
35
license = licenses.mit;
36
-
maintainers = with maintainers; [ jedsek ];
37
broken = stdenv.isDarwin;
38
};
39
}
···
1
+
{ lib, rustPlatform, fetchFromGitHub, installShellFiles, stdenv, testers, conceal }:
2
3
rustPlatform.buildRustPackage rec {
4
pname = "conceal";
5
+
version = "0.4.1";
6
7
src = fetchFromGitHub {
8
owner = "TD-Sky";
9
repo = pname;
10
rev = "v${version}";
11
+
sha256 = "sha256-zrG4AE8I1nVvEGNvi7tOsqn6yNOqpRmhJzbuJINnJBw=";
12
};
13
14
cargoLock = {
···
26
--zsh completions/{cnc/_cnc,conceal/_conceal}
27
'';
28
29
+
# There are not any tests in source project.
30
doCheck = false;
31
32
+
passthru.tests = testers.testVersion {
33
+
package = conceal;
34
+
command = "conceal --version";
35
+
version = "conceal ${version}";
36
+
};
37
+
38
meta = with lib; {
39
description = "A trash collector written in Rust";
40
homepage = "https://github.com/TD-Sky/conceal";
41
license = licenses.mit;
42
+
maintainers = with maintainers; [ jedsek kashw2 ];
43
broken = stdenv.isDarwin;
44
};
45
}