fabricatio 0.2.13.dev3__tar.gz → 0.3.13__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.
Files changed (172) hide show
  1. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/Cargo.lock +490 -112
  2. fabricatio-0.3.13/Cargo.toml +37 -0
  3. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/PKG-INFO +1 -3
  4. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/pyproject.toml +1 -3
  5. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/__init__.py +3 -3
  6. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/actions/article.py +32 -34
  7. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/actions/article_rag.py +58 -58
  8. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/actions/output.py +22 -21
  9. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/actions/rag.py +4 -3
  10. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/capabilities/check.py +29 -30
  11. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/capabilities/correct.py +23 -23
  12. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/capabilities/extract.py +36 -32
  13. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/capabilities/rag.py +34 -35
  14. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/capabilities/rating.py +77 -72
  15. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/capabilities/review.py +12 -11
  16. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/capabilities/task.py +4 -5
  17. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/core.py +22 -24
  18. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/decorators.py +10 -10
  19. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/fs/__init__.py +1 -2
  20. fabricatio-0.3.13/python/fabricatio/journal.py +14 -0
  21. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/action.py +2 -1
  22. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/extra/aricle_rag.py +10 -9
  23. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/extra/article_base.py +5 -6
  24. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/extra/article_main.py +11 -10
  25. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/generic.py +31 -59
  26. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/role.py +5 -3
  27. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/task.py +9 -9
  28. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/tool.py +5 -4
  29. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/usages.py +170 -161
  30. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/parser.py +2 -2
  31. fabricatio-0.3.13/python/fabricatio/rust.pyi +866 -0
  32. fabricatio-0.3.13/src/config.rs +594 -0
  33. fabricatio-0.3.13/src/event.rs +259 -0
  34. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/src/lib.rs +8 -4
  35. fabricatio-0.3.13/src/macro_utils/Cargo.toml +12 -0
  36. fabricatio-0.3.13/src/macro_utils/src/lib.rs +65 -0
  37. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/src/templates.rs +32 -26
  38. fabricatio-0.3.13/templates.tar.gz +0 -0
  39. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/uv.lock +532 -556
  40. fabricatio-0.2.13.dev3/Cargo.toml +0 -28
  41. fabricatio-0.2.13.dev3/python/fabricatio/config.py +0 -430
  42. fabricatio-0.2.13.dev3/python/fabricatio/constants.py +0 -20
  43. fabricatio-0.2.13.dev3/python/fabricatio/journal.py +0 -21
  44. fabricatio-0.2.13.dev3/python/fabricatio/models/events.py +0 -120
  45. fabricatio-0.2.13.dev3/python/fabricatio/rust.pyi +0 -448
  46. fabricatio-0.2.13.dev3/python/fabricatio/rust_instances.py +0 -10
  47. fabricatio-0.2.13.dev3/templates.tar.gz +0 -0
  48. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/.github/workflows/build-package.yaml +0 -0
  49. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/.github/workflows/ruff.yaml +0 -0
  50. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/.github/workflows/tests.yaml +0 -0
  51. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/.gitignore +0 -0
  52. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/.python-version +0 -0
  53. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/LICENSE +0 -0
  54. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/Makefile +0 -0
  55. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/README.md +0 -0
  56. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/correct/correct.py +0 -0
  57. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/correct/correct_loop.py +0 -0
  58. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/extract_and_inject/.gitignore +0 -0
  59. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/extract_and_inject/article_rag.py +0 -0
  60. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/extract_and_inject/ask.py +0 -0
  61. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/extract_and_inject/chunk_article.py +0 -0
  62. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/extract_and_inject/extract_and_inject.py +0 -0
  63. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/extract_article/extract.py +0 -0
  64. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/llm_usages/llm_usage.py +0 -0
  65. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/make_a_rating/rating.py +0 -0
  66. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/make_diary/commits.json +0 -0
  67. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/make_diary/diary.py +0 -0
  68. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/minor/hello_fabricatio.py +0 -0
  69. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/minor/write_a_poem.py +0 -0
  70. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/propose_task/.gitignore +0 -0
  71. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/propose_task/propose.py +0 -0
  72. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/reviewer/censor.py +0 -0
  73. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/reviewer/review.py +0 -0
  74. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/rules/.gitignore +0 -0
  75. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/rules/draft_ruleset.py +0 -0
  76. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/search_bibtex/.gitignore +0 -0
  77. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/search_bibtex/search.py +0 -0
  78. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/simple_chat/chat.py +0 -0
  79. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/simple_rag/simple_rag.py +0 -0
  80. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/task_handle/handle_task.py +0 -0
  81. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/write_article/.gitignore +0 -0
  82. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/write_article/article_rag.py +0 -0
  83. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/write_article/post_process.py +0 -0
  84. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/write_article/write_article.py +0 -0
  85. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/write_outline/.gitignore +0 -0
  86. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/write_outline/write_outline.py +0 -0
  87. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/examples/write_outline/write_outline_corrected.py +0 -0
  88. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/actions/__init__.py +0 -0
  89. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/actions/fs.py +0 -0
  90. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/actions/rules.py +0 -0
  91. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/capabilities/__init__.py +0 -0
  92. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/capabilities/advanced_judge.py +0 -0
  93. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/capabilities/advanced_rag.py +0 -0
  94. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/capabilities/censor.py +0 -0
  95. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/capabilities/propose.py +0 -0
  96. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/fs/curd.py +0 -0
  97. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/fs/readers.py +0 -0
  98. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/adv_kwargs_types.py +0 -0
  99. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/extra/__init__.py +0 -0
  100. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/extra/advanced_judge.py +0 -0
  101. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/extra/article_essence.py +0 -0
  102. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/extra/article_outline.py +0 -0
  103. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/extra/article_proposal.py +0 -0
  104. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/extra/patches.py +0 -0
  105. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/extra/problem.py +0 -0
  106. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/extra/rag.py +0 -0
  107. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/extra/rule.py +0 -0
  108. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/models/kwargs_types.py +0 -0
  109. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/py.typed +0 -0
  110. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/toolboxes/__init__.py +0 -0
  111. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/toolboxes/arithmetic.py +0 -0
  112. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/toolboxes/fs.py +0 -0
  113. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/utils.py +0 -0
  114. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/workflows/__init__.py +0 -0
  115. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/workflows/articles.py +0 -0
  116. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/python/fabricatio/workflows/rag.py +0 -0
  117. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/src/bib_tools.rs +0 -0
  118. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/src/hash.rs +0 -0
  119. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/src/hbs_helpers.rs +0 -0
  120. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/src/language.rs +0 -0
  121. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/src/typst_tools.rs +0 -0
  122. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/src/word_split.rs +0 -0
  123. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/as_prompt.hbs +0 -0
  124. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/binary-exploitation-ctf-solver.hbs +0 -0
  125. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/chap_summary.hbs +0 -0
  126. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/check_string.hbs +0 -0
  127. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/claude-xml.hbs +0 -0
  128. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/clean-up-code.hbs +0 -0
  129. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/co_validation.hbs +0 -0
  130. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/create_json_obj.hbs +0 -0
  131. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/cryptography-ctf-solver.hbs +0 -0
  132. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/dependencies.hbs +0 -0
  133. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/document-the-code.hbs +0 -0
  134. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/draft_rating_criteria.hbs +0 -0
  135. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/draft_rating_manual.hbs +0 -0
  136. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/draft_rating_weights_klee.hbs +0 -0
  137. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/draft_tool_usage_code.hbs +0 -0
  138. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/extract.hbs +0 -0
  139. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/extract_criteria_from_reasons.hbs +0 -0
  140. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/extract_reasons_from_examples.hbs +0 -0
  141. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/find-security-vulnerabilities.hbs +0 -0
  142. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/fix-bugs.hbs +0 -0
  143. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/fix_troubled_obj.hbs +0 -0
  144. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/fix_troubled_string.hbs +0 -0
  145. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/generic_string.hbs +0 -0
  146. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/improve-performance.hbs +0 -0
  147. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/liststr.hbs +0 -0
  148. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/make_choice.hbs +0 -0
  149. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/make_judgment.hbs +0 -0
  150. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/pathstr.hbs +0 -0
  151. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/rate_fine_grind.hbs +0 -0
  152. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/refactor.hbs +0 -0
  153. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/refined_query.hbs +0 -0
  154. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/retrieved_display.hbs +0 -0
  155. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/reverse-engineering-ctf-solver.hbs +0 -0
  156. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/review_string.hbs +0 -0
  157. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/rule_requirement.hbs +0 -0
  158. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/ruleset_requirement_breakdown.hbs +0 -0
  159. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/task_briefing.hbs +0 -0
  160. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/web-ctf-solver.hbs +0 -0
  161. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/write-git-commit.hbs +0 -0
  162. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/write-github-pull-request.hbs +0 -0
  163. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/templates/built-in/write-github-readme.hbs +0 -0
  164. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/tests/test_config.py +0 -0
  165. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/tests/test_models/test_action.py +0 -0
  166. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/tests/test_models/test_advanced.py +0 -0
  167. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/tests/test_models/test_generic.py +0 -0
  168. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/tests/test_models/test_problem.py +0 -0
  169. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/tests/test_models/test_role.py +0 -0
  170. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/tests/test_models/test_task.py +0 -0
  171. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/tests/test_models/test_tool.py +0 -0
  172. {fabricatio-0.2.13.dev3 → fabricatio-0.3.13}/tests/test_models/test_usages.py +0 -0
