tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
citations: 0.5.1 -> 0.5.2
linsui
2 years ago
07855a0c
2a59d430
+519
-445
2 changed files
expand all
collapse all
unified
split
pkgs
applications
misc
citations
Cargo.lock
default.nix
+508
-442
pkgs/applications/misc/citations/Cargo.lock
···
58
59
[[package]]
60
name = "aho-corasick"
61
-
version = "0.7.18"
62
source = "registry+https://github.com/rust-lang/crates.io-index"
63
-
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
64
dependencies = [
65
"memchr",
66
]
67
68
[[package]]
69
-
name = "ansi_term"
70
-
version = "0.12.1"
71
-
source = "registry+https://github.com/rust-lang/crates.io-index"
72
-
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
73
-
dependencies = [
74
-
"winapi",
75
-
]
76
-
77
-
[[package]]
78
name = "anyhow"
79
-
version = "1.0.58"
80
-
source = "registry+https://github.com/rust-lang/crates.io-index"
81
-
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
82
-
83
-
[[package]]
84
-
name = "arrayvec"
85
-
version = "0.5.2"
86
source = "registry+https://github.com/rust-lang/crates.io-index"
87
-
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
88
89
[[package]]
90
name = "async-channel"
91
-
version = "1.6.1"
92
source = "registry+https://github.com/rust-lang/crates.io-index"
93
-
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
94
dependencies = [
95
"concurrent-queue",
96
"event-listener",
···
99
100
[[package]]
101
name = "async-executor"
102
-
version = "1.4.1"
103
source = "registry+https://github.com/rust-lang/crates.io-index"
104
-
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
105
dependencies = [
0
106
"async-task",
107
"concurrent-queue",
108
"fastrand",
109
"futures-lite",
110
-
"once_cell",
111
"slab",
112
]
113
114
[[package]]
115
name = "async-global-executor"
116
-
version = "2.2.0"
117
source = "registry+https://github.com/rust-lang/crates.io-index"
118
-
checksum = "5262ed948da60dd8956c6c5aca4d4163593dddb7b32d73267c93dab7b2e98940"
119
dependencies = [
120
"async-channel",
121
"async-executor",
···
123
"async-lock",
124
"blocking",
125
"futures-lite",
126
-
"num_cpus",
127
"once_cell",
128
]
129
130
[[package]]
131
name = "async-io"
132
-
version = "1.7.0"
133
source = "registry+https://github.com/rust-lang/crates.io-index"
134
-
checksum = "e5e18f61464ae81cde0a23e713ae8fd299580c54d697a35820cfd0625b8b0e07"
135
dependencies = [
0
0
0
136
"concurrent-queue",
137
"futures-lite",
138
-
"libc",
139
"log",
140
-
"once_cell",
141
"parking",
142
"polling",
0
143
"slab",
144
"socket2",
145
"waker-fn",
146
-
"winapi",
147
]
148
149
[[package]]
150
name = "async-lock"
151
-
version = "2.5.0"
152
source = "registry+https://github.com/rust-lang/crates.io-index"
153
-
checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
154
dependencies = [
155
"event-listener",
156
]
···
183
184
[[package]]
185
name = "async-task"
186
-
version = "4.3.0"
187
source = "registry+https://github.com/rust-lang/crates.io-index"
188
-
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
189
190
[[package]]
191
name = "async-trait"
192
-
version = "0.1.56"
193
source = "registry+https://github.com/rust-lang/crates.io-index"
194
-
checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"
195
dependencies = [
196
"proc-macro2",
197
"quote",
198
-
"syn",
199
]
200
201
[[package]]
202
name = "atomic-waker"
203
-
version = "1.0.0"
204
source = "registry+https://github.com/rust-lang/crates.io-index"
205
-
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
206
207
[[package]]
208
name = "autocfg"
···
218
219
[[package]]
220
name = "base64"
221
-
version = "0.13.0"
222
source = "registry+https://github.com/rust-lang/crates.io-index"
223
-
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
224
225
[[package]]
226
name = "bitflags"
···
245
246
[[package]]
247
name = "blocking"
248
-
version = "1.2.0"
249
source = "registry+https://github.com/rust-lang/crates.io-index"
250
-
checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
251
dependencies = [
252
"async-channel",
0
253
"async-task",
254
"atomic-waker",
255
"fastrand",
256
"futures-lite",
257
-
"once_cell",
258
]
259
260
[[package]]
261
name = "bumpalo"
262
-
version = "3.10.0"
263
source = "registry+https://github.com/rust-lang/crates.io-index"
264
-
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
265
-
266
-
[[package]]
267
-
name = "bytecount"
268
-
version = "0.3.2"
269
-
source = "registry+https://github.com/rust-lang/crates.io-index"
270
-
checksum = "f861d9ce359f56dbcb6e0c2a1cb84e52ad732cadb57b806adeb3c7668caccbd8"
271
272
[[package]]
273
name = "bytecount"
···
283
284
[[package]]
285
name = "bytes"
286
-
version = "1.2.0"
287
source = "registry+https://github.com/rust-lang/crates.io-index"
288
-
checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"
289
-
290
-
[[package]]
291
-
name = "cache-padded"
292
-
version = "1.2.0"
293
-
source = "registry+https://github.com/rust-lang/crates.io-index"
294
-
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
295
296
[[package]]
297
name = "cairo-rs"
298
-
version = "0.15.12"
299
source = "registry+https://github.com/rust-lang/crates.io-index"
300
-
checksum = "c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc"
301
dependencies = [
302
"bitflags",
303
"cairo-sys-rs",
304
"glib",
305
"libc",
0
306
"thiserror",
307
]
308
309
[[package]]
310
name = "cairo-sys-rs"
311
-
version = "0.15.1"
312
source = "registry+https://github.com/rust-lang/crates.io-index"
313
-
checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
314
dependencies = [
315
"glib-sys",
316
"libc",
···
319
320
[[package]]
321
name = "cc"
322
-
version = "1.0.73"
323
source = "registry+https://github.com/rust-lang/crates.io-index"
324
-
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
325
326
[[package]]
327
name = "cfg-expr"
328
-
version = "0.10.3"
329
source = "registry+https://github.com/rust-lang/crates.io-index"
330
-
checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"
331
dependencies = [
332
"smallvec",
333
]
···
349
350
[[package]]
351
name = "citations"
352
-
version = "0.5.1"
353
dependencies = [
354
"anyhow",
355
"async-std",
···
357
"cratebibtex",
358
"futures-channel",
359
"gettext-rs",
360
-
"gio",
361
-
"glib",
362
"gtk4",
363
"libadwaita",
364
"log",
···
373
374
[[package]]
375
name = "concurrent-queue"
376
-
version = "1.2.2"
377
source = "registry+https://github.com/rust-lang/crates.io-index"
378
-
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
379
dependencies = [
380
-
"cache-padded",
381
]
382
383
[[package]]
···
405
406
[[package]]
407
name = "cpufeatures"
408
-
version = "0.2.2"
409
source = "registry+https://github.com/rust-lang/crates.io-index"
410
-
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
411
dependencies = [
412
"libc",
413
]
···
434
435
[[package]]
436
name = "crossbeam-utils"
437
-
version = "0.8.10"
438
source = "registry+https://github.com/rust-lang/crates.io-index"
439
-
checksum = "7d82ee10ce34d7bc12c2122495e7593a9c41347ecdd64185af4ecf72cb1a7f83"
440
dependencies = [
441
"cfg-if",
442
-
"once_cell",
443
]
444
445
[[package]]
···
454
455
[[package]]
456
name = "ctor"
457
-
version = "0.1.22"
458
source = "registry+https://github.com/rust-lang/crates.io-index"
459
-
checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
460
dependencies = [
461
"quote",
462
-
"syn",
463
]
464
465
[[package]]
···
488
489
[[package]]
490
name = "curl-sys"
491
-
version = "0.4.56+curl-7.83.1"
492
source = "registry+https://github.com/rust-lang/crates.io-index"
493
-
checksum = "6093e169dd4de29e468fa649fbae11cdcd5551c81fe5bf1b0677adad7ef3d26f"
494
dependencies = [
495
"cc",
496
"libc",
···
519
520
[[package]]
521
name = "encoding_rs"
522
-
version = "0.8.31"
523
source = "registry+https://github.com/rust-lang/crates.io-index"
524
-
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
525
dependencies = [
526
"cfg-if",
527
]
528
529
[[package]]
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
530
name = "event-listener"
531
-
version = "2.5.2"
532
source = "registry+https://github.com/rust-lang/crates.io-index"
533
-
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
534
535
[[package]]
536
name = "fastrand"
537
-
version = "1.7.0"
538
source = "registry+https://github.com/rust-lang/crates.io-index"
539
-
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
540
dependencies = [
541
"instant",
542
]
543
544
[[package]]
545
name = "field-offset"
546
-
version = "0.3.4"
547
source = "registry+https://github.com/rust-lang/crates.io-index"
548
-
checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
549
dependencies = [
550
"memoffset",
551
-
"rustc_version 0.3.3",
552
]
553
554
[[package]]
···
570
571
[[package]]
572
name = "form_urlencoded"
573
-
version = "1.0.1"
574
source = "registry+https://github.com/rust-lang/crates.io-index"
575
-
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
576
dependencies = [
577
-
"matches",
578
"percent-encoding",
579
]
580
581
[[package]]
582
name = "futures-channel"
583
-
version = "0.3.21"
584
source = "registry+https://github.com/rust-lang/crates.io-index"
585
-
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
586
dependencies = [
587
"futures-core",
588
]
589
590
[[package]]
591
name = "futures-core"
592
-
version = "0.3.21"
593
source = "registry+https://github.com/rust-lang/crates.io-index"
594
-
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
595
596
[[package]]
597
name = "futures-executor"
598
-
version = "0.3.21"
599
source = "registry+https://github.com/rust-lang/crates.io-index"
600
-
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
601
dependencies = [
602
"futures-core",
603
"futures-task",
···
606
607
[[package]]
608
name = "futures-io"
609
-
version = "0.3.21"
610
source = "registry+https://github.com/rust-lang/crates.io-index"
611
-
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
612
613
[[package]]
614
name = "futures-lite"
···
627
628
[[package]]
629
name = "futures-macro"
630
-
version = "0.3.21"
631
source = "registry+https://github.com/rust-lang/crates.io-index"
632
-
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
633
dependencies = [
634
"proc-macro2",
635
"quote",
636
-
"syn",
637
]
638
639
[[package]]
640
name = "futures-sink"
641
-
version = "0.3.21"
642
source = "registry+https://github.com/rust-lang/crates.io-index"
643
-
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
644
645
[[package]]
646
name = "futures-task"
647
-
version = "0.3.21"
648
source = "registry+https://github.com/rust-lang/crates.io-index"
649
-
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
650
651
[[package]]
652
name = "futures-util"
653
-
version = "0.3.21"
654
source = "registry+https://github.com/rust-lang/crates.io-index"
655
-
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
656
dependencies = [
657
"futures-core",
658
"futures-io",
···
666
667
[[package]]
668
name = "gdk-pixbuf"
669
-
version = "0.15.11"
670
source = "registry+https://github.com/rust-lang/crates.io-index"
671
-
checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a"
672
dependencies = [
673
"bitflags",
674
"gdk-pixbuf-sys",
675
"gio",
676
"glib",
677
"libc",
0
678
]
679
680
[[package]]
681
name = "gdk-pixbuf-sys"
682
-
version = "0.15.10"
683
source = "registry+https://github.com/rust-lang/crates.io-index"
684
-
checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7"
685
dependencies = [
686
"gio-sys",
687
"glib-sys",
···
692
693
[[package]]
694
name = "gdk4"
695
-
version = "0.4.8"
696
source = "registry+https://github.com/rust-lang/crates.io-index"
697
-
checksum = "4fabb7cf843c26b085a5d68abb95d0c0bf27a9ae2eeff9c4adb503a1eb580876"
698
dependencies = [
699
"bitflags",
700
"cairo-rs",
···
708
709
[[package]]
710
name = "gdk4-sys"
711
-
version = "0.4.8"
712
source = "registry+https://github.com/rust-lang/crates.io-index"
713
-
checksum = "efe7dcb44f5c00aeabff3f69abfc5673de46559070f89bd3fbb7b66485d9cef2"
714
dependencies = [
715
"cairo-sys-rs",
716
"gdk-pixbuf-sys",
···
725
726
[[package]]
727
name = "generic-array"
728
-
version = "0.14.5"
729
source = "registry+https://github.com/rust-lang/crates.io-index"
730
-
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
731
dependencies = [
732
"typenum",
733
"version_check",
···
746
747
[[package]]
748
name = "getrandom"
749
-
version = "0.2.7"
750
source = "registry+https://github.com/rust-lang/crates.io-index"
751
-
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
752
dependencies = [
753
"cfg-if",
754
"libc",
···
787
788
[[package]]
789
name = "gio"
790
-
version = "0.15.12"
791
source = "registry+https://github.com/rust-lang/crates.io-index"
792
-
checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b"
793
dependencies = [
794
"bitflags",
795
"futures-channel",
796
"futures-core",
797
"futures-io",
0
798
"gio-sys",
799
"glib",
800
"libc",
801
"once_cell",
0
0
802
"thiserror",
803
]
804
805
[[package]]
806
name = "gio-sys"
807
-
version = "0.15.10"
808
source = "registry+https://github.com/rust-lang/crates.io-index"
809
-
checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d"
810
dependencies = [
811
"glib-sys",
812
"gobject-sys",
···
817
818
[[package]]
819
name = "glib"
820
-
version = "0.15.12"
821
source = "registry+https://github.com/rust-lang/crates.io-index"
822
-
checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d"
823
dependencies = [
824
"bitflags",
825
"futures-channel",
826
"futures-core",
827
"futures-executor",
828
"futures-task",
0
0
829
"glib-macros",
830
"glib-sys",
831
"gobject-sys",
832
"libc",
0
833
"once_cell",
834
"smallvec",
835
"thiserror",
···
837
838
[[package]]
839
name = "glib-macros"
840
-
version = "0.15.11"
841
source = "registry+https://github.com/rust-lang/crates.io-index"
842
-
checksum = "25a68131a662b04931e71891fb14aaf65ee4b44d08e8abc10f49e77418c86c64"
843
dependencies = [
844
"anyhow",
845
"heck",
···
847
"proc-macro-error",
848
"proc-macro2",
849
"quote",
850
-
"syn",
851
]
852
853
[[package]]
854
name = "glib-sys"
855
-
version = "0.15.10"
856
source = "registry+https://github.com/rust-lang/crates.io-index"
857
-
checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4"
858
dependencies = [
859
"libc",
860
"system-deps",
···
862
863
[[package]]
864
name = "gloo-timers"
865
-
version = "0.2.4"
866
source = "registry+https://github.com/rust-lang/crates.io-index"
867
-
checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"
868
dependencies = [
869
"futures-channel",
870
"futures-core",
···
874
875
[[package]]
876
name = "gobject-sys"
877
-
version = "0.15.10"
878
source = "registry+https://github.com/rust-lang/crates.io-index"
879
-
checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a"
880
dependencies = [
881
"glib-sys",
882
"libc",
···
885
886
[[package]]
887
name = "graphene-rs"
888
-
version = "0.15.1"
889
source = "registry+https://github.com/rust-lang/crates.io-index"
890
-
checksum = "7c54f9fbbeefdb62c99f892dfca35f83991e2cb5b46a8dc2a715e58612f85570"
891
dependencies = [
892
"glib",
893
"graphene-sys",
···
896
897
[[package]]
898
name = "graphene-sys"
899
-
version = "0.15.10"
900
source = "registry+https://github.com/rust-lang/crates.io-index"
901
-
checksum = "fa691fc7337ba1df599afb55c3bcb85c04f1b3f17362570e9bb0ff0d1bc3028a"
902
dependencies = [
903
"glib-sys",
904
"libc",
···
908
909
[[package]]
910
name = "gsk4"
911
-
version = "0.4.8"
912
source = "registry+https://github.com/rust-lang/crates.io-index"
913
-
checksum = "05e9020d333280b3aa38d496495bfa9b50712eebf1ad63f0ec5bcddb5eb61be4"
914
dependencies = [
915
"bitflags",
916
"cairo-rs",
···
924
925
[[package]]
926
name = "gsk4-sys"
927
-
version = "0.4.8"
928
source = "registry+https://github.com/rust-lang/crates.io-index"
929
-
checksum = "7add39ccf60078508c838643a2dcc91f045c46ed63b5ea6ab701b2e25bda3fea"
930
dependencies = [
931
"cairo-sys-rs",
932
"gdk4-sys",
···
940
941
[[package]]
942
name = "gtk4"
943
-
version = "0.4.8"
944
source = "registry+https://github.com/rust-lang/crates.io-index"
945
-
checksum = "c64f0c2a3d80e899dc3febddad5bac193ffcf74a0fd7e31037f30dd34d6f7396"
946
dependencies = [
947
"bitflags",
948
"cairo-rs",
···
963
964
[[package]]
965
name = "gtk4-macros"
966
-
version = "0.4.8"
967
source = "registry+https://github.com/rust-lang/crates.io-index"
968
-
checksum = "fafbcc920af4eb677d7d164853e7040b9de5a22379c596f570190c675d45f7a7"
969
dependencies = [
970
"anyhow",
971
"proc-macro-crate",
972
"proc-macro-error",
973
"proc-macro2",
974
-
"quick-xml",
975
"quote",
976
-
"syn",
977
]
978
979
[[package]]
980
name = "gtk4-sys"
981
-
version = "0.4.8"
982
source = "registry+https://github.com/rust-lang/crates.io-index"
983
-
checksum = "5bc8006eea634b7c72da3ff79e24606e45f21b3b832a3c5a1f543f5f97eb0f63"
984
dependencies = [
985
"cairo-sys-rs",
986
"gdk-pixbuf-sys",
···
996
]
997
998
[[package]]
0
0
0
0
0
0
999
name = "heck"
1000
-
version = "0.4.0"
1001
source = "registry+https://github.com/rust-lang/crates.io-index"
1002
-
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
1003
1004
[[package]]
1005
name = "hermit-abi"
1006
-
version = "0.1.19"
1007
source = "registry+https://github.com/rust-lang/crates.io-index"
1008
-
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
1009
-
dependencies = [
1010
-
"libc",
1011
-
]
1012
1013
[[package]]
1014
name = "hkdf"
···
1032
1033
[[package]]
1034
name = "http"
1035
-
version = "0.2.8"
1036
source = "registry+https://github.com/rust-lang/crates.io-index"
1037
-
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
1038
dependencies = [
1039
-
"bytes 1.2.0",
1040
"fnv",
1041
"itoa",
1042
]
···
1079
1080
[[package]]
1081
name = "idna"
1082
-
version = "0.2.3"
1083
source = "registry+https://github.com/rust-lang/crates.io-index"
1084
-
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
1085
dependencies = [
1086
-
"matches",
1087
"unicode-bidi",
1088
"unicode-normalization",
1089
]
1090
1091
[[package]]
0
0
0
0
0
0
0
0
0
0
1092
name = "infer"
1093
version = "0.2.3"
1094
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1104
]
1105
1106
[[package]]
0
0
0
0
0
0
0
0
0
0
0
1107
name = "isahc"
1108
version = "0.9.14"
1109
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1128
1129
[[package]]
1130
name = "itoa"
1131
-
version = "1.0.2"
1132
source = "registry+https://github.com/rust-lang/crates.io-index"
1133
-
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
1134
1135
[[package]]
1136
name = "js-sys"
1137
-
version = "0.3.58"
1138
source = "registry+https://github.com/rust-lang/crates.io-index"
1139
-
checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"
1140
dependencies = [
1141
"wasm-bindgen",
1142
]
···
1157
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1158
1159
[[package]]
1160
-
name = "lexical-core"
1161
-
version = "0.7.6"
1162
source = "registry+https://github.com/rust-lang/crates.io-index"
1163
-
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
1164
dependencies = [
1165
-
"arrayvec",
1166
"bitflags",
1167
-
"cfg-if",
1168
-
"ryu",
1169
-
"static_assertions",
1170
-
]
1171
-
1172
-
[[package]]
1173
-
name = "libadwaita"
1174
-
version = "0.2.0-alpha.2"
1175
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1176
-
checksum = "49ad2318c7abc8629b1d1ed381bd0356c184ae8f4caebc044ef9de1782c86046"
1177
-
dependencies = [
1178
"futures-channel",
1179
"gdk-pixbuf",
1180
"gdk4",
···
1189
1190
[[package]]
1191
name = "libadwaita-sys"
1192
-
version = "0.2.0-alpha.2"
1193
source = "registry+https://github.com/rust-lang/crates.io-index"
1194
-
checksum = "e835f99b92f6e7f43ddb2c0ca79d9d21124a170190876505e03484f337f7edc7"
1195
dependencies = [
1196
"gdk4-sys",
1197
"gio-sys",
···
1199
"gobject-sys",
1200
"gtk4-sys",
1201
"libc",
0
1202
"system-deps",
1203
]
1204
1205
[[package]]
1206
name = "libc"
1207
-
version = "0.2.126"
1208
source = "registry+https://github.com/rust-lang/crates.io-index"
1209
-
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
1210
1211
[[package]]
1212
name = "libnghttp2-sys"
···
1231
]
1232
1233
[[package]]
0
0
0
0
0
0
1234
name = "locale_config"
1235
version = "0.3.0"
1236
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1245
1246
[[package]]
1247
name = "lock_api"
1248
-
version = "0.4.7"
1249
source = "registry+https://github.com/rust-lang/crates.io-index"
1250
-
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
1251
dependencies = [
1252
"autocfg",
1253
"scopeguard",
···
1273
]
1274
1275
[[package]]
1276
-
name = "matches"
1277
-
version = "0.1.9"
1278
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1279
-
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
1280
-
1281
-
[[package]]
1282
name = "memchr"
1283
version = "2.5.0"
1284
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1286
1287
[[package]]
1288
name = "memoffset"
1289
-
version = "0.6.5"
1290
source = "registry+https://github.com/rust-lang/crates.io-index"
1291
-
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
1292
dependencies = [
1293
"autocfg",
1294
]
1295
1296
[[package]]
1297
name = "mime"
1298
-
version = "0.3.16"
1299
source = "registry+https://github.com/rust-lang/crates.io-index"
1300
-
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
1301
1302
[[package]]
1303
name = "mime_guess"
···
1310
]
1311
1312
[[package]]
0
0
0
0
0
0
1313
name = "nom"
1314
-
version = "5.1.2"
1315
source = "registry+https://github.com/rust-lang/crates.io-index"
1316
-
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
1317
dependencies = [
1318
-
"lexical-core",
1319
"memchr",
1320
-
"version_check",
1321
]
1322
1323
[[package]]
1324
name = "nom-bibtex"
1325
-
version = "0.3.0"
1326
-
source = "git+https://github.com/A6GibKm/nom-bibtex.git#3e20b1f6a1f8709bf61836f171b8d90cb84cd8b3"
1327
dependencies = [
1328
"nom",
1329
"nom-tracable",
1330
-
"nom_locate 2.1.0",
1331
"quick-error",
1332
]
1333
1334
[[package]]
1335
name = "nom-tracable"
1336
-
version = "0.5.2"
1337
source = "registry+https://github.com/rust-lang/crates.io-index"
1338
-
checksum = "e012c742e1269f801f6bfe0d1ebf99d7a3f7bc1d65c970bab0e7bee439e31610"
1339
dependencies = [
1340
"nom",
1341
"nom-tracable-macros",
1342
-
"nom_locate 1.0.0",
1343
-
"nom_locate 2.1.0",
1344
]
1345
1346
[[package]]
1347
name = "nom-tracable-macros"
1348
-
version = "0.5.2"
1349
source = "registry+https://github.com/rust-lang/crates.io-index"
1350
-
checksum = "65ad630ff46d4c61da89042f327e6fdf104a6ebb667565727ef0bb294a7c3197"
1351
dependencies = [
1352
"quote",
1353
-
"syn",
1354
]
1355
1356
[[package]]
1357
name = "nom_locate"
1358
-
version = "1.0.0"
1359
source = "registry+https://github.com/rust-lang/crates.io-index"
1360
-
checksum = "f932834fd8e391fc7710e2ba17e8f9f8645d846b55aa63207e17e110a1e1ce35"
1361
dependencies = [
1362
-
"bytecount 0.3.2",
1363
"memchr",
1364
"nom",
1365
]
1366
1367
[[package]]
1368
-
name = "nom_locate"
1369
-
version = "2.1.0"
1370
source = "registry+https://github.com/rust-lang/crates.io-index"
1371
-
checksum = "a67484adf5711f94f2f28b653bf231bff8e438be33bf5b0f35935a0db4f618a2"
1372
-
dependencies = [
1373
-
"bytecount 0.6.3",
1374
-
"memchr",
1375
-
"nom",
1376
-
]
1377
-
1378
-
[[package]]
1379
-
name = "num_cpus"
1380
-
version = "1.13.1"
1381
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1382
-
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
1383
dependencies = [
1384
-
"hermit-abi",
1385
-
"libc",
1386
]
1387
1388
[[package]]
···
1416
1417
[[package]]
1418
name = "once_cell"
1419
-
version = "1.13.0"
1420
source = "registry+https://github.com/rust-lang/crates.io-index"
1421
-
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
1422
1423
[[package]]
1424
name = "opaque-debug"
···
1434
1435
[[package]]
1436
name = "openssl-sys"
1437
-
version = "0.9.75"
1438
source = "registry+https://github.com/rust-lang/crates.io-index"
1439
-
checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
1440
dependencies = [
1441
-
"autocfg",
1442
"cc",
1443
"libc",
1444
"pkg-config",
···
1446
]
1447
1448
[[package]]
0
0
0
0
0
0
1449
name = "pango"
1450
-
version = "0.15.10"
1451
source = "registry+https://github.com/rust-lang/crates.io-index"
1452
-
checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f"
1453
dependencies = [
1454
"bitflags",
0
1455
"glib",
1456
"libc",
1457
"once_cell",
···
1460
1461
[[package]]
1462
name = "pango-sys"
1463
-
version = "0.15.10"
1464
source = "registry+https://github.com/rust-lang/crates.io-index"
1465
-
checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa"
1466
dependencies = [
1467
"glib-sys",
1468
"gobject-sys",
···
1478
1479
[[package]]
1480
name = "percent-encoding"
1481
-
version = "2.1.0"
1482
source = "registry+https://github.com/rust-lang/crates.io-index"
1483
-
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
1484
-
1485
-
[[package]]
1486
-
name = "pest"
1487
-
version = "2.1.3"
1488
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1489
-
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
1490
-
dependencies = [
1491
-
"ucd-trie",
1492
-
]
1493
1494
[[package]]
1495
name = "pin-project"
1496
-
version = "1.0.11"
1497
source = "registry+https://github.com/rust-lang/crates.io-index"
1498
-
checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"
1499
dependencies = [
1500
"pin-project-internal",
1501
]
1502
1503
[[package]]
1504
name = "pin-project-internal"
1505
-
version = "1.0.11"
1506
source = "registry+https://github.com/rust-lang/crates.io-index"
1507
-
checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74"
1508
dependencies = [
1509
"proc-macro2",
1510
"quote",
1511
-
"syn",
1512
]
1513
1514
[[package]]
···
1525
1526
[[package]]
1527
name = "pkg-config"
1528
-
version = "0.3.25"
1529
source = "registry+https://github.com/rust-lang/crates.io-index"
1530
-
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
1531
1532
[[package]]
1533
name = "polling"
1534
-
version = "2.2.0"
1535
source = "registry+https://github.com/rust-lang/crates.io-index"
1536
-
checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
1537
dependencies = [
0
0
1538
"cfg-if",
0
1539
"libc",
1540
"log",
1541
-
"wepoll-ffi",
1542
-
"winapi",
1543
]
1544
1545
[[package]]
···
1555
1556
[[package]]
1557
name = "poppler-rs"
1558
-
version = "0.19.0"
1559
source = "registry+https://github.com/rust-lang/crates.io-index"
1560
-
checksum = "a6e95928e3e02fed7d26159b54c6dbb763afeff4780d77e19e2f1aa4c3715d90"
1561
dependencies = [
1562
"bitflags",
1563
"cairo-rs",
1564
"gio",
1565
"glib",
1566
"libc",
0
1567
"poppler-sys-rs",
1568
]
1569
1570
[[package]]
1571
name = "poppler-sys-rs"
1572
-
version = "0.19.0"
1573
source = "registry+https://github.com/rust-lang/crates.io-index"
1574
-
checksum = "6cd22a62a382ee735c140f7a8c678ce92982b8782dfbb77fc78ff203604fd657"
1575
dependencies = [
1576
"cairo-sys-rs",
1577
"gio-sys",
···
1583
1584
[[package]]
1585
name = "ppv-lite86"
1586
-
version = "0.2.16"
1587
source = "registry+https://github.com/rust-lang/crates.io-index"
1588
-
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
1589
1590
[[package]]
1591
name = "proc-macro-crate"
1592
-
version = "1.1.3"
1593
source = "registry+https://github.com/rust-lang/crates.io-index"
1594
-
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
1595
dependencies = [
1596
-
"thiserror",
1597
-
"toml",
1598
]
1599
1600
[[package]]
···
1606
"proc-macro-error-attr",
1607
"proc-macro2",
1608
"quote",
1609
-
"syn",
1610
"version_check",
1611
]
1612
···
1623
1624
[[package]]
1625
name = "proc-macro-hack"
1626
-
version = "0.5.19"
1627
source = "registry+https://github.com/rust-lang/crates.io-index"
1628
-
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
1629
1630
[[package]]
1631
name = "proc-macro2"
1632
-
version = "1.0.40"
1633
source = "registry+https://github.com/rust-lang/crates.io-index"
1634
-
checksum = "dd96a1e8ed2596c337f8eae5f24924ec83f5ad5ab21ea8e455d3566c69fbcaf7"
1635
dependencies = [
1636
"unicode-ident",
1637
]
1638
1639
[[package]]
1640
name = "quick-error"
1641
-
version = "1.2.3"
1642
source = "registry+https://github.com/rust-lang/crates.io-index"
1643
-
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
1644
-
1645
-
[[package]]
1646
-
name = "quick-xml"
1647
-
version = "0.22.0"
1648
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1649
-
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
1650
-
dependencies = [
1651
-
"memchr",
1652
-
]
1653
1654
[[package]]
1655
name = "quote"
1656
-
version = "1.0.20"
1657
source = "registry+https://github.com/rust-lang/crates.io-index"
1658
-
checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
1659
dependencies = [
1660
"proc-macro2",
1661
]
···
1681
dependencies = [
1682
"libc",
1683
"rand_chacha 0.3.1",
1684
-
"rand_core 0.6.3",
1685
]
1686
1687
[[package]]
···
1701
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1702
dependencies = [
1703
"ppv-lite86",
1704
-
"rand_core 0.6.3",
1705
]
1706
1707
[[package]]
···
1715
1716
[[package]]
1717
name = "rand_core"
1718
-
version = "0.6.3"
1719
source = "registry+https://github.com/rust-lang/crates.io-index"
1720
-
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
1721
dependencies = [
1722
-
"getrandom 0.2.7",
1723
]
1724
1725
[[package]]
···
1733
1734
[[package]]
1735
name = "regex"
1736
-
version = "1.6.0"
1737
source = "registry+https://github.com/rust-lang/crates.io-index"
1738
-
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
1739
dependencies = [
1740
"aho-corasick",
1741
"memchr",
···
1744
1745
[[package]]
1746
name = "regex-syntax"
1747
-
version = "0.6.27"
1748
source = "registry+https://github.com/rust-lang/crates.io-index"
1749
-
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
1750
1751
[[package]]
1752
name = "rustc_version"
···
1759
1760
[[package]]
1761
name = "rustc_version"
1762
-
version = "0.3.3"
1763
source = "registry+https://github.com/rust-lang/crates.io-index"
1764
-
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
1765
dependencies = [
1766
-
"semver 0.11.0",
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1767
]
1768
1769
[[package]]
1770
name = "ryu"
1771
-
version = "1.0.10"
1772
source = "registry+https://github.com/rust-lang/crates.io-index"
1773
-
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
1774
1775
[[package]]
1776
name = "sanitize-filename"
···
1784
1785
[[package]]
1786
name = "schannel"
1787
-
version = "0.1.20"
1788
source = "registry+https://github.com/rust-lang/crates.io-index"
1789
-
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
1790
dependencies = [
1791
-
"lazy_static",
1792
-
"windows-sys",
1793
]
1794
1795
[[package]]
···
1804
source = "registry+https://github.com/rust-lang/crates.io-index"
1805
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1806
dependencies = [
1807
-
"semver-parser 0.7.0",
1808
]
1809
1810
[[package]]
1811
name = "semver"
1812
-
version = "0.11.0"
1813
source = "registry+https://github.com/rust-lang/crates.io-index"
1814
-
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
1815
-
dependencies = [
1816
-
"semver-parser 0.10.2",
1817
-
]
1818
1819
[[package]]
1820
name = "semver-parser"
···
1823
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1824
1825
[[package]]
1826
-
name = "semver-parser"
1827
-
version = "0.10.2"
1828
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1829
-
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
1830
-
dependencies = [
1831
-
"pest",
1832
-
]
1833
-
1834
-
[[package]]
1835
name = "serde"
1836
-
version = "1.0.140"
1837
source = "registry+https://github.com/rust-lang/crates.io-index"
1838
-
checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"
1839
dependencies = [
1840
"serde_derive",
1841
]
1842
1843
[[package]]
1844
name = "serde_derive"
1845
-
version = "1.0.140"
1846
source = "registry+https://github.com/rust-lang/crates.io-index"
1847
-
checksum = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da"
1848
dependencies = [
1849
"proc-macro2",
1850
"quote",
1851
-
"syn",
1852
]
1853
1854
[[package]]
1855
name = "serde_json"
1856
-
version = "1.0.82"
1857
source = "registry+https://github.com/rust-lang/crates.io-index"
1858
-
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
1859
dependencies = [
1860
"itoa",
1861
"ryu",
···
1871
"percent-encoding",
1872
"serde",
1873
"thiserror",
0
0
0
0
0
0
0
0
0
1874
]
1875
1876
[[package]]
···
1924
1925
[[package]]
1926
name = "slab"
1927
-
version = "0.4.7"
1928
source = "registry+https://github.com/rust-lang/crates.io-index"
1929
-
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
1930
dependencies = [
1931
"autocfg",
1932
]
···
1944
1945
[[package]]
1946
name = "smallvec"
1947
-
version = "1.9.0"
1948
source = "registry+https://github.com/rust-lang/crates.io-index"
1949
-
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
1950
1951
[[package]]
1952
name = "socket2"
1953
-
version = "0.4.4"
1954
source = "registry+https://github.com/rust-lang/crates.io-index"
1955
-
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
1956
dependencies = [
1957
"libc",
1958
"winapi",
···
1960
1961
[[package]]
1962
name = "sourceview5"
1963
-
version = "0.4.2"
1964
source = "registry+https://github.com/rust-lang/crates.io-index"
1965
-
checksum = "2c467112d482de39e310fa7ec5537325d13b4744d8ab9a069b7e51f6eb719364"
1966
dependencies = [
1967
"bitflags",
1968
"futures-channel",
···
1979
1980
[[package]]
1981
name = "sourceview5-sys"
1982
-
version = "0.4.2"
1983
source = "registry+https://github.com/rust-lang/crates.io-index"
1984
-
checksum = "304ab50228500689437d5a722af97ff5b77376866d655e5326a34069e1bf8d01"
1985
dependencies = [
1986
"gdk-pixbuf-sys",
1987
"gdk4-sys",
···
1996
1997
[[package]]
1998
name = "spinning_top"
1999
-
version = "0.2.4"
2000
source = "registry+https://github.com/rust-lang/crates.io-index"
2001
-
checksum = "75adad84ee84b521fb2cca2d4fd0f1dab1d8d026bda3c5bea4ca63b5f9f9293c"
2002
dependencies = [
2003
"lock_api",
2004
]
···
2013
]
2014
2015
[[package]]
2016
-
name = "static_assertions"
2017
-
version = "1.1.0"
2018
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2019
-
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2020
-
2021
-
[[package]]
2022
name = "stdweb"
2023
version = "0.4.20"
2024
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2042
"quote",
2043
"serde",
2044
"serde_derive",
2045
-
"syn",
2046
]
2047
2048
[[package]]
···
2058
"serde_derive",
2059
"serde_json",
2060
"sha1",
2061
-
"syn",
2062
]
2063
2064
[[package]]
···
2084
"cfg-if",
2085
"encoding_rs",
2086
"futures-util",
2087
-
"getrandom 0.2.7",
2088
"http-client",
2089
"http-types",
2090
"log",
···
2098
2099
[[package]]
2100
name = "syn"
2101
-
version = "1.0.98"
2102
source = "registry+https://github.com/rust-lang/crates.io-index"
2103
-
checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
0
0
0
0
0
0
0
0
0
0
0
2104
dependencies = [
2105
"proc-macro2",
2106
"quote",
···
2109
2110
[[package]]
2111
name = "system-deps"
2112
-
version = "6.0.2"
2113
source = "registry+https://github.com/rust-lang/crates.io-index"
2114
-
checksum = "a1a45a1c4c9015217e12347f2a411b57ce2c4fc543913b14b6fe40483328e709"
2115
dependencies = [
2116
"cfg-expr",
2117
"heck",
···
2128
2129
[[package]]
2130
name = "thiserror"
2131
-
version = "1.0.31"
2132
source = "registry+https://github.com/rust-lang/crates.io-index"
2133
-
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
2134
dependencies = [
2135
"thiserror-impl",
2136
]
2137
2138
[[package]]
2139
name = "thiserror-impl"
2140
-
version = "1.0.31"
2141
source = "registry+https://github.com/rust-lang/crates.io-index"
2142
-
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
2143
dependencies = [
2144
"proc-macro2",
2145
"quote",
2146
-
"syn",
2147
]
2148
2149
[[package]]
2150
name = "thread_local"
2151
-
version = "1.1.4"
2152
source = "registry+https://github.com/rust-lang/crates.io-index"
2153
-
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
2154
dependencies = [
0
2155
"once_cell",
2156
]
2157
···
2190
"proc-macro2",
2191
"quote",
2192
"standback",
2193
-
"syn",
2194
]
2195
2196
[[package]]
···
2204
2205
[[package]]
2206
name = "tinyvec_macros"
2207
-
version = "0.1.0"
2208
source = "registry+https://github.com/rust-lang/crates.io-index"
2209
-
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2210
2211
[[package]]
2212
name = "toml"
2213
-
version = "0.5.9"
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
2214
source = "registry+https://github.com/rust-lang/crates.io-index"
2215
-
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
2216
dependencies = [
0
2217
"serde",
0
0
0
2218
]
2219
2220
[[package]]
2221
name = "tracing"
2222
-
version = "0.1.35"
2223
source = "registry+https://github.com/rust-lang/crates.io-index"
2224
-
checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
2225
dependencies = [
2226
"cfg-if",
2227
"log",
···
2232
2233
[[package]]
2234
name = "tracing-attributes"
2235
-
version = "0.1.22"
2236
source = "registry+https://github.com/rust-lang/crates.io-index"
2237
-
checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
2238
dependencies = [
2239
"proc-macro2",
2240
"quote",
2241
-
"syn",
2242
]
2243
2244
[[package]]
2245
name = "tracing-core"
2246
-
version = "0.1.28"
2247
source = "registry+https://github.com/rust-lang/crates.io-index"
2248
-
checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
2249
dependencies = [
2250
"once_cell",
2251
"valuable",
···
2274
2275
[[package]]
2276
name = "tracing-subscriber"
2277
-
version = "0.3.15"
2278
source = "registry+https://github.com/rust-lang/crates.io-index"
2279
-
checksum = "60db860322da191b40952ad9affe65ea23e7dd6a5c442c2c42865810c6ab8e6b"
2280
dependencies = [
2281
-
"ansi_term",
2282
"sharded-slab",
2283
"smallvec",
2284
"thread_local",
···
2288
2289
[[package]]
2290
name = "typenum"
2291
-
version = "1.15.0"
2292
source = "registry+https://github.com/rust-lang/crates.io-index"
2293
-
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2294
-
2295
-
[[package]]
2296
-
name = "ucd-trie"
2297
-
version = "0.1.4"
2298
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2299
-
checksum = "89570599c4fe5585de2b388aab47e99f7fa4e9238a1399f707a02e356058141c"
2300
2301
[[package]]
2302
name = "unicase"
···
2309
2310
[[package]]
2311
name = "unicode-bidi"
2312
-
version = "0.3.8"
2313
source = "registry+https://github.com/rust-lang/crates.io-index"
2314
-
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2315
2316
[[package]]
2317
name = "unicode-ident"
2318
-
version = "1.0.2"
2319
source = "registry+https://github.com/rust-lang/crates.io-index"
2320
-
checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
2321
2322
[[package]]
2323
name = "unicode-normalization"
2324
-
version = "0.1.21"
2325
source = "registry+https://github.com/rust-lang/crates.io-index"
2326
-
checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
2327
dependencies = [
2328
"tinyvec",
2329
]
···
2340
2341
[[package]]
2342
name = "url"
2343
-
version = "2.2.2"
2344
source = "registry+https://github.com/rust-lang/crates.io-index"
2345
-
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2346
dependencies = [
2347
"form_urlencoded",
2348
"idna",
2349
-
"matches",
2350
"percent-encoding",
2351
"serde",
2352
]
···
2375
2376
[[package]]
2377
name = "version-compare"
2378
-
version = "0.1.0"
2379
source = "registry+https://github.com/rust-lang/crates.io-index"
2380
-
checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
2381
2382
[[package]]
2383
name = "version_check"
···
2405
2406
[[package]]
2407
name = "wasm-bindgen"
2408
-
version = "0.2.81"
2409
source = "registry+https://github.com/rust-lang/crates.io-index"
2410
-
checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"
2411
dependencies = [
2412
"cfg-if",
2413
"wasm-bindgen-macro",
···
2415
2416
[[package]]
2417
name = "wasm-bindgen-backend"
2418
-
version = "0.2.81"
2419
source = "registry+https://github.com/rust-lang/crates.io-index"
2420
-
checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"
2421
dependencies = [
2422
"bumpalo",
2423
-
"lazy_static",
2424
"log",
0
2425
"proc-macro2",
2426
"quote",
2427
-
"syn",
2428
"wasm-bindgen-shared",
2429
]
2430
2431
[[package]]
2432
name = "wasm-bindgen-futures"
2433
-
version = "0.4.31"
2434
source = "registry+https://github.com/rust-lang/crates.io-index"
2435
-
checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"
2436
dependencies = [
2437
"cfg-if",
2438
"js-sys",
···
2442
2443
[[package]]
2444
name = "wasm-bindgen-macro"
2445
-
version = "0.2.81"
2446
source = "registry+https://github.com/rust-lang/crates.io-index"
2447
-
checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"
2448
dependencies = [
2449
"quote",
2450
"wasm-bindgen-macro-support",
···
2452
2453
[[package]]
2454
name = "wasm-bindgen-macro-support"
2455
-
version = "0.2.81"
2456
source = "registry+https://github.com/rust-lang/crates.io-index"
2457
-
checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"
2458
dependencies = [
2459
"proc-macro2",
2460
"quote",
2461
-
"syn",
2462
"wasm-bindgen-backend",
2463
"wasm-bindgen-shared",
2464
]
2465
2466
[[package]]
2467
name = "wasm-bindgen-shared"
2468
-
version = "0.2.81"
2469
source = "registry+https://github.com/rust-lang/crates.io-index"
2470
-
checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"
2471
2472
[[package]]
2473
name = "web-sys"
2474
-
version = "0.3.58"
2475
source = "registry+https://github.com/rust-lang/crates.io-index"
2476
-
checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"
2477
dependencies = [
2478
"js-sys",
2479
"wasm-bindgen",
2480
]
2481
2482
[[package]]
2483
-
name = "wepoll-ffi"
2484
-
version = "0.1.2"
2485
-
source = "registry+https://github.com/rust-lang/crates.io-index"
2486
-
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
2487
-
dependencies = [
2488
-
"cc",
2489
-
]
2490
-
2491
-
[[package]]
2492
name = "winapi"
2493
version = "0.3.9"
2494
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2512
2513
[[package]]
2514
name = "windows-sys"
2515
-
version = "0.36.1"
2516
source = "registry+https://github.com/rust-lang/crates.io-index"
2517
-
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
2518
dependencies = [
0
2519
"windows_aarch64_msvc",
2520
"windows_i686_gnu",
2521
"windows_i686_msvc",
2522
"windows_x86_64_gnu",
0
2523
"windows_x86_64_msvc",
2524
]
2525
2526
[[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
2527
name = "windows_aarch64_msvc"
2528
-
version = "0.36.1"
2529
source = "registry+https://github.com/rust-lang/crates.io-index"
2530
-
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2531
2532
[[package]]
2533
name = "windows_i686_gnu"
2534
-
version = "0.36.1"
2535
source = "registry+https://github.com/rust-lang/crates.io-index"
2536
-
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2537
2538
[[package]]
2539
name = "windows_i686_msvc"
2540
-
version = "0.36.1"
2541
source = "registry+https://github.com/rust-lang/crates.io-index"
2542
-
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2543
2544
[[package]]
2545
name = "windows_x86_64_gnu"
2546
-
version = "0.36.1"
0
0
0
0
0
0
2547
source = "registry+https://github.com/rust-lang/crates.io-index"
2548
-
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2549
2550
[[package]]
2551
name = "windows_x86_64_msvc"
2552
-
version = "0.36.1"
2553
source = "registry+https://github.com/rust-lang/crates.io-index"
2554
-
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
0
0
0
0
0
0
0
0
0
···
58
59
[[package]]
60
name = "aho-corasick"
61
+
version = "0.7.20"
62
source = "registry+https://github.com/rust-lang/crates.io-index"
63
+
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
64
dependencies = [
65
"memchr",
66
]
67
68
[[package]]
0
0
0
0
0
0
0
0
0
69
name = "anyhow"
70
+
version = "1.0.70"
0
0
0
0
0
0
71
source = "registry+https://github.com/rust-lang/crates.io-index"
72
+
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
73
74
[[package]]
75
name = "async-channel"
76
+
version = "1.8.0"
77
source = "registry+https://github.com/rust-lang/crates.io-index"
78
+
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
79
dependencies = [
80
"concurrent-queue",
81
"event-listener",
···
84
85
[[package]]
86
name = "async-executor"
87
+
version = "1.5.0"
88
source = "registry+https://github.com/rust-lang/crates.io-index"
89
+
checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
90
dependencies = [
91
+
"async-lock",
92
"async-task",
93
"concurrent-queue",
94
"fastrand",
95
"futures-lite",
0
96
"slab",
97
]
98
99
[[package]]
100
name = "async-global-executor"
101
+
version = "2.3.1"
102
source = "registry+https://github.com/rust-lang/crates.io-index"
103
+
checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
104
dependencies = [
105
"async-channel",
106
"async-executor",
···
108
"async-lock",
109
"blocking",
110
"futures-lite",
0
111
"once_cell",
112
]
113
114
[[package]]
115
name = "async-io"
116
+
version = "1.13.0"
117
source = "registry+https://github.com/rust-lang/crates.io-index"
118
+
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
119
dependencies = [
120
+
"async-lock",
121
+
"autocfg",
122
+
"cfg-if",
123
"concurrent-queue",
124
"futures-lite",
0
125
"log",
0
126
"parking",
127
"polling",
128
+
"rustix",
129
"slab",
130
"socket2",
131
"waker-fn",
0
132
]
133
134
[[package]]
135
name = "async-lock"
136
+
version = "2.7.0"
137
source = "registry+https://github.com/rust-lang/crates.io-index"
138
+
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
139
dependencies = [
140
"event-listener",
141
]
···
168
169
[[package]]
170
name = "async-task"
171
+
version = "4.4.0"
172
source = "registry+https://github.com/rust-lang/crates.io-index"
173
+
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
174
175
[[package]]
176
name = "async-trait"
177
+
version = "0.1.68"
178
source = "registry+https://github.com/rust-lang/crates.io-index"
179
+
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
180
dependencies = [
181
"proc-macro2",
182
"quote",
183
+
"syn 2.0.13",
184
]
185
186
[[package]]
187
name = "atomic-waker"
188
+
version = "1.1.0"
189
source = "registry+https://github.com/rust-lang/crates.io-index"
190
+
checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"
191
192
[[package]]
193
name = "autocfg"
···
203
204
[[package]]
205
name = "base64"
206
+
version = "0.13.1"
207
source = "registry+https://github.com/rust-lang/crates.io-index"
208
+
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
209
210
[[package]]
211
name = "bitflags"
···
230
231
[[package]]
232
name = "blocking"
233
+
version = "1.3.0"
234
source = "registry+https://github.com/rust-lang/crates.io-index"
235
+
checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
236
dependencies = [
237
"async-channel",
238
+
"async-lock",
239
"async-task",
240
"atomic-waker",
241
"fastrand",
242
"futures-lite",
0
243
]
244
245
[[package]]
246
name = "bumpalo"
247
+
version = "3.12.0"
248
source = "registry+https://github.com/rust-lang/crates.io-index"
249
+
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
0
0
0
0
0
0
250
251
[[package]]
252
name = "bytecount"
···
262
263
[[package]]
264
name = "bytes"
265
+
version = "1.4.0"
266
source = "registry+https://github.com/rust-lang/crates.io-index"
267
+
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
0
0
0
0
0
0
268
269
[[package]]
270
name = "cairo-rs"
271
+
version = "0.17.0"
272
source = "registry+https://github.com/rust-lang/crates.io-index"
273
+
checksum = "a8af54f5d48af1226928adc1f57edd22f5df1349e7da1fc96ae15cf43db0e871"
274
dependencies = [
275
"bitflags",
276
"cairo-sys-rs",
277
"glib",
278
"libc",
279
+
"once_cell",
280
"thiserror",
281
]
282
283
[[package]]
284
name = "cairo-sys-rs"
285
+
version = "0.17.0"
286
source = "registry+https://github.com/rust-lang/crates.io-index"
287
+
checksum = "f55382a01d30e5e53f185eee269124f5e21ab526595b872751278dfbb463594e"
288
dependencies = [
289
"glib-sys",
290
"libc",
···
293
294
[[package]]
295
name = "cc"
296
+
version = "1.0.79"
297
source = "registry+https://github.com/rust-lang/crates.io-index"
298
+
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
299
300
[[package]]
301
name = "cfg-expr"
302
+
version = "0.14.0"
303
source = "registry+https://github.com/rust-lang/crates.io-index"
304
+
checksum = "a35b255461940a32985c627ce82900867c61db1659764d3675ea81963f72a4c6"
305
dependencies = [
306
"smallvec",
307
]
···
323
324
[[package]]
325
name = "citations"
326
+
version = "0.5.2"
327
dependencies = [
328
"anyhow",
329
"async-std",
···
331
"cratebibtex",
332
"futures-channel",
333
"gettext-rs",
0
0
334
"gtk4",
335
"libadwaita",
336
"log",
···
345
346
[[package]]
347
name = "concurrent-queue"
348
+
version = "2.1.0"
349
source = "registry+https://github.com/rust-lang/crates.io-index"
350
+
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
351
dependencies = [
352
+
"crossbeam-utils",
353
]
354
355
[[package]]
···
377
378
[[package]]
379
name = "cpufeatures"
380
+
version = "0.2.6"
381
source = "registry+https://github.com/rust-lang/crates.io-index"
382
+
checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181"
383
dependencies = [
384
"libc",
385
]
···
406
407
[[package]]
408
name = "crossbeam-utils"
409
+
version = "0.8.15"
410
source = "registry+https://github.com/rust-lang/crates.io-index"
411
+
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
412
dependencies = [
413
"cfg-if",
0
414
]
415
416
[[package]]
···
425
426
[[package]]
427
name = "ctor"
428
+
version = "0.1.26"
429
source = "registry+https://github.com/rust-lang/crates.io-index"
430
+
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
431
dependencies = [
432
"quote",
433
+
"syn 1.0.109",
434
]
435
436
[[package]]
···
459
460
[[package]]
461
name = "curl-sys"
462
+
version = "0.4.61+curl-8.0.1"
463
source = "registry+https://github.com/rust-lang/crates.io-index"
464
+
checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79"
465
dependencies = [
466
"cc",
467
"libc",
···
490
491
[[package]]
492
name = "encoding_rs"
493
+
version = "0.8.32"
494
source = "registry+https://github.com/rust-lang/crates.io-index"
495
+
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
496
dependencies = [
497
"cfg-if",
498
]
499
500
[[package]]
501
+
name = "errno"
502
+
version = "0.3.0"
503
+
source = "registry+https://github.com/rust-lang/crates.io-index"
504
+
checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
505
+
dependencies = [
506
+
"errno-dragonfly",
507
+
"libc",
508
+
"windows-sys 0.45.0",
509
+
]
510
+
511
+
[[package]]
512
+
name = "errno-dragonfly"
513
+
version = "0.1.2"
514
+
source = "registry+https://github.com/rust-lang/crates.io-index"
515
+
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
516
+
dependencies = [
517
+
"cc",
518
+
"libc",
519
+
]
520
+
521
+
[[package]]
522
name = "event-listener"
523
+
version = "2.5.3"
524
source = "registry+https://github.com/rust-lang/crates.io-index"
525
+
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
526
527
[[package]]
528
name = "fastrand"
529
+
version = "1.9.0"
530
source = "registry+https://github.com/rust-lang/crates.io-index"
531
+
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
532
dependencies = [
533
"instant",
534
]
535
536
[[package]]
537
name = "field-offset"
538
+
version = "0.3.5"
539
source = "registry+https://github.com/rust-lang/crates.io-index"
540
+
checksum = "a3cf3a800ff6e860c863ca6d4b16fd999db8b752819c1606884047b73e468535"
541
dependencies = [
542
"memoffset",
543
+
"rustc_version 0.4.0",
544
]
545
546
[[package]]
···
562
563
[[package]]
564
name = "form_urlencoded"
565
+
version = "1.1.0"
566
source = "registry+https://github.com/rust-lang/crates.io-index"
567
+
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
568
dependencies = [
0
569
"percent-encoding",
570
]
571
572
[[package]]
573
name = "futures-channel"
574
+
version = "0.3.28"
575
source = "registry+https://github.com/rust-lang/crates.io-index"
576
+
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
577
dependencies = [
578
"futures-core",
579
]
580
581
[[package]]
582
name = "futures-core"
583
+
version = "0.3.28"
584
source = "registry+https://github.com/rust-lang/crates.io-index"
585
+
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
586
587
[[package]]
588
name = "futures-executor"
589
+
version = "0.3.28"
590
source = "registry+https://github.com/rust-lang/crates.io-index"
591
+
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
592
dependencies = [
593
"futures-core",
594
"futures-task",
···
597
598
[[package]]
599
name = "futures-io"
600
+
version = "0.3.28"
601
source = "registry+https://github.com/rust-lang/crates.io-index"
602
+
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
603
604
[[package]]
605
name = "futures-lite"
···
618
619
[[package]]
620
name = "futures-macro"
621
+
version = "0.3.28"
622
source = "registry+https://github.com/rust-lang/crates.io-index"
623
+
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
624
dependencies = [
625
"proc-macro2",
626
"quote",
627
+
"syn 2.0.13",
628
]
629
630
[[package]]
631
name = "futures-sink"
632
+
version = "0.3.28"
633
source = "registry+https://github.com/rust-lang/crates.io-index"
634
+
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
635
636
[[package]]
637
name = "futures-task"
638
+
version = "0.3.28"
639
source = "registry+https://github.com/rust-lang/crates.io-index"
640
+
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
641
642
[[package]]
643
name = "futures-util"
644
+
version = "0.3.28"
645
source = "registry+https://github.com/rust-lang/crates.io-index"
646
+
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
647
dependencies = [
648
"futures-core",
649
"futures-io",
···
657
658
[[package]]
659
name = "gdk-pixbuf"
660
+
version = "0.17.0"
661
source = "registry+https://github.com/rust-lang/crates.io-index"
662
+
checksum = "b023fbe0c6b407bd3d9805d107d9800da3829dc5a676653210f1d5f16d7f59bf"
663
dependencies = [
664
"bitflags",
665
"gdk-pixbuf-sys",
666
"gio",
667
"glib",
668
"libc",
669
+
"once_cell",
670
]
671
672
[[package]]
673
name = "gdk-pixbuf-sys"
674
+
version = "0.17.0"
675
source = "registry+https://github.com/rust-lang/crates.io-index"
676
+
checksum = "7b41bd2b44ed49d99277d3925652a163038bd5ed943ec9809338ffb2f4391e3b"
677
dependencies = [
678
"gio-sys",
679
"glib-sys",
···
684
685
[[package]]
686
name = "gdk4"
687
+
version = "0.6.3"
688
source = "registry+https://github.com/rust-lang/crates.io-index"
689
+
checksum = "c3abf96408a26e3eddf881a7f893a1e111767137136e347745e8ea6ed12731ff"
690
dependencies = [
691
"bitflags",
692
"cairo-rs",
···
700
701
[[package]]
702
name = "gdk4-sys"
703
+
version = "0.6.3"
704
source = "registry+https://github.com/rust-lang/crates.io-index"
705
+
checksum = "1bc92aa1608c089c49393d014c38ac0390d01e4841e1fedaa75dbcef77aaed64"
706
dependencies = [
707
"cairo-sys-rs",
708
"gdk-pixbuf-sys",
···
717
718
[[package]]
719
name = "generic-array"
720
+
version = "0.14.7"
721
source = "registry+https://github.com/rust-lang/crates.io-index"
722
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
723
dependencies = [
724
"typenum",
725
"version_check",
···
738
739
[[package]]
740
name = "getrandom"
741
+
version = "0.2.8"
742
source = "registry+https://github.com/rust-lang/crates.io-index"
743
+
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
744
dependencies = [
745
"cfg-if",
746
"libc",
···
779
780
[[package]]
781
name = "gio"
782
+
version = "0.17.4"
783
source = "registry+https://github.com/rust-lang/crates.io-index"
784
+
checksum = "2261a3b4e922ec676d1c27ac466218c38cf5dcb49a759129e54bb5046e442125"
785
dependencies = [
786
"bitflags",
787
"futures-channel",
788
"futures-core",
789
"futures-io",
790
+
"futures-util",
791
"gio-sys",
792
"glib",
793
"libc",
794
"once_cell",
795
+
"pin-project-lite",
796
+
"smallvec",
797
"thiserror",
798
]
799
800
[[package]]
801
name = "gio-sys"
802
+
version = "0.17.4"
803
source = "registry+https://github.com/rust-lang/crates.io-index"
804
+
checksum = "6b1d43b0d7968b48455244ecafe41192871257f5740aa6b095eb19db78e362a5"
805
dependencies = [
806
"glib-sys",
807
"gobject-sys",
···
812
813
[[package]]
814
name = "glib"
815
+
version = "0.17.5"
816
source = "registry+https://github.com/rust-lang/crates.io-index"
817
+
checksum = "cfb53061756195d76969292c2d2e329e01259276524a9bae6c9b73af62854773"
818
dependencies = [
819
"bitflags",
820
"futures-channel",
821
"futures-core",
822
"futures-executor",
823
"futures-task",
824
+
"futures-util",
825
+
"gio-sys",
826
"glib-macros",
827
"glib-sys",
828
"gobject-sys",
829
"libc",
830
+
"memchr",
831
"once_cell",
832
"smallvec",
833
"thiserror",
···
835
836
[[package]]
837
name = "glib-macros"
838
+
version = "0.17.6"
839
source = "registry+https://github.com/rust-lang/crates.io-index"
840
+
checksum = "32e73a9790e243f6d55d8e302426419f6084a1de7a84cd07f7268300408a19de"
841
dependencies = [
842
"anyhow",
843
"heck",
···
845
"proc-macro-error",
846
"proc-macro2",
847
"quote",
848
+
"syn 1.0.109",
849
]
850
851
[[package]]
852
name = "glib-sys"
853
+
version = "0.17.4"
854
source = "registry+https://github.com/rust-lang/crates.io-index"
855
+
checksum = "49f00ad0a1bf548e61adfff15d83430941d9e1bb620e334f779edd1c745680a5"
856
dependencies = [
857
"libc",
858
"system-deps",
···
860
861
[[package]]
862
name = "gloo-timers"
863
+
version = "0.2.6"
864
source = "registry+https://github.com/rust-lang/crates.io-index"
865
+
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
866
dependencies = [
867
"futures-channel",
868
"futures-core",
···
872
873
[[package]]
874
name = "gobject-sys"
875
+
version = "0.17.4"
876
source = "registry+https://github.com/rust-lang/crates.io-index"
877
+
checksum = "15e75b0000a64632b2d8ca3cf856af9308e3a970844f6e9659bd197f026793d0"
878
dependencies = [
879
"glib-sys",
880
"libc",
···
883
884
[[package]]
885
name = "graphene-rs"
886
+
version = "0.17.1"
887
source = "registry+https://github.com/rust-lang/crates.io-index"
888
+
checksum = "21cf11565bb0e4dfc2f99d4775b6c329f0d40a2cff9c0066214d31a0e1b46256"
889
dependencies = [
890
"glib",
891
"graphene-sys",
···
894
895
[[package]]
896
name = "graphene-sys"
897
+
version = "0.17.0"
898
source = "registry+https://github.com/rust-lang/crates.io-index"
899
+
checksum = "cf80a4849a8d9565410a8fec6fc3678e9c617f4ac7be182ca55ab75016e07af9"
900
dependencies = [
901
"glib-sys",
902
"libc",
···
906
907
[[package]]
908
name = "gsk4"
909
+
version = "0.6.3"
910
source = "registry+https://github.com/rust-lang/crates.io-index"
911
+
checksum = "6f01ef44fa7cac15e2da9978529383e6bee03e570ba5bf7036b4c10a15cc3a3c"
912
dependencies = [
913
"bitflags",
914
"cairo-rs",
···
922
923
[[package]]
924
name = "gsk4-sys"
925
+
version = "0.6.3"
926
source = "registry+https://github.com/rust-lang/crates.io-index"
927
+
checksum = "c07a84fb4dcf1323d29435aa85e2f5f58bef564342bef06775ec7bd0da1f01b0"
928
dependencies = [
929
"cairo-sys-rs",
930
"gdk4-sys",
···
938
939
[[package]]
940
name = "gtk4"
941
+
version = "0.6.4"
942
source = "registry+https://github.com/rust-lang/crates.io-index"
943
+
checksum = "1e30e124b5a605f6f5513db13958bfcd51d746607b20bc7bb718b33e303274ed"
944
dependencies = [
945
"bitflags",
946
"cairo-rs",
···
961
962
[[package]]
963
name = "gtk4-macros"
964
+
version = "0.6.5"
965
source = "registry+https://github.com/rust-lang/crates.io-index"
966
+
checksum = "f041a797fb098bfb06e432c61738133604bfa3af57f13f1da3b9d46271422ef0"
967
dependencies = [
968
"anyhow",
969
"proc-macro-crate",
970
"proc-macro-error",
971
"proc-macro2",
0
972
"quote",
973
+
"syn 1.0.109",
974
]
975
976
[[package]]
977
name = "gtk4-sys"
978
+
version = "0.6.3"
979
source = "registry+https://github.com/rust-lang/crates.io-index"
980
+
checksum = "5f8283f707b07e019e76c7f2934bdd4180c277e08aa93f4c0d8dd07b7a34e22f"
981
dependencies = [
982
"cairo-sys-rs",
983
"gdk-pixbuf-sys",
···
993
]
994
995
[[package]]
996
+
name = "hashbrown"
997
+
version = "0.12.3"
998
+
source = "registry+https://github.com/rust-lang/crates.io-index"
999
+
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1000
+
1001
+
[[package]]
1002
name = "heck"
1003
+
version = "0.4.1"
1004
source = "registry+https://github.com/rust-lang/crates.io-index"
1005
+
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1006
1007
[[package]]
1008
name = "hermit-abi"
1009
+
version = "0.3.1"
1010
source = "registry+https://github.com/rust-lang/crates.io-index"
1011
+
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
0
0
0
1012
1013
[[package]]
1014
name = "hkdf"
···
1032
1033
[[package]]
1034
name = "http"
1035
+
version = "0.2.9"
1036
source = "registry+https://github.com/rust-lang/crates.io-index"
1037
+
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
1038
dependencies = [
1039
+
"bytes 1.4.0",
1040
"fnv",
1041
"itoa",
1042
]
···
1079
1080
[[package]]
1081
name = "idna"
1082
+
version = "0.3.0"
1083
source = "registry+https://github.com/rust-lang/crates.io-index"
1084
+
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
1085
dependencies = [
0
1086
"unicode-bidi",
1087
"unicode-normalization",
1088
]
1089
1090
[[package]]
1091
+
name = "indexmap"
1092
+
version = "1.9.3"
1093
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1094
+
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1095
+
dependencies = [
1096
+
"autocfg",
1097
+
"hashbrown",
1098
+
]
1099
+
1100
+
[[package]]
1101
name = "infer"
1102
version = "0.2.3"
1103
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1113
]
1114
1115
[[package]]
1116
+
name = "io-lifetimes"
1117
+
version = "1.0.9"
1118
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1119
+
checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb"
1120
+
dependencies = [
1121
+
"hermit-abi",
1122
+
"libc",
1123
+
"windows-sys 0.45.0",
1124
+
]
1125
+
1126
+
[[package]]
1127
name = "isahc"
1128
version = "0.9.14"
1129
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1148
1149
[[package]]
1150
name = "itoa"
1151
+
version = "1.0.6"
1152
source = "registry+https://github.com/rust-lang/crates.io-index"
1153
+
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
1154
1155
[[package]]
1156
name = "js-sys"
1157
+
version = "0.3.61"
1158
source = "registry+https://github.com/rust-lang/crates.io-index"
1159
+
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
1160
dependencies = [
1161
"wasm-bindgen",
1162
]
···
1177
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1178
1179
[[package]]
1180
+
name = "libadwaita"
1181
+
version = "0.3.1"
1182
source = "registry+https://github.com/rust-lang/crates.io-index"
1183
+
checksum = "b1c4efd2020a4fcedbad2c4a97de97bf6045e5dc49d61d5a5d0cfd753db60700"
1184
dependencies = [
0
1185
"bitflags",
0
0
0
0
0
0
0
0
0
0
0
1186
"futures-channel",
1187
"gdk-pixbuf",
1188
"gdk4",
···
1197
1198
[[package]]
1199
name = "libadwaita-sys"
1200
+
version = "0.3.0"
1201
source = "registry+https://github.com/rust-lang/crates.io-index"
1202
+
checksum = "0727b85b4fe2b1bed5ac90df6343de15cbf8118bfb96d7c3cc1512681a4b34ac"
1203
dependencies = [
1204
"gdk4-sys",
1205
"gio-sys",
···
1207
"gobject-sys",
1208
"gtk4-sys",
1209
"libc",
1210
+
"pango-sys",
1211
"system-deps",
1212
]
1213
1214
[[package]]
1215
name = "libc"
1216
+
version = "0.2.140"
1217
source = "registry+https://github.com/rust-lang/crates.io-index"
1218
+
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
1219
1220
[[package]]
1221
name = "libnghttp2-sys"
···
1240
]
1241
1242
[[package]]
1243
+
name = "linux-raw-sys"
1244
+
version = "0.3.1"
1245
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+
checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f"
1247
+
1248
+
[[package]]
1249
name = "locale_config"
1250
version = "0.3.0"
1251
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1260
1261
[[package]]
1262
name = "lock_api"
1263
+
version = "0.4.9"
1264
source = "registry+https://github.com/rust-lang/crates.io-index"
1265
+
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
1266
dependencies = [
1267
"autocfg",
1268
"scopeguard",
···
1288
]
1289
1290
[[package]]
0
0
0
0
0
0
1291
name = "memchr"
1292
version = "2.5.0"
1293
source = "registry+https://github.com/rust-lang/crates.io-index"
···
1295
1296
[[package]]
1297
name = "memoffset"
1298
+
version = "0.8.0"
1299
source = "registry+https://github.com/rust-lang/crates.io-index"
1300
+
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
1301
dependencies = [
1302
"autocfg",
1303
]
1304
1305
[[package]]
1306
name = "mime"
1307
+
version = "0.3.17"
1308
source = "registry+https://github.com/rust-lang/crates.io-index"
1309
+
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1310
1311
[[package]]
1312
name = "mime_guess"
···
1319
]
1320
1321
[[package]]
1322
+
name = "minimal-lexical"
1323
+
version = "0.2.1"
1324
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1325
+
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1326
+
1327
+
[[package]]
1328
name = "nom"
1329
+
version = "7.1.3"
1330
source = "registry+https://github.com/rust-lang/crates.io-index"
1331
+
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1332
dependencies = [
0
1333
"memchr",
1334
+
"minimal-lexical",
1335
]
1336
1337
[[package]]
1338
name = "nom-bibtex"
1339
+
version = "0.4.0"
1340
+
source = "git+https://github.com/charlesvdv/nom-bibtex#f190146f62d88922a379e8d656ca6564530db08f"
1341
dependencies = [
1342
"nom",
1343
"nom-tracable",
1344
+
"nom_locate",
1345
"quick-error",
1346
]
1347
1348
[[package]]
1349
name = "nom-tracable"
1350
+
version = "0.9.0"
1351
source = "registry+https://github.com/rust-lang/crates.io-index"
1352
+
checksum = "160767ce1eed2cdadc2256015a6dc51d9632226ea02e0f0ce4590b904e1d80e2"
1353
dependencies = [
1354
"nom",
1355
"nom-tracable-macros",
1356
+
"nom_locate",
0
1357
]
1358
1359
[[package]]
1360
name = "nom-tracable-macros"
1361
+
version = "0.9.0"
1362
source = "registry+https://github.com/rust-lang/crates.io-index"
1363
+
checksum = "a7ac681ea0c3d468b003bdebe3a65d1632e340302452f95c3ffadf515704c48d"
1364
dependencies = [
1365
"quote",
1366
+
"syn 1.0.109",
1367
]
1368
1369
[[package]]
1370
name = "nom_locate"
1371
+
version = "4.1.0"
1372
source = "registry+https://github.com/rust-lang/crates.io-index"
1373
+
checksum = "b1e299bf5ea7b212e811e71174c5d1a5d065c4c0ad0c8691ecb1f97e3e66025e"
1374
dependencies = [
1375
+
"bytecount",
1376
"memchr",
1377
"nom",
1378
]
1379
1380
[[package]]
1381
+
name = "nu-ansi-term"
1382
+
version = "0.46.0"
1383
source = "registry+https://github.com/rust-lang/crates.io-index"
1384
+
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
0
0
0
0
0
0
0
0
0
0
0
1385
dependencies = [
1386
+
"overload",
1387
+
"winapi",
1388
]
1389
1390
[[package]]
···
1418
1419
[[package]]
1420
name = "once_cell"
1421
+
version = "1.17.1"
1422
source = "registry+https://github.com/rust-lang/crates.io-index"
1423
+
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
1424
1425
[[package]]
1426
name = "opaque-debug"
···
1436
1437
[[package]]
1438
name = "openssl-sys"
1439
+
version = "0.9.84"
1440
source = "registry+https://github.com/rust-lang/crates.io-index"
1441
+
checksum = "3a20eace9dc2d82904039cb76dcf50fb1a0bba071cfd1629720b5d6f1ddba0fa"
1442
dependencies = [
0
1443
"cc",
1444
"libc",
1445
"pkg-config",
···
1447
]
1448
1449
[[package]]
1450
+
name = "overload"
1451
+
version = "0.1.1"
1452
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1453
+
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1454
+
1455
+
[[package]]
1456
name = "pango"
1457
+
version = "0.17.4"
1458
source = "registry+https://github.com/rust-lang/crates.io-index"
1459
+
checksum = "52c280b82a881e4208afb3359a8e7fde27a1b272280981f1f34610bed5770d37"
1460
dependencies = [
1461
"bitflags",
1462
+
"gio",
1463
"glib",
1464
"libc",
1465
"once_cell",
···
1468
1469
[[package]]
1470
name = "pango-sys"
1471
+
version = "0.17.0"
1472
source = "registry+https://github.com/rust-lang/crates.io-index"
1473
+
checksum = "4293d0f0b5525eb5c24734d30b0ed02cd02aa734f216883f376b54de49625de8"
1474
dependencies = [
1475
"glib-sys",
1476
"gobject-sys",
···
1486
1487
[[package]]
1488
name = "percent-encoding"
1489
+
version = "2.2.0"
1490
source = "registry+https://github.com/rust-lang/crates.io-index"
1491
+
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
0
0
0
0
0
0
0
0
0
1492
1493
[[package]]
1494
name = "pin-project"
1495
+
version = "1.0.12"
1496
source = "registry+https://github.com/rust-lang/crates.io-index"
1497
+
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
1498
dependencies = [
1499
"pin-project-internal",
1500
]
1501
1502
[[package]]
1503
name = "pin-project-internal"
1504
+
version = "1.0.12"
1505
source = "registry+https://github.com/rust-lang/crates.io-index"
1506
+
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
1507
dependencies = [
1508
"proc-macro2",
1509
"quote",
1510
+
"syn 1.0.109",
1511
]
1512
1513
[[package]]
···
1524
1525
[[package]]
1526
name = "pkg-config"
1527
+
version = "0.3.26"
1528
source = "registry+https://github.com/rust-lang/crates.io-index"
1529
+
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
1530
1531
[[package]]
1532
name = "polling"
1533
+
version = "2.6.0"
1534
source = "registry+https://github.com/rust-lang/crates.io-index"
1535
+
checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa"
1536
dependencies = [
1537
+
"autocfg",
1538
+
"bitflags",
1539
"cfg-if",
1540
+
"concurrent-queue",
1541
"libc",
1542
"log",
1543
+
"pin-project-lite",
1544
+
"windows-sys 0.45.0",
1545
]
1546
1547
[[package]]
···
1557
1558
[[package]]
1559
name = "poppler-rs"
1560
+
version = "0.21.0"
1561
source = "registry+https://github.com/rust-lang/crates.io-index"
1562
+
checksum = "ee1ec912c55fee25056d29dbe119c5f3b83ec521760f6381f01f3bd033ad7203"
1563
dependencies = [
1564
"bitflags",
1565
"cairo-rs",
1566
"gio",
1567
"glib",
1568
"libc",
1569
+
"once_cell",
1570
"poppler-sys-rs",
1571
]
1572
1573
[[package]]
1574
name = "poppler-sys-rs"
1575
+
version = "0.21.0"
1576
source = "registry+https://github.com/rust-lang/crates.io-index"
1577
+
checksum = "e7bee91b998f39990a8600149c5b62a113e13ea5eabe1e577985756f45cf5e28"
1578
dependencies = [
1579
"cairo-sys-rs",
1580
"gio-sys",
···
1586
1587
[[package]]
1588
name = "ppv-lite86"
1589
+
version = "0.2.17"
1590
source = "registry+https://github.com/rust-lang/crates.io-index"
1591
+
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1592
1593
[[package]]
1594
name = "proc-macro-crate"
1595
+
version = "1.3.1"
1596
source = "registry+https://github.com/rust-lang/crates.io-index"
1597
+
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
1598
dependencies = [
1599
+
"once_cell",
1600
+
"toml_edit",
1601
]
1602
1603
[[package]]
···
1609
"proc-macro-error-attr",
1610
"proc-macro2",
1611
"quote",
1612
+
"syn 1.0.109",
1613
"version_check",
1614
]
1615
···
1626
1627
[[package]]
1628
name = "proc-macro-hack"
1629
+
version = "0.5.20+deprecated"
1630
source = "registry+https://github.com/rust-lang/crates.io-index"
1631
+
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
1632
1633
[[package]]
1634
name = "proc-macro2"
1635
+
version = "1.0.56"
1636
source = "registry+https://github.com/rust-lang/crates.io-index"
1637
+
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
1638
dependencies = [
1639
"unicode-ident",
1640
]
1641
1642
[[package]]
1643
name = "quick-error"
1644
+
version = "2.0.1"
1645
source = "registry+https://github.com/rust-lang/crates.io-index"
1646
+
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
0
0
0
0
0
0
0
0
0
1647
1648
[[package]]
1649
name = "quote"
1650
+
version = "1.0.26"
1651
source = "registry+https://github.com/rust-lang/crates.io-index"
1652
+
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
1653
dependencies = [
1654
"proc-macro2",
1655
]
···
1675
dependencies = [
1676
"libc",
1677
"rand_chacha 0.3.1",
1678
+
"rand_core 0.6.4",
1679
]
1680
1681
[[package]]
···
1695
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1696
dependencies = [
1697
"ppv-lite86",
1698
+
"rand_core 0.6.4",
1699
]
1700
1701
[[package]]
···
1709
1710
[[package]]
1711
name = "rand_core"
1712
+
version = "0.6.4"
1713
source = "registry+https://github.com/rust-lang/crates.io-index"
1714
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1715
dependencies = [
1716
+
"getrandom 0.2.8",
1717
]
1718
1719
[[package]]
···
1727
1728
[[package]]
1729
name = "regex"
1730
+
version = "1.7.3"
1731
source = "registry+https://github.com/rust-lang/crates.io-index"
1732
+
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
1733
dependencies = [
1734
"aho-corasick",
1735
"memchr",
···
1738
1739
[[package]]
1740
name = "regex-syntax"
1741
+
version = "0.6.29"
1742
source = "registry+https://github.com/rust-lang/crates.io-index"
1743
+
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
1744
1745
[[package]]
1746
name = "rustc_version"
···
1753
1754
[[package]]
1755
name = "rustc_version"
1756
+
version = "0.4.0"
1757
source = "registry+https://github.com/rust-lang/crates.io-index"
1758
+
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1759
dependencies = [
1760
+
"semver 1.0.17",
1761
+
]
1762
+
1763
+
[[package]]
1764
+
name = "rustix"
1765
+
version = "0.37.6"
1766
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1767
+
checksum = "d097081ed288dfe45699b72f5b5d648e5f15d64d900c7080273baa20c16a6849"
1768
+
dependencies = [
1769
+
"bitflags",
1770
+
"errno",
1771
+
"io-lifetimes",
1772
+
"libc",
1773
+
"linux-raw-sys",
1774
+
"windows-sys 0.45.0",
1775
]
1776
1777
[[package]]
1778
name = "ryu"
1779
+
version = "1.0.13"
1780
source = "registry+https://github.com/rust-lang/crates.io-index"
1781
+
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
1782
1783
[[package]]
1784
name = "sanitize-filename"
···
1792
1793
[[package]]
1794
name = "schannel"
1795
+
version = "0.1.21"
1796
source = "registry+https://github.com/rust-lang/crates.io-index"
1797
+
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
1798
dependencies = [
1799
+
"windows-sys 0.42.0",
0
1800
]
1801
1802
[[package]]
···
1811
source = "registry+https://github.com/rust-lang/crates.io-index"
1812
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1813
dependencies = [
1814
+
"semver-parser",
1815
]
1816
1817
[[package]]
1818
name = "semver"
1819
+
version = "1.0.17"
1820
source = "registry+https://github.com/rust-lang/crates.io-index"
1821
+
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
0
0
0
1822
1823
[[package]]
1824
name = "semver-parser"
···
1827
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1828
1829
[[package]]
0
0
0
0
0
0
0
0
0
1830
name = "serde"
1831
+
version = "1.0.159"
1832
source = "registry+https://github.com/rust-lang/crates.io-index"
1833
+
checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065"
1834
dependencies = [
1835
"serde_derive",
1836
]
1837
1838
[[package]]
1839
name = "serde_derive"
1840
+
version = "1.0.159"
1841
source = "registry+https://github.com/rust-lang/crates.io-index"
1842
+
checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585"
1843
dependencies = [
1844
"proc-macro2",
1845
"quote",
1846
+
"syn 2.0.13",
1847
]
1848
1849
[[package]]
1850
name = "serde_json"
1851
+
version = "1.0.95"
1852
source = "registry+https://github.com/rust-lang/crates.io-index"
1853
+
checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
1854
dependencies = [
1855
"itoa",
1856
"ryu",
···
1866
"percent-encoding",
1867
"serde",
1868
"thiserror",
1869
+
]
1870
+
1871
+
[[package]]
1872
+
name = "serde_spanned"
1873
+
version = "0.6.1"
1874
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1875
+
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
1876
+
dependencies = [
1877
+
"serde",
1878
]
1879
1880
[[package]]
···
1928
1929
[[package]]
1930
name = "slab"
1931
+
version = "0.4.8"
1932
source = "registry+https://github.com/rust-lang/crates.io-index"
1933
+
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
1934
dependencies = [
1935
"autocfg",
1936
]
···
1948
1949
[[package]]
1950
name = "smallvec"
1951
+
version = "1.10.0"
1952
source = "registry+https://github.com/rust-lang/crates.io-index"
1953
+
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
1954
1955
[[package]]
1956
name = "socket2"
1957
+
version = "0.4.9"
1958
source = "registry+https://github.com/rust-lang/crates.io-index"
1959
+
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
1960
dependencies = [
1961
"libc",
1962
"winapi",
···
1964
1965
[[package]]
1966
name = "sourceview5"
1967
+
version = "0.6.0"
1968
source = "registry+https://github.com/rust-lang/crates.io-index"
1969
+
checksum = "850a255e21be2bfd5db5ae76f90b1748f7b397440912031eab5e10b5cab2bde8"
1970
dependencies = [
1971
"bitflags",
1972
"futures-channel",
···
1983
1984
[[package]]
1985
name = "sourceview5-sys"
1986
+
version = "0.6.0"
1987
source = "registry+https://github.com/rust-lang/crates.io-index"
1988
+
checksum = "e7a23462cd3d696199b56317d35e69b240d655b8c70c12bd8f443b672313776c"
1989
dependencies = [
1990
"gdk-pixbuf-sys",
1991
"gdk4-sys",
···
2000
2001
[[package]]
2002
name = "spinning_top"
2003
+
version = "0.2.5"
2004
source = "registry+https://github.com/rust-lang/crates.io-index"
2005
+
checksum = "5b9eb1a2f4c41445a3a0ff9abc5221c5fcd28e1f13cd7c0397706f9ac938ddb0"
2006
dependencies = [
2007
"lock_api",
2008
]
···
2017
]
2018
2019
[[package]]
0
0
0
0
0
0
2020
name = "stdweb"
2021
version = "0.4.20"
2022
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2040
"quote",
2041
"serde",
2042
"serde_derive",
2043
+
"syn 1.0.109",
2044
]
2045
2046
[[package]]
···
2056
"serde_derive",
2057
"serde_json",
2058
"sha1",
2059
+
"syn 1.0.109",
2060
]
2061
2062
[[package]]
···
2082
"cfg-if",
2083
"encoding_rs",
2084
"futures-util",
2085
+
"getrandom 0.2.8",
2086
"http-client",
2087
"http-types",
2088
"log",
···
2096
2097
[[package]]
2098
name = "syn"
2099
+
version = "1.0.109"
2100
source = "registry+https://github.com/rust-lang/crates.io-index"
2101
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2102
+
dependencies = [
2103
+
"proc-macro2",
2104
+
"quote",
2105
+
"unicode-ident",
2106
+
]
2107
+
2108
+
[[package]]
2109
+
name = "syn"
2110
+
version = "2.0.13"
2111
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2112
+
checksum = "4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec"
2113
dependencies = [
2114
"proc-macro2",
2115
"quote",
···
2118
2119
[[package]]
2120
name = "system-deps"
2121
+
version = "6.0.4"
2122
source = "registry+https://github.com/rust-lang/crates.io-index"
2123
+
checksum = "555fc8147af6256f3931a36bb83ad0023240ce9cf2b319dec8236fd1f220b05f"
2124
dependencies = [
2125
"cfg-expr",
2126
"heck",
···
2137
2138
[[package]]
2139
name = "thiserror"
2140
+
version = "1.0.40"
2141
source = "registry+https://github.com/rust-lang/crates.io-index"
2142
+
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2143
dependencies = [
2144
"thiserror-impl",
2145
]
2146
2147
[[package]]
2148
name = "thiserror-impl"
2149
+
version = "1.0.40"
2150
source = "registry+https://github.com/rust-lang/crates.io-index"
2151
+
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2152
dependencies = [
2153
"proc-macro2",
2154
"quote",
2155
+
"syn 2.0.13",
2156
]
2157
2158
[[package]]
2159
name = "thread_local"
2160
+
version = "1.1.7"
2161
source = "registry+https://github.com/rust-lang/crates.io-index"
2162
+
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2163
dependencies = [
2164
+
"cfg-if",
2165
"once_cell",
2166
]
2167
···
2200
"proc-macro2",
2201
"quote",
2202
"standback",
2203
+
"syn 1.0.109",
2204
]
2205
2206
[[package]]
···
2214
2215
[[package]]
2216
name = "tinyvec_macros"
2217
+
version = "0.1.1"
2218
source = "registry+https://github.com/rust-lang/crates.io-index"
2219
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2220
2221
[[package]]
2222
name = "toml"
2223
+
version = "0.7.3"
2224
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2225
+
checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
2226
+
dependencies = [
2227
+
"serde",
2228
+
"serde_spanned",
2229
+
"toml_datetime",
2230
+
"toml_edit",
2231
+
]
2232
+
2233
+
[[package]]
2234
+
name = "toml_datetime"
2235
+
version = "0.6.1"
2236
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2237
+
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
2238
+
dependencies = [
2239
+
"serde",
2240
+
]
2241
+
2242
+
[[package]]
2243
+
name = "toml_edit"
2244
+
version = "0.19.8"
2245
source = "registry+https://github.com/rust-lang/crates.io-index"
2246
+
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
2247
dependencies = [
2248
+
"indexmap",
2249
"serde",
2250
+
"serde_spanned",
2251
+
"toml_datetime",
2252
+
"winnow",
2253
]
2254
2255
[[package]]
2256
name = "tracing"
2257
+
version = "0.1.37"
2258
source = "registry+https://github.com/rust-lang/crates.io-index"
2259
+
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2260
dependencies = [
2261
"cfg-if",
2262
"log",
···
2267
2268
[[package]]
2269
name = "tracing-attributes"
2270
+
version = "0.1.23"
2271
source = "registry+https://github.com/rust-lang/crates.io-index"
2272
+
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
2273
dependencies = [
2274
"proc-macro2",
2275
"quote",
2276
+
"syn 1.0.109",
2277
]
2278
2279
[[package]]
2280
name = "tracing-core"
2281
+
version = "0.1.30"
2282
source = "registry+https://github.com/rust-lang/crates.io-index"
2283
+
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2284
dependencies = [
2285
"once_cell",
2286
"valuable",
···
2309
2310
[[package]]
2311
name = "tracing-subscriber"
2312
+
version = "0.3.16"
2313
source = "registry+https://github.com/rust-lang/crates.io-index"
2314
+
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
2315
dependencies = [
2316
+
"nu-ansi-term",
2317
"sharded-slab",
2318
"smallvec",
2319
"thread_local",
···
2323
2324
[[package]]
2325
name = "typenum"
2326
+
version = "1.16.0"
2327
source = "registry+https://github.com/rust-lang/crates.io-index"
2328
+
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
0
0
0
0
0
0
2329
2330
[[package]]
2331
name = "unicase"
···
2338
2339
[[package]]
2340
name = "unicode-bidi"
2341
+
version = "0.3.13"
2342
source = "registry+https://github.com/rust-lang/crates.io-index"
2343
+
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2344
2345
[[package]]
2346
name = "unicode-ident"
2347
+
version = "1.0.8"
2348
source = "registry+https://github.com/rust-lang/crates.io-index"
2349
+
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
2350
2351
[[package]]
2352
name = "unicode-normalization"
2353
+
version = "0.1.22"
2354
source = "registry+https://github.com/rust-lang/crates.io-index"
2355
+
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2356
dependencies = [
2357
"tinyvec",
2358
]
···
2369
2370
[[package]]
2371
name = "url"
2372
+
version = "2.3.1"
2373
source = "registry+https://github.com/rust-lang/crates.io-index"
2374
+
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2375
dependencies = [
2376
"form_urlencoded",
2377
"idna",
0
2378
"percent-encoding",
2379
"serde",
2380
]
···
2403
2404
[[package]]
2405
name = "version-compare"
2406
+
version = "0.1.1"
2407
source = "registry+https://github.com/rust-lang/crates.io-index"
2408
+
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
2409
2410
[[package]]
2411
name = "version_check"
···
2433
2434
[[package]]
2435
name = "wasm-bindgen"
2436
+
version = "0.2.84"
2437
source = "registry+https://github.com/rust-lang/crates.io-index"
2438
+
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
2439
dependencies = [
2440
"cfg-if",
2441
"wasm-bindgen-macro",
···
2443
2444
[[package]]
2445
name = "wasm-bindgen-backend"
2446
+
version = "0.2.84"
2447
source = "registry+https://github.com/rust-lang/crates.io-index"
2448
+
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
2449
dependencies = [
2450
"bumpalo",
0
2451
"log",
2452
+
"once_cell",
2453
"proc-macro2",
2454
"quote",
2455
+
"syn 1.0.109",
2456
"wasm-bindgen-shared",
2457
]
2458
2459
[[package]]
2460
name = "wasm-bindgen-futures"
2461
+
version = "0.4.34"
2462
source = "registry+https://github.com/rust-lang/crates.io-index"
2463
+
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
2464
dependencies = [
2465
"cfg-if",
2466
"js-sys",
···
2470
2471
[[package]]
2472
name = "wasm-bindgen-macro"
2473
+
version = "0.2.84"
2474
source = "registry+https://github.com/rust-lang/crates.io-index"
2475
+
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
2476
dependencies = [
2477
"quote",
2478
"wasm-bindgen-macro-support",
···
2480
2481
[[package]]
2482
name = "wasm-bindgen-macro-support"
2483
+
version = "0.2.84"
2484
source = "registry+https://github.com/rust-lang/crates.io-index"
2485
+
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
2486
dependencies = [
2487
"proc-macro2",
2488
"quote",
2489
+
"syn 1.0.109",
2490
"wasm-bindgen-backend",
2491
"wasm-bindgen-shared",
2492
]
2493
2494
[[package]]
2495
name = "wasm-bindgen-shared"
2496
+
version = "0.2.84"
2497
source = "registry+https://github.com/rust-lang/crates.io-index"
2498
+
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
2499
2500
[[package]]
2501
name = "web-sys"
2502
+
version = "0.3.61"
2503
source = "registry+https://github.com/rust-lang/crates.io-index"
2504
+
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
2505
dependencies = [
2506
"js-sys",
2507
"wasm-bindgen",
2508
]
2509
2510
[[package]]
0
0
0
0
0
0
0
0
0
2511
name = "winapi"
2512
version = "0.3.9"
2513
source = "registry+https://github.com/rust-lang/crates.io-index"
···
2531
2532
[[package]]
2533
name = "windows-sys"
2534
+
version = "0.42.0"
2535
source = "registry+https://github.com/rust-lang/crates.io-index"
2536
+
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
2537
dependencies = [
2538
+
"windows_aarch64_gnullvm",
2539
"windows_aarch64_msvc",
2540
"windows_i686_gnu",
2541
"windows_i686_msvc",
2542
"windows_x86_64_gnu",
2543
+
"windows_x86_64_gnullvm",
2544
"windows_x86_64_msvc",
2545
]
2546
2547
[[package]]
2548
+
name = "windows-sys"
2549
+
version = "0.45.0"
2550
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2551
+
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2552
+
dependencies = [
2553
+
"windows-targets",
2554
+
]
2555
+
2556
+
[[package]]
2557
+
name = "windows-targets"
2558
+
version = "0.42.2"
2559
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2560
+
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2561
+
dependencies = [
2562
+
"windows_aarch64_gnullvm",
2563
+
"windows_aarch64_msvc",
2564
+
"windows_i686_gnu",
2565
+
"windows_i686_msvc",
2566
+
"windows_x86_64_gnu",
2567
+
"windows_x86_64_gnullvm",
2568
+
"windows_x86_64_msvc",
2569
+
]
2570
+
2571
+
[[package]]
2572
+
name = "windows_aarch64_gnullvm"
2573
+
version = "0.42.2"
2574
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2575
+
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2576
+
2577
+
[[package]]
2578
name = "windows_aarch64_msvc"
2579
+
version = "0.42.2"
2580
source = "registry+https://github.com/rust-lang/crates.io-index"
2581
+
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2582
2583
[[package]]
2584
name = "windows_i686_gnu"
2585
+
version = "0.42.2"
2586
source = "registry+https://github.com/rust-lang/crates.io-index"
2587
+
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2588
2589
[[package]]
2590
name = "windows_i686_msvc"
2591
+
version = "0.42.2"
2592
source = "registry+https://github.com/rust-lang/crates.io-index"
2593
+
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2594
2595
[[package]]
2596
name = "windows_x86_64_gnu"
2597
+
version = "0.42.2"
2598
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2599
+
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2600
+
2601
+
[[package]]
2602
+
name = "windows_x86_64_gnullvm"
2603
+
version = "0.42.2"
2604
source = "registry+https://github.com/rust-lang/crates.io-index"
2605
+
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2606
2607
[[package]]
2608
name = "windows_x86_64_msvc"
2609
+
version = "0.42.2"
2610
source = "registry+https://github.com/rust-lang/crates.io-index"
2611
+
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2612
+
2613
+
[[package]]
2614
+
name = "winnow"
2615
+
version = "0.4.1"
2616
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2617
+
checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28"
2618
+
dependencies = [
2619
+
"memchr",
2620
+
]
+11
-3
pkgs/applications/misc/citations/default.nix
···
17
, stdenv
18
, testers
19
, wrapGAppsHook4
0
20
}:
0
21
stdenv.mkDerivation (finalAttrs: {
22
pname = "citations";
23
-
version = "0.5.1";
24
25
src = fetchFromGitLab {
26
domain = "gitlab.gnome.org";
27
owner = "World";
28
repo = finalAttrs.pname;
29
rev = finalAttrs.version;
30
-
hash = "sha256-QPK6Nw0tDdttUDFKMgThTYMTxGXsn5OReqf1LNAai7g=";
31
};
32
33
cargoDeps = rustPlatform.importCargoLock {
34
lockFile = ./Cargo.lock;
35
outputHashes = {
36
-
"nom-bibtex-0.3.0" = "sha256-Dy7xauwXGnMtK/w/T5gZgqJ8fPyyd/FfZTLjvwMODFI=";
37
};
38
};
39
···
61
];
62
63
doCheck = true;
0
0
0
0
0
0
64
65
passthru.tests.version = testers.testVersion {
66
package = finalAttrs.finalPackage;
···
17
, stdenv
18
, testers
19
, wrapGAppsHook4
20
+
, clippy
21
}:
22
+
23
stdenv.mkDerivation (finalAttrs: {
24
pname = "citations";
25
+
version = "0.5.2";
26
27
src = fetchFromGitLab {
28
domain = "gitlab.gnome.org";
29
owner = "World";
30
repo = finalAttrs.pname;
31
rev = finalAttrs.version;
32
+
hash = "sha256-QofsVqulFMiyYKci2vHdQAUJoIIgnPyTRizoBDvYG+g=";
33
};
34
35
cargoDeps = rustPlatform.importCargoLock {
36
lockFile = ./Cargo.lock;
37
outputHashes = {
38
+
"nom-bibtex-0.4.0" = "sha256-hulMoH3gkhD2HurrXdIqqkfKkZGujV9We0m0jsgHFfM=";
39
};
40
};
41
···
63
];
64
65
doCheck = true;
66
+
67
+
nativeCheckInputs = [ clippy ];
68
+
69
+
preCheck = ''
70
+
sed -i -e '/PATH=/d' ../src/meson.build
71
+
'';
72
73
passthru.tests.version = testers.testVersion {
74
package = finalAttrs.finalPackage;