bibsync 0.3.4__tar.gz → 0.4.0__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.3.4 → bibsync-0.4.0}/.pre-commit-config.yaml +3 -3
- {bibsync-0.3.4 → bibsync-0.4.0}/CITATION.cff +2 -2
- {bibsync-0.3.4 → bibsync-0.4.0}/Cargo.lock +61 -269
- {bibsync-0.3.4 → bibsync-0.4.0}/Cargo.toml +2 -2
- {bibsync-0.3.4 → bibsync-0.4.0}/PKG-INFO +23 -6
- {bibsync-0.3.4 → bibsync-0.4.0}/README.md +22 -5
- {bibsync-0.3.4 → bibsync-0.4.0}/docs/user-guide/usage.md +32 -2
- {bibsync-0.3.4 → bibsync-0.4.0}/src/cli.rs +2 -2
- {bibsync-0.3.4 → bibsync-0.4.0}/src/lib.rs +221 -8
- {bibsync-0.3.4 → bibsync-0.4.0}/tests/cli.rs +27 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/.gitignore +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/.markdownlint.yaml +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/.pre-commit-hooks.yaml +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/.prettierrc +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/.typos.toml +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/CODE_OF_CONDUCT.md +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/CONTRIBUTING.md +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/LICENSE +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/SECURITY.md +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/SUPPORT.md +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/benches/greeting.rs +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/cliff.toml +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/deny.toml +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/docs/api/index.md +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/docs/contributing.md +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/docs/index.md +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/docs/security.md +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/docs/user-guide/examples.md +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/docs/user-guide/installation.md +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/docs/user-guide/pre-commit.md +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/docs/user-guide/providers.md +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/examples/README.md +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/examples/greet.rs +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/examples/inspire-main.bib +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/examples/inspire-main.tex +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/examples/main.bib +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/examples/main.tex +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/pyproject.toml +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/python/bibsync/__init__.py +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/python/bibsync/__init__.pyi +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/python/bibsync/__main__.py +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/python/bibsync/py.typed +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/renovate.json +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/rust-toolchain.toml +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/scripts/pre-commit-bibsync +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/setup_repo.sh +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/src/main.rs +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/src/python.rs +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/tests/examples.rs +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/tests/python/test_bindings.py +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/uv.lock +0 -0
- {bibsync-0.3.4 → bibsync-0.4.0}/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.18
|
|
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.23
|
|
42
42
|
hooks:
|
|
43
43
|
- id: uv-lock
|
|
44
44
|
|
|
@@ -53,7 +53,7 @@ repos:
|
|
|
53
53
|
- id: taplo-format
|
|
54
54
|
|
|
55
55
|
- repo: https://github.com/crate-ci/typos
|
|
56
|
-
rev: v1.47.
|
|
56
|
+
rev: v1.47.2
|
|
57
57
|
hooks:
|
|
58
58
|
- id: typos
|
|
59
59
|
args: []
|
|
@@ -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
|
-
date-released: "2026-06-
|
|
3
|
+
version: "0.4.0"
|
|
4
|
+
date-released: "2026-06-22"
|
|
5
5
|
license: "BSD-3-Clause"
|
|
6
6
|
type: software
|
|
7
7
|
authors:
|
|
@@ -61,12 +61,6 @@ dependencies = [
|
|
|
61
61
|
"windows-sys 0.61.2",
|
|
62
62
|
]
|
|
63
63
|
|
|
64
|
-
[[package]]
|
|
65
|
-
name = "anyhow"
|
|
66
|
-
version = "1.0.102"
|
|
67
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
68
|
-
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
69
|
-
|
|
70
64
|
[[package]]
|
|
71
65
|
name = "assert_cmd"
|
|
72
66
|
version = "2.2.2"
|
|
@@ -124,7 +118,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
124
118
|
|
|
125
119
|
[[package]]
|
|
126
120
|
name = "bibsync"
|
|
127
|
-
version = "0.
|
|
121
|
+
version = "0.4.0"
|
|
128
122
|
dependencies = [
|
|
129
123
|
"assert_cmd",
|
|
130
124
|
"clap",
|
|
@@ -141,9 +135,9 @@ dependencies = [
|
|
|
141
135
|
|
|
142
136
|
[[package]]
|
|
143
137
|
name = "bitflags"
|
|
144
|
-
version = "2.
|
|
138
|
+
version = "2.13.0"
|
|
145
139
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
146
|
-
checksum = "
|
|
140
|
+
checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
|
|
147
141
|
|
|
148
142
|
[[package]]
|
|
149
143
|
name = "bstr"
|
|
@@ -164,15 +158,15 @@ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
|
|
|
164
158
|
|
|
165
159
|
[[package]]
|
|
166
160
|
name = "bytes"
|
|
167
|
-
version = "1.
|
|
161
|
+
version = "1.12.0"
|
|
168
162
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
169
|
-
checksum = "
|
|
163
|
+
checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
|
|
170
164
|
|
|
171
165
|
[[package]]
|
|
172
166
|
name = "cc"
|
|
173
|
-
version = "1.2.
|
|
167
|
+
version = "1.2.65"
|
|
174
168
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
175
|
-
checksum = "
|
|
169
|
+
checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
|
|
176
170
|
dependencies = [
|
|
177
171
|
"find-msvc-tools",
|
|
178
172
|
"jobserver",
|
|
@@ -328,12 +322,6 @@ version = "1.0.5"
|
|
|
328
322
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
329
323
|
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|
330
324
|
|
|
331
|
-
[[package]]
|
|
332
|
-
name = "equivalent"
|
|
333
|
-
version = "1.0.2"
|
|
334
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
335
|
-
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
336
|
-
|
|
337
325
|
[[package]]
|
|
338
326
|
name = "errno"
|
|
339
327
|
version = "0.3.14"
|
|
@@ -365,12 +353,6 @@ dependencies = [
|
|
|
365
353
|
"num-traits",
|
|
366
354
|
]
|
|
367
355
|
|
|
368
|
-
[[package]]
|
|
369
|
-
name = "foldhash"
|
|
370
|
-
version = "0.1.5"
|
|
371
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
372
|
-
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
373
|
-
|
|
374
356
|
[[package]]
|
|
375
357
|
name = "form_urlencoded"
|
|
376
358
|
version = "1.2.2"
|
|
@@ -464,32 +446,15 @@ dependencies = [
|
|
|
464
446
|
|
|
465
447
|
[[package]]
|
|
466
448
|
name = "getrandom"
|
|
467
|
-
version = "0.4.
|
|
449
|
+
version = "0.4.3"
|
|
468
450
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
469
|
-
checksum = "
|
|
451
|
+
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
|
|
470
452
|
dependencies = [
|
|
471
453
|
"cfg-if",
|
|
472
454
|
"libc",
|
|
473
455
|
"r-efi 6.0.0",
|
|
474
|
-
"wasip2",
|
|
475
|
-
"wasip3",
|
|
476
|
-
]
|
|
477
|
-
|
|
478
|
-
[[package]]
|
|
479
|
-
name = "hashbrown"
|
|
480
|
-
version = "0.15.5"
|
|
481
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
482
|
-
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
483
|
-
dependencies = [
|
|
484
|
-
"foldhash",
|
|
485
456
|
]
|
|
486
457
|
|
|
487
|
-
[[package]]
|
|
488
|
-
name = "hashbrown"
|
|
489
|
-
version = "0.17.1"
|
|
490
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
491
|
-
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
492
|
-
|
|
493
458
|
[[package]]
|
|
494
459
|
name = "heck"
|
|
495
460
|
version = "0.5.0"
|
|
@@ -498,9 +463,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
498
463
|
|
|
499
464
|
[[package]]
|
|
500
465
|
name = "http"
|
|
501
|
-
version = "1.4.
|
|
466
|
+
version = "1.4.2"
|
|
502
467
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
503
|
-
checksum = "
|
|
468
|
+
checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
|
|
504
469
|
dependencies = [
|
|
505
470
|
"bytes",
|
|
506
471
|
"itoa",
|
|
@@ -674,12 +639,6 @@ dependencies = [
|
|
|
674
639
|
"zerovec",
|
|
675
640
|
]
|
|
676
641
|
|
|
677
|
-
[[package]]
|
|
678
|
-
name = "id-arena"
|
|
679
|
-
version = "2.3.0"
|
|
680
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
681
|
-
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
682
|
-
|
|
683
642
|
[[package]]
|
|
684
643
|
name = "idna"
|
|
685
644
|
version = "1.1.0"
|
|
@@ -701,18 +660,6 @@ dependencies = [
|
|
|
701
660
|
"icu_properties",
|
|
702
661
|
]
|
|
703
662
|
|
|
704
|
-
[[package]]
|
|
705
|
-
name = "indexmap"
|
|
706
|
-
version = "2.14.0"
|
|
707
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
708
|
-
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
|
709
|
-
dependencies = [
|
|
710
|
-
"equivalent",
|
|
711
|
-
"hashbrown 0.17.1",
|
|
712
|
-
"serde",
|
|
713
|
-
"serde_core",
|
|
714
|
-
]
|
|
715
|
-
|
|
716
663
|
[[package]]
|
|
717
664
|
name = "ipnet"
|
|
718
665
|
version = "2.12.0"
|
|
@@ -792,22 +739,15 @@ dependencies = [
|
|
|
792
739
|
|
|
793
740
|
[[package]]
|
|
794
741
|
name = "js-sys"
|
|
795
|
-
version = "0.3.
|
|
742
|
+
version = "0.3.102"
|
|
796
743
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
797
|
-
checksum = "
|
|
744
|
+
checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31"
|
|
798
745
|
dependencies = [
|
|
799
746
|
"cfg-if",
|
|
800
747
|
"futures-util",
|
|
801
|
-
"once_cell",
|
|
802
748
|
"wasm-bindgen",
|
|
803
749
|
]
|
|
804
750
|
|
|
805
|
-
[[package]]
|
|
806
|
-
name = "leb128fmt"
|
|
807
|
-
version = "0.1.0"
|
|
808
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
809
|
-
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
810
|
-
|
|
811
751
|
[[package]]
|
|
812
752
|
name = "libc"
|
|
813
753
|
version = "0.2.186"
|
|
@@ -828,9 +768,9 @@ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
|
|
|
828
768
|
|
|
829
769
|
[[package]]
|
|
830
770
|
name = "log"
|
|
831
|
-
version = "0.4.
|
|
771
|
+
version = "0.4.33"
|
|
832
772
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
833
|
-
checksum = "
|
|
773
|
+
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
|
834
774
|
|
|
835
775
|
[[package]]
|
|
836
776
|
name = "lru-slab"
|
|
@@ -840,9 +780,9 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
|
840
780
|
|
|
841
781
|
[[package]]
|
|
842
782
|
name = "memchr"
|
|
843
|
-
version = "2.8.
|
|
783
|
+
version = "2.8.2"
|
|
844
784
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
845
|
-
checksum = "
|
|
785
|
+
checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
|
|
846
786
|
|
|
847
787
|
[[package]]
|
|
848
788
|
name = "mio"
|
|
@@ -954,16 +894,6 @@ dependencies = [
|
|
|
954
894
|
"termtree",
|
|
955
895
|
]
|
|
956
896
|
|
|
957
|
-
[[package]]
|
|
958
|
-
name = "prettyplease"
|
|
959
|
-
version = "0.2.37"
|
|
960
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
961
|
-
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
962
|
-
dependencies = [
|
|
963
|
-
"proc-macro2",
|
|
964
|
-
"syn",
|
|
965
|
-
]
|
|
966
|
-
|
|
967
897
|
[[package]]
|
|
968
898
|
name = "proc-macro2"
|
|
969
899
|
version = "1.0.106"
|
|
@@ -975,9 +905,9 @@ dependencies = [
|
|
|
975
905
|
|
|
976
906
|
[[package]]
|
|
977
907
|
name = "pyo3"
|
|
978
|
-
version = "0.
|
|
908
|
+
version = "0.29.0"
|
|
979
909
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
980
|
-
checksum = "
|
|
910
|
+
checksum = "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c"
|
|
981
911
|
dependencies = [
|
|
982
912
|
"libc",
|
|
983
913
|
"once_cell",
|
|
@@ -989,18 +919,18 @@ dependencies = [
|
|
|
989
919
|
|
|
990
920
|
[[package]]
|
|
991
921
|
name = "pyo3-build-config"
|
|
992
|
-
version = "0.
|
|
922
|
+
version = "0.29.0"
|
|
993
923
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
994
|
-
checksum = "
|
|
924
|
+
checksum = "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078"
|
|
995
925
|
dependencies = [
|
|
996
926
|
"target-lexicon",
|
|
997
927
|
]
|
|
998
928
|
|
|
999
929
|
[[package]]
|
|
1000
930
|
name = "pyo3-ffi"
|
|
1001
|
-
version = "0.
|
|
931
|
+
version = "0.29.0"
|
|
1002
932
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1003
|
-
checksum = "
|
|
933
|
+
checksum = "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b"
|
|
1004
934
|
dependencies = [
|
|
1005
935
|
"libc",
|
|
1006
936
|
"pyo3-build-config",
|
|
@@ -1008,9 +938,9 @@ dependencies = [
|
|
|
1008
938
|
|
|
1009
939
|
[[package]]
|
|
1010
940
|
name = "pyo3-macros"
|
|
1011
|
-
version = "0.
|
|
941
|
+
version = "0.29.0"
|
|
1012
942
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1013
|
-
checksum = "
|
|
943
|
+
checksum = "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771"
|
|
1014
944
|
dependencies = [
|
|
1015
945
|
"proc-macro2",
|
|
1016
946
|
"pyo3-macros-backend",
|
|
@@ -1020,13 +950,12 @@ dependencies = [
|
|
|
1020
950
|
|
|
1021
951
|
[[package]]
|
|
1022
952
|
name = "pyo3-macros-backend"
|
|
1023
|
-
version = "0.
|
|
953
|
+
version = "0.29.0"
|
|
1024
954
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1025
|
-
checksum = "
|
|
955
|
+
checksum = "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362"
|
|
1026
956
|
dependencies = [
|
|
1027
957
|
"heck",
|
|
1028
958
|
"proc-macro2",
|
|
1029
|
-
"pyo3-build-config",
|
|
1030
959
|
"quote",
|
|
1031
960
|
"syn",
|
|
1032
961
|
]
|
|
@@ -1089,9 +1018,9 @@ dependencies = [
|
|
|
1089
1018
|
|
|
1090
1019
|
[[package]]
|
|
1091
1020
|
name = "quote"
|
|
1092
|
-
version = "1.0.
|
|
1021
|
+
version = "1.0.46"
|
|
1093
1022
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1094
|
-
checksum = "
|
|
1023
|
+
checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
|
|
1095
1024
|
dependencies = [
|
|
1096
1025
|
"proc-macro2",
|
|
1097
1026
|
]
|
|
@@ -1139,9 +1068,9 @@ dependencies = [
|
|
|
1139
1068
|
|
|
1140
1069
|
[[package]]
|
|
1141
1070
|
name = "regex"
|
|
1142
|
-
version = "1.12.
|
|
1071
|
+
version = "1.12.4"
|
|
1143
1072
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1144
|
-
checksum = "
|
|
1073
|
+
checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
|
|
1145
1074
|
dependencies = [
|
|
1146
1075
|
"aho-corasick",
|
|
1147
1076
|
"memchr",
|
|
@@ -1168,9 +1097,9 @@ checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
|
|
|
1168
1097
|
|
|
1169
1098
|
[[package]]
|
|
1170
1099
|
name = "regex-syntax"
|
|
1171
|
-
version = "0.8.
|
|
1100
|
+
version = "0.8.11"
|
|
1172
1101
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1173
|
-
checksum = "
|
|
1102
|
+
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
1174
1103
|
|
|
1175
1104
|
[[package]]
|
|
1176
1105
|
name = "reqwest"
|
|
@@ -1473,9 +1402,9 @@ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
|
1473
1402
|
|
|
1474
1403
|
[[package]]
|
|
1475
1404
|
name = "smallvec"
|
|
1476
|
-
version = "1.15.
|
|
1405
|
+
version = "1.15.2"
|
|
1477
1406
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1478
|
-
checksum = "
|
|
1407
|
+
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
|
|
1479
1408
|
|
|
1480
1409
|
[[package]]
|
|
1481
1410
|
name = "socket2"
|
|
@@ -1507,9 +1436,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
1507
1436
|
|
|
1508
1437
|
[[package]]
|
|
1509
1438
|
name = "syn"
|
|
1510
|
-
version = "2.0.
|
|
1439
|
+
version = "2.0.118"
|
|
1511
1440
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1512
|
-
checksum = "
|
|
1441
|
+
checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
|
|
1513
1442
|
dependencies = [
|
|
1514
1443
|
"proc-macro2",
|
|
1515
1444
|
"quote",
|
|
@@ -1549,7 +1478,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
1549
1478
|
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
1550
1479
|
dependencies = [
|
|
1551
1480
|
"fastrand",
|
|
1552
|
-
"getrandom 0.4.
|
|
1481
|
+
"getrandom 0.4.3",
|
|
1553
1482
|
"once_cell",
|
|
1554
1483
|
"rustix",
|
|
1555
1484
|
"windows-sys 0.61.2",
|
|
@@ -1716,12 +1645,6 @@ version = "1.0.24"
|
|
|
1716
1645
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1717
1646
|
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
1718
1647
|
|
|
1719
|
-
[[package]]
|
|
1720
|
-
name = "unicode-xid"
|
|
1721
|
-
version = "0.2.6"
|
|
1722
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1723
|
-
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
1724
|
-
|
|
1725
1648
|
[[package]]
|
|
1726
1649
|
name = "untrusted"
|
|
1727
1650
|
version = "0.9.0"
|
|
@@ -1792,23 +1715,14 @@ version = "1.0.1+wasi-0.2.4"
|
|
|
1792
1715
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1793
1716
|
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
|
|
1794
1717
|
dependencies = [
|
|
1795
|
-
"wit-bindgen
|
|
1796
|
-
]
|
|
1797
|
-
|
|
1798
|
-
[[package]]
|
|
1799
|
-
name = "wasip3"
|
|
1800
|
-
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
1801
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1802
|
-
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
1803
|
-
dependencies = [
|
|
1804
|
-
"wit-bindgen 0.51.0",
|
|
1718
|
+
"wit-bindgen",
|
|
1805
1719
|
]
|
|
1806
1720
|
|
|
1807
1721
|
[[package]]
|
|
1808
1722
|
name = "wasm-bindgen"
|
|
1809
|
-
version = "0.2.
|
|
1723
|
+
version = "0.2.125"
|
|
1810
1724
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1811
|
-
checksum = "
|
|
1725
|
+
checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a"
|
|
1812
1726
|
dependencies = [
|
|
1813
1727
|
"cfg-if",
|
|
1814
1728
|
"once_cell",
|
|
@@ -1819,9 +1733,9 @@ dependencies = [
|
|
|
1819
1733
|
|
|
1820
1734
|
[[package]]
|
|
1821
1735
|
name = "wasm-bindgen-futures"
|
|
1822
|
-
version = "0.4.
|
|
1736
|
+
version = "0.4.75"
|
|
1823
1737
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1824
|
-
checksum = "
|
|
1738
|
+
checksum = "503b14d284f2c8dac03b819967e155ea753f573586193b2b2c95990cb5d69280"
|
|
1825
1739
|
dependencies = [
|
|
1826
1740
|
"js-sys",
|
|
1827
1741
|
"wasm-bindgen",
|
|
@@ -1829,9 +1743,9 @@ dependencies = [
|
|
|
1829
1743
|
|
|
1830
1744
|
[[package]]
|
|
1831
1745
|
name = "wasm-bindgen-macro"
|
|
1832
|
-
version = "0.2.
|
|
1746
|
+
version = "0.2.125"
|
|
1833
1747
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1834
|
-
checksum = "
|
|
1748
|
+
checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d"
|
|
1835
1749
|
dependencies = [
|
|
1836
1750
|
"quote",
|
|
1837
1751
|
"wasm-bindgen-macro-support",
|
|
@@ -1839,9 +1753,9 @@ dependencies = [
|
|
|
1839
1753
|
|
|
1840
1754
|
[[package]]
|
|
1841
1755
|
name = "wasm-bindgen-macro-support"
|
|
1842
|
-
version = "0.2.
|
|
1756
|
+
version = "0.2.125"
|
|
1843
1757
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1844
|
-
checksum = "
|
|
1758
|
+
checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd"
|
|
1845
1759
|
dependencies = [
|
|
1846
1760
|
"bumpalo",
|
|
1847
1761
|
"proc-macro2",
|
|
@@ -1852,52 +1766,18 @@ dependencies = [
|
|
|
1852
1766
|
|
|
1853
1767
|
[[package]]
|
|
1854
1768
|
name = "wasm-bindgen-shared"
|
|
1855
|
-
version = "0.2.
|
|
1769
|
+
version = "0.2.125"
|
|
1856
1770
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1857
|
-
checksum = "
|
|
1771
|
+
checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f"
|
|
1858
1772
|
dependencies = [
|
|
1859
1773
|
"unicode-ident",
|
|
1860
1774
|
]
|
|
1861
1775
|
|
|
1862
|
-
[[package]]
|
|
1863
|
-
name = "wasm-encoder"
|
|
1864
|
-
version = "0.244.0"
|
|
1865
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1866
|
-
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
1867
|
-
dependencies = [
|
|
1868
|
-
"leb128fmt",
|
|
1869
|
-
"wasmparser",
|
|
1870
|
-
]
|
|
1871
|
-
|
|
1872
|
-
[[package]]
|
|
1873
|
-
name = "wasm-metadata"
|
|
1874
|
-
version = "0.244.0"
|
|
1875
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1876
|
-
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
1877
|
-
dependencies = [
|
|
1878
|
-
"anyhow",
|
|
1879
|
-
"indexmap",
|
|
1880
|
-
"wasm-encoder",
|
|
1881
|
-
"wasmparser",
|
|
1882
|
-
]
|
|
1883
|
-
|
|
1884
|
-
[[package]]
|
|
1885
|
-
name = "wasmparser"
|
|
1886
|
-
version = "0.244.0"
|
|
1887
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1888
|
-
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
1889
|
-
dependencies = [
|
|
1890
|
-
"bitflags",
|
|
1891
|
-
"hashbrown 0.15.5",
|
|
1892
|
-
"indexmap",
|
|
1893
|
-
"semver",
|
|
1894
|
-
]
|
|
1895
|
-
|
|
1896
1776
|
[[package]]
|
|
1897
1777
|
name = "web-sys"
|
|
1898
|
-
version = "0.3.
|
|
1778
|
+
version = "0.3.102"
|
|
1899
1779
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1900
|
-
checksum = "
|
|
1780
|
+
checksum = "a6430a72df5eb332242960fe84b3002a241163998241eb596d4f739b9757061d"
|
|
1901
1781
|
dependencies = [
|
|
1902
1782
|
"js-sys",
|
|
1903
1783
|
"wasm-bindgen",
|
|
@@ -1915,9 +1795,9 @@ dependencies = [
|
|
|
1915
1795
|
|
|
1916
1796
|
[[package]]
|
|
1917
1797
|
name = "webpki-root-certs"
|
|
1918
|
-
version = "1.0.
|
|
1798
|
+
version = "1.0.8"
|
|
1919
1799
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1920
|
-
checksum = "
|
|
1800
|
+
checksum = "0d46a5a140e6f7afeccd8eae97eff335163939eac8b929834875168b29b3d267"
|
|
1921
1801
|
dependencies = [
|
|
1922
1802
|
"rustls-pki-types",
|
|
1923
1803
|
]
|
|
@@ -2099,94 +1979,6 @@ version = "0.46.0"
|
|
|
2099
1979
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2100
1980
|
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
|
2101
1981
|
|
|
2102
|
-
[[package]]
|
|
2103
|
-
name = "wit-bindgen"
|
|
2104
|
-
version = "0.51.0"
|
|
2105
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2106
|
-
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
2107
|
-
dependencies = [
|
|
2108
|
-
"wit-bindgen-rust-macro",
|
|
2109
|
-
]
|
|
2110
|
-
|
|
2111
|
-
[[package]]
|
|
2112
|
-
name = "wit-bindgen-core"
|
|
2113
|
-
version = "0.51.0"
|
|
2114
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2115
|
-
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
2116
|
-
dependencies = [
|
|
2117
|
-
"anyhow",
|
|
2118
|
-
"heck",
|
|
2119
|
-
"wit-parser",
|
|
2120
|
-
]
|
|
2121
|
-
|
|
2122
|
-
[[package]]
|
|
2123
|
-
name = "wit-bindgen-rust"
|
|
2124
|
-
version = "0.51.0"
|
|
2125
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2126
|
-
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
2127
|
-
dependencies = [
|
|
2128
|
-
"anyhow",
|
|
2129
|
-
"heck",
|
|
2130
|
-
"indexmap",
|
|
2131
|
-
"prettyplease",
|
|
2132
|
-
"syn",
|
|
2133
|
-
"wasm-metadata",
|
|
2134
|
-
"wit-bindgen-core",
|
|
2135
|
-
"wit-component",
|
|
2136
|
-
]
|
|
2137
|
-
|
|
2138
|
-
[[package]]
|
|
2139
|
-
name = "wit-bindgen-rust-macro"
|
|
2140
|
-
version = "0.51.0"
|
|
2141
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2142
|
-
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
2143
|
-
dependencies = [
|
|
2144
|
-
"anyhow",
|
|
2145
|
-
"prettyplease",
|
|
2146
|
-
"proc-macro2",
|
|
2147
|
-
"quote",
|
|
2148
|
-
"syn",
|
|
2149
|
-
"wit-bindgen-core",
|
|
2150
|
-
"wit-bindgen-rust",
|
|
2151
|
-
]
|
|
2152
|
-
|
|
2153
|
-
[[package]]
|
|
2154
|
-
name = "wit-component"
|
|
2155
|
-
version = "0.244.0"
|
|
2156
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2157
|
-
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
2158
|
-
dependencies = [
|
|
2159
|
-
"anyhow",
|
|
2160
|
-
"bitflags",
|
|
2161
|
-
"indexmap",
|
|
2162
|
-
"log",
|
|
2163
|
-
"serde",
|
|
2164
|
-
"serde_derive",
|
|
2165
|
-
"serde_json",
|
|
2166
|
-
"wasm-encoder",
|
|
2167
|
-
"wasm-metadata",
|
|
2168
|
-
"wasmparser",
|
|
2169
|
-
"wit-parser",
|
|
2170
|
-
]
|
|
2171
|
-
|
|
2172
|
-
[[package]]
|
|
2173
|
-
name = "wit-parser"
|
|
2174
|
-
version = "0.244.0"
|
|
2175
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2176
|
-
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
2177
|
-
dependencies = [
|
|
2178
|
-
"anyhow",
|
|
2179
|
-
"id-arena",
|
|
2180
|
-
"indexmap",
|
|
2181
|
-
"log",
|
|
2182
|
-
"semver",
|
|
2183
|
-
"serde",
|
|
2184
|
-
"serde_derive",
|
|
2185
|
-
"serde_json",
|
|
2186
|
-
"unicode-xid",
|
|
2187
|
-
"wasmparser",
|
|
2188
|
-
]
|
|
2189
|
-
|
|
2190
1982
|
[[package]]
|
|
2191
1983
|
name = "writeable"
|
|
2192
1984
|
version = "0.6.3"
|
|
@@ -2195,9 +1987,9 @@ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
|
|
|
2195
1987
|
|
|
2196
1988
|
[[package]]
|
|
2197
1989
|
name = "yoke"
|
|
2198
|
-
version = "0.8.
|
|
1990
|
+
version = "0.8.3"
|
|
2199
1991
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2200
|
-
checksum = "
|
|
1992
|
+
checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
|
|
2201
1993
|
dependencies = [
|
|
2202
1994
|
"stable_deref_trait",
|
|
2203
1995
|
"yoke-derive",
|
|
@@ -2218,18 +2010,18 @@ dependencies = [
|
|
|
2218
2010
|
|
|
2219
2011
|
[[package]]
|
|
2220
2012
|
name = "zerocopy"
|
|
2221
|
-
version = "0.8.
|
|
2013
|
+
version = "0.8.52"
|
|
2222
2014
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2223
|
-
checksum = "
|
|
2015
|
+
checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
|
|
2224
2016
|
dependencies = [
|
|
2225
2017
|
"zerocopy-derive",
|
|
2226
2018
|
]
|
|
2227
2019
|
|
|
2228
2020
|
[[package]]
|
|
2229
2021
|
name = "zerocopy-derive"
|
|
2230
|
-
version = "0.8.
|
|
2022
|
+
version = "0.8.52"
|
|
2231
2023
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2232
|
-
checksum = "
|
|
2024
|
+
checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
|
|
2233
2025
|
dependencies = [
|
|
2234
2026
|
"proc-macro2",
|
|
2235
2027
|
"quote",
|
|
@@ -2259,9 +2051,9 @@ dependencies = [
|
|
|
2259
2051
|
|
|
2260
2052
|
[[package]]
|
|
2261
2053
|
name = "zeroize"
|
|
2262
|
-
version = "1.
|
|
2054
|
+
version = "1.9.0"
|
|
2263
2055
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2264
|
-
checksum = "
|
|
2056
|
+
checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
|
|
2265
2057
|
|
|
2266
2058
|
[[package]]
|
|
2267
2059
|
name = "zerotrie"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "bibsync"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.4.0"
|
|
4
4
|
edition = "2024"
|
|
5
5
|
rust-version = "1.85"
|
|
6
6
|
authors = ["Isaac C. F. Wong"]
|
|
@@ -16,7 +16,7 @@ exclude = ["/.github", "/docs/template_documentation"]
|
|
|
16
16
|
|
|
17
17
|
[dependencies]
|
|
18
18
|
clap = { version = "4.6.1", features = ["derive"] }
|
|
19
|
-
pyo3 = { version = "0.
|
|
19
|
+
pyo3 = { version = "0.29.0", optional = true, features = ["abi3-py312"] }
|
|
20
20
|
regex = "1.12.3"
|
|
21
21
|
reqwest = { version = "0.13.4", default-features = false, features = [
|
|
22
22
|
"blocking",
|