@@ -82,6 +82,12 @@ version = "1.0.98"
82
82
  source = "registry+https://github.com/rust-lang/crates.io-index"
83
83
  checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
84
84
 
85
+ [[package]]
86
+ name = "arc-swap"
87
+ version = "1.7.1"
88
+ source = "registry+https://github.com/rust-lang/crates.io-index"
89
+ checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
90
+
85
91
  [[package]]
86
92
  name = "arrayref"
87
93
  version = "0.3.9"
@@ -94,6 +100,15 @@ version = "0.7.6"
94
100
  source = "registry+https://github.com/rust-lang/crates.io-index"
95
101
  checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
96
102
 
103
+ [[package]]
104
+ name = "atomic"
105
+ version = "0.6.0"
106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
107
+ checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994"
108
+ dependencies = [
109
+ "bytemuck",
110
+ ]
111
+
97
112
  [[package]]
98
113
  name = "atomic-waker"
99
114
  version = "1.1.2"
@@ -135,11 +150,31 @@ checksum = "a35a7317fcbdbef94b60d0dd0a658711a936accfce4a631fea4bf8e527eff3c2"
135
150
  dependencies = [
136
151
  "numerals",
137
152
  "paste",
138
- "strum",
153
+ "strum 0.26.3",
139
154
  "unicode-normalization",
140
155
  "unscanny",
141
156
  ]
142
157
 
158
+ [[package]]
159
+ name = "bincode"
160
+ version = "2.0.1"
161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
162
+ checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
163
+ dependencies = [
164
+ "bincode_derive",
165
+ "serde",
166
+ "unty",
167
+ ]
168
+
169
+ [[package]]
170
+ name = "bincode_derive"
171
+ version = "2.0.1"
172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
173
+ checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
174
+ dependencies = [
175
+ "virtue",
176
+ ]
177
+
143
178
  [[package]]
144
179
  name = "bitflags"
145
180
  version = "2.9.0"
@@ -148,9 +183,9 @@ checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
148
183
 
149
184
  [[package]]
150
185
  name = "blake3"
151
- version = "1.7.0"
186
+ version = "1.8.2"
152
187
  source = "registry+https://github.com/rust-lang/crates.io-index"
