tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
noaa-apt: 1.3.1 -> 1.4.0
Tobias Markus
2 years ago
6d51f116
12d1034a
+769
-452
2 changed files
expand all
collapse all
unified
split
pkgs
applications
radio
noaa-apt
Cargo.lock
default.nix
+764
-447
pkgs/applications/radio/noaa-apt/Cargo.lock
···
9
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
11
[[package]]
12
-
name = "adler32"
13
-
version = "1.2.0"
14
source = "registry+https://github.com/rust-lang/crates.io-index"
15
-
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
0
0
0
16
17
[[package]]
18
name = "anyhow"
19
-
version = "1.0.43"
20
source = "registry+https://github.com/rust-lang/crates.io-index"
21
-
checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf"
22
23
[[package]]
24
name = "approx"
25
-
version = "0.5.0"
26
source = "registry+https://github.com/rust-lang/crates.io-index"
27
-
checksum = "072df7202e63b127ab55acfe16ce97013d5b97bf160489336d3f1840fd78e99e"
28
dependencies = [
29
"num-traits",
30
]
···
37
38
[[package]]
39
name = "atk"
40
-
version = "0.14.0"
41
source = "registry+https://github.com/rust-lang/crates.io-index"
42
-
checksum = "a83b21d2aa75e464db56225e1bda2dd5993311ba1095acaa8fa03d1ae67026ba"
43
dependencies = [
44
"atk-sys",
45
"bitflags",
···
49
50
[[package]]
51
name = "atk-sys"
52
-
version = "0.14.0"
53
source = "registry+https://github.com/rust-lang/crates.io-index"
54
-
checksum = "badcf670157c84bb8b1cf6b5f70b650fed78da2033c9eed84c4e49b11cbe83ea"
55
dependencies = [
56
"glib-sys",
57
"gobject-sys",
···
72
73
[[package]]
74
name = "autocfg"
75
-
version = "1.0.1"
76
source = "registry+https://github.com/rust-lang/crates.io-index"
77
-
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
78
79
[[package]]
80
name = "base64"
81
-
version = "0.13.0"
82
source = "registry+https://github.com/rust-lang/crates.io-index"
83
-
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
0
0
0
0
0
0
84
85
[[package]]
86
name = "bitflags"
···
90
91
[[package]]
92
name = "bumpalo"
93
-
version = "3.7.0"
94
source = "registry+https://github.com/rust-lang/crates.io-index"
95
-
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
96
97
[[package]]
98
name = "bytemuck"
99
-
version = "1.7.2"
100
source = "registry+https://github.com/rust-lang/crates.io-index"
101
-
checksum = "72957246c41db82b8ef88a5486143830adeb8227ef9837740bdec67724cf2c5b"
102
103
[[package]]
104
name = "byteorder"
···
108
109
[[package]]
110
name = "bytes"
111
-
version = "1.1.0"
112
source = "registry+https://github.com/rust-lang/crates.io-index"
113
-
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
114
115
[[package]]
116
name = "cairo-rs"
117
-
version = "0.14.3"
118
source = "registry+https://github.com/rust-lang/crates.io-index"
119
-
checksum = "f859ade407c19810ae920b4fafab92189ed312adad490d08fb16b5f49f1e2207"
120
dependencies = [
121
"bitflags",
122
"cairo-sys-rs",
123
"glib",
124
"libc",
0
125
"thiserror",
126
]
127
128
[[package]]
129
name = "cairo-sys-rs"
130
-
version = "0.14.0"
131
source = "registry+https://github.com/rust-lang/crates.io-index"
132
-
checksum = "d7c9c3928781e8a017ece15eace05230f04b647457d170d2d9641c94a444ff80"
133
dependencies = [
134
"glib-sys",
135
"libc",
···
138
139
[[package]]
140
name = "cc"
141
-
version = "1.0.70"
142
source = "registry+https://github.com/rust-lang/crates.io-index"
143
-
checksum = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0"
144
145
[[package]]
146
name = "cfg-expr"
147
-
version = "0.8.1"
148
source = "registry+https://github.com/rust-lang/crates.io-index"
149
-
checksum = "b412e83326147c2bb881f8b40edfbf9905b9b8abaebd0e47ca190ba62fda8f0e"
150
dependencies = [
151
"smallvec",
152
]
···
159
160
[[package]]
161
name = "chrono"
162
-
version = "0.4.19"
163
source = "registry+https://github.com/rust-lang/crates.io-index"
164
-
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
165
dependencies = [
166
-
"libc",
0
167
"num-integer",
168
"num-traits",
169
-
"time",
0
170
"winapi",
171
]
172
173
[[package]]
0
0
0
0
0
0
0
0
0
0
174
name = "color_quant"
175
version = "1.1.0"
176
source = "registry+https://github.com/rust-lang/crates.io-index"
···
178
179
[[package]]
180
name = "colored"
181
-
version = "1.9.3"
182
source = "registry+https://github.com/rust-lang/crates.io-index"
183
-
checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
184
dependencies = [
185
"atty",
186
"lazy_static",
···
189
190
[[package]]
191
name = "core-foundation"
192
-
version = "0.9.1"
193
source = "registry+https://github.com/rust-lang/crates.io-index"
194
-
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
195
dependencies = [
196
"core-foundation-sys",
197
"libc",
···
199
200
[[package]]
201
name = "core-foundation-sys"
202
-
version = "0.8.2"
203
source = "registry+https://github.com/rust-lang/crates.io-index"
204
-
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
205
206
[[package]]
207
name = "crc32fast"
208
-
version = "1.2.1"
209
source = "registry+https://github.com/rust-lang/crates.io-index"
210
-
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
211
dependencies = [
212
"cfg-if",
213
]
214
215
[[package]]
216
name = "crossbeam-channel"
217
-
version = "0.5.1"
218
source = "registry+https://github.com/rust-lang/crates.io-index"
219
-
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
220
dependencies = [
221
"cfg-if",
222
"crossbeam-utils",
···
224
225
[[package]]
226
name = "crossbeam-deque"
227
-
version = "0.8.1"
228
source = "registry+https://github.com/rust-lang/crates.io-index"
229
-
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
230
dependencies = [
231
"cfg-if",
232
"crossbeam-epoch",
···
235
236
[[package]]
237
name = "crossbeam-epoch"
238
-
version = "0.9.5"
239
source = "registry+https://github.com/rust-lang/crates.io-index"
240
-
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
241
dependencies = [
0
242
"cfg-if",
243
"crossbeam-utils",
244
-
"lazy_static",
245
"memoffset",
246
"scopeguard",
247
]
248
249
[[package]]
250
name = "crossbeam-utils"
251
-
version = "0.8.5"
252
source = "registry+https://github.com/rust-lang/crates.io-index"
253
-
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
254
dependencies = [
255
"cfg-if",
256
-
"lazy_static",
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
257
]
258
259
[[package]]
260
-
name = "dbase"
261
-
version = "0.2.0"
0
0
0
0
0
0
262
source = "registry+https://github.com/rust-lang/crates.io-index"
263
-
checksum = "59e54631a3a0c92273703fa4aa691ab79e15d8506862c8086feeb48907a64a36"
264
dependencies = [
265
-
"byteorder",
266
-
"chrono",
0
267
]
268
269
[[package]]
270
-
name = "deflate"
271
-
version = "0.8.6"
272
source = "registry+https://github.com/rust-lang/crates.io-index"
273
-
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
274
dependencies = [
275
-
"adler32",
276
"byteorder",
0
277
]
278
279
[[package]]
280
name = "directories"
281
-
version = "3.0.2"
282
source = "registry+https://github.com/rust-lang/crates.io-index"
283
-
checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"
284
dependencies = [
285
"dirs-sys",
286
]
287
288
[[package]]
289
name = "dirs-sys"
290
-
version = "0.3.6"
291
source = "registry+https://github.com/rust-lang/crates.io-index"
292
-
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
293
dependencies = [
294
"libc",
295
"redox_users",
···
298
299
[[package]]
300
name = "either"
301
-
version = "1.6.1"
302
source = "registry+https://github.com/rust-lang/crates.io-index"
303
-
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
304
305
[[package]]
306
name = "encoding_rs"
307
-
version = "0.8.28"
308
source = "registry+https://github.com/rust-lang/crates.io-index"
309
-
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
310
dependencies = [
311
"cfg-if",
312
]
313
314
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
315
name = "field-offset"
316
version = "0.3.4"
317
source = "registry+https://github.com/rust-lang/crates.io-index"
···
323
324
[[package]]
325
name = "filetime"
326
-
version = "0.2.15"
327
source = "registry+https://github.com/rust-lang/crates.io-index"
328
-
checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
329
dependencies = [
330
"cfg-if",
331
"libc",
332
"redox_syscall",
333
-
"winapi",
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
334
]
335
336
[[package]]
···
356
357
[[package]]
358
name = "form_urlencoded"
359
-
version = "1.0.1"
360
source = "registry+https://github.com/rust-lang/crates.io-index"
361
-
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
362
dependencies = [
363
-
"matches",
364
"percent-encoding",
365
]
366
367
[[package]]
368
name = "futures-channel"
369
-
version = "0.3.17"
370
source = "registry+https://github.com/rust-lang/crates.io-index"
371
-
checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
372
dependencies = [
373
"futures-core",
374
]
375
376
[[package]]
377
name = "futures-core"
378
-
version = "0.3.17"
379
source = "registry+https://github.com/rust-lang/crates.io-index"
380
-
checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
381
382
[[package]]
383
name = "futures-executor"
384
-
version = "0.3.17"
385
source = "registry+https://github.com/rust-lang/crates.io-index"
386
-
checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
387
dependencies = [
388
"futures-core",
389
"futures-task",
···
392
393
[[package]]
394
name = "futures-io"
395
-
version = "0.3.17"
396
source = "registry+https://github.com/rust-lang/crates.io-index"
397
-
checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"
0
0
0
0
0
0
0
0
0
0
0
398
399
[[package]]
400
name = "futures-sink"
401
-
version = "0.3.17"
402
source = "registry+https://github.com/rust-lang/crates.io-index"
403
-
checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"
404
405
[[package]]
406
name = "futures-task"
407
-
version = "0.3.17"
408
source = "registry+https://github.com/rust-lang/crates.io-index"
409
-
checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
410
411
[[package]]
412
name = "futures-util"
413
-
version = "0.3.17"
414
source = "registry+https://github.com/rust-lang/crates.io-index"
415
-
checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
416
dependencies = [
417
-
"autocfg",
418
"futures-core",
419
"futures-io",
0
420
"futures-task",
421
"memchr",
422
"pin-project-lite",
···
426
427
[[package]]
428
name = "gcd"
429
-
version = "2.0.1"
430
source = "registry+https://github.com/rust-lang/crates.io-index"
431
-
checksum = "1c7cd301bf2ab11ae4e5bdfd79c221d97a25e46c089144a62ee9d09cb32d2b92"
0
0
0
432
433
[[package]]
434
name = "gdk"
435
-
version = "0.14.2"
436
source = "registry+https://github.com/rust-lang/crates.io-index"
437
-
checksum = "a453eae5ec10345b3a96ca1b547328bfc94edd40aa95b08f14bb4c35863db140"
438
dependencies = [
439
"bitflags",
440
"cairo-rs",
···
448
449
[[package]]
450
name = "gdk-pixbuf"
451
-
version = "0.14.0"
452
source = "registry+https://github.com/rust-lang/crates.io-index"
453
-
checksum = "534192cb8f01daeb8fab2c8d4baa8f9aae5b7a39130525779f5c2608e235b10f"
454
dependencies = [
0
455
"gdk-pixbuf-sys",
456
"gio",
457
"glib",
···
460
461
[[package]]
462
name = "gdk-pixbuf-sys"
463
-
version = "0.14.0"
464
source = "registry+https://github.com/rust-lang/crates.io-index"
465
-
checksum = "f097c0704201fbc8f69c1762dc58c6947c8bb188b8ed0bc7e65259f1894fe590"
466
dependencies = [
467
"gio-sys",
468
"glib-sys",
···
473
474
[[package]]
475
name = "gdk-sys"
476
-
version = "0.14.0"
477
source = "registry+https://github.com/rust-lang/crates.io-index"
478
-
checksum = "0e091b3d3d6696949ac3b3fb3c62090e5bfd7bd6850bef5c3c5ea701de1b1f1e"
479
dependencies = [
480
"cairo-sys-rs",
481
"gdk-pixbuf-sys",
···
490
491
[[package]]
492
name = "getrandom"
493
-
version = "0.2.3"
494
source = "registry+https://github.com/rust-lang/crates.io-index"
495
-
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
496
dependencies = [
497
"cfg-if",
0
498
"libc",
499
-
"wasi",
0
500
]
501
502
[[package]]
503
name = "gif"
504
-
version = "0.11.2"
505
source = "registry+https://github.com/rust-lang/crates.io-index"
506
-
checksum = "5a668f699973d0f573d15749b7002a9ac9e1f9c6b220e7b165601334c173d8de"
507
dependencies = [
508
"color_quant",
509
"weezl",
···
511
512
[[package]]
513
name = "gio"
514
-
version = "0.14.5"
515
source = "registry+https://github.com/rust-lang/crates.io-index"
516
-
checksum = "81a4c12fcba7a6402ae843a0085ec16d3658a87901763b6a7f0a7c5d60e555a5"
517
dependencies = [
518
"bitflags",
519
"futures-channel",
520
"futures-core",
521
"futures-io",
0
522
"gio-sys",
523
"glib",
524
"libc",
525
"once_cell",
0
0
526
"thiserror",
527
]
528
529
[[package]]
530
name = "gio-sys"
531
-
version = "0.14.0"
532
source = "registry+https://github.com/rust-lang/crates.io-index"
533
-
checksum = "c0a41df66e57fcc287c4bcf74fc26b884f31901ea9792ec75607289b456f48fa"
534
dependencies = [
535
"glib-sys",
536
"gobject-sys",
···
541
542
[[package]]
543
name = "glib"
544
-
version = "0.14.5"
545
source = "registry+https://github.com/rust-lang/crates.io-index"
546
-
checksum = "d4a930b7208e6e0ab839eea5f65ac2b82109f729621430d47fe905e2e09d33f4"
547
dependencies = [
548
"bitflags",
549
"futures-channel",
550
"futures-core",
551
"futures-executor",
552
"futures-task",
0
0
553
"glib-macros",
554
"glib-sys",
555
"gobject-sys",
556
"libc",
557
"once_cell",
558
"smallvec",
0
559
]
560
561
[[package]]
562
name = "glib-macros"
563
-
version = "0.14.1"
564
source = "registry+https://github.com/rust-lang/crates.io-index"
565
-
checksum = "2aad66361f66796bfc73f530c51ef123970eb895ffba991a234fcf7bea89e518"
566
dependencies = [
567
"anyhow",
568
"heck",
···
575
576
[[package]]
577
name = "glib-sys"
578
-
version = "0.14.0"
579
source = "registry+https://github.com/rust-lang/crates.io-index"
580
-
checksum = "1c1d60554a212445e2a858e42a0e48cece1bd57b311a19a9468f70376cf554ae"
581
dependencies = [
582
"libc",
583
"system-deps",
···
585
586
[[package]]
587
name = "gobject-sys"
588
-
version = "0.14.0"
589
source = "registry+https://github.com/rust-lang/crates.io-index"
590
-
checksum = "aa92cae29759dae34ab5921d73fff5ad54b3d794ab842c117e36cafc7994c3f5"
591
dependencies = [
592
"glib-sys",
593
"libc",
···
596
597
[[package]]
598
name = "gtk"
599
-
version = "0.14.1"
600
source = "registry+https://github.com/rust-lang/crates.io-index"
601
-
checksum = "6603bb79ded6ac6f3bac203794383afa8b1d6a8656d34a93a88f0b22826cd46c"
602
dependencies = [
603
"atk",
604
"bitflags",
···
619
620
[[package]]
621
name = "gtk-sys"
622
-
version = "0.14.0"
623
source = "registry+https://github.com/rust-lang/crates.io-index"
624
-
checksum = "8c14c8d3da0545785a7c5a120345b3abb534010fb8ae0f2ef3f47c027fba303e"
625
dependencies = [
626
"atk-sys",
627
"cairo-sys-rs",
···
637
638
[[package]]
639
name = "gtk3-macros"
640
-
version = "0.14.0"
641
source = "registry+https://github.com/rust-lang/crates.io-index"
642
-
checksum = "21de1da96dc117443fb03c2e270b2d34b7de98d0a79a19bbb689476173745b79"
643
dependencies = [
644
"anyhow",
645
-
"heck",
646
"proc-macro-crate",
647
"proc-macro-error",
648
"proc-macro2",
···
652
653
[[package]]
654
name = "h2"
655
-
version = "0.3.4"
656
source = "registry+https://github.com/rust-lang/crates.io-index"
657
-
checksum = "d7f3675cfef6a30c8031cf9e6493ebdc3bb3272a3fea3923c4210d1830e6a472"
658
dependencies = [
659
"bytes",
660
"fnv",
···
670
]
671
672
[[package]]
0
0
0
0
0
0
0
0
0
673
name = "hashbrown"
674
-
version = "0.11.2"
675
source = "registry+https://github.com/rust-lang/crates.io-index"
676
-
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
677
678
[[package]]
679
name = "heck"
680
-
version = "0.3.3"
681
source = "registry+https://github.com/rust-lang/crates.io-index"
682
-
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
683
-
dependencies = [
684
-
"unicode-segmentation",
685
-
]
686
687
[[package]]
688
name = "hermit-abi"
···
695
696
[[package]]
697
name = "hound"
698
-
version = "3.4.0"
699
source = "registry+https://github.com/rust-lang/crates.io-index"
700
-
checksum = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549"
701
702
[[package]]
703
name = "http"
704
-
version = "0.2.4"
705
source = "registry+https://github.com/rust-lang/crates.io-index"
706
-
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
707
dependencies = [
708
"bytes",
709
"fnv",
···
712
713
[[package]]
714
name = "http-body"
715
-
version = "0.4.3"
716
source = "registry+https://github.com/rust-lang/crates.io-index"
717
-
checksum = "399c583b2979440c60be0821a6199eca73bc3c8dcd9d070d75ac726e2c6186e5"
718
dependencies = [
719
"bytes",
720
"http",
···
723
724
[[package]]
725
name = "httparse"
726
-
version = "1.5.1"
727
source = "registry+https://github.com/rust-lang/crates.io-index"
728
-
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
729
730
[[package]]
731
name = "httpdate"
732
-
version = "1.0.1"
733
source = "registry+https://github.com/rust-lang/crates.io-index"
734
-
checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
735
736
[[package]]
737
name = "hyper"
738
-
version = "0.14.12"
739
source = "registry+https://github.com/rust-lang/crates.io-index"
740
-
checksum = "13f67199e765030fa08fe0bd581af683f0d5bc04ea09c2b1102012c5fb90e7fd"
741
dependencies = [
742
"bytes",
743
"futures-channel",
···
771
]
772
773
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
774
name = "idna"
775
-
version = "0.2.3"
776
source = "registry+https://github.com/rust-lang/crates.io-index"
777
-
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
778
dependencies = [
779
-
"matches",
780
"unicode-bidi",
781
"unicode-normalization",
782
]
783
784
[[package]]
785
name = "image"
786
-
version = "0.23.14"
787
source = "registry+https://github.com/rust-lang/crates.io-index"
788
-
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
789
dependencies = [
790
"bytemuck",
791
"byteorder",
792
"color_quant",
0
793
"gif",
794
"jpeg-decoder",
795
-
"num-iter",
796
"num-rational",
797
"num-traits",
798
"png",
···
802
803
[[package]]
804
name = "indexmap"
805
-
version = "1.7.0"
806
source = "registry+https://github.com/rust-lang/crates.io-index"
807
-
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
808
dependencies = [
809
"autocfg",
810
"hashbrown",
811
]
812
813
[[package]]
814
-
name = "ipnet"
815
-
version = "2.3.1"
816
source = "registry+https://github.com/rust-lang/crates.io-index"
817
-
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
0
0
0
818
819
[[package]]
820
-
name = "itertools"
821
-
version = "0.10.1"
822
source = "registry+https://github.com/rust-lang/crates.io-index"
823
-
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
824
-
dependencies = [
825
-
"either",
826
-
]
827
828
[[package]]
829
name = "itoa"
830
-
version = "0.4.8"
831
source = "registry+https://github.com/rust-lang/crates.io-index"
832
-
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
833
834
[[package]]
835
name = "jpeg-decoder"
836
-
version = "0.1.22"
837
source = "registry+https://github.com/rust-lang/crates.io-index"
838
-
checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
839
dependencies = [
840
"rayon",
841
]
842
843
[[package]]
844
name = "js-sys"
845
-
version = "0.3.54"
846
source = "registry+https://github.com/rust-lang/crates.io-index"
847
-
checksum = "1866b355d9c878e5e607473cbe3f63282c0b7aad2db1dbebf55076c686918254"
848
dependencies = [
849
"wasm-bindgen",
850
]
···
862
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
863
864
[[package]]
0
0
0
0
0
0
865
name = "libc"
866
-
version = "0.2.101"
867
source = "registry+https://github.com/rust-lang/crates.io-index"
868
-
checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
869
870
[[package]]
871
name = "line_drawing"
···
877
]
878
879
[[package]]
880
-
name = "log"
881
-
version = "0.4.14"
882
source = "registry+https://github.com/rust-lang/crates.io-index"
883
-
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
884
dependencies = [
885
-
"cfg-if",
886
]
887
888
[[package]]
889
-
name = "matches"
890
-
version = "0.1.9"
891
source = "registry+https://github.com/rust-lang/crates.io-index"
892
-
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
0
0
0
0
0
0
0
0
0
0
0
0
0
893
894
[[package]]
895
name = "memchr"
896
-
version = "2.4.1"
897
source = "registry+https://github.com/rust-lang/crates.io-index"
898
-
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
899
900
[[package]]
901
name = "memoffset"
902
-
version = "0.6.4"
903
source = "registry+https://github.com/rust-lang/crates.io-index"
904
-
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
905
dependencies = [
906
"autocfg",
907
]
···
914
915
[[package]]
916
name = "miniz_oxide"
917
-
version = "0.3.7"
918
source = "registry+https://github.com/rust-lang/crates.io-index"
919
-
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
920
dependencies = [
921
-
"adler32",
922
]
923
924
[[package]]
925
name = "miniz_oxide"
926
-
version = "0.4.4"
927
source = "registry+https://github.com/rust-lang/crates.io-index"
928
-
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
929
dependencies = [
930
"adler",
931
-
"autocfg",
932
]
933
934
[[package]]
935
name = "mio"
936
-
version = "0.7.13"
937
source = "registry+https://github.com/rust-lang/crates.io-index"
938
-
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
939
dependencies = [
940
"libc",
941
"log",
942
-
"miow",
943
-
"ntapi",
944
-
"winapi",
945
]
946
947
[[package]]
948
-
name = "miow"
949
-
version = "0.3.7"
950
source = "registry+https://github.com/rust-lang/crates.io-index"
951
-
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
952
dependencies = [
953
-
"winapi",
954
]
955
956
[[package]]
957
name = "native-tls"
958
-
version = "0.2.8"
959
source = "registry+https://github.com/rust-lang/crates.io-index"
960
-
checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d"
961
dependencies = [
962
"lazy_static",
963
"libc",
···
973
974
[[package]]
975
name = "noaa-apt"
976
-
version = "1.3.1"
977
dependencies = [
978
"approx",
979
"argparse",
···
995
"reqwest",
996
"rustfft",
997
"satellite",
998
-
"semver 1.0.4",
999
"serde",
1000
"serde_json",
1001
"shapefile",
···
1005
]
1006
1007
[[package]]
1008
-
name = "ntapi"
1009
-
version = "0.3.6"
1010
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1011
-
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
1012
-
dependencies = [
1013
-
"winapi",
1014
-
]
1015
-
1016
-
[[package]]
1017
name = "num-complex"
1018
-
version = "0.4.0"
1019
source = "registry+https://github.com/rust-lang/crates.io-index"
1020
-
checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"
1021
dependencies = [
1022
"num-traits",
1023
]
1024
1025
[[package]]
1026
name = "num-integer"
1027
-
version = "0.1.44"
1028
source = "registry+https://github.com/rust-lang/crates.io-index"
1029
-
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
1030
dependencies = [
1031
"autocfg",
1032
"num-traits",
1033
]
1034
1035
[[package]]
1036
-
name = "num-iter"
1037
-
version = "0.1.42"
1038
source = "registry+https://github.com/rust-lang/crates.io-index"
1039
-
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
1040
dependencies = [
1041
"autocfg",
1042
"num-integer",
···
1044
]
1045
1046
[[package]]
1047
-
name = "num-rational"
1048
-
version = "0.3.2"
1049
source = "registry+https://github.com/rust-lang/crates.io-index"
1050
-
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
1051
dependencies = [
1052
"autocfg",
1053
-
"num-integer",
1054
-
"num-traits",
1055
]
1056
1057
[[package]]
1058
-
name = "num-traits"
1059
-
version = "0.2.14"
1060
source = "registry+https://github.com/rust-lang/crates.io-index"
1061
-
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
1062
dependencies = [
1063
-
"autocfg",
0
1064
]
1065
1066
[[package]]
1067
-
name = "num_cpus"
1068
-
version = "1.13.0"
1069
source = "registry+https://github.com/rust-lang/crates.io-index"
1070
-
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
1071
dependencies = [
1072
-
"hermit-abi",
1073
"libc",
1074
]
1075
1076
[[package]]
1077
name = "once_cell"
1078
-
version = "1.8.0"
1079
source = "registry+https://github.com/rust-lang/crates.io-index"
1080
-
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
1081
1082
[[package]]
1083
name = "openssl"
1084
-
version = "0.10.36"
1085
source = "registry+https://github.com/rust-lang/crates.io-index"
1086
-
checksum = "8d9facdb76fec0b73c406f125d44d86fdad818d66fef0531eec9233ca425ff4a"
1087
dependencies = [
1088
"bitflags",
1089
"cfg-if",
1090
"foreign-types",
1091
"libc",
1092
"once_cell",
0
1093
"openssl-sys",
1094
]
1095
1096
[[package]]
0
0
0
0
0
0
0
0
0
0
0
1097
name = "openssl-probe"
1098
-
version = "0.1.4"
1099
source = "registry+https://github.com/rust-lang/crates.io-index"
1100
-
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
1101
1102
[[package]]
1103
name = "openssl-src"
1104
-
version = "111.16.0+1.1.1l"
1105
source = "registry+https://github.com/rust-lang/crates.io-index"
1106
-
checksum = "7ab2173f69416cf3ec12debb5823d244127d23a9b127d5a5189aa97c5fa2859f"
1107
dependencies = [
1108
"cc",
1109
]
1110
1111
[[package]]
1112
name = "openssl-sys"
1113
-
version = "0.9.66"
1114
source = "registry+https://github.com/rust-lang/crates.io-index"
1115
-
checksum = "1996d2d305e561b70d1ee0c53f1542833f4e1ac6ce9a6708b6ff2738ca67dc82"
1116
dependencies = [
1117
"autocfg",
1118
"cc",
···
1124
1125
[[package]]
1126
name = "pango"
1127
-
version = "0.14.3"
1128
source = "registry+https://github.com/rust-lang/crates.io-index"
1129
-
checksum = "e1fc88307d9797976ea62722ff2ec5de3fae279c6e20100ed3f49ca1a4bf3f96"
1130
dependencies = [
1131
"bitflags",
0
1132
"glib",
1133
"libc",
1134
"once_cell",
···
1137
1138
[[package]]
1139
name = "pango-sys"
1140
-
version = "0.14.0"
1141
source = "registry+https://github.com/rust-lang/crates.io-index"
1142
-
checksum = "2367099ca5e761546ba1d501955079f097caa186bb53ce0f718dca99ac1942fe"
1143
dependencies = [
1144
"glib-sys",
1145
"gobject-sys",
···
1148
]
1149
1150
[[package]]
0
0
0
0
0
0
1151
name = "percent-encoding"
1152
-
version = "2.1.0"
1153
source = "registry+https://github.com/rust-lang/crates.io-index"
1154
-
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
1155
1156
[[package]]
1157
name = "pest"
1158
-
version = "2.1.3"
1159
source = "registry+https://github.com/rust-lang/crates.io-index"
1160
-
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
1161
dependencies = [
0
1162
"ucd-trie",
1163
]
1164
1165
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1166
name = "pin-project-lite"
1167
-
version = "0.2.7"
1168
source = "registry+https://github.com/rust-lang/crates.io-index"
1169
-
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
1170
1171
[[package]]
1172
name = "pin-utils"
···
1176
1177
[[package]]
1178
name = "pkg-config"
1179
-
version = "0.3.19"
1180
source = "registry+https://github.com/rust-lang/crates.io-index"
1181
-
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
1182
1183
[[package]]
1184
name = "png"
1185
-
version = "0.16.8"
1186
source = "registry+https://github.com/rust-lang/crates.io-index"
1187
-
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
1188
dependencies = [
1189
"bitflags",
1190
"crc32fast",
1191
-
"deflate",
1192
-
"miniz_oxide 0.3.7",
1193
]
1194
1195
[[package]]
1196
-
name = "ppv-lite86"
1197
-
version = "0.2.10"
1198
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1199
-
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
1200
-
1201
-
[[package]]
1202
name = "primal-check"
1203
-
version = "0.3.1"
1204
source = "registry+https://github.com/rust-lang/crates.io-index"
1205
-
checksum = "01419cee72c1a1ca944554e23d83e483e1bccf378753344e881de28b5487511d"
1206
dependencies = [
1207
"num-integer",
1208
]
1209
1210
[[package]]
1211
name = "proc-macro-crate"
1212
-
version = "1.0.0"
1213
source = "registry+https://github.com/rust-lang/crates.io-index"
1214
-
checksum = "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92"
1215
dependencies = [
0
1216
"thiserror",
1217
"toml",
1218
]
···
1243
1244
[[package]]
1245
name = "proc-macro2"
1246
-
version = "1.0.29"
1247
source = "registry+https://github.com/rust-lang/crates.io-index"
1248
-
checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
1249
dependencies = [
1250
-
"unicode-xid",
1251
]
1252
1253
[[package]]
1254
name = "quote"
1255
-
version = "1.0.9"
1256
source = "registry+https://github.com/rust-lang/crates.io-index"
1257
-
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
1258
dependencies = [
1259
"proc-macro2",
1260
]
1261
1262
[[package]]
1263
-
name = "rand"
1264
-
version = "0.8.4"
1265
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1266
-
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
1267
-
dependencies = [
1268
-
"libc",
1269
-
"rand_chacha",
1270
-
"rand_core",
1271
-
"rand_hc",
1272
-
]
1273
-
1274
-
[[package]]
1275
-
name = "rand_chacha"
1276
-
version = "0.3.1"
1277
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1278
-
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1279
-
dependencies = [
1280
-
"ppv-lite86",
1281
-
"rand_core",
1282
-
]
1283
-
1284
-
[[package]]
1285
-
name = "rand_core"
1286
-
version = "0.6.3"
1287
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1288
-
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
1289
-
dependencies = [
1290
-
"getrandom",
1291
-
]
1292
-
1293
-
[[package]]
1294
-
name = "rand_hc"
1295
-
version = "0.3.1"
1296
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1297
-
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
1298
-
dependencies = [
1299
-
"rand_core",
1300
-
]
1301
-
1302
-
[[package]]
1303
name = "rayon"
1304
-
version = "1.5.1"
1305
source = "registry+https://github.com/rust-lang/crates.io-index"
1306
-
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
1307
dependencies = [
1308
"autocfg",
1309
"crossbeam-deque",
···
1313
1314
[[package]]
1315
name = "rayon-core"
1316
-
version = "1.9.1"
1317
source = "registry+https://github.com/rust-lang/crates.io-index"
1318
-
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
1319
dependencies = [
1320
"crossbeam-channel",
1321
"crossbeam-deque",
1322
"crossbeam-utils",
1323
-
"lazy_static",
1324
"num_cpus",
1325
]
1326
1327
[[package]]
1328
name = "redox_syscall"
1329
-
version = "0.2.10"
1330
source = "registry+https://github.com/rust-lang/crates.io-index"
1331
-
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
1332
dependencies = [
1333
"bitflags",
1334
]
1335
1336
[[package]]
1337
name = "redox_users"
1338
-
version = "0.4.0"
1339
source = "registry+https://github.com/rust-lang/crates.io-index"
1340
-
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
1341
dependencies = [
1342
"getrandom",
1343
"redox_syscall",
0
1344
]
1345
1346
[[package]]
···
1354
1355
[[package]]
1356
name = "reqwest"
1357
-
version = "0.11.4"
1358
source = "registry+https://github.com/rust-lang/crates.io-index"
1359
-
checksum = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22"
1360
dependencies = [
1361
"base64",
1362
"bytes",
1363
"encoding_rs",
1364
"futures-core",
1365
"futures-util",
0
1366
"http",
1367
"http-body",
1368
"hyper",
1369
"hyper-tls",
1370
"ipnet",
1371
"js-sys",
1372
-
"lazy_static",
1373
"log",
1374
"mime",
1375
"native-tls",
0
1376
"percent-encoding",
1377
"pin-project-lite",
1378
"serde",
0
1379
"serde_urlencoded",
1380
"tokio",
1381
"tokio-native-tls",
0
1382
"url",
1383
"wasm-bindgen",
1384
"wasm-bindgen-futures",
···
1411
1412
[[package]]
1413
name = "ryu"
1414
-
version = "1.0.5"
1415
source = "registry+https://github.com/rust-lang/crates.io-index"
1416
-
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
1417
1418
[[package]]
1419
name = "satellite"
···
1425
1426
[[package]]
1427
name = "schannel"
1428
-
version = "0.1.19"
1429
source = "registry+https://github.com/rust-lang/crates.io-index"
1430
-
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
1431
dependencies = [
1432
"lazy_static",
1433
-
"winapi",
1434
]
1435
1436
[[package]]
···
1446
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1447
1448
[[package]]
0
0
0
0
0
0
1449
name = "security-framework"
1450
-
version = "2.4.2"
1451
source = "registry+https://github.com/rust-lang/crates.io-index"
1452
-
checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87"
1453
dependencies = [
1454
"bitflags",
1455
"core-foundation",
···
1460
1461
[[package]]
1462
name = "security-framework-sys"
1463
-
version = "2.4.2"
1464
source = "registry+https://github.com/rust-lang/crates.io-index"
1465
-
checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e"
1466
dependencies = [
1467
"core-foundation-sys",
1468
"libc",
···
1479
1480
[[package]]
1481
name = "semver"
1482
-
version = "1.0.4"
1483
source = "registry+https://github.com/rust-lang/crates.io-index"
1484
-
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
1485
1486
[[package]]
1487
name = "semver-parser"
···
1494
1495
[[package]]
1496
name = "serde"
1497
-
version = "1.0.130"
1498
source = "registry+https://github.com/rust-lang/crates.io-index"
1499
-
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
1500
dependencies = [
1501
"serde_derive",
1502
]
1503
1504
[[package]]
1505
name = "serde_derive"
1506
-
version = "1.0.130"
1507
source = "registry+https://github.com/rust-lang/crates.io-index"
1508
-
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
1509
dependencies = [
1510
"proc-macro2",
1511
"quote",
···
1514
1515
[[package]]
1516
name = "serde_json"
1517
-
version = "1.0.67"
1518
source = "registry+https://github.com/rust-lang/crates.io-index"
1519
-
checksum = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950"
1520
dependencies = [
1521
"itoa",
1522
"ryu",
···
1525
1526
[[package]]
1527
name = "serde_urlencoded"
1528
-
version = "0.7.0"
1529
source = "registry+https://github.com/rust-lang/crates.io-index"
1530
-
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
1531
dependencies = [
1532
"form_urlencoded",
1533
"itoa",
···
1547
1548
[[package]]
1549
name = "simple_logger"
1550
-
version = "1.13.0"
1551
source = "registry+https://github.com/rust-lang/crates.io-index"
1552
-
checksum = "b7de33c687404ec3045d4a0d437580455257c0436f858d702f244e7d652f9f07"
1553
dependencies = [
1554
"atty",
1555
-
"chrono",
1556
"colored",
1557
"log",
0
1558
"winapi",
1559
]
1560
1561
[[package]]
1562
name = "slab"
1563
-
version = "0.4.4"
1564
source = "registry+https://github.com/rust-lang/crates.io-index"
1565
-
checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590"
0
0
0
1566
1567
[[package]]
1568
name = "smallvec"
1569
-
version = "1.6.1"
1570
source = "registry+https://github.com/rust-lang/crates.io-index"
1571
-
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
1572
1573
[[package]]
1574
name = "socket2"
1575
-
version = "0.4.1"
1576
source = "registry+https://github.com/rust-lang/crates.io-index"
1577
-
checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
1578
dependencies = [
1579
"libc",
1580
"winapi",
1581
]
1582
1583
[[package]]
0
0
0
0
0
0
0
0
0
1584
name = "strength_reduce"
1585
version = "0.2.3"
1586
source = "registry+https://github.com/rust-lang/crates.io-index"
1587
checksum = "a3ff2f71c82567c565ba4b3009a9350a96a7269eaa4001ebedae926230bc2254"
1588
1589
[[package]]
1590
-
name = "strum"
1591
-
version = "0.21.0"
1592
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1593
-
checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
1594
-
1595
-
[[package]]
1596
-
name = "strum_macros"
1597
-
version = "0.21.1"
1598
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1599
-
checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
1600
-
dependencies = [
1601
-
"heck",
1602
-
"proc-macro2",
1603
-
"quote",
1604
-
"syn",
1605
-
]
1606
-
1607
-
[[package]]
1608
name = "syn"
1609
-
version = "1.0.76"
1610
source = "registry+https://github.com/rust-lang/crates.io-index"
1611
-
checksum = "c6f107db402c2c2055242dbf4d2af0e69197202e9faacbef9571bbe47f5a1b84"
1612
dependencies = [
1613
"proc-macro2",
1614
"quote",
1615
-
"unicode-xid",
1616
]
1617
1618
[[package]]
1619
name = "system-deps"
1620
-
version = "3.2.0"
1621
source = "registry+https://github.com/rust-lang/crates.io-index"
1622
-
checksum = "480c269f870722b3b08d2f13053ce0c2ab722839f472863c3e2d61ff3a1c2fa6"
1623
dependencies = [
1624
-
"anyhow",
1625
"cfg-expr",
1626
"heck",
1627
-
"itertools",
1628
"pkg-config",
1629
-
"strum",
1630
-
"strum_macros",
1631
-
"thiserror",
1632
"toml",
1633
"version-compare",
1634
]
1635
1636
[[package]]
1637
name = "tempfile"
1638
-
version = "3.2.0"
1639
source = "registry+https://github.com/rust-lang/crates.io-index"
1640
-
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
1641
dependencies = [
1642
"cfg-if",
0
1643
"libc",
1644
-
"rand",
1645
"redox_syscall",
1646
"remove_dir_all",
1647
"winapi",
1648
]
1649
1650
[[package]]
0
0
0
0
0
0
0
0
0
1651
name = "thiserror"
1652
-
version = "1.0.29"
1653
source = "registry+https://github.com/rust-lang/crates.io-index"
1654
-
checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88"
1655
dependencies = [
1656
"thiserror-impl",
1657
]
1658
1659
[[package]]
1660
name = "thiserror-impl"
1661
-
version = "1.0.29"
1662
source = "registry+https://github.com/rust-lang/crates.io-index"
1663
-
checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c"
1664
dependencies = [
1665
"proc-macro2",
1666
"quote",
···
1668
]
1669
1670
[[package]]
0
0
0
0
0
0
0
0
0
1671
name = "tiff"
1672
-
version = "0.6.1"
1673
source = "registry+https://github.com/rust-lang/crates.io-index"
1674
-
checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
1675
dependencies = [
0
1676
"jpeg-decoder",
1677
-
"miniz_oxide 0.4.4",
1678
"weezl",
1679
]
1680
···
1685
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1686
dependencies = [
1687
"libc",
1688
-
"wasi",
1689
"winapi",
1690
]
1691
1692
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1693
name = "tinyvec"
1694
-
version = "1.3.1"
1695
source = "registry+https://github.com/rust-lang/crates.io-index"
1696
-
checksum = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338"
1697
dependencies = [
1698
"tinyvec_macros",
1699
]
···
1706
1707
[[package]]
1708
name = "tokio"
1709
-
version = "1.11.0"
1710
source = "registry+https://github.com/rust-lang/crates.io-index"
1711
-
checksum = "b4efe6fc2395938c8155973d7be49fe8d03a843726e285e100a8a383cc0154ce"
1712
dependencies = [
1713
"autocfg",
1714
"bytes",
···
1717
"mio",
1718
"num_cpus",
1719
"pin-project-lite",
0
1720
"winapi",
1721
]
1722
···
1732
1733
[[package]]
1734
name = "tokio-util"
1735
-
version = "0.6.8"
1736
source = "registry+https://github.com/rust-lang/crates.io-index"
1737
-
checksum = "08d3725d3efa29485e87311c5b699de63cde14b00ed4d256b8318aa30ca452cd"
1738
dependencies = [
1739
"bytes",
1740
"futures-core",
1741
"futures-sink",
1742
-
"log",
1743
"pin-project-lite",
1744
"tokio",
0
1745
]
1746
1747
[[package]]
1748
name = "toml"
1749
-
version = "0.5.8"
1750
source = "registry+https://github.com/rust-lang/crates.io-index"
1751
-
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
1752
dependencies = [
1753
"serde",
1754
]
1755
1756
[[package]]
1757
name = "tower-service"
1758
-
version = "0.3.1"
1759
source = "registry+https://github.com/rust-lang/crates.io-index"
1760
-
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
1761
1762
[[package]]
1763
name = "tracing"
1764
-
version = "0.1.26"
1765
source = "registry+https://github.com/rust-lang/crates.io-index"
1766
-
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
1767
dependencies = [
1768
"cfg-if",
1769
"pin-project-lite",
···
1772
1773
[[package]]
1774
name = "tracing-core"
1775
-
version = "0.1.19"
1776
source = "registry+https://github.com/rust-lang/crates.io-index"
1777
-
checksum = "2ca517f43f0fb96e0c3072ed5c275fe5eece87e8cb52f4a77b69226d3b1c9df8"
1778
dependencies = [
1779
-
"lazy_static",
1780
]
1781
1782
[[package]]
···
1797
1798
[[package]]
1799
name = "ucd-trie"
1800
-
version = "0.1.3"
1801
source = "registry+https://github.com/rust-lang/crates.io-index"
1802
-
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
1803
1804
[[package]]
1805
name = "unicode-bidi"
1806
-
version = "0.3.6"
0
0
0
0
0
0
1807
source = "registry+https://github.com/rust-lang/crates.io-index"
1808
-
checksum = "246f4c42e67e7a4e3c6106ff716a5d067d4132a642840b242e357e468a2a0085"
1809
1810
[[package]]
1811
name = "unicode-normalization"
1812
-
version = "0.1.19"
1813
source = "registry+https://github.com/rust-lang/crates.io-index"
1814
-
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
1815
dependencies = [
1816
"tinyvec",
1817
]
1818
1819
[[package]]
1820
-
name = "unicode-segmentation"
1821
-
version = "1.8.0"
1822
source = "registry+https://github.com/rust-lang/crates.io-index"
1823
-
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
1824
-
1825
-
[[package]]
1826
-
name = "unicode-xid"
1827
-
version = "0.2.2"
1828
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1829
-
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
1830
1831
[[package]]
1832
name = "url"
1833
-
version = "2.2.2"
1834
source = "registry+https://github.com/rust-lang/crates.io-index"
1835
-
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
1836
dependencies = [
1837
"form_urlencoded",
1838
"idna",
1839
-
"matches",
1840
"percent-encoding",
1841
]
1842
···
1848
1849
[[package]]
1850
name = "version-compare"
1851
-
version = "0.0.11"
1852
source = "registry+https://github.com/rust-lang/crates.io-index"
1853
-
checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b"
1854
1855
[[package]]
1856
name = "version_check"
1857
-
version = "0.9.3"
1858
source = "registry+https://github.com/rust-lang/crates.io-index"
1859
-
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
1860
1861
[[package]]
1862
name = "want"
···
1875
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1876
1877
[[package]]
0
0
0
0
0
0
1878
name = "wasm-bindgen"
1879
-
version = "0.2.77"
1880
source = "registry+https://github.com/rust-lang/crates.io-index"
1881
-
checksum = "5e68338db6becec24d3c7977b5bf8a48be992c934b5d07177e3931f5dc9b076c"
1882
dependencies = [
1883
"cfg-if",
1884
-
"serde",
1885
-
"serde_json",
1886
"wasm-bindgen-macro",
1887
]
1888
1889
[[package]]
1890
name = "wasm-bindgen-backend"
1891
-
version = "0.2.77"
1892
source = "registry+https://github.com/rust-lang/crates.io-index"
1893
-
checksum = "f34c405b4f0658583dba0c1c7c9b694f3cac32655db463b56c254a1c75269523"
1894
dependencies = [
1895
"bumpalo",
1896
-
"lazy_static",
1897
"log",
0
1898
"proc-macro2",
1899
"quote",
1900
"syn",
···
1903
1904
[[package]]
1905
name = "wasm-bindgen-futures"
1906
-
version = "0.4.27"
1907
source = "registry+https://github.com/rust-lang/crates.io-index"
1908
-
checksum = "a87d738d4abc4cf22f6eb142f5b9a81301331ee3c767f2fef2fda4e325492060"
1909
dependencies = [
1910
"cfg-if",
1911
"js-sys",
···
1915
1916
[[package]]
1917
name = "wasm-bindgen-macro"
1918
-
version = "0.2.77"
1919
source = "registry+https://github.com/rust-lang/crates.io-index"
1920
-
checksum = "b9d5a6580be83b19dc570a8f9c324251687ab2184e57086f71625feb57ec77c8"
1921
dependencies = [
1922
"quote",
1923
"wasm-bindgen-macro-support",
···
1925
1926
[[package]]
1927
name = "wasm-bindgen-macro-support"
1928
-
version = "0.2.77"
1929
source = "registry+https://github.com/rust-lang/crates.io-index"
1930
-
checksum = "e3775a030dc6f5a0afd8a84981a21cc92a781eb429acef9ecce476d0c9113e92"
1931
dependencies = [
1932
"proc-macro2",
1933
"quote",
···
1938
1939
[[package]]
1940
name = "wasm-bindgen-shared"
1941
-
version = "0.2.77"
1942
source = "registry+https://github.com/rust-lang/crates.io-index"
1943
-
checksum = "c279e376c7a8e8752a8f1eaa35b7b0bee6bb9fb0cdacfa97cc3f1f289c87e2b4"
1944
1945
[[package]]
1946
name = "web-sys"
1947
-
version = "0.3.54"
1948
source = "registry+https://github.com/rust-lang/crates.io-index"
1949
-
checksum = "0a84d70d1ec7d2da2d26a5bd78f4bca1b8c3254805363ce743b7a05bc30d195a"
1950
dependencies = [
1951
"js-sys",
1952
"wasm-bindgen",
···
1954
1955
[[package]]
1956
name = "weezl"
1957
-
version = "0.1.5"
1958
source = "registry+https://github.com/rust-lang/crates.io-index"
1959
-
checksum = "d8b77fdfd5a253be4ab714e4ffa3c49caf146b4de743e97510c0656cf90f1e8e"
1960
1961
[[package]]
1962
name = "winapi"
···
1975
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1976
1977
[[package]]
0
0
0
0
0
0
0
0
0
1978
name = "winapi-x86_64-pc-windows-gnu"
1979
version = "0.4.0"
1980
source = "registry+https://github.com/rust-lang/crates.io-index"
1981
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1982
1983
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1984
name = "winreg"
1985
-
version = "0.7.0"
1986
source = "registry+https://github.com/rust-lang/crates.io-index"
1987
-
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
1988
dependencies = [
1989
"winapi",
1990
]
···
9
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
11
[[package]]
12
+
name = "android_system_properties"
13
+
version = "0.1.5"
14
source = "registry+https://github.com/rust-lang/crates.io-index"
15
+
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
16
+
dependencies = [
17
+
"libc",
18
+
]
19
20
[[package]]
21
name = "anyhow"
22
+
version = "1.0.66"
23
source = "registry+https://github.com/rust-lang/crates.io-index"
24
+
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
25
26
[[package]]
27
name = "approx"
28
+
version = "0.5.1"
29
source = "registry+https://github.com/rust-lang/crates.io-index"
30
+
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
31
dependencies = [
32
"num-traits",
33
]
···
40
41
[[package]]
42
name = "atk"
43
+
version = "0.16.0"
44
source = "registry+https://github.com/rust-lang/crates.io-index"
45
+
checksum = "39991bc421ddf72f70159011b323ff49b0f783cc676a7287c59453da2e2531cf"
46
dependencies = [
47
"atk-sys",
48
"bitflags",
···
52
53
[[package]]
54
name = "atk-sys"
55
+
version = "0.16.0"
56
source = "registry+https://github.com/rust-lang/crates.io-index"
57
+
checksum = "11ad703eb64dc058024f0e57ccfa069e15a413b98dbd50a1a950e743b7f11148"
58
dependencies = [
59
"glib-sys",
60
"gobject-sys",
···
75
76
[[package]]
77
name = "autocfg"
78
+
version = "1.1.0"
79
source = "registry+https://github.com/rust-lang/crates.io-index"
80
+
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
81
82
[[package]]
83
name = "base64"
84
+
version = "0.13.1"
85
source = "registry+https://github.com/rust-lang/crates.io-index"
86
+
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
87
+
88
+
[[package]]
89
+
name = "bit_field"
90
+
version = "0.10.1"
91
+
source = "registry+https://github.com/rust-lang/crates.io-index"
92
+
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
93
94
[[package]]
95
name = "bitflags"
···
99
100
[[package]]
101
name = "bumpalo"
102
+
version = "3.11.1"
103
source = "registry+https://github.com/rust-lang/crates.io-index"
104
+
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
105
106
[[package]]
107
name = "bytemuck"
108
+
version = "1.12.1"
109
source = "registry+https://github.com/rust-lang/crates.io-index"
110
+
checksum = "2f5715e491b5a1598fc2bef5a606847b5dc1d48ea625bd3c02c00de8285591da"
111
112
[[package]]
113
name = "byteorder"
···
117
118
[[package]]
119
name = "bytes"
120
+
version = "1.2.1"
121
source = "registry+https://github.com/rust-lang/crates.io-index"
122
+
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
123
124
[[package]]
125
name = "cairo-rs"
126
+
version = "0.16.1"
127
source = "registry+https://github.com/rust-lang/crates.io-index"
128
+
checksum = "08f9ee4a4ca9239c9a839453dce04b7ddee2f859ec4cd7acd1f5703b68db549c"
129
dependencies = [
130
"bitflags",
131
"cairo-sys-rs",
132
"glib",
133
"libc",
134
+
"once_cell",
135
"thiserror",
136
]
137
138
[[package]]
139
name = "cairo-sys-rs"
140
+
version = "0.16.0"
141
source = "registry+https://github.com/rust-lang/crates.io-index"
142
+
checksum = "5119ea655ec777b523f0b57279e70f8a4542f61b0e98a48f892b4ef043fd4c5d"
143
dependencies = [
144
"glib-sys",
145
"libc",
···
148
149
[[package]]
150
name = "cc"
151
+
version = "1.0.73"
152
source = "registry+https://github.com/rust-lang/crates.io-index"
153
+
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
154
155
[[package]]
156
name = "cfg-expr"
157
+
version = "0.11.0"
158
source = "registry+https://github.com/rust-lang/crates.io-index"
159
+
checksum = "b0357a6402b295ca3a86bc148e84df46c02e41f41fef186bda662557ef6328aa"
160
dependencies = [
161
"smallvec",
162
]
···
169
170
[[package]]
171
name = "chrono"
172
+
version = "0.4.22"
173
source = "registry+https://github.com/rust-lang/crates.io-index"
174
+
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
175
dependencies = [
176
+
"iana-time-zone",
177
+
"js-sys",
178
"num-integer",
179
"num-traits",
180
+
"time 0.1.44",
181
+
"wasm-bindgen",
182
"winapi",
183
]
184
185
[[package]]
186
+
name = "codespan-reporting"
187
+
version = "0.11.1"
188
+
source = "registry+https://github.com/rust-lang/crates.io-index"
189
+
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
190
+
dependencies = [
191
+
"termcolor",
192
+
"unicode-width",
193
+
]
194
+
195
+
[[package]]
196
name = "color_quant"
197
version = "1.1.0"
198
source = "registry+https://github.com/rust-lang/crates.io-index"
···
200
201
[[package]]
202
name = "colored"
203
+
version = "2.0.0"
204
source = "registry+https://github.com/rust-lang/crates.io-index"
205
+
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
206
dependencies = [
207
"atty",
208
"lazy_static",
···
211
212
[[package]]
213
name = "core-foundation"
214
+
version = "0.9.3"
215
source = "registry+https://github.com/rust-lang/crates.io-index"
216
+
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
217
dependencies = [
218
"core-foundation-sys",
219
"libc",
···
221
222
[[package]]
223
name = "core-foundation-sys"
224
+
version = "0.8.3"
225
source = "registry+https://github.com/rust-lang/crates.io-index"
226
+
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
227
228
[[package]]
229
name = "crc32fast"
230
+
version = "1.3.2"
231
source = "registry+https://github.com/rust-lang/crates.io-index"
232
+
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
233
dependencies = [
234
"cfg-if",
235
]
236
237
[[package]]
238
name = "crossbeam-channel"
239
+
version = "0.5.6"
240
source = "registry+https://github.com/rust-lang/crates.io-index"
241
+
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
242
dependencies = [
243
"cfg-if",
244
"crossbeam-utils",
···
246
247
[[package]]
248
name = "crossbeam-deque"
249
+
version = "0.8.2"
250
source = "registry+https://github.com/rust-lang/crates.io-index"
251
+
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
252
dependencies = [
253
"cfg-if",
254
"crossbeam-epoch",
···
257
258
[[package]]
259
name = "crossbeam-epoch"
260
+
version = "0.9.11"
261
source = "registry+https://github.com/rust-lang/crates.io-index"
262
+
checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"
263
dependencies = [
264
+
"autocfg",
265
"cfg-if",
266
"crossbeam-utils",
0
267
"memoffset",
268
"scopeguard",
269
]
270
271
[[package]]
272
name = "crossbeam-utils"
273
+
version = "0.8.12"
274
source = "registry+https://github.com/rust-lang/crates.io-index"
275
+
checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
276
dependencies = [
277
"cfg-if",
278
+
]
279
+
280
+
[[package]]
281
+
name = "crunchy"
282
+
version = "0.2.2"
283
+
source = "registry+https://github.com/rust-lang/crates.io-index"
284
+
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
285
+
286
+
[[package]]
287
+
name = "cxx"
288
+
version = "1.0.80"
289
+
source = "registry+https://github.com/rust-lang/crates.io-index"
290
+
checksum = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a"
291
+
dependencies = [
292
+
"cc",
293
+
"cxxbridge-flags",
294
+
"cxxbridge-macro",
295
+
"link-cplusplus",
296
+
]
297
+
298
+
[[package]]
299
+
name = "cxx-build"
300
+
version = "1.0.80"
301
+
source = "registry+https://github.com/rust-lang/crates.io-index"
302
+
checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827"
303
+
dependencies = [
304
+
"cc",
305
+
"codespan-reporting",
306
+
"once_cell",
307
+
"proc-macro2",
308
+
"quote",
309
+
"scratch",
310
+
"syn",
311
]
312
313
[[package]]
314
+
name = "cxxbridge-flags"
315
+
version = "1.0.80"
316
+
source = "registry+https://github.com/rust-lang/crates.io-index"
317
+
checksum = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a"
318
+
319
+
[[package]]
320
+
name = "cxxbridge-macro"
321
+
version = "1.0.80"
322
source = "registry+https://github.com/rust-lang/crates.io-index"
323
+
checksum = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7"
324
dependencies = [
325
+
"proc-macro2",
326
+
"quote",
327
+
"syn",
328
]
329
330
[[package]]
331
+
name = "dbase"
332
+
version = "0.2.3"
333
source = "registry+https://github.com/rust-lang/crates.io-index"
334
+
checksum = "70b35cc8416be0db2f0914435e5e6d7b1b9655332eab5c27eab7203d66d180fb"
335
dependencies = [
0
336
"byteorder",
337
+
"chrono",
338
]
339
340
[[package]]
341
name = "directories"
342
+
version = "4.0.1"
343
source = "registry+https://github.com/rust-lang/crates.io-index"
344
+
checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
345
dependencies = [
346
"dirs-sys",
347
]
348
349
[[package]]
350
name = "dirs-sys"
351
+
version = "0.3.7"
352
source = "registry+https://github.com/rust-lang/crates.io-index"
353
+
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
354
dependencies = [
355
"libc",
356
"redox_users",
···
359
360
[[package]]
361
name = "either"
362
+
version = "1.8.0"
363
source = "registry+https://github.com/rust-lang/crates.io-index"
364
+
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
365
366
[[package]]
367
name = "encoding_rs"
368
+
version = "0.8.31"
369
source = "registry+https://github.com/rust-lang/crates.io-index"
370
+
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
371
dependencies = [
372
"cfg-if",
373
]
374
375
[[package]]
376
+
name = "exr"
377
+
version = "1.5.2"
378
+
source = "registry+https://github.com/rust-lang/crates.io-index"
379
+
checksum = "8eb5f255b5980bb0c8cf676b675d1a99be40f316881444f44e0462eaf5df5ded"
380
+
dependencies = [
381
+
"bit_field",
382
+
"flume",
383
+
"half",
384
+
"lebe",
385
+
"miniz_oxide 0.6.2",
386
+
"smallvec",
387
+
"threadpool",
388
+
]
389
+
390
+
[[package]]
391
+
name = "fastrand"
392
+
version = "1.8.0"
393
+
source = "registry+https://github.com/rust-lang/crates.io-index"
394
+
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
395
+
dependencies = [
396
+
"instant",
397
+
]
398
+
399
+
[[package]]
400
name = "field-offset"
401
version = "0.3.4"
402
source = "registry+https://github.com/rust-lang/crates.io-index"
···
408
409
[[package]]
410
name = "filetime"
411
+
version = "0.2.18"
412
source = "registry+https://github.com/rust-lang/crates.io-index"
413
+
checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"
414
dependencies = [
415
"cfg-if",
416
"libc",
417
"redox_syscall",
418
+
"windows-sys 0.42.0",
419
+
]
420
+
421
+
[[package]]
422
+
name = "flate2"
423
+
version = "1.0.24"
424
+
source = "registry+https://github.com/rust-lang/crates.io-index"
425
+
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
426
+
dependencies = [
427
+
"crc32fast",
428
+
"miniz_oxide 0.5.4",
429
+
]
430
+
431
+
[[package]]
432
+
name = "flume"
433
+
version = "0.10.14"
434
+
source = "registry+https://github.com/rust-lang/crates.io-index"
435
+
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
436
+
dependencies = [
437
+
"futures-core",
438
+
"futures-sink",
439
+
"nanorand",
440
+
"pin-project",
441
+
"spin",
442
]
443
444
[[package]]
···
464
465
[[package]]
466
name = "form_urlencoded"
467
+
version = "1.1.0"
468
source = "registry+https://github.com/rust-lang/crates.io-index"
469
+
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
470
dependencies = [
0
471
"percent-encoding",
472
]
473
474
[[package]]
475
name = "futures-channel"
476
+
version = "0.3.25"
477
source = "registry+https://github.com/rust-lang/crates.io-index"
478
+
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
479
dependencies = [
480
"futures-core",
481
]
482
483
[[package]]
484
name = "futures-core"
485
+
version = "0.3.25"
486
source = "registry+https://github.com/rust-lang/crates.io-index"
487
+
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
488
489
[[package]]
490
name = "futures-executor"
491
+
version = "0.3.25"
492
source = "registry+https://github.com/rust-lang/crates.io-index"
493
+
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
494
dependencies = [
495
"futures-core",
496
"futures-task",
···
499
500
[[package]]
501
name = "futures-io"
502
+
version = "0.3.25"
503
source = "registry+https://github.com/rust-lang/crates.io-index"
504
+
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
505
+
506
+
[[package]]
507
+
name = "futures-macro"
508
+
version = "0.3.25"
509
+
source = "registry+https://github.com/rust-lang/crates.io-index"
510
+
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
511
+
dependencies = [
512
+
"proc-macro2",
513
+
"quote",
514
+
"syn",
515
+
]
516
517
[[package]]
518
name = "futures-sink"
519
+
version = "0.3.25"
520
source = "registry+https://github.com/rust-lang/crates.io-index"
521
+
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
522
523
[[package]]
524
name = "futures-task"
525
+
version = "0.3.25"
526
source = "registry+https://github.com/rust-lang/crates.io-index"
527
+
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
528
529
[[package]]
530
name = "futures-util"
531
+
version = "0.3.25"
532
source = "registry+https://github.com/rust-lang/crates.io-index"
533
+
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
534
dependencies = [
0
535
"futures-core",
536
"futures-io",
537
+
"futures-macro",
538
"futures-task",
539
"memchr",
540
"pin-project-lite",
···
544
545
[[package]]
546
name = "gcd"
547
+
version = "2.1.0"
548
source = "registry+https://github.com/rust-lang/crates.io-index"
549
+
checksum = "f37978dab2ca789938a83b2f8bc1ef32db6633af9051a6cd409eff72cbaaa79a"
550
+
dependencies = [
551
+
"paste",
552
+
]
553
554
[[package]]
555
name = "gdk"
556
+
version = "0.16.0"
557
source = "registry+https://github.com/rust-lang/crates.io-index"
558
+
checksum = "8f0a4a7aa015962d02634258715164977eb151b48fd250dcac48fab8d312a5aa"
559
dependencies = [
560
"bitflags",
561
"cairo-rs",
···
569
570
[[package]]
571
name = "gdk-pixbuf"
572
+
version = "0.16.0"
573
source = "registry+https://github.com/rust-lang/crates.io-index"
574
+
checksum = "c0fb526c8c3a075eda15f961820edf3e15fe18576ac4fbabbb324e4cc6c421e6"
575
dependencies = [
576
+
"bitflags",
577
"gdk-pixbuf-sys",
578
"gio",
579
"glib",
···
582
583
[[package]]
584
name = "gdk-pixbuf-sys"
585
+
version = "0.16.0"
586
source = "registry+https://github.com/rust-lang/crates.io-index"
587
+
checksum = "7df12d15c10c3c5a84d9fb4ba0e27659f6a2bdee4f27f8b17126da15d5ddd3f2"
588
dependencies = [
589
"gio-sys",
590
"glib-sys",
···
595
596
[[package]]
597
name = "gdk-sys"
598
+
version = "0.16.0"
599
source = "registry+https://github.com/rust-lang/crates.io-index"
600
+
checksum = "d76354f97a913e55b984759a997b693aa7dc71068c9e98bcce51aa167a0a5c5a"
601
dependencies = [
602
"cairo-sys-rs",
603
"gdk-pixbuf-sys",
···
612
613
[[package]]
614
name = "getrandom"
615
+
version = "0.2.8"
616
source = "registry+https://github.com/rust-lang/crates.io-index"
617
+
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
618
dependencies = [
619
"cfg-if",
620
+
"js-sys",
621
"libc",
622
+
"wasi 0.11.0+wasi-snapshot-preview1",
623
+
"wasm-bindgen",
624
]
625
626
[[package]]
627
name = "gif"
628
+
version = "0.11.4"
629
source = "registry+https://github.com/rust-lang/crates.io-index"
630
+
checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
631
dependencies = [
632
"color_quant",
633
"weezl",
···
635
636
[[package]]
637
name = "gio"
638
+
version = "0.16.2"
639
source = "registry+https://github.com/rust-lang/crates.io-index"
640
+
checksum = "33c1debf8d0315d69be0153aa76249db3c858ef69b7778ad3cc669e6d370c485"
641
dependencies = [
642
"bitflags",
643
"futures-channel",
644
"futures-core",
645
"futures-io",
646
+
"futures-util",
647
"gio-sys",
648
"glib",
649
"libc",
650
"once_cell",
651
+
"pin-project-lite",
652
+
"smallvec",
653
"thiserror",
654
]
655
656
[[package]]
657
name = "gio-sys"
658
+
version = "0.16.0"
659
source = "registry+https://github.com/rust-lang/crates.io-index"
660
+
checksum = "6da1bba9d3f2ab13a6e9932c40f240dc99ebc9f0bdc35cfb130d1a3df36f374c"
661
dependencies = [
662
"glib-sys",
663
"gobject-sys",
···
668
669
[[package]]
670
name = "glib"
671
+
version = "0.16.2"
672
source = "registry+https://github.com/rust-lang/crates.io-index"
673
+
checksum = "d5abffa711471e015eb93d65d6ea20e7e9f6f7951fc0a1042280439319b2de06"
674
dependencies = [
675
"bitflags",
676
"futures-channel",
677
"futures-core",
678
"futures-executor",
679
"futures-task",
680
+
"futures-util",
681
+
"gio-sys",
682
"glib-macros",
683
"glib-sys",
684
"gobject-sys",
685
"libc",
686
"once_cell",
687
"smallvec",
688
+
"thiserror",
689
]
690
691
[[package]]
692
name = "glib-macros"
693
+
version = "0.16.0"
694
source = "registry+https://github.com/rust-lang/crates.io-index"
695
+
checksum = "e195c1311fa6b04d7b896ea39385f6bd60ef5d25bf74a7c11c8c3f94f6c1a572"
696
dependencies = [
697
"anyhow",
698
"heck",
···
705
706
[[package]]
707
name = "glib-sys"
708
+
version = "0.16.0"
709
source = "registry+https://github.com/rust-lang/crates.io-index"
710
+
checksum = "b33357bb421a77bd849f6a0bfcaf3b4b256a2577802971bb5dd522d530f27021"
711
dependencies = [
712
"libc",
713
"system-deps",
···
715
716
[[package]]
717
name = "gobject-sys"
718
+
version = "0.16.0"
719
source = "registry+https://github.com/rust-lang/crates.io-index"
720
+
checksum = "63ca11a57400f3d4fda594e002844be47900c9fb8b29e2155c6e37a1f24e51b3"
721
dependencies = [
722
"glib-sys",
723
"libc",
···
726
727
[[package]]
728
name = "gtk"
729
+
version = "0.16.0"
730
source = "registry+https://github.com/rust-lang/crates.io-index"
731
+
checksum = "200d06a383a5ce5fa5611fa37f5ab34286289ede05d41c1f21aa8a2e1975c0ba"
732
dependencies = [
733
"atk",
734
"bitflags",
···
749
750
[[package]]
751
name = "gtk-sys"
752
+
version = "0.16.0"
753
source = "registry+https://github.com/rust-lang/crates.io-index"
754
+
checksum = "89b5f8946685d5fe44497007786600c2f368ff6b1e61a16251c89f72a97520a3"
755
dependencies = [
756
"atk-sys",
757
"cairo-sys-rs",
···
767
768
[[package]]
769
name = "gtk3-macros"
770
+
version = "0.16.0"
771
source = "registry+https://github.com/rust-lang/crates.io-index"
772
+
checksum = "8cfd6557b1018b773e43c8de9d0d13581d6b36190d0501916cbec4731db5ccff"
773
dependencies = [
774
"anyhow",
0
775
"proc-macro-crate",
776
"proc-macro-error",
777
"proc-macro2",
···
781
782
[[package]]
783
name = "h2"
784
+
version = "0.3.15"
785
source = "registry+https://github.com/rust-lang/crates.io-index"
786
+
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
787
dependencies = [
788
"bytes",
789
"fnv",
···
799
]
800
801
[[package]]
802
+
name = "half"
803
+
version = "2.1.0"
804
+
source = "registry+https://github.com/rust-lang/crates.io-index"
805
+
checksum = "ad6a9459c9c30b177b925162351f97e7d967c7ea8bab3b8352805327daf45554"
806
+
dependencies = [
807
+
"crunchy",
808
+
]
809
+
810
+
[[package]]
811
name = "hashbrown"
812
+
version = "0.12.3"
813
source = "registry+https://github.com/rust-lang/crates.io-index"
814
+
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
815
816
[[package]]
817
name = "heck"
818
+
version = "0.4.0"
819
source = "registry+https://github.com/rust-lang/crates.io-index"
820
+
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
0
0
0
821
822
[[package]]
823
name = "hermit-abi"
···
830
831
[[package]]
832
name = "hound"
833
+
version = "3.5.0"
834
source = "registry+https://github.com/rust-lang/crates.io-index"
835
+
checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
836
837
[[package]]
838
name = "http"
839
+
version = "0.2.8"
840
source = "registry+https://github.com/rust-lang/crates.io-index"
841
+
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
842
dependencies = [
843
"bytes",
844
"fnv",
···
847
848
[[package]]
849
name = "http-body"
850
+
version = "0.4.5"
851
source = "registry+https://github.com/rust-lang/crates.io-index"
852
+
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
853
dependencies = [
854
"bytes",
855
"http",
···
858
859
[[package]]
860
name = "httparse"
861
+
version = "1.8.0"
862
source = "registry+https://github.com/rust-lang/crates.io-index"
863
+
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
864
865
[[package]]
866
name = "httpdate"
867
+
version = "1.0.2"
868
source = "registry+https://github.com/rust-lang/crates.io-index"
869
+
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
870
871
[[package]]
872
name = "hyper"
873
+
version = "0.14.20"
874
source = "registry+https://github.com/rust-lang/crates.io-index"
875
+
checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"
876
dependencies = [
877
"bytes",
878
"futures-channel",
···
906
]
907
908
[[package]]
909
+
name = "iana-time-zone"
910
+
version = "0.1.51"
911
+
source = "registry+https://github.com/rust-lang/crates.io-index"
912
+
checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed"
913
+
dependencies = [
914
+
"android_system_properties",
915
+
"core-foundation-sys",
916
+
"iana-time-zone-haiku",
917
+
"js-sys",
918
+
"wasm-bindgen",
919
+
"winapi",
920
+
]
921
+
922
+
[[package]]
923
+
name = "iana-time-zone-haiku"
924
+
version = "0.1.1"
925
+
source = "registry+https://github.com/rust-lang/crates.io-index"
926
+
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
927
+
dependencies = [
928
+
"cxx",
929
+
"cxx-build",
930
+
]
931
+
932
+
[[package]]
933
name = "idna"
934
+
version = "0.3.0"
935
source = "registry+https://github.com/rust-lang/crates.io-index"
936
+
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
937
dependencies = [
0
938
"unicode-bidi",
939
"unicode-normalization",
940
]
941
942
[[package]]
943
name = "image"
944
+
version = "0.24.4"
945
source = "registry+https://github.com/rust-lang/crates.io-index"
946
+
checksum = "bd8e4fb07cf672b1642304e731ef8a6a4c7891d67bb4fd4f5ce58cd6ed86803c"
947
dependencies = [
948
"bytemuck",
949
"byteorder",
950
"color_quant",
951
+
"exr",
952
"gif",
953
"jpeg-decoder",
0
954
"num-rational",
955
"num-traits",
956
"png",
···
960
961
[[package]]
962
name = "indexmap"
963
+
version = "1.9.1"
964
source = "registry+https://github.com/rust-lang/crates.io-index"
965
+
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
966
dependencies = [
967
"autocfg",
968
"hashbrown",
969
]
970
971
[[package]]
972
+
name = "instant"
973
+
version = "0.1.12"
974
source = "registry+https://github.com/rust-lang/crates.io-index"
975
+
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
976
+
dependencies = [
977
+
"cfg-if",
978
+
]
979
980
[[package]]
981
+
name = "ipnet"
982
+
version = "2.5.0"
983
source = "registry+https://github.com/rust-lang/crates.io-index"
984
+
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
0
0
0
985
986
[[package]]
987
name = "itoa"
988
+
version = "1.0.4"
989
source = "registry+https://github.com/rust-lang/crates.io-index"
990
+
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
991
992
[[package]]
993
name = "jpeg-decoder"
994
+
version = "0.2.6"
995
source = "registry+https://github.com/rust-lang/crates.io-index"
996
+
checksum = "9478aa10f73e7528198d75109c8be5cd7d15fb530238040148d5f9a22d4c5b3b"
997
dependencies = [
998
"rayon",
999
]
1000
1001
[[package]]
1002
name = "js-sys"
1003
+
version = "0.3.60"
1004
source = "registry+https://github.com/rust-lang/crates.io-index"
1005
+
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
1006
dependencies = [
1007
"wasm-bindgen",
1008
]
···
1020
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1021
1022
[[package]]
1023
+
name = "lebe"
1024
+
version = "0.5.2"
1025
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1026
+
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
1027
+
1028
+
[[package]]
1029
name = "libc"
1030
+
version = "0.2.137"
1031
source = "registry+https://github.com/rust-lang/crates.io-index"
1032
+
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
1033
1034
[[package]]
1035
name = "line_drawing"
···
1041
]
1042
1043
[[package]]
1044
+
name = "link-cplusplus"
1045
+
version = "1.0.7"
1046
source = "registry+https://github.com/rust-lang/crates.io-index"
1047
+
checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
1048
dependencies = [
1049
+
"cc",
1050
]
1051
1052
[[package]]
1053
+
name = "lock_api"
1054
+
version = "0.4.9"
1055
source = "registry+https://github.com/rust-lang/crates.io-index"
1056
+
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
1057
+
dependencies = [
1058
+
"autocfg",
1059
+
"scopeguard",
1060
+
]
1061
+
1062
+
[[package]]
1063
+
name = "log"
1064
+
version = "0.4.17"
1065
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1066
+
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
1067
+
dependencies = [
1068
+
"cfg-if",
1069
+
]
1070
1071
[[package]]
1072
name = "memchr"
1073
+
version = "2.5.0"
1074
source = "registry+https://github.com/rust-lang/crates.io-index"
1075
+
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1076
1077
[[package]]
1078
name = "memoffset"
1079
+
version = "0.6.5"
1080
source = "registry+https://github.com/rust-lang/crates.io-index"
1081
+
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
1082
dependencies = [
1083
"autocfg",
1084
]
···
1091
1092
[[package]]
1093
name = "miniz_oxide"
1094
+
version = "0.5.4"
1095
source = "registry+https://github.com/rust-lang/crates.io-index"
1096
+
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
1097
dependencies = [
1098
+
"adler",
1099
]
1100
1101
[[package]]
1102
name = "miniz_oxide"
1103
+
version = "0.6.2"
1104
source = "registry+https://github.com/rust-lang/crates.io-index"
1105
+
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
1106
dependencies = [
1107
"adler",
0
1108
]
1109
1110
[[package]]
1111
name = "mio"
1112
+
version = "0.8.5"
1113
source = "registry+https://github.com/rust-lang/crates.io-index"
1114
+
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
1115
dependencies = [
1116
"libc",
1117
"log",
1118
+
"wasi 0.11.0+wasi-snapshot-preview1",
1119
+
"windows-sys 0.42.0",
0
1120
]
1121
1122
[[package]]
1123
+
name = "nanorand"
1124
+
version = "0.7.0"
1125
source = "registry+https://github.com/rust-lang/crates.io-index"
1126
+
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
1127
dependencies = [
1128
+
"getrandom",
1129
]
1130
1131
[[package]]
1132
name = "native-tls"
1133
+
version = "0.2.10"
1134
source = "registry+https://github.com/rust-lang/crates.io-index"
1135
+
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
1136
dependencies = [
1137
"lazy_static",
1138
"libc",
···
1148
1149
[[package]]
1150
name = "noaa-apt"
1151
+
version = "1.4.0"
1152
dependencies = [
1153
"approx",
1154
"argparse",
···
1170
"reqwest",
1171
"rustfft",
1172
"satellite",
1173
+
"semver 1.0.14",
1174
"serde",
1175
"serde_json",
1176
"shapefile",
···
1180
]
1181
1182
[[package]]
0
0
0
0
0
0
0
0
0
1183
name = "num-complex"
1184
+
version = "0.4.2"
1185
source = "registry+https://github.com/rust-lang/crates.io-index"
1186
+
checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"
1187
dependencies = [
1188
"num-traits",
1189
]
1190
1191
[[package]]
1192
name = "num-integer"
1193
+
version = "0.1.45"
1194
source = "registry+https://github.com/rust-lang/crates.io-index"
1195
+
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1196
dependencies = [
1197
"autocfg",
1198
"num-traits",
1199
]
1200
1201
[[package]]
1202
+
name = "num-rational"
1203
+
version = "0.4.1"
1204
source = "registry+https://github.com/rust-lang/crates.io-index"
1205
+
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
1206
dependencies = [
1207
"autocfg",
1208
"num-integer",
···
1210
]
1211
1212
[[package]]
1213
+
name = "num-traits"
1214
+
version = "0.2.15"
1215
source = "registry+https://github.com/rust-lang/crates.io-index"
1216
+
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1217
dependencies = [
1218
"autocfg",
0
0
1219
]
1220
1221
[[package]]
1222
+
name = "num_cpus"
1223
+
version = "1.13.1"
1224
source = "registry+https://github.com/rust-lang/crates.io-index"
1225
+
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
1226
dependencies = [
1227
+
"hermit-abi",
1228
+
"libc",
1229
]
1230
1231
[[package]]
1232
+
name = "num_threads"
1233
+
version = "0.1.6"
1234
source = "registry+https://github.com/rust-lang/crates.io-index"
1235
+
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
1236
dependencies = [
0
1237
"libc",
1238
]
1239
1240
[[package]]
1241
name = "once_cell"
1242
+
version = "1.15.0"
1243
source = "registry+https://github.com/rust-lang/crates.io-index"
1244
+
checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
1245
1246
[[package]]
1247
name = "openssl"
1248
+
version = "0.10.42"
1249
source = "registry+https://github.com/rust-lang/crates.io-index"
1250
+
checksum = "12fc0523e3bd51a692c8850d075d74dc062ccf251c0110668cbd921917118a13"
1251
dependencies = [
1252
"bitflags",
1253
"cfg-if",
1254
"foreign-types",
1255
"libc",
1256
"once_cell",
1257
+
"openssl-macros",
1258
"openssl-sys",
1259
]
1260
1261
[[package]]
1262
+
name = "openssl-macros"
1263
+
version = "0.1.0"
1264
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1265
+
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
1266
+
dependencies = [
1267
+
"proc-macro2",
1268
+
"quote",
1269
+
"syn",
1270
+
]
1271
+
1272
+
[[package]]
1273
name = "openssl-probe"
1274
+
version = "0.1.5"
1275
source = "registry+https://github.com/rust-lang/crates.io-index"
1276
+
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1277
1278
[[package]]
1279
name = "openssl-src"
1280
+
version = "111.22.0+1.1.1q"
1281
source = "registry+https://github.com/rust-lang/crates.io-index"
1282
+
checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853"
1283
dependencies = [
1284
"cc",
1285
]
1286
1287
[[package]]
1288
name = "openssl-sys"
1289
+
version = "0.9.77"
1290
source = "registry+https://github.com/rust-lang/crates.io-index"
1291
+
checksum = "b03b84c3b2d099b81f0953422b4d4ad58761589d0229b5506356afca05a3670a"
1292
dependencies = [
1293
"autocfg",
1294
"cc",
···
1300
1301
[[package]]
1302
name = "pango"
1303
+
version = "0.16.0"
1304
source = "registry+https://github.com/rust-lang/crates.io-index"
1305
+
checksum = "7208c60f224cf6e44c551df5ee2ef38f9da0fd29d7c5a0402000b8ab0520e798"
1306
dependencies = [
1307
"bitflags",
1308
+
"gio",
1309
"glib",
1310
"libc",
1311
"once_cell",
···
1314
1315
[[package]]
1316
name = "pango-sys"
1317
+
version = "0.16.0"
1318
source = "registry+https://github.com/rust-lang/crates.io-index"
1319
+
checksum = "922441c228366ed98d3534b87bc7c987c50564094c3abbc3513717786419252d"
1320
dependencies = [
1321
"glib-sys",
1322
"gobject-sys",
···
1325
]
1326
1327
[[package]]
1328
+
name = "paste"
1329
+
version = "1.0.9"
1330
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1331
+
checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
1332
+
1333
+
[[package]]
1334
name = "percent-encoding"
1335
+
version = "2.2.0"
1336
source = "registry+https://github.com/rust-lang/crates.io-index"
1337
+
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
1338
1339
[[package]]
1340
name = "pest"
1341
+
version = "2.4.0"
1342
source = "registry+https://github.com/rust-lang/crates.io-index"
1343
+
checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a"
1344
dependencies = [
1345
+
"thiserror",
1346
"ucd-trie",
1347
]
1348
1349
[[package]]
1350
+
name = "pin-project"
1351
+
version = "1.0.12"
1352
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1353
+
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
1354
+
dependencies = [
1355
+
"pin-project-internal",
1356
+
]
1357
+
1358
+
[[package]]
1359
+
name = "pin-project-internal"
1360
+
version = "1.0.12"
1361
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1362
+
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
1363
+
dependencies = [
1364
+
"proc-macro2",
1365
+
"quote",
1366
+
"syn",
1367
+
]
1368
+
1369
+
[[package]]
1370
name = "pin-project-lite"
1371
+
version = "0.2.9"
1372
source = "registry+https://github.com/rust-lang/crates.io-index"
1373
+
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1374
1375
[[package]]
1376
name = "pin-utils"
···
1380
1381
[[package]]
1382
name = "pkg-config"
1383
+
version = "0.3.26"
1384
source = "registry+https://github.com/rust-lang/crates.io-index"
1385
+
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
1386
1387
[[package]]
1388
name = "png"
1389
+
version = "0.17.6"
1390
source = "registry+https://github.com/rust-lang/crates.io-index"
1391
+
checksum = "8f0e7f4c94ec26ff209cee506314212639d6c91b80afb82984819fafce9df01c"
1392
dependencies = [
1393
"bitflags",
1394
"crc32fast",
1395
+
"flate2",
1396
+
"miniz_oxide 0.5.4",
1397
]
1398
1399
[[package]]
0
0
0
0
0
0
1400
name = "primal-check"
1401
+
version = "0.3.3"
1402
source = "registry+https://github.com/rust-lang/crates.io-index"
1403
+
checksum = "9df7f93fd637f083201473dab4fee2db4c429d32e55e3299980ab3957ab916a0"
1404
dependencies = [
1405
"num-integer",
1406
]
1407
1408
[[package]]
1409
name = "proc-macro-crate"
1410
+
version = "1.2.1"
1411
source = "registry+https://github.com/rust-lang/crates.io-index"
1412
+
checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
1413
dependencies = [
1414
+
"once_cell",
1415
"thiserror",
1416
"toml",
1417
]
···
1442
1443
[[package]]
1444
name = "proc-macro2"
1445
+
version = "1.0.47"
1446
source = "registry+https://github.com/rust-lang/crates.io-index"
1447
+
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
1448
dependencies = [
1449
+
"unicode-ident",
1450
]
1451
1452
[[package]]
1453
name = "quote"
1454
+
version = "1.0.21"
1455
source = "registry+https://github.com/rust-lang/crates.io-index"
1456
+
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
1457
dependencies = [
1458
"proc-macro2",
1459
]
1460
1461
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1462
name = "rayon"
1463
+
version = "1.5.3"
1464
source = "registry+https://github.com/rust-lang/crates.io-index"
1465
+
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
1466
dependencies = [
1467
"autocfg",
1468
"crossbeam-deque",
···
1472
1473
[[package]]
1474
name = "rayon-core"
1475
+
version = "1.9.3"
1476
source = "registry+https://github.com/rust-lang/crates.io-index"
1477
+
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
1478
dependencies = [
1479
"crossbeam-channel",
1480
"crossbeam-deque",
1481
"crossbeam-utils",
0
1482
"num_cpus",
1483
]
1484
1485
[[package]]
1486
name = "redox_syscall"
1487
+
version = "0.2.16"
1488
source = "registry+https://github.com/rust-lang/crates.io-index"
1489
+
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1490
dependencies = [
1491
"bitflags",
1492
]
1493
1494
[[package]]
1495
name = "redox_users"
1496
+
version = "0.4.3"
1497
source = "registry+https://github.com/rust-lang/crates.io-index"
1498
+
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
1499
dependencies = [
1500
"getrandom",
1501
"redox_syscall",
1502
+
"thiserror",
1503
]
1504
1505
[[package]]
···
1513
1514
[[package]]
1515
name = "reqwest"
1516
+
version = "0.11.12"
1517
source = "registry+https://github.com/rust-lang/crates.io-index"
1518
+
checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
1519
dependencies = [
1520
"base64",
1521
"bytes",
1522
"encoding_rs",
1523
"futures-core",
1524
"futures-util",
1525
+
"h2",
1526
"http",
1527
"http-body",
1528
"hyper",
1529
"hyper-tls",
1530
"ipnet",
1531
"js-sys",
0
1532
"log",
1533
"mime",
1534
"native-tls",
1535
+
"once_cell",
1536
"percent-encoding",
1537
"pin-project-lite",
1538
"serde",
1539
+
"serde_json",
1540
"serde_urlencoded",
1541
"tokio",
1542
"tokio-native-tls",
1543
+
"tower-service",
1544
"url",
1545
"wasm-bindgen",
1546
"wasm-bindgen-futures",
···
1573
1574
[[package]]
1575
name = "ryu"
1576
+
version = "1.0.11"
1577
source = "registry+https://github.com/rust-lang/crates.io-index"
1578
+
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
1579
1580
[[package]]
1581
name = "satellite"
···
1587
1588
[[package]]
1589
name = "schannel"
1590
+
version = "0.1.20"
1591
source = "registry+https://github.com/rust-lang/crates.io-index"
1592
+
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
1593
dependencies = [
1594
"lazy_static",
1595
+
"windows-sys 0.36.1",
1596
]
1597
1598
[[package]]
···
1608
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1609
1610
[[package]]
1611
+
name = "scratch"
1612
+
version = "1.0.2"
1613
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1614
+
checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
1615
+
1616
+
[[package]]
1617
name = "security-framework"
1618
+
version = "2.7.0"
1619
source = "registry+https://github.com/rust-lang/crates.io-index"
1620
+
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
1621
dependencies = [
1622
"bitflags",
1623
"core-foundation",
···
1628
1629
[[package]]
1630
name = "security-framework-sys"
1631
+
version = "2.6.1"
1632
source = "registry+https://github.com/rust-lang/crates.io-index"
1633
+
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
1634
dependencies = [
1635
"core-foundation-sys",
1636
"libc",
···
1647
1648
[[package]]
1649
name = "semver"
1650
+
version = "1.0.14"
1651
source = "registry+https://github.com/rust-lang/crates.io-index"
1652
+
checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
1653
1654
[[package]]
1655
name = "semver-parser"
···
1662
1663
[[package]]
1664
name = "serde"
1665
+
version = "1.0.147"
1666
source = "registry+https://github.com/rust-lang/crates.io-index"
1667
+
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
1668
dependencies = [
1669
"serde_derive",
1670
]
1671
1672
[[package]]
1673
name = "serde_derive"
1674
+
version = "1.0.147"
1675
source = "registry+https://github.com/rust-lang/crates.io-index"
1676
+
checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
1677
dependencies = [
1678
"proc-macro2",
1679
"quote",
···
1682
1683
[[package]]
1684
name = "serde_json"
1685
+
version = "1.0.87"
1686
source = "registry+https://github.com/rust-lang/crates.io-index"
1687
+
checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
1688
dependencies = [
1689
"itoa",
1690
"ryu",
···
1693
1694
[[package]]
1695
name = "serde_urlencoded"
1696
+
version = "0.7.1"
1697
source = "registry+https://github.com/rust-lang/crates.io-index"
1698
+
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1699
dependencies = [
1700
"form_urlencoded",
1701
"itoa",
···
1715
1716
[[package]]
1717
name = "simple_logger"
1718
+
version = "3.0.0"
1719
source = "registry+https://github.com/rust-lang/crates.io-index"
1720
+
checksum = "cc20708d703a44b96b3b700578a85b6fe887fc63ab20315757026bb8a12faaad"
1721
dependencies = [
1722
"atty",
0
1723
"colored",
1724
"log",
1725
+
"time 0.3.16",
1726
"winapi",
1727
]
1728
1729
[[package]]
1730
name = "slab"
1731
+
version = "0.4.7"
1732
source = "registry+https://github.com/rust-lang/crates.io-index"
1733
+
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
1734
+
dependencies = [
1735
+
"autocfg",
1736
+
]
1737
1738
[[package]]
1739
name = "smallvec"
1740
+
version = "1.10.0"
1741
source = "registry+https://github.com/rust-lang/crates.io-index"
1742
+
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
1743
1744
[[package]]
1745
name = "socket2"
1746
+
version = "0.4.7"
1747
source = "registry+https://github.com/rust-lang/crates.io-index"
1748
+
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
1749
dependencies = [
1750
"libc",
1751
"winapi",
1752
]
1753
1754
[[package]]
1755
+
name = "spin"
1756
+
version = "0.9.4"
1757
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1758
+
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
1759
+
dependencies = [
1760
+
"lock_api",
1761
+
]
1762
+
1763
+
[[package]]
1764
name = "strength_reduce"
1765
version = "0.2.3"
1766
source = "registry+https://github.com/rust-lang/crates.io-index"
1767
checksum = "a3ff2f71c82567c565ba4b3009a9350a96a7269eaa4001ebedae926230bc2254"
1768
1769
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1770
name = "syn"
1771
+
version = "1.0.103"
1772
source = "registry+https://github.com/rust-lang/crates.io-index"
1773
+
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
1774
dependencies = [
1775
"proc-macro2",
1776
"quote",
1777
+
"unicode-ident",
1778
]
1779
1780
[[package]]
1781
name = "system-deps"
1782
+
version = "6.0.3"
1783
source = "registry+https://github.com/rust-lang/crates.io-index"
1784
+
checksum = "2955b1fe31e1fa2fbd1976b71cc69a606d7d4da16f6de3333d0c92d51419aeff"
1785
dependencies = [
0
1786
"cfg-expr",
1787
"heck",
0
1788
"pkg-config",
0
0
0
1789
"toml",
1790
"version-compare",
1791
]
1792
1793
[[package]]
1794
name = "tempfile"
1795
+
version = "3.3.0"
1796
source = "registry+https://github.com/rust-lang/crates.io-index"
1797
+
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
1798
dependencies = [
1799
"cfg-if",
1800
+
"fastrand",
1801
"libc",
0
1802
"redox_syscall",
1803
"remove_dir_all",
1804
"winapi",
1805
]
1806
1807
[[package]]
1808
+
name = "termcolor"
1809
+
version = "1.1.3"
1810
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1811
+
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
1812
+
dependencies = [
1813
+
"winapi-util",
1814
+
]
1815
+
1816
+
[[package]]
1817
name = "thiserror"
1818
+
version = "1.0.37"
1819
source = "registry+https://github.com/rust-lang/crates.io-index"
1820
+
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
1821
dependencies = [
1822
"thiserror-impl",
1823
]
1824
1825
[[package]]
1826
name = "thiserror-impl"
1827
+
version = "1.0.37"
1828
source = "registry+https://github.com/rust-lang/crates.io-index"
1829
+
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
1830
dependencies = [
1831
"proc-macro2",
1832
"quote",
···
1834
]
1835
1836
[[package]]
1837
+
name = "threadpool"
1838
+
version = "1.8.1"
1839
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1840
+
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
1841
+
dependencies = [
1842
+
"num_cpus",
1843
+
]
1844
+
1845
+
[[package]]
1846
name = "tiff"
1847
+
version = "0.7.3"
1848
source = "registry+https://github.com/rust-lang/crates.io-index"
1849
+
checksum = "7259662e32d1e219321eb309d5f9d898b779769d81b76e762c07c8e5d38fcb65"
1850
dependencies = [
1851
+
"flate2",
1852
"jpeg-decoder",
0
1853
"weezl",
1854
]
1855
···
1860
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1861
dependencies = [
1862
"libc",
1863
+
"wasi 0.10.0+wasi-snapshot-preview1",
1864
"winapi",
1865
]
1866
1867
[[package]]
1868
+
name = "time"
1869
+
version = "0.3.16"
1870
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1871
+
checksum = "0fab5c8b9980850e06d92ddbe3ab839c062c801f3927c0fb8abd6fc8e918fbca"
1872
+
dependencies = [
1873
+
"itoa",
1874
+
"libc",
1875
+
"num_threads",
1876
+
"serde",
1877
+
"time-core",
1878
+
"time-macros",
1879
+
]
1880
+
1881
+
[[package]]
1882
+
name = "time-core"
1883
+
version = "0.1.0"
1884
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1885
+
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
1886
+
1887
+
[[package]]
1888
+
name = "time-macros"
1889
+
version = "0.2.5"
1890
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1891
+
checksum = "65bb801831d812c562ae7d2bfb531f26e66e4e1f6b17307ba4149c5064710e5b"
1892
+
dependencies = [
1893
+
"time-core",
1894
+
]
1895
+
1896
+
[[package]]
1897
name = "tinyvec"
1898
+
version = "1.6.0"
1899
source = "registry+https://github.com/rust-lang/crates.io-index"
1900
+
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1901
dependencies = [
1902
"tinyvec_macros",
1903
]
···
1910
1911
[[package]]
1912
name = "tokio"
1913
+
version = "1.21.2"
1914
source = "registry+https://github.com/rust-lang/crates.io-index"
1915
+
checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"
1916
dependencies = [
1917
"autocfg",
1918
"bytes",
···
1921
"mio",
1922
"num_cpus",
1923
"pin-project-lite",
1924
+
"socket2",
1925
"winapi",
1926
]
1927
···
1937
1938
[[package]]
1939
name = "tokio-util"
1940
+
version = "0.7.4"
1941
source = "registry+https://github.com/rust-lang/crates.io-index"
1942
+
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
1943
dependencies = [
1944
"bytes",
1945
"futures-core",
1946
"futures-sink",
0
1947
"pin-project-lite",
1948
"tokio",
1949
+
"tracing",
1950
]
1951
1952
[[package]]
1953
name = "toml"
1954
+
version = "0.5.9"
1955
source = "registry+https://github.com/rust-lang/crates.io-index"
1956
+
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
1957
dependencies = [
1958
"serde",
1959
]
1960
1961
[[package]]
1962
name = "tower-service"
1963
+
version = "0.3.2"
1964
source = "registry+https://github.com/rust-lang/crates.io-index"
1965
+
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1966
1967
[[package]]
1968
name = "tracing"
1969
+
version = "0.1.37"
1970
source = "registry+https://github.com/rust-lang/crates.io-index"
1971
+
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
1972
dependencies = [
1973
"cfg-if",
1974
"pin-project-lite",
···
1977
1978
[[package]]
1979
name = "tracing-core"
1980
+
version = "0.1.30"
1981
source = "registry+https://github.com/rust-lang/crates.io-index"
1982
+
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
1983
dependencies = [
1984
+
"once_cell",
1985
]
1986
1987
[[package]]
···
2002
2003
[[package]]
2004
name = "ucd-trie"
2005
+
version = "0.1.5"
2006
source = "registry+https://github.com/rust-lang/crates.io-index"
2007
+
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
2008
2009
[[package]]
2010
name = "unicode-bidi"
2011
+
version = "0.3.8"
2012
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2013
+
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2014
+
2015
+
[[package]]
2016
+
name = "unicode-ident"
2017
+
version = "1.0.5"
2018
source = "registry+https://github.com/rust-lang/crates.io-index"
2019
+
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
2020
2021
[[package]]
2022
name = "unicode-normalization"
2023
+
version = "0.1.22"
2024
source = "registry+https://github.com/rust-lang/crates.io-index"
2025
+
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2026
dependencies = [
2027
"tinyvec",
2028
]
2029
2030
[[package]]
2031
+
name = "unicode-width"
2032
+
version = "0.1.10"
2033
source = "registry+https://github.com/rust-lang/crates.io-index"
2034
+
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
0
0
0
0
0
0
2035
2036
[[package]]
2037
name = "url"
2038
+
version = "2.3.1"
2039
source = "registry+https://github.com/rust-lang/crates.io-index"
2040
+
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2041
dependencies = [
2042
"form_urlencoded",
2043
"idna",
0
2044
"percent-encoding",
2045
]
2046
···
2052
2053
[[package]]
2054
name = "version-compare"
2055
+
version = "0.1.0"
2056
source = "registry+https://github.com/rust-lang/crates.io-index"
2057
+
checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
2058
2059
[[package]]
2060
name = "version_check"
2061
+
version = "0.9.4"
2062
source = "registry+https://github.com/rust-lang/crates.io-index"
2063
+
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2064
2065
[[package]]
2066
name = "want"
···
2079
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2080
2081
[[package]]
2082
+
name = "wasi"
2083
+
version = "0.11.0+wasi-snapshot-preview1"
2084
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2085
+
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2086
+
2087
+
[[package]]
2088
name = "wasm-bindgen"
2089
+
version = "0.2.83"
2090
source = "registry+https://github.com/rust-lang/crates.io-index"
2091
+
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
2092
dependencies = [
2093
"cfg-if",
0
0
2094
"wasm-bindgen-macro",
2095
]
2096
2097
[[package]]
2098
name = "wasm-bindgen-backend"
2099
+
version = "0.2.83"
2100
source = "registry+https://github.com/rust-lang/crates.io-index"
2101
+
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
2102
dependencies = [
2103
"bumpalo",
0
2104
"log",
2105
+
"once_cell",
2106
"proc-macro2",
2107
"quote",
2108
"syn",
···
2111
2112
[[package]]
2113
name = "wasm-bindgen-futures"
2114
+
version = "0.4.33"
2115
source = "registry+https://github.com/rust-lang/crates.io-index"
2116
+
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
2117
dependencies = [
2118
"cfg-if",
2119
"js-sys",
···
2123
2124
[[package]]
2125
name = "wasm-bindgen-macro"
2126
+
version = "0.2.83"
2127
source = "registry+https://github.com/rust-lang/crates.io-index"
2128
+
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
2129
dependencies = [
2130
"quote",
2131
"wasm-bindgen-macro-support",
···
2133
2134
[[package]]
2135
name = "wasm-bindgen-macro-support"
2136
+
version = "0.2.83"
2137
source = "registry+https://github.com/rust-lang/crates.io-index"
2138
+
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
2139
dependencies = [
2140
"proc-macro2",
2141
"quote",
···
2146
2147
[[package]]
2148
name = "wasm-bindgen-shared"
2149
+
version = "0.2.83"
2150
source = "registry+https://github.com/rust-lang/crates.io-index"
2151
+
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2152
2153
[[package]]
2154
name = "web-sys"
2155
+
version = "0.3.60"
2156
source = "registry+https://github.com/rust-lang/crates.io-index"
2157
+
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
2158
dependencies = [
2159
"js-sys",
2160
"wasm-bindgen",
···
2162
2163
[[package]]
2164
name = "weezl"
2165
+
version = "0.1.7"
2166
source = "registry+https://github.com/rust-lang/crates.io-index"
2167
+
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
2168
2169
[[package]]
2170
name = "winapi"
···
2183
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2184
2185
[[package]]
2186
+
name = "winapi-util"
2187
+
version = "0.1.5"
2188
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2189
+
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2190
+
dependencies = [
2191
+
"winapi",
2192
+
]
2193
+
2194
+
[[package]]
2195
name = "winapi-x86_64-pc-windows-gnu"
2196
version = "0.4.0"
2197
source = "registry+https://github.com/rust-lang/crates.io-index"
2198
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2199
2200
[[package]]
2201
+
name = "windows-sys"
2202
+
version = "0.36.1"
2203
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2204
+
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
2205
+
dependencies = [
2206
+
"windows_aarch64_msvc 0.36.1",
2207
+
"windows_i686_gnu 0.36.1",
2208
+
"windows_i686_msvc 0.36.1",
2209
+
"windows_x86_64_gnu 0.36.1",
2210
+
"windows_x86_64_msvc 0.36.1",
2211
+
]
2212
+
2213
+
[[package]]
2214
+
name = "windows-sys"
2215
+
version = "0.42.0"
2216
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2217
+
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
2218
+
dependencies = [
2219
+
"windows_aarch64_gnullvm",
2220
+
"windows_aarch64_msvc 0.42.0",
2221
+
"windows_i686_gnu 0.42.0",
2222
+
"windows_i686_msvc 0.42.0",
2223
+
"windows_x86_64_gnu 0.42.0",
2224
+
"windows_x86_64_gnullvm",
2225
+
"windows_x86_64_msvc 0.42.0",
2226
+
]
2227
+
2228
+
[[package]]
2229
+
name = "windows_aarch64_gnullvm"
2230
+
version = "0.42.0"
2231
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2232
+
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
2233
+
2234
+
[[package]]
2235
+
name = "windows_aarch64_msvc"
2236
+
version = "0.36.1"
2237
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2238
+
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2239
+
2240
+
[[package]]
2241
+
name = "windows_aarch64_msvc"
2242
+
version = "0.42.0"
2243
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2244
+
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
2245
+
2246
+
[[package]]
2247
+
name = "windows_i686_gnu"
2248
+
version = "0.36.1"
2249
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2250
+
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2251
+
2252
+
[[package]]
2253
+
name = "windows_i686_gnu"
2254
+
version = "0.42.0"
2255
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2256
+
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
2257
+
2258
+
[[package]]
2259
+
name = "windows_i686_msvc"
2260
+
version = "0.36.1"
2261
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2262
+
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2263
+
2264
+
[[package]]
2265
+
name = "windows_i686_msvc"
2266
+
version = "0.42.0"
2267
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2268
+
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
2269
+
2270
+
[[package]]
2271
+
name = "windows_x86_64_gnu"
2272
+
version = "0.36.1"
2273
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2274
+
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2275
+
2276
+
[[package]]
2277
+
name = "windows_x86_64_gnu"
2278
+
version = "0.42.0"
2279
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2280
+
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
2281
+
2282
+
[[package]]
2283
+
name = "windows_x86_64_gnullvm"
2284
+
version = "0.42.0"
2285
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2286
+
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
2287
+
2288
+
[[package]]
2289
+
name = "windows_x86_64_msvc"
2290
+
version = "0.36.1"
2291
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2292
+
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2293
+
2294
+
[[package]]
2295
+
name = "windows_x86_64_msvc"
2296
+
version = "0.42.0"
2297
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2298
+
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
2299
+
2300
+
[[package]]
2301
name = "winreg"
2302
+
version = "0.10.1"
2303
source = "registry+https://github.com/rust-lang/crates.io-index"
2304
+
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
2305
dependencies = [
2306
"winapi",
2307
]
+5
-5
pkgs/applications/radio/noaa-apt/default.nix
···
13
14
rustPlatform.buildRustPackage rec {
15
pname = "noaa-apt";
16
-
version = "1.3.1";
17
18
src = fetchFromGitHub {
19
owner = "martinber";
20
repo = "noaa-apt";
21
rev = "v${version}";
22
-
sha256 = "sha256-A78O5HkD/LyfvjLJjf7PpJDuftkNbaxq7Zs5kNUaULk=";
23
};
24
25
nativeBuildInputs = [
···
55
56
# Desktop icon.
57
install -Dm644 -t $out/share/applications $src/debian/ar.com.mbernardi.noaa-apt.desktop
58
-
install -Dm644 -t $out/share/icons/hicolor/48x48/apps $src/debian/noaa-apt.png
59
-
install -Dm644 -t $out/share/icons/hicolor/scalable/apps $src/debian/noaa-apt.svg
60
'';
61
62
meta = with lib; {
63
description = "NOAA APT image decoder";
64
homepage = "https://noaa-apt.mbernardi.com.ar/";
65
license = licenses.gpl3Only;
66
-
maintainers = with maintainers; [ trepetti ];
67
platforms = platforms.all;
68
changelog = "https://github.com/martinber/noaa-apt/releases/tag/v${version}";
69
};
···
13
14
rustPlatform.buildRustPackage rec {
15
pname = "noaa-apt";
16
+
version = "1.4.0";
17
18
src = fetchFromGitHub {
19
owner = "martinber";
20
repo = "noaa-apt";
21
rev = "v${version}";
22
+
sha256 = "sha256-wmjglF2+BFmlTfvqt90nbCxuldN8AEFXj7y9tgTvA2Y=";
23
};
24
25
nativeBuildInputs = [
···
55
56
# Desktop icon.
57
install -Dm644 -t $out/share/applications $src/debian/ar.com.mbernardi.noaa-apt.desktop
58
+
install -Dm644 -t $out/share/icons/hicolor/48x48/apps $src/debian/ar.com.mbernardi.noaa-apt.png
59
+
install -Dm644 -t $out/share/icons/hicolor/scalable/apps $src/debian/ar.com.mbernardi.noaa-apt.svg
60
'';
61
62
meta = with lib; {
63
description = "NOAA APT image decoder";
64
homepage = "https://noaa-apt.mbernardi.com.ar/";
65
license = licenses.gpl3Only;
66
+
maintainers = with maintainers; [ trepetti tmarkus ];
67
platforms = platforms.all;
68
changelog = "https://github.com/martinber/noaa-apt/releases/tag/v${version}";
69
};