bibsync 0.4.0__tar.gz → 0.4.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bibsync-0.4.0 → bibsync-0.4.2}/.pre-commit-config.yaml +5 -5
- {bibsync-0.4.0 → bibsync-0.4.2}/CITATION.cff +2 -2
- {bibsync-0.4.0 → bibsync-0.4.2}/Cargo.lock +93 -203
- {bibsync-0.4.0 → bibsync-0.4.2}/Cargo.toml +2 -2
- {bibsync-0.4.0 → bibsync-0.4.2}/PKG-INFO +7 -7
- {bibsync-0.4.0 → bibsync-0.4.2}/README.md +6 -6
- {bibsync-0.4.0 → bibsync-0.4.2}/pyproject.toml +3 -3
- bibsync-0.4.2/uv.lock +158 -0
- bibsync-0.4.0/uv.lock +0 -158
- {bibsync-0.4.0 → bibsync-0.4.2}/.gitignore +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/.markdownlint.yaml +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/.pre-commit-hooks.yaml +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/.prettierrc +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/.typos.toml +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/CODE_OF_CONDUCT.md +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/CONTRIBUTING.md +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/LICENSE +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/SECURITY.md +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/SUPPORT.md +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/benches/greeting.rs +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/cliff.toml +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/deny.toml +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/docs/api/index.md +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/docs/contributing.md +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/docs/index.md +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/docs/security.md +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/docs/user-guide/examples.md +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/docs/user-guide/installation.md +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/docs/user-guide/pre-commit.md +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/docs/user-guide/providers.md +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/docs/user-guide/usage.md +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/examples/README.md +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/examples/greet.rs +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/examples/inspire-main.bib +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/examples/inspire-main.tex +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/examples/main.bib +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/examples/main.tex +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/python/bibsync/__init__.py +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/python/bibsync/__init__.pyi +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/python/bibsync/__main__.py +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/python/bibsync/py.typed +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/renovate.json +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/rust-toolchain.toml +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/scripts/pre-commit-bibsync +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/setup_repo.sh +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/src/cli.rs +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/src/lib.rs +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/src/main.rs +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/src/python.rs +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/tests/cli.rs +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/tests/examples.rs +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/tests/python/test_bindings.py +0 -0
- {bibsync-0.4.0 → bibsync-0.4.2}/zensical.toml +0 -0
|
@@ -31,14 +31,14 @@ repos:
|
|
|
31
31
|
pass_filenames: false
|
|
32
32
|
|
|
33
33
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
34
|
-
rev: v0.15.
|
|
34
|
+
rev: v0.15.20
|
|
35
35
|
hooks:
|
|
36
36
|
- id: ruff
|
|
37
37
|
args: [--fix, --config=pyproject.toml]
|
|
38
38
|
- id: ruff-format
|
|
39
39
|
|
|
40
40
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
|
41
|
-
rev: 0.11.
|
|
41
|
+
rev: 0.11.26
|
|
42
42
|
hooks:
|
|
43
43
|
- id: uv-lock
|
|
44
44
|
|
|
@@ -53,18 +53,18 @@ repos:
|
|
|
53
53
|
- id: taplo-format
|
|
54
54
|
|
|
55
55
|
- repo: https://github.com/crate-ci/typos
|
|
56
|
-
rev: v1.
|
|
56
|
+
rev: v1.48.0
|
|
57
57
|
hooks:
|
|
58
58
|
- id: typos
|
|
59
59
|
args: []
|
|
60
60
|
|
|
61
61
|
- repo: https://github.com/rbubley/mirrors-prettier
|
|
62
|
-
rev: v3.
|
|
62
|
+
rev: v3.9.4
|
|
63
63
|
hooks:
|
|
64
64
|
- id: prettier
|
|
65
65
|
|
|
66
66
|
- repo: https://github.com/DavidAnson/markdownlint-cli2
|
|
67
|
-
rev: v0.
|
|
67
|
+
rev: v0.23.0
|
|
68
68
|
hooks:
|
|
69
69
|
- id: markdownlint-cli2
|
|
70
70
|
args: [--config, .markdownlint.yaml]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
cff-version: 1.2.0
|
|
2
2
|
title: "bibsync: A Rust package to automatically resolve, synchronize, and validate LaTeX citations across BibTeX databases"
|
|
3
|
-
version: "0.4.
|
|
4
|
-
date-released: "2026-
|
|
3
|
+
version: "0.4.2"
|
|
4
|
+
date-released: "2026-07-07"
|
|
5
5
|
license: "BSD-3-Clause"
|
|
6
6
|
type: software
|
|
7
7
|
authors:
|
|
@@ -90,9 +90,9 @@ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
|
90
90
|
|
|
91
91
|
[[package]]
|
|
92
92
|
name = "aws-lc-rs"
|
|
93
|
-
version = "1.17.
|
|
93
|
+
version = "1.17.1"
|
|
94
94
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
95
|
-
checksum = "
|
|
95
|
+
checksum = "4342d8937fc7e5dd9b1c60292261c0670c882a2cd1719cfc11b1af41731e32ad"
|
|
96
96
|
dependencies = [
|
|
97
97
|
"aws-lc-sys",
|
|
98
98
|
"zeroize",
|
|
@@ -100,14 +100,15 @@ dependencies = [
|
|
|
100
100
|
|
|
101
101
|
[[package]]
|
|
102
102
|
name = "aws-lc-sys"
|
|
103
|
-
version = "0.
|
|
103
|
+
version = "0.42.0"
|
|
104
104
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
105
|
-
checksum = "
|
|
105
|
+
checksum = "6d9ceb1da931507a12f4fccea479dccd00da1943e1b4ae72d8e502d707361444"
|
|
106
106
|
dependencies = [
|
|
107
107
|
"cc",
|
|
108
108
|
"cmake",
|
|
109
109
|
"dunce",
|
|
110
110
|
"fs_extra",
|
|
111
|
+
"pkg-config",
|
|
111
112
|
]
|
|
112
113
|
|
|
113
114
|
[[package]]
|
|
@@ -118,7 +119,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
118
119
|
|
|
119
120
|
[[package]]
|
|
120
121
|
name = "bibsync"
|
|
121
|
-
version = "0.4.
|
|
122
|
+
version = "0.4.2"
|
|
122
123
|
dependencies = [
|
|
123
124
|
"assert_cmd",
|
|
124
125
|
"clap",
|
|
@@ -141,13 +142,13 @@ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
|
|
|
141
142
|
|
|
142
143
|
[[package]]
|
|
143
144
|
name = "bstr"
|
|
144
|
-
version = "1.12.
|
|
145
|
+
version = "1.12.3"
|
|
145
146
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
146
|
-
checksum = "
|
|
147
|
+
checksum = "5cee35f73844aa3014bb606320a6c1f010249dbdf43342fe54b5a4f6a8ed4b79"
|
|
147
148
|
dependencies = [
|
|
148
149
|
"memchr",
|
|
149
150
|
"regex-automata",
|
|
150
|
-
"
|
|
151
|
+
"serde_core",
|
|
151
152
|
]
|
|
152
153
|
|
|
153
154
|
[[package]]
|
|
@@ -164,9 +165,9 @@ checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
|
|
|
164
165
|
|
|
165
166
|
[[package]]
|
|
166
167
|
name = "cc"
|
|
167
|
-
version = "1.2.
|
|
168
|
+
version = "1.2.66"
|
|
168
169
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
169
|
-
checksum = "
|
|
170
|
+
checksum = "f5d6cac793997bd970000024b2934968efe83b382de4fdcf4fcb46b6ee4ad996"
|
|
170
171
|
dependencies = [
|
|
171
172
|
"find-msvc-tools",
|
|
172
173
|
"jobserver",
|
|
@@ -186,6 +187,17 @@ version = "0.2.1"
|
|
|
186
187
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
187
188
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
188
189
|
|
|
190
|
+
[[package]]
|
|
191
|
+
name = "chacha20"
|
|
192
|
+
version = "0.10.1"
|
|
193
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
194
|
+
checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
|
|
195
|
+
dependencies = [
|
|
196
|
+
"cfg-if",
|
|
197
|
+
"cpufeatures",
|
|
198
|
+
"rand_core",
|
|
199
|
+
]
|
|
200
|
+
|
|
189
201
|
[[package]]
|
|
190
202
|
name = "clap"
|
|
191
203
|
version = "4.6.1"
|
|
@@ -274,6 +286,15 @@ version = "0.8.7"
|
|
|
274
286
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
275
287
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
276
288
|
|
|
289
|
+
[[package]]
|
|
290
|
+
name = "cpufeatures"
|
|
291
|
+
version = "0.3.0"
|
|
292
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
293
|
+
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
|
|
294
|
+
dependencies = [
|
|
295
|
+
"libc",
|
|
296
|
+
]
|
|
297
|
+
|
|
277
298
|
[[package]]
|
|
278
299
|
name = "difflib"
|
|
279
300
|
version = "0.4.0"
|
|
@@ -430,20 +451,6 @@ dependencies = [
|
|
|
430
451
|
"wasm-bindgen",
|
|
431
452
|
]
|
|
432
453
|
|
|
433
|
-
[[package]]
|
|
434
|
-
name = "getrandom"
|
|
435
|
-
version = "0.3.4"
|
|
436
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
437
|
-
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
438
|
-
dependencies = [
|
|
439
|
-
"cfg-if",
|
|
440
|
-
"js-sys",
|
|
441
|
-
"libc",
|
|
442
|
-
"r-efi 5.3.0",
|
|
443
|
-
"wasip2",
|
|
444
|
-
"wasm-bindgen",
|
|
445
|
-
]
|
|
446
|
-
|
|
447
454
|
[[package]]
|
|
448
455
|
name = "getrandom"
|
|
449
456
|
version = "0.4.3"
|
|
@@ -451,8 +458,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
451
458
|
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
|
|
452
459
|
dependencies = [
|
|
453
460
|
"cfg-if",
|
|
461
|
+
"js-sys",
|
|
454
462
|
"libc",
|
|
455
|
-
"r-efi
|
|
463
|
+
"r-efi",
|
|
464
|
+
"rand_core",
|
|
465
|
+
"wasm-bindgen",
|
|
456
466
|
]
|
|
457
467
|
|
|
458
468
|
[[package]]
|
|
@@ -729,19 +739,19 @@ dependencies = [
|
|
|
729
739
|
|
|
730
740
|
[[package]]
|
|
731
741
|
name = "jobserver"
|
|
732
|
-
version = "0.1.
|
|
742
|
+
version = "0.1.35"
|
|
733
743
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
734
|
-
checksum = "
|
|
744
|
+
checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
|
|
735
745
|
dependencies = [
|
|
736
|
-
"getrandom 0.3
|
|
746
|
+
"getrandom 0.4.3",
|
|
737
747
|
"libc",
|
|
738
748
|
]
|
|
739
749
|
|
|
740
750
|
[[package]]
|
|
741
751
|
name = "js-sys"
|
|
742
|
-
version = "0.3.
|
|
752
|
+
version = "0.3.103"
|
|
743
753
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
744
|
-
checksum = "
|
|
754
|
+
checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
|
|
745
755
|
dependencies = [
|
|
746
756
|
"cfg-if",
|
|
747
757
|
"futures-util",
|
|
@@ -840,6 +850,12 @@ version = "0.2.17"
|
|
|
840
850
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
841
851
|
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
842
852
|
|
|
853
|
+
[[package]]
|
|
854
|
+
name = "pkg-config"
|
|
855
|
+
version = "0.3.33"
|
|
856
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
857
|
+
checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
|
|
858
|
+
|
|
843
859
|
[[package]]
|
|
844
860
|
name = "portable-atomic"
|
|
845
861
|
version = "1.13.1"
|
|
@@ -855,15 +871,6 @@ dependencies = [
|
|
|
855
871
|
"zerovec",
|
|
856
872
|
]
|
|
857
873
|
|
|
858
|
-
[[package]]
|
|
859
|
-
name = "ppv-lite86"
|
|
860
|
-
version = "0.2.21"
|
|
861
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
862
|
-
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
863
|
-
dependencies = [
|
|
864
|
-
"zerocopy",
|
|
865
|
-
]
|
|
866
|
-
|
|
867
874
|
[[package]]
|
|
868
875
|
name = "predicates"
|
|
869
876
|
version = "3.1.4"
|
|
@@ -962,9 +969,9 @@ dependencies = [
|
|
|
962
969
|
|
|
963
970
|
[[package]]
|
|
964
971
|
name = "quinn"
|
|
965
|
-
version = "0.11.
|
|
972
|
+
version = "0.11.11"
|
|
966
973
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
967
|
-
checksum = "
|
|
974
|
+
checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
|
|
968
975
|
dependencies = [
|
|
969
976
|
"bytes",
|
|
970
977
|
"cfg_aliases",
|
|
@@ -982,15 +989,16 @@ dependencies = [
|
|
|
982
989
|
|
|
983
990
|
[[package]]
|
|
984
991
|
name = "quinn-proto"
|
|
985
|
-
version = "0.11.
|
|
992
|
+
version = "0.11.16"
|
|
986
993
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
987
|
-
checksum = "
|
|
994
|
+
checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
|
|
988
995
|
dependencies = [
|
|
989
996
|
"aws-lc-rs",
|
|
990
997
|
"bytes",
|
|
991
|
-
"getrandom 0.3
|
|
998
|
+
"getrandom 0.4.3",
|
|
992
999
|
"lru-slab",
|
|
993
1000
|
"rand",
|
|
1001
|
+
"rand_pcg",
|
|
994
1002
|
"ring",
|
|
995
1003
|
"rustc-hash",
|
|
996
1004
|
"rustls",
|
|
@@ -1004,16 +1012,16 @@ dependencies = [
|
|
|
1004
1012
|
|
|
1005
1013
|
[[package]]
|
|
1006
1014
|
name = "quinn-udp"
|
|
1007
|
-
version = "0.5.
|
|
1015
|
+
version = "0.5.15"
|
|
1008
1016
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1009
|
-
checksum = "
|
|
1017
|
+
checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
|
|
1010
1018
|
dependencies = [
|
|
1011
1019
|
"cfg_aliases",
|
|
1012
1020
|
"libc",
|
|
1013
1021
|
"once_cell",
|
|
1014
1022
|
"socket2",
|
|
1015
1023
|
"tracing",
|
|
1016
|
-
"windows-sys 0.
|
|
1024
|
+
"windows-sys 0.61.2",
|
|
1017
1025
|
]
|
|
1018
1026
|
|
|
1019
1027
|
[[package]]
|
|
@@ -1025,12 +1033,6 @@ dependencies = [
|
|
|
1025
1033
|
"proc-macro2",
|
|
1026
1034
|
]
|
|
1027
1035
|
|
|
1028
|
-
[[package]]
|
|
1029
|
-
name = "r-efi"
|
|
1030
|
-
version = "5.3.0"
|
|
1031
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1032
|
-
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
1033
|
-
|
|
1034
1036
|
[[package]]
|
|
1035
1037
|
name = "r-efi"
|
|
1036
1038
|
version = "6.0.0"
|
|
@@ -1039,31 +1041,28 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
|
1039
1041
|
|
|
1040
1042
|
[[package]]
|
|
1041
1043
|
name = "rand"
|
|
1042
|
-
version = "0.
|
|
1044
|
+
version = "0.10.2"
|
|
1043
1045
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1044
|
-
checksum = "
|
|
1046
|
+
checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
|
|
1045
1047
|
dependencies = [
|
|
1046
|
-
"
|
|
1048
|
+
"chacha20",
|
|
1049
|
+
"getrandom 0.4.3",
|
|
1047
1050
|
"rand_core",
|
|
1048
1051
|
]
|
|
1049
1052
|
|
|
1050
1053
|
[[package]]
|
|
1051
|
-
name = "
|
|
1052
|
-
version = "0.
|
|
1054
|
+
name = "rand_core"
|
|
1055
|
+
version = "0.10.1"
|
|
1053
1056
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1054
|
-
checksum = "
|
|
1055
|
-
dependencies = [
|
|
1056
|
-
"ppv-lite86",
|
|
1057
|
-
"rand_core",
|
|
1058
|
-
]
|
|
1057
|
+
checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
|
|
1059
1058
|
|
|
1060
1059
|
[[package]]
|
|
1061
|
-
name = "
|
|
1062
|
-
version = "0.
|
|
1060
|
+
name = "rand_pcg"
|
|
1061
|
+
version = "0.10.2"
|
|
1063
1062
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1064
|
-
checksum = "
|
|
1063
|
+
checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
|
|
1065
1064
|
dependencies = [
|
|
1066
|
-
"
|
|
1065
|
+
"rand_core",
|
|
1067
1066
|
]
|
|
1068
1067
|
|
|
1069
1068
|
[[package]]
|
|
@@ -1157,9 +1156,9 @@ dependencies = [
|
|
|
1157
1156
|
|
|
1158
1157
|
[[package]]
|
|
1159
1158
|
name = "rustc-hash"
|
|
1160
|
-
version = "2.1.
|
|
1159
|
+
version = "2.1.3"
|
|
1161
1160
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1162
|
-
checksum = "
|
|
1161
|
+
checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
|
|
1163
1162
|
|
|
1164
1163
|
[[package]]
|
|
1165
1164
|
name = "rustc_version"
|
|
@@ -1185,9 +1184,9 @@ dependencies = [
|
|
|
1185
1184
|
|
|
1186
1185
|
[[package]]
|
|
1187
1186
|
name = "rustls"
|
|
1188
|
-
version = "0.23.
|
|
1187
|
+
version = "0.23.41"
|
|
1189
1188
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1190
|
-
checksum = "
|
|
1189
|
+
checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
|
|
1191
1190
|
dependencies = [
|
|
1192
1191
|
"aws-lc-rs",
|
|
1193
1192
|
"once_cell",
|
|
@@ -1211,9 +1210,9 @@ dependencies = [
|
|
|
1211
1210
|
|
|
1212
1211
|
[[package]]
|
|
1213
1212
|
name = "rustls-pki-types"
|
|
1214
|
-
version = "1.
|
|
1213
|
+
version = "1.15.0"
|
|
1215
1214
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1216
|
-
checksum = "
|
|
1215
|
+
checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
|
|
1217
1216
|
dependencies = [
|
|
1218
1217
|
"web-time",
|
|
1219
1218
|
"zeroize",
|
|
@@ -1709,20 +1708,11 @@ version = "0.11.1+wasi-snapshot-preview1"
|
|
|
1709
1708
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1710
1709
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
1711
1710
|
|
|
1712
|
-
[[package]]
|
|
1713
|
-
name = "wasip2"
|
|
1714
|
-
version = "1.0.1+wasi-0.2.4"
|
|
1715
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1716
|
-
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
|
|
1717
|
-
dependencies = [
|
|
1718
|
-
"wit-bindgen",
|
|
1719
|
-
]
|
|
1720
|
-
|
|
1721
1711
|
[[package]]
|
|
1722
1712
|
name = "wasm-bindgen"
|
|
1723
|
-
version = "0.2.
|
|
1713
|
+
version = "0.2.126"
|
|
1724
1714
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1725
|
-
checksum = "
|
|
1715
|
+
checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
|
|
1726
1716
|
dependencies = [
|
|
1727
1717
|
"cfg-if",
|
|
1728
1718
|
"once_cell",
|
|
@@ -1733,9 +1723,9 @@ dependencies = [
|
|
|
1733
1723
|
|
|
1734
1724
|
[[package]]
|
|
1735
1725
|
name = "wasm-bindgen-futures"
|
|
1736
|
-
version = "0.4.
|
|
1726
|
+
version = "0.4.76"
|
|
1737
1727
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1738
|
-
checksum = "
|
|
1728
|
+
checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
|
|
1739
1729
|
dependencies = [
|
|
1740
1730
|
"js-sys",
|
|
1741
1731
|
"wasm-bindgen",
|
|
@@ -1743,9 +1733,9 @@ dependencies = [
|
|
|
1743
1733
|
|
|
1744
1734
|
[[package]]
|
|
1745
1735
|
name = "wasm-bindgen-macro"
|
|
1746
|
-
version = "0.2.
|
|
1736
|
+
version = "0.2.126"
|
|
1747
1737
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1748
|
-
checksum = "
|
|
1738
|
+
checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
|
|
1749
1739
|
dependencies = [
|
|
1750
1740
|
"quote",
|
|
1751
1741
|
"wasm-bindgen-macro-support",
|
|
@@ -1753,9 +1743,9 @@ dependencies = [
|
|
|
1753
1743
|
|
|
1754
1744
|
[[package]]
|
|
1755
1745
|
name = "wasm-bindgen-macro-support"
|
|
1756
|
-
version = "0.2.
|
|
1746
|
+
version = "0.2.126"
|
|
1757
1747
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1758
|
-
checksum = "
|
|
1748
|
+
checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
|
|
1759
1749
|
dependencies = [
|
|
1760
1750
|
"bumpalo",
|
|
1761
1751
|
"proc-macro2",
|
|
@@ -1766,18 +1756,18 @@ dependencies = [
|
|
|
1766
1756
|
|
|
1767
1757
|
[[package]]
|
|
1768
1758
|
name = "wasm-bindgen-shared"
|
|
1769
|
-
version = "0.2.
|
|
1759
|
+
version = "0.2.126"
|
|
1770
1760
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1771
|
-
checksum = "
|
|
1761
|
+
checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
|
|
1772
1762
|
dependencies = [
|
|
1773
1763
|
"unicode-ident",
|
|
1774
1764
|
]
|
|
1775
1765
|
|
|
1776
1766
|
[[package]]
|
|
1777
1767
|
name = "web-sys"
|
|
1778
|
-
version = "0.3.
|
|
1768
|
+
version = "0.3.103"
|
|
1779
1769
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1780
|
-
checksum = "
|
|
1770
|
+
checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
|
|
1781
1771
|
dependencies = [
|
|
1782
1772
|
"js-sys",
|
|
1783
1773
|
"wasm-bindgen",
|
|
@@ -1823,16 +1813,7 @@ version = "0.52.0"
|
|
|
1823
1813
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1824
1814
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
1825
1815
|
dependencies = [
|
|
1826
|
-
"windows-targets
|
|
1827
|
-
]
|
|
1828
|
-
|
|
1829
|
-
[[package]]
|
|
1830
|
-
name = "windows-sys"
|
|
1831
|
-
version = "0.60.2"
|
|
1832
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1833
|
-
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
1834
|
-
dependencies = [
|
|
1835
|
-
"windows-targets 0.53.5",
|
|
1816
|
+
"windows-targets",
|
|
1836
1817
|
]
|
|
1837
1818
|
|
|
1838
1819
|
[[package]]
|
|
@@ -1850,31 +1831,14 @@ version = "0.52.6"
|
|
|
1850
1831
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1851
1832
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
1852
1833
|
dependencies = [
|
|
1853
|
-
"windows_aarch64_gnullvm
|
|
1854
|
-
"windows_aarch64_msvc
|
|
1855
|
-
"windows_i686_gnu
|
|
1856
|
-
"windows_i686_gnullvm
|
|
1857
|
-
"windows_i686_msvc
|
|
1858
|
-
"windows_x86_64_gnu
|
|
1859
|
-
"windows_x86_64_gnullvm
|
|
1860
|
-
"windows_x86_64_msvc
|
|
1861
|
-
]
|
|
1862
|
-
|
|
1863
|
-
[[package]]
|
|
1864
|
-
name = "windows-targets"
|
|
1865
|
-
version = "0.53.5"
|
|
1866
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1867
|
-
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
1868
|
-
dependencies = [
|
|
1869
|
-
"windows-link",
|
|
1870
|
-
"windows_aarch64_gnullvm 0.53.1",
|
|
1871
|
-
"windows_aarch64_msvc 0.53.1",
|
|
1872
|
-
"windows_i686_gnu 0.53.1",
|
|
1873
|
-
"windows_i686_gnullvm 0.53.1",
|
|
1874
|
-
"windows_i686_msvc 0.53.1",
|
|
1875
|
-
"windows_x86_64_gnu 0.53.1",
|
|
1876
|
-
"windows_x86_64_gnullvm 0.53.1",
|
|
1877
|
-
"windows_x86_64_msvc 0.53.1",
|
|
1834
|
+
"windows_aarch64_gnullvm",
|
|
1835
|
+
"windows_aarch64_msvc",
|
|
1836
|
+
"windows_i686_gnu",
|
|
1837
|
+
"windows_i686_gnullvm",
|
|
1838
|
+
"windows_i686_msvc",
|
|
1839
|
+
"windows_x86_64_gnu",
|
|
1840
|
+
"windows_x86_64_gnullvm",
|
|
1841
|
+
"windows_x86_64_msvc",
|
|
1878
1842
|
]
|
|
1879
1843
|
|
|
1880
1844
|
[[package]]
|
|
@@ -1883,102 +1847,48 @@ version = "0.52.6"
|
|
|
1883
1847
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1884
1848
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
1885
1849
|
|
|
1886
|
-
[[package]]
|
|
1887
|
-
name = "windows_aarch64_gnullvm"
|
|
1888
|
-
version = "0.53.1"
|
|
1889
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1890
|
-
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
1891
|
-
|
|
1892
1850
|
[[package]]
|
|
1893
1851
|
name = "windows_aarch64_msvc"
|
|
1894
1852
|
version = "0.52.6"
|
|
1895
1853
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1896
1854
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
1897
1855
|
|
|
1898
|
-
[[package]]
|
|
1899
|
-
name = "windows_aarch64_msvc"
|
|
1900
|
-
version = "0.53.1"
|
|
1901
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1902
|
-
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
1903
|
-
|
|
1904
1856
|
[[package]]
|
|
1905
1857
|
name = "windows_i686_gnu"
|
|
1906
1858
|
version = "0.52.6"
|
|
1907
1859
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1908
1860
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
1909
1861
|
|
|
1910
|
-
[[package]]
|
|
1911
|
-
name = "windows_i686_gnu"
|
|
1912
|
-
version = "0.53.1"
|
|
1913
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1914
|
-
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
1915
|
-
|
|
1916
1862
|
[[package]]
|
|
1917
1863
|
name = "windows_i686_gnullvm"
|
|
1918
1864
|
version = "0.52.6"
|
|
1919
1865
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1920
1866
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
1921
1867
|
|
|
1922
|
-
[[package]]
|
|
1923
|
-
name = "windows_i686_gnullvm"
|
|
1924
|
-
version = "0.53.1"
|
|
1925
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1926
|
-
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
1927
|
-
|
|
1928
1868
|
[[package]]
|
|
1929
1869
|
name = "windows_i686_msvc"
|
|
1930
1870
|
version = "0.52.6"
|
|
1931
1871
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1932
1872
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
1933
1873
|
|
|
1934
|
-
[[package]]
|
|
1935
|
-
name = "windows_i686_msvc"
|
|
1936
|
-
version = "0.53.1"
|
|
1937
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1938
|
-
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
1939
|
-
|
|
1940
1874
|
[[package]]
|
|
1941
1875
|
name = "windows_x86_64_gnu"
|
|
1942
1876
|
version = "0.52.6"
|
|
1943
1877
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1944
1878
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
1945
1879
|
|
|
1946
|
-
[[package]]
|
|
1947
|
-
name = "windows_x86_64_gnu"
|
|
1948
|
-
version = "0.53.1"
|
|
1949
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1950
|
-
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
1951
|
-
|
|
1952
1880
|
[[package]]
|
|
1953
1881
|
name = "windows_x86_64_gnullvm"
|
|
1954
1882
|
version = "0.52.6"
|
|
1955
1883
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1956
1884
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
1957
1885
|
|
|
1958
|
-
[[package]]
|
|
1959
|
-
name = "windows_x86_64_gnullvm"
|
|
1960
|
-
version = "0.53.1"
|
|
1961
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1962
|
-
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
1963
|
-
|
|
1964
1886
|
[[package]]
|
|
1965
1887
|
name = "windows_x86_64_msvc"
|
|
1966
1888
|
version = "0.52.6"
|
|
1967
1889
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1968
1890
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
1969
1891
|
|
|
1970
|
-
[[package]]
|
|
1971
|
-
name = "windows_x86_64_msvc"
|
|
1972
|
-
version = "0.53.1"
|
|
1973
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1974
|
-
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
1975
|
-
|
|
1976
|
-
[[package]]
|
|
1977
|
-
name = "wit-bindgen"
|
|
1978
|
-
version = "0.46.0"
|
|
1979
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1980
|
-
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
|
1981
|
-
|
|
1982
1892
|
[[package]]
|
|
1983
1893
|
name = "writeable"
|
|
1984
1894
|
version = "0.6.3"
|
|
@@ -2008,26 +1918,6 @@ dependencies = [
|
|
|
2008
1918
|
"synstructure",
|
|
2009
1919
|
]
|
|
2010
1920
|
|
|
2011
|
-
[[package]]
|
|
2012
|
-
name = "zerocopy"
|
|
2013
|
-
version = "0.8.52"
|
|
2014
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2015
|
-
checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
|
|
2016
|
-
dependencies = [
|
|
2017
|
-
"zerocopy-derive",
|
|
2018
|
-
]
|
|
2019
|
-
|
|
2020
|
-
[[package]]
|
|
2021
|
-
name = "zerocopy-derive"
|
|
2022
|
-
version = "0.8.52"
|
|
2023
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2024
|
-
checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
|
|
2025
|
-
dependencies = [
|
|
2026
|
-
"proc-macro2",
|
|
2027
|
-
"quote",
|
|
2028
|
-
"syn",
|
|
2029
|
-
]
|
|
2030
|
-
|
|
2031
1921
|
[[package]]
|
|
2032
1922
|
name = "zerofrom"
|
|
2033
1923
|
version = "0.1.8"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "bibsync"
|
|
3
|
-
version = "0.4.
|
|
3
|
+
version = "0.4.2"
|
|
4
4
|
edition = "2024"
|
|
5
5
|
rust-version = "1.85"
|
|
6
6
|
authors = ["Isaac C. F. Wong"]
|
|
@@ -17,7 +17,7 @@ exclude = ["/.github", "/docs/template_documentation"]
|
|
|
17
17
|
[dependencies]
|
|
18
18
|
clap = { version = "4.6.1", features = ["derive"] }
|
|
19
19
|
pyo3 = { version = "0.29.0", optional = true, features = ["abi3-py312"] }
|
|
20
|
-
regex = "1.12.
|
|
20
|
+
regex = "1.12.4"
|
|
21
21
|
reqwest = { version = "0.13.4", default-features = false, features = [
|
|
22
22
|
"blocking",
|
|
23
23
|
"json",
|