153
- checksum = "b17679a8d69b6d7fd9cd9801a536cec9fa5e5970b69f9d4747f70b39b031f5e7"
188
+ checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0"
154
189
  dependencies = [
155
190
  "arrayref",
156
191
  "arrayvec",
@@ -174,6 +209,12 @@ version = "3.17.0"
174
209
  source = "registry+https://github.com/rust-lang/crates.io-index"
175
210
  checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
176
211
 
212
+ [[package]]
213
+ name = "bytemuck"
214
+ version = "1.23.0"
215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
216
+ checksum = "9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c"
217
+
177
218
  [[package]]
178
219
  name = "bytes"
179
220
  version = "1.10.1"
@@ -182,9 +223,9 @@ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
182
223
 
183
224
  [[package]]
184
225
  name = "cc"
185
- version = "1.2.17"
226
+ version = "1.2.20"
186
227
  source = "registry+https://github.com/rust-lang/crates.io-index"
187
- checksum = "1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a"
228
+ checksum = "04da6a0d40b948dfc4fa8f5bbf402b0fc1a64a28dbf7d12ffd683550f2c1b63a"
188
229
  dependencies = [
189
230
  "shlex",
190
231
  ]
@@ -197,9 +238,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
197
238
 
198
239
  [[package]]
199
240
  name = "clap"
200
- version = "4.5.32"
241
+ version = "4.5.37"
201
242
  source = "registry+https://github.com/rust-lang/crates.io-index"
202
- checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
243
+ checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
203
244
  dependencies = [
204
245
  "clap_builder",
205
246
  "clap_derive",
@@ -207,9 +248,9 @@ dependencies = [
207
248
 
208
249
  [[package]]
209
250
  name = "clap_builder"
210
- version = "4.5.32"
251
+ version = "4.5.37"
211
252
  source = "registry+https://github.com/rust-lang/crates.io-index"
212
- checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
253
+ checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
213
254
  dependencies = [
214
255
  "anstream",
215
256
  "anstyle",
@@ -226,7 +267,7 @@ dependencies = [
226
267
  "heck",
227
268
  "proc-macro2",
228
269
  "quote",
229
- "syn",
270
+ "syn 2.0.101",
230
271
  ]
231
272
 
232
273
  [[package]]
@@ -318,9 +359,9 @@ dependencies = [
318
359
 
319
360
  [[package]]
320
361
  name = "darling"
321
- version = "0.20.10"
362
+ version = "0.20.11"
322
363
  source = "registry+https://github.com/rust-lang/crates.io-index"
323
- checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
364
+ checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
324
365
  dependencies = [
325
366
  "darling_core",
326
367
  "darling_macro",
@@ -328,27 +369,27 @@ dependencies = [
328
369
 
329
370
  [[package]]
330
371
  name = "darling_core"
331
- version = "0.20.10"
372
+ version = "0.20.11"
332
373
  source = "registry+https://github.com/rust-lang/crates.io-index"
333
- checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
374
+ checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
334
375
  dependencies = [
335
376
  "fnv",
336
377
  "ident_case",
337
378
  "proc-macro2",
338
379
  "quote",
339
380
  "strsim",
340
- "syn",
381
+ "syn 2.0.101",
341
382
  ]
342
383
 
343
384
  [[package]]
344
385
  name = "darling_macro"
345
- version = "0.20.10"
386
+ version = "0.20.11"
346
387
  source = "registry+https://github.com/rust-lang/crates.io-index"
347
- checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
388
+ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
348
389
  dependencies = [
349
390
  "darling_core",
350
391
  "quote",
351
- "syn",
392
+ "syn 2.0.101",
352
393
  ]
353
394
 
354
395
  [[package]]
@@ -369,7 +410,7 @@ dependencies = [
369
410
  "darling",
370
411
  "proc-macro2",
371
412
  "quote",
372
- "syn",
413
+ "syn 2.0.101",
373
414
  ]
374
415
 
375
416
  [[package]]
@@ -379,7 +420,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
379
420
  checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
380
421
  dependencies = [
381
422
  "derive_builder_core",
382
- "syn",
423
+ "syn 2.0.101",
383
424
  ]
384
425
 
385
426
  [[package]]
@@ -392,6 +433,16 @@ dependencies = [
392
433
  "crypto-common",
393
434
  ]
394
435
 
436
+ [[package]]
437
+ name = "directories-next"
438
+ version = "2.0.0"
439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
440
+ checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
441
+ dependencies = [
442
+ "cfg-if",
443
+ "dirs-sys-next",
444
+ ]
445
+
395
446
  [[package]]
396
447
  name = "dirs"
397
448
  version = "6.0.0"
@@ -409,10 +460,21 @@ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
409
460
  dependencies = [
410
461
  "libc",
411
462
  "option-ext",
412
- "redox_users",
463
+ "redox_users 0.5.0",
413
464
  "windows-sys 0.59.0",
414
465
  ]
415
466
 
467
+ [[package]]
468
+ name = "dirs-sys-next"
469
+ version = "0.1.2"
470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
471
+ checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
472
+ dependencies = [
473
+ "libc",
474
+ "redox_users 0.4.6",
475
+ "winapi",
476
+ ]
477
+
416
478
  [[package]]
417
479
  name = "displaydoc"
418
480
  version = "0.2.5"
@@ -421,9 +483,15 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
421
483
  dependencies = [
422
484
  "proc-macro2",
423
485
  "quote",
424
- "syn",
486
+ "syn 2.0.101",
425
487
  ]
426
488
 
489
+ [[package]]
490
+ name = "dotenvy"
491
+ version = "0.15.7"
492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
493
+ checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
494
+
427
495
  [[package]]
428
496
  name = "either"
429
497
  version = "1.15.0"
@@ -447,9 +515,9 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
447
515
 
448
516
  [[package]]
449
517
  name = "errno"
450
- version = "0.3.10"
518
+ version = "0.3.11"
451
519
  source = "registry+https://github.com/rust-lang/crates.io-index"
452
- checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
520
+ checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
453
521
  dependencies = [
454
522
  "libc",
455
523
  "windows-sys 0.59.0",
@@ -460,17 +528,27 @@ name = "fabricatio"
460
528
  version = "0.0.0"
461
529
  dependencies = [
462
530
  "biblatex",
531
+ "bincode",
463
532
  "blake3",
533
+ "directories-next",
534
+ "dotenvy",
535
+ "figment",
464
536
  "handlebars",
537
+ "log",
538
+ "macro_utils",
465
539
  "nucleo-matcher",
466
540
  "pyo3",
541
+ "pyo3-log",
467
542
  "pythonize",
468
543
  "rayon",
469
544
  "regex",
545
+ "serde",
470
546
  "serde_json",
471
547
  "serde_yml",
548
+ "strum 0.27.1",
472
549
  "tex2typst-rs",
473
550
  "unicode-segmentation",
551
+ "validator",
474
552
  "walkdir",
475
553
  "whichlang",
476
554
  ]
@@ -481,6 +559,20 @@ version = "2.3.0"
481
559
  source = "registry+https://github.com/rust-lang/crates.io-index"
482
560
  checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
483
561
 
562
+ [[package]]
563
+ name = "figment"
564
+ version = "0.10.19"
565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
566
+ checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3"
567
+ dependencies = [
568
+ "atomic",
569
+ "pear",
570
+ "serde",
571
+ "toml",
572
+ "uncased",
573
+ "version_check",
574
+ ]
575
+
484
576
  [[package]]
485
577
  name = "filetime"
486
578
  version = "0.2.25"
@@ -495,9 +587,9 @@ dependencies = [
495
587
 
496
588
  [[package]]
497
589
  name = "flate2"
498
- version = "1.1.0"
590
+ version = "1.1.1"
499
591
  source = "registry+https://github.com/rust-lang/crates.io-index"
500
- checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc"
592
+ checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
501
593
  dependencies = [
502
594
  "crc32fast",
503
595
  "miniz_oxide",
@@ -595,9 +687,9 @@ dependencies = [
595
687
 
596
688
  [[package]]
597
689
  name = "getrandom"
598
- version = "0.2.15"
690
+ version = "0.2.16"
599
691
  source = "registry+https://github.com/rust-lang/crates.io-index"
600
- checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
692
+ checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
601
693
  dependencies = [
602
694
  "cfg-if",
603
695
  "libc",
@@ -624,9 +716,9 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
624
716
 
625
717
  [[package]]
626
718
  name = "h2"
627
- version = "0.4.8"
719
+ version = "0.4.9"
628
720
  source = "registry+https://github.com/rust-lang/crates.io-index"
629
- checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2"
721
+ checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633"
630
722
  dependencies = [
631
723
  "atomic-waker",
632
724
  "bytes",
@@ -654,14 +746,14 @@ dependencies = [
654
746
  "pest_derive",
655
747
  "serde",
656
748
  "serde_json",
657
- "thiserror",
749
+ "thiserror 2.0.12",
658
750
  ]
659
751
 
660
752
  [[package]]
661
753
  name = "hashbrown"
662
- version = "0.15.2"
754
+ version = "0.15.3"
663
755
  source = "registry+https://github.com/rust-lang/crates.io-index"
664
- checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
756
+ checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
665
757
 
666
758
  [[package]]
667
759
  name = "heck"
@@ -764,9 +856,9 @@ dependencies = [
764
856
 
765
857
  [[package]]
766
858
  name = "hyper-util"
767
- version = "0.1.10"
859
+ version = "0.1.11"
768
860
  source = "registry+https://github.com/rust-lang/crates.io-index"
769
- checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
861
+ checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
770
862
  dependencies = [
771
863
  "bytes",
772
864
  "futures-channel",
@@ -774,6 +866,7 @@ dependencies = [
774
866
  "http",
775
867
  "http-body",
776
868
  "hyper",
869
+ "libc",
777
870
  "pin-project-lite",
778
871
  "socket2",
779
872
  "tokio",
@@ -822,9 +915,9 @@ dependencies = [
822
915
 
823
916
  [[package]]
824
917
  name = "icu_locid_transform_data"
825
- version = "1.5.0"
918
+ version = "1.5.1"
826
919
  source = "registry+https://github.com/rust-lang/crates.io-index"
827
- checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
920
+ checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
828
921
 
829
922
  [[package]]
830
923
  name = "icu_normalizer"
@@ -846,9 +939,9 @@ dependencies = [
846
939
 
847
940
  [[package]]
848
941
  name = "icu_normalizer_data"
849
- version = "1.5.0"
942
+ version = "1.5.1"
850
943
  source = "registry+https://github.com/rust-lang/crates.io-index"
851
- checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
944
+ checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
852
945
 
853
946
  [[package]]
854
947
  name = "icu_properties"
@@ -867,9 +960,9 @@ dependencies = [
867
960
 
868
961
  [[package]]
869
962
  name = "icu_properties_data"
870
- version = "1.5.0"
963
+ version = "1.5.1"
871
964
  source = "registry+https://github.com/rust-lang/crates.io-index"
872
- checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
965
+ checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
873
966
 
874
967
  [[package]]
875
968
  name = "icu_provider"
@@ -896,7 +989,7 @@ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
896
989
  dependencies = [
897
990
  "proc-macro2",
898
991
  "quote",
899
- "syn",
992
+ "syn 2.0.101",
900
993
  ]
901
994
 
902
995
  [[package]]
@@ -928,9 +1021,9 @@ dependencies = [
928
1021
 
929
1022
  [[package]]
930
1023
  name = "indexmap"
931
- version = "2.8.0"
1024
+ version = "2.9.0"
932
1025
  source = "registry+https://github.com/rust-lang/crates.io-index"
933
- checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
1026
+ checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
934
1027
  dependencies = [
935
1028
  "equivalent",
936
1029
  "hashbrown",
@@ -942,6 +1035,12 @@ version = "2.0.6"
942
1035
  source = "registry+https://github.com/rust-lang/crates.io-index"
943
1036
  checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
944
1037
 
1038
+ [[package]]
1039
+ name = "inlinable_string"
1040
+ version = "0.1.15"
1041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1042
+ checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
1043
+
945
1044
  [[package]]
946
1045
  name = "ipnet"
947
1046
  version = "2.11.0"
@@ -972,9 +1071,9 @@ dependencies = [
972
1071
 
973
1072
  [[package]]
974
1073
  name = "libc"
975
- version = "0.2.171"
1074
+ version = "0.2.172"
976
1075
  source = "registry+https://github.com/rust-lang/crates.io-index"
977
- checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
1076
+ checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
978
1077
 
979
1078
  [[package]]
980
1079
  name = "libredox"
@@ -999,9 +1098,9 @@ dependencies = [
999
1098
 
1000
1099
  [[package]]
1001
1100
  name = "linux-raw-sys"
1002
- version = "0.9.3"
1101
+ version = "0.9.4"
1003
1102
  source = "registry+https://github.com/rust-lang/crates.io-index"
1004
- checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413"
1103
+ checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
1005
1104
 
1006
1105
  [[package]]
1007
1106
  name = "litemap"
@@ -1015,6 +1114,14 @@ version = "0.4.27"
1015
1114
  source = "registry+https://github.com/rust-lang/crates.io-index"
1016
1115
  checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
1017
1116
 
1117
+ [[package]]
1118
+ name = "macro_utils"
1119
+ version = "0.0.0"
1120
+ dependencies = [
1121
+ "quote",
1122
+ "syn 1.0.109",
1123
+ ]
1124
+
1018
1125
  [[package]]
1019
1126
  name = "memchr"
1020
1127
  version = "2.7.4"
@@ -1038,9 +1145,9 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1038
1145
 
1039
1146
  [[package]]
1040
1147
  name = "miniz_oxide"
1041
- version = "0.8.5"
1148
+ version = "0.8.8"
1042
1149
  source = "registry+https://github.com/rust-lang/crates.io-index"
1043
- checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
1150
+ checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
1044
1151
  dependencies = [
1045
1152
  "adler2",
1046
1153
  ]
@@ -1115,15 +1222,15 @@ dependencies = [
1115
1222
 
1116
1223
  [[package]]
1117
1224
  name = "once_cell"
1118
- version = "1.21.1"
1225
+ version = "1.21.3"
1119
1226
  source = "registry+https://github.com/rust-lang/crates.io-index"
1120
- checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc"
1227
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1121
1228
 
1122
1229
  [[package]]
1123
1230
  name = "openssl"
1124
- version = "0.10.71"
1231
+ version = "0.10.72"
1125
1232
  source = "registry+https://github.com/rust-lang/crates.io-index"
1126
- checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd"
1233
+ checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da"
1127
1234
  dependencies = [
1128
1235
  "bitflags",
1129
1236
  "cfg-if",
@@ -1142,7 +1249,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1142
1249
  dependencies = [
1143
1250
  "proc-macro2",
1144
1251
  "quote",
1145
- "syn",
1252
+ "syn 2.0.101",
1146
1253
  ]
1147
1254
 
1148
1255
  [[package]]
@@ -1153,9 +1260,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1153
1260
 
1154
1261
  [[package]]
1155
1262
  name = "openssl-sys"
1156
- version = "0.9.106"
1263
+ version = "0.9.108"
1157
1264
  source = "registry+https://github.com/rust-lang/crates.io-index"
1158
- checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd"
1265
+ checksum = "e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847"
1159
1266
  dependencies = [
1160
1267
  "cc",
1161
1268
  "libc",
@@ -1175,6 +1282,29 @@ version = "1.0.15"
1175
1282
  source = "registry+https://github.com/rust-lang/crates.io-index"
1176
1283
  checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1177
1284
 
1285
+ [[package]]
1286
+ name = "pear"
1287
+ version = "0.2.9"
1288
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1289
+ checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467"
1290
+ dependencies = [
1291
+ "inlinable_string",
1292
+ "pear_codegen",
1293
+ "yansi",
1294
+ ]
1295
+
1296
+ [[package]]
1297
+ name = "pear_codegen"
1298
+ version = "0.2.9"
1299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1300
+ checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147"
1301
+ dependencies = [
1302
+ "proc-macro2",
1303
+ "proc-macro2-diagnostics",
1304
+ "quote",
1305
+ "syn 2.0.101",
1306
+ ]
1307
+
1178
1308
  [[package]]
1179
1309
  name = "percent-encoding"
1180
1310
  version = "2.3.1"
@@ -1188,7 +1318,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1188
1318
  checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6"
1189
1319
  dependencies = [
1190
1320
  "memchr",
1191
- "thiserror",
1321
+ "thiserror 2.0.12",
1192
1322
  "ucd-trie",
1193
1323
  ]
1194
1324
 
@@ -1212,7 +1342,7 @@ dependencies = [
1212
1342
  "pest_meta",
1213
1343
  "proc-macro2",
1214
1344
  "quote",
1215
- "syn",
1345
+ "syn 2.0.101",
1216
1346
  ]
1217
1347
 
1218
1348
  [[package]]
@@ -1256,7 +1386,7 @@ dependencies = [
1256
1386
  "phf_shared",
1257
1387
  "proc-macro2",
1258
1388
  "quote",
1259
- "syn",
1389
+ "syn 2.0.101",
1260
1390
  ]
1261
1391
 
1262
1392
  [[package]]
@@ -1292,20 +1422,55 @@ version = "1.11.0"
1292
1422
  source = "registry+https://github.com/rust-lang/crates.io-index"
1293
1423
  checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
1294
1424
 
1425
+ [[package]]
1426
+ name = "proc-macro-error-attr2"
1427
+ version = "2.0.0"
1428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1429
+ checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
1430
+ dependencies = [
1431
+ "proc-macro2",
1432
+ "quote",
1433
+ ]
1434
+
1435
+ [[package]]
1436
+ name = "proc-macro-error2"
1437
+ version = "2.0.1"
1438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1439
+ checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
1440
+ dependencies = [
1441
+ "proc-macro-error-attr2",
1442
+ "proc-macro2",
1443
+ "quote",
1444
+ "syn 2.0.101",
1445
+ ]
1446
+
1295
1447
  [[package]]
1296
1448
  name = "proc-macro2"
1297
- version = "1.0.94"
1449
+ version = "1.0.95"
1298
1450
  source = "registry+https://github.com/rust-lang/crates.io-index"
1299
- checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
1451
+ checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
1300
1452
  dependencies = [
1301
1453
  "unicode-ident",
1302
1454
  ]
1303
1455
 
1456
+ [[package]]
1457
+ name = "proc-macro2-diagnostics"
1458
+ version = "0.10.1"
1459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1460
+ checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
1461
+ dependencies = [
1462
+ "proc-macro2",
1463
+ "quote",
1464
+ "syn 2.0.101",
1465
+ "version_check",
1466
+ "yansi",
1467
+ ]
1468
+
1304
1469
  [[package]]
1305
1470
  name = "pyo3"
1306
- version = "0.23.5"
1471
+ version = "0.24.2"
1307
1472
  source = "registry+https://github.com/rust-lang/crates.io-index"
1308
- checksum = "7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872"
1473
+ checksum = "e5203598f366b11a02b13aa20cab591229ff0a89fd121a308a5df751d5fc9219"
1309
1474
  dependencies = [
1310
1475
  "cfg-if",
1311
1476
  "indoc",
@@ -1321,9 +1486,9 @@ dependencies = [
1321
1486
 
1322
1487
  [[package]]
1323
1488
  name = "pyo3-build-config"
1324
- version = "0.23.5"
1489
+ version = "0.24.2"
1325
1490
  source = "registry+https://github.com/rust-lang/crates.io-index"
1326
- checksum = "94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb"
1491
+ checksum = "99636d423fa2ca130fa5acde3059308006d46f98caac629418e53f7ebb1e9999"
1327
1492
  dependencies = [
1328
1493
  "once_cell",
1329
1494
  "target-lexicon",
@@ -1331,44 +1496,55 @@ dependencies = [
1331
1496
 
1332
1497
  [[package]]
1333
1498
  name = "pyo3-ffi"
1334
- version = "0.23.5"
1499
+ version = "0.24.2"
1335
1500
  source = "registry+https://github.com/rust-lang/crates.io-index"
1336
- checksum = "e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d"
1501
+ checksum = "78f9cf92ba9c409279bc3305b5409d90db2d2c22392d443a87df3a1adad59e33"
1337
1502
  dependencies = [
1338
1503
  "libc",
1339
1504
  "pyo3-build-config",
1340
1505
  ]
1341
1506
 
1507
+ [[package]]
1508
+ name = "pyo3-log"
1509
+ version = "0.12.3"
1510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1511
+ checksum = "7079e412e909af5d6be7c04a7f29f6a2837a080410e1c529c9dee2c367383db4"
1512
+ dependencies = [
1513
+ "arc-swap",
1514
+ "log",
1515
+ "pyo3",
1516
+ ]
1517
+
1342
1518
  [[package]]
1343
1519
  name = "pyo3-macros"
1344
- version = "0.23.5"
1520
+ version = "0.24.2"
1345
1521
  source = "registry+https://github.com/rust-lang/crates.io-index"
1346
- checksum = "fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da"
1522
+ checksum = "0b999cb1a6ce21f9a6b147dcf1be9ffedf02e0043aec74dc390f3007047cecd9"
1347
1523
  dependencies = [
1348
1524
  "proc-macro2",
1349
1525
  "pyo3-macros-backend",
1350
1526
  "quote",
1351
- "syn",
1527
+ "syn 2.0.101",
1352
1528
  ]
1353
1529
 
1354
1530
  [[package]]
1355
1531
  name = "pyo3-macros-backend"
1356
- version = "0.23.5"
1532
+ version = "0.24.2"
1357
1533
  source = "registry+https://github.com/rust-lang/crates.io-index"
1358
- checksum = "fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028"
1534
+ checksum = "822ece1c7e1012745607d5cf0bcb2874769f0f7cb34c4cde03b9358eb9ef911a"
1359
1535
  dependencies = [
1360
1536
  "heck",
1361
1537
  "proc-macro2",
1362
1538
  "pyo3-build-config",
1363
1539
  "quote",
1364
- "syn",
1540
+ "syn 2.0.101",
1365
1541
  ]
1366
1542
 
1367
1543
  [[package]]
1368
1544
  name = "pythonize"
1369
- version = "0.23.0"
1545
+ version = "0.24.0"
1370
1546
  source = "registry+https://github.com/rust-lang/crates.io-index"
1371
- checksum = "91a6ee7a084f913f98d70cdc3ebec07e852b735ae3059a1500db2661265da9ff"
1547
+ checksum = "d5bcac0d0b71821f0d69e42654f1e15e5c94b85196446c4de9588951a2117e7b"
1372
1548
  dependencies = [
1373
1549
  "pyo3",
1374
1550
  "serde",
@@ -1426,22 +1602,33 @@ dependencies = [
1426
1602
 
1427
1603
  [[package]]
1428
1604
  name = "redox_syscall"
1429
- version = "0.5.10"
1605
+ version = "0.5.11"
1430
1606
  source = "registry+https://github.com/rust-lang/crates.io-index"
1431
- checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1"
1607
+ checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
1432
1608
  dependencies = [
1433
1609
  "bitflags",
1434
1610
  ]
1435
1611
 
1612
+ [[package]]
1613
+ name = "redox_users"
1614
+ version = "0.4.6"
1615
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1616
+ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
1617
+ dependencies = [
1618
+ "getrandom 0.2.16",
1619
+ "libredox",
1620
+ "thiserror 1.0.69",
1621
+ ]
1622
+
1436
1623
  [[package]]
1437
1624
  name = "redox_users"
1438
1625
  version = "0.5.0"
1439
1626
  source = "registry+https://github.com/rust-lang/crates.io-index"
1440
1627
  checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
1441
1628
  dependencies = [
1442
- "getrandom 0.2.15",
1629
+ "getrandom 0.2.16",
1443
1630
  "libredox",
1444
- "thiserror",
1631
+ "thiserror 2.0.12",
1445
1632
  ]
1446
1633
 
1447
1634
  [[package]]
@@ -1526,7 +1713,7 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1526
1713
  dependencies = [
1527
1714
  "cc",
1528
1715
  "cfg-if",
1529
- "getrandom 0.2.15",
1716
+ "getrandom 0.2.16",
1530
1717
  "libc",
1531
1718
  "untrusted",
1532
1719
  "windows-sys 0.52.0",
@@ -1540,9 +1727,9 @@ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
1540
1727
 
1541
1728
  [[package]]
1542
1729
  name = "rustix"
1543
- version = "1.0.3"
1730
+ version = "1.0.7"
1544
1731
  source = "registry+https://github.com/rust-lang/crates.io-index"
1545
- checksum = "e56a18552996ac8d29ecc3b190b4fdbb2d91ca4ec396de7bbffaf43f3d637e96"
1732
+ checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
1546
1733
  dependencies = [
1547
1734
  "bitflags",
1548
1735
  "errno",
@@ -1553,9 +1740,9 @@ dependencies = [
1553
1740
 
1554
1741
  [[package]]
1555
1742
  name = "rustls"
1556
- version = "0.23.25"
1743
+ version = "0.23.26"
1557
1744
  source = "registry+https://github.com/rust-lang/crates.io-index"
1558
- checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
1745
+ checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
1559
1746
  dependencies = [
1560
1747
  "once_cell",
1561
1748
  "rustls-pki-types",
@@ -1660,7 +1847,7 @@ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
1660
1847
  dependencies = [
1661
1848
  "proc-macro2",
1662
1849
  "quote",
1663
- "syn",
1850
+ "syn 2.0.101",
1664
1851
  ]
1665
1852
 
1666
1853
  [[package]]
@@ -1675,6 +1862,15 @@ dependencies = [
1675
1862
  "serde",
1676
1863
  ]
1677
1864
 
1865
+ [[package]]
1866
+ name = "serde_spanned"
1867
+ version = "0.6.8"
1868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1869
+ checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
1870
+ dependencies = [
1871
+ "serde",
1872
+ ]
1873
+
1678
1874
  [[package]]
1679
1875
  name = "serde_urlencoded"
1680
1876
  version = "0.7.1"
@@ -1704,9 +1900,9 @@ dependencies = [
1704
1900
 
1705
1901
  [[package]]
1706
1902
  name = "sha2"
1707
- version = "0.10.8"
1903
+ version = "0.10.9"
1708
1904
  source = "registry+https://github.com/rust-lang/crates.io-index"
1709
- checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
1905
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1710
1906
  dependencies = [
1711
1907
  "cfg-if",
1712
1908
  "cpufeatures",
@@ -1736,15 +1932,15 @@ dependencies = [
1736
1932
 
1737
1933
  [[package]]
1738
1934
  name = "smallvec"
1739
- version = "1.14.0"
1935
+ version = "1.15.0"
1740
1936
  source = "registry+https://github.com/rust-lang/crates.io-index"
1741
- checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
1937
+ checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
1742
1938
 
1743
1939
  [[package]]
1744
1940
  name = "socket2"
1745
- version = "0.5.8"
1941
+ version = "0.5.9"
1746
1942
  source = "registry+https://github.com/rust-lang/crates.io-index"
1747
- checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
1943
+ checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
1748
1944
  dependencies = [
1749
1945
  "libc",
1750
1946
  "windows-sys 0.52.0",
@@ -1768,7 +1964,16 @@ version = "0.26.3"
1768
1964
  source = "registry+https://github.com/rust-lang/crates.io-index"
1769
1965
  checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
1770
1966
  dependencies = [
1771
- "strum_macros",
1967
+ "strum_macros 0.26.4",
1968
+ ]
1969
+
1970
+ [[package]]
1971
+ name = "strum"
1972
+ version = "0.27.1"
1973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1974
+ checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
1975
+ dependencies = [
1976
+ "strum_macros 0.27.1",
1772
1977
  ]
1773
1978
 
1774
1979
  [[package]]
@@ -1781,7 +1986,20 @@ dependencies = [
1781
1986
  "proc-macro2",
1782
1987
  "quote",
1783
1988
  "rustversion",
1784
- "syn",
1989
+ "syn 2.0.101",
1990
+ ]
1991
+
1992
+ [[package]]
1993
+ name = "strum_macros"
1994
+ version = "0.27.1"
1995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1996
+ checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
1997
+ dependencies = [
1998
+ "heck",
1999
+ "proc-macro2",
2000
+ "quote",
2001
+ "rustversion",
2002
+ "syn 2.0.101",
1785
2003
  ]
1786
2004
 
1787
2005
  [[package]]
@@ -1792,9 +2010,20 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1792
2010
 
1793
2011
  [[package]]
1794
2012
  name = "syn"
1795
- version = "2.0.100"
2013
+ version = "1.0.109"
2014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2015
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2016
+ dependencies = [
2017
+ "proc-macro2",
2018
+ "quote",
2019
+ "unicode-ident",
2020
+ ]
2021
+
2022
+ [[package]]
2023
+ name = "syn"
2024
+ version = "2.0.101"
1796
2025
  source = "registry+https://github.com/rust-lang/crates.io-index"
1797
- checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
2026
+ checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
1798
2027
  dependencies = [
1799
2028
  "proc-macro2",
1800
2029
  "quote",
@@ -1812,13 +2041,13 @@ dependencies = [
1812
2041
 
1813
2042
  [[package]]
1814
2043
  name = "synstructure"
1815
- version = "0.13.1"
2044
+ version = "0.13.2"
1816
2045
  source = "registry+https://github.com/rust-lang/crates.io-index"
1817
- checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
2046
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1818
2047
  dependencies = [
1819
2048
  "proc-macro2",
1820
2049
  "quote",
1821
- "syn",
2050
+ "syn 2.0.101",
1822
2051
  ]
1823
2052
 
1824
2053
  [[package]]
@@ -1855,9 +2084,9 @@ dependencies = [
1855
2084
 
1856
2085
  [[package]]
1857
2086
  name = "target-lexicon"
1858
- version = "0.12.16"
2087
+ version = "0.13.2"
1859
2088
  source = "registry+https://github.com/rust-lang/crates.io-index"
1860
- checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
2089
+ checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
1861
2090
 
1862
2091
  [[package]]
1863
2092
  name = "tempfile"
@@ -1882,13 +2111,33 @@ dependencies = [
1882
2111
  "regex",
1883
2112
  ]
1884
2113
 
2114
+ [[package]]
2115
+ name = "thiserror"
2116
+ version = "1.0.69"
2117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2118
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2119
+ dependencies = [
2120
+ "thiserror-impl 1.0.69",
2121
+ ]
2122
+
1885
2123
  [[package]]
1886
2124
  name = "thiserror"
1887
2125
  version = "2.0.12"
1888
2126
  source = "registry+https://github.com/rust-lang/crates.io-index"
1889
2127
  checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
1890
2128
  dependencies = [
1891
- "thiserror-impl",
2129
+ "thiserror-impl 2.0.12",
2130
+ ]
2131
+
2132
+ [[package]]
2133
+ name = "thiserror-impl"
2134
+ version = "1.0.69"
2135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2136
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2137
+ dependencies = [
2138
+ "proc-macro2",
2139
+ "quote",
2140
+ "syn 2.0.101",
1892
2141
  ]
1893
2142
 
1894
2143
  [[package]]
@@ -1899,7 +2148,7 @@ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
1899
2148
  dependencies = [
1900
2149
  "proc-macro2",
1901
2150
  "quote",
1902
- "syn",
2151
+ "syn 2.0.101",
1903
2152
  ]
1904
2153
 
1905
2154
  [[package]]
@@ -1929,9 +2178,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1929
2178
 
1930
2179
  [[package]]
1931
2180
  name = "tokio"
1932
- version = "1.44.1"
2181
+ version = "1.44.2"
1933
2182
  source = "registry+https://github.com/rust-lang/crates.io-index"
1934
- checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
2183
+ checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
1935
2184
  dependencies = [
1936
2185
  "backtrace",
1937
2186
  "bytes",
@@ -1964,9 +2213,9 @@ dependencies = [
1964
2213
 
1965
2214
  [[package]]
1966
2215
  name = "tokio-util"
1967
- version = "0.7.14"
2216
+ version = "0.7.15"
1968
2217
  source = "registry+https://github.com/rust-lang/crates.io-index"
1969
- checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034"
2218
+ checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
1970
2219
  dependencies = [
1971
2220
  "bytes",
1972
2221
  "futures-core",
@@ -1975,6 +2224,47 @@ dependencies = [
1975
2224
  "tokio",
1976
2225
  ]
1977
2226
 
2227
+ [[package]]
2228
+ name = "toml"
2229
+ version = "0.8.22"
2230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2231
+ checksum = "05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae"
2232
+ dependencies = [
2233
+ "serde",
2234
+ "serde_spanned",
2235
+ "toml_datetime",
2236
+ "toml_edit",
2237
+ ]
2238
+
2239
+ [[package]]
2240
+ name = "toml_datetime"
2241
+ version = "0.6.9"
2242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2243
+ checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
2244
+ dependencies = [
2245
+ "serde",
2246
+ ]
2247
+
2248
+ [[package]]
2249
+ name = "toml_edit"
2250
+ version = "0.22.26"
2251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2252
+ checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
2253
+ dependencies = [
2254
+ "indexmap",
2255
+ "serde",
2256
+ "serde_spanned",
2257
+ "toml_datetime",
2258
+ "toml_write",
2259
+ "winnow",
2260
+ ]
2261
+
2262
+ [[package]]
2263
+ name = "toml_write"
2264
+ version = "0.1.1"
2265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2266
+ checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
2267
+
1978
2268
  [[package]]
1979
2269
  name = "tools"
1980
2270
  version = "0.0.0"
@@ -2053,6 +2343,15 @@ version = "0.1.7"
2053
2343
  source = "registry+https://github.com/rust-lang/crates.io-index"
2054
2344
  checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
2055
2345
 
2346
+ [[package]]
2347
+ name = "uncased"
2348
+ version = "0.9.10"
2349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2350
+ checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
2351
+ dependencies = [
2352
+ "version_check",
2353
+ ]
2354
+
2056
2355
  [[package]]
2057
2356
  name = "unicode-ident"
2058
2357
  version = "1.0.18"
@@ -2092,6 +2391,12 @@ version = "0.9.0"
2092
2391
  source = "registry+https://github.com/rust-lang/crates.io-index"
2093
2392
  checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2094
2393
 
2394
+ [[package]]
2395
+ name = "unty"
2396
+ version = "0.0.4"
2397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2398
+ checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
2399
+
2095
2400
  [[package]]
2096
2401
  name = "url"
2097
2402
  version = "2.5.4"
@@ -2121,6 +2426,36 @@ version = "0.2.2"
2121
2426
  source = "registry+https://github.com/rust-lang/crates.io-index"
2122
2427
  checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2123
2428
 
2429
+ [[package]]
2430
+ name = "validator"
2431
+ version = "0.20.0"
2432
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2433
+ checksum = "43fb22e1a008ece370ce08a3e9e4447a910e92621bb49b85d6e48a45397e7cfa"
2434
+ dependencies = [
2435
+ "idna",
2436
+ "once_cell",
2437
+ "regex",
2438
+ "serde",
2439
+ "serde_derive",
2440
+ "serde_json",
2441
+ "url",
2442
+ "validator_derive",
2443
+ ]
2444
+
2445
+ [[package]]
2446
+ name = "validator_derive"
2447
+ version = "0.20.0"
2448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2449
+ checksum = "b7df16e474ef958526d1205f6dda359fdfab79d9aa6d54bafcb92dcd07673dca"
2450
+ dependencies = [
2451
+ "darling",
2452
+ "once_cell",
2453
+ "proc-macro-error2",
2454
+ "proc-macro2",
2455
+ "quote",
2456
+ "syn 2.0.101",
2457
+ ]
2458
+
2124
2459
  [[package]]
2125
2460
  name = "vcpkg"
2126
2461
  version = "0.2.15"
@@ -2133,6 +2468,12 @@ version = "0.9.5"
2133
2468
  source = "registry+https://github.com/rust-lang/crates.io-index"
2134
2469
  checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2135
2470
 
2471
+ [[package]]
2472
+ name = "virtue"
2473
+ version = "0.0.18"
2474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2475
+ checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
2476
+
2136
2477
  [[package]]
2137
2478
  name = "walkdir"
2138
2479
  version = "2.5.0"
@@ -2189,7 +2530,7 @@ dependencies = [
2189
2530
  "log",
2190
2531
  "proc-macro2",
2191
2532
  "quote",
2192
- "syn",
2533
+ "syn 2.0.101",
2193
2534
  "wasm-bindgen-shared",
2194
2535
  ]
2195
2536
 
@@ -2224,7 +2565,7 @@ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2224
2565
  dependencies = [
2225
2566
  "proc-macro2",
2226
2567
  "quote",
2227
- "syn",
2568
+ "syn 2.0.101",
2228
2569
  "wasm-bindgen-backend",
2229
2570
  "wasm-bindgen-shared",
2230
2571
  ]
@@ -2254,6 +2595,22 @@ version = "0.1.1"
2254
2595
  source = "registry+https://github.com/rust-lang/crates.io-index"
2255
2596
  checksum = "0b9aa3ad29c3d08283ac6b769e3ec15ad1ddb88af7d2e9bc402c574973b937e7"
2256
2597
 
2598
+ [[package]]
2599
+ name = "winapi"
2600
+ version = "0.3.9"
2601
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2602
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2603
+ dependencies = [
2604
+ "winapi-i686-pc-windows-gnu",
2605
+ "winapi-x86_64-pc-windows-gnu",
2606
+ ]
2607
+
2608
+ [[package]]
2609
+ name = "winapi-i686-pc-windows-gnu"
2610
+ version = "0.4.0"
2611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2612
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2613
+
2257
2614
  [[package]]
2258
2615
  name = "winapi-util"
2259
2616
  version = "0.1.9"
@@ -2263,6 +2620,12 @@ dependencies = [
2263
2620
  "windows-sys 0.59.0",
2264
2621
  ]
2265
2622
 
2623
+ [[package]]
2624
+ name = "winapi-x86_64-pc-windows-gnu"
2625
+ version = "0.4.0"
2626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2627
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2628
+
2266
2629
  [[package]]
2267
2630
  name = "windows-link"
2268
2631
  version = "0.1.1"
@@ -2444,6 +2807,15 @@ version = "0.53.0"
2444
2807
  source = "registry+https://github.com/rust-lang/crates.io-index"
2445
2808
  checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
2446
2809
 
2810
+ [[package]]
2811
+ name = "winnow"
2812
+ version = "0.7.8"
2813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2814
+ checksum = "9e27d6ad3dac991091e4d35de9ba2d2d00647c5d0fc26c5496dee55984ae111b"
2815
+ dependencies = [
2816
+ "memchr",
2817
+ ]
2818
+
2447
2819
  [[package]]
2448
2820
  name = "wit-bindgen-rt"
2449
2821
  version = "0.39.0"
@@ -2475,6 +2847,12 @@ dependencies = [
2475
2847
  "rustix",
2476
2848
  ]
2477
2849
 
2850
+ [[package]]
2851
+ name = "yansi"
2852
+ version = "1.0.1"
2853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2854
+ checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
2855
+
2478
2856
  [[package]]
2479
2857
  name = "yoke"
2480
2858
  version = "0.7.5"
@@ -2495,7 +2873,7 @@ checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
2495
2873
  dependencies = [
2496
2874
  "proc-macro2",
2497
2875
  "quote",
2498
- "syn",
2876
+ "syn 2.0.101",
2499
2877
  "synstructure",
2500
2878
  ]
2501
2879
 
@@ -2516,7 +2894,7 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2516
2894
  dependencies = [
2517
2895
  "proc-macro2",
2518
2896
  "quote",
2519
- "syn",
2897
+ "syn 2.0.101",
2520
2898
  "synstructure",
2521
2899
  ]
2522
2900
 
@@ -2545,5 +2923,5 @@ checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
2545
2923
  dependencies = [
2546
2924
  "proc-macro2",
2547
2925
  "quote",
2548
- "syn",
2926
+ "syn 2.0.101",
2549
2927
  ]