fabricatio 0.2.11.dev0__tar.gz → 0.2.11.dev1__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 (164) hide show
  1. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/Cargo.lock +91 -478
  2. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/Cargo.toml +1 -1
  3. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/PKG-INFO +1 -1
  4. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/extract_and_inject/chunk_article.py +1 -3
  5. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/make_a_rating/rating.py +0 -1
  6. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/write_article/post_process.py +2 -1
  7. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/write_article/write_article.py +21 -14
  8. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/pyproject.toml +3 -2
  9. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/actions/article.py +27 -8
  10. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/actions/article_rag.py +35 -23
  11. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/capabilities/extract.py +6 -1
  12. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/config.py +1 -1
  13. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/extra/aricle_rag.py +9 -8
  14. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/extra/article_main.py +9 -3
  15. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/extra/problem.py +3 -3
  16. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/generic.py +16 -25
  17. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/kwargs_types.py +1 -1
  18. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/rust.pyi +5 -6
  19. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/src/typst_tools.rs +25 -5
  20. fabricatio-0.2.11.dev1/templates/built-in/extract.hbs +6 -0
  21. fabricatio-0.2.11.dev1/templates.tar.gz +0 -0
  22. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/uv.lock +25 -24
  23. fabricatio-0.2.11.dev0/templates/built-in/extract.hbs +0 -5
  24. fabricatio-0.2.11.dev0/templates.tar.gz +0 -0
  25. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/.github/workflows/build-package.yaml +0 -0
  26. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/.github/workflows/ruff.yaml +0 -0
  27. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/.github/workflows/tests.yaml +0 -0
  28. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/.gitignore +0 -0
  29. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/.python-version +0 -0
  30. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/LICENSE +0 -0
  31. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/Makefile +0 -0
  32. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/README.md +0 -0
  33. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/correct/correct.py +0 -0
  34. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/correct/correct_loop.py +0 -0
  35. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/extract_and_inject/.gitignore +0 -0
  36. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/extract_and_inject/article_rag.py +0 -0
  37. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/extract_and_inject/ask.py +0 -0
  38. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/extract_and_inject/extract_and_inject.py +0 -0
  39. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/extract_article/extract.py +0 -0
  40. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/llm_usages/llm_usage.py +0 -0
  41. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/make_diary/commits.json +0 -0
  42. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/make_diary/diary.py +0 -0
  43. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/minor/hello_fabricatio.py +0 -0
  44. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/minor/write_a_poem.py +0 -0
  45. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/propose_task/.gitignore +0 -0
  46. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/propose_task/propose.py +0 -0
  47. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/reviewer/censor.py +0 -0
  48. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/reviewer/review.py +0 -0
  49. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/rules/.gitignore +0 -0
  50. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/rules/draft_ruleset.py +0 -0
  51. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/search_bibtex/.gitignore +0 -0
  52. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/search_bibtex/search.py +0 -0
  53. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/simple_chat/chat.py +0 -0
  54. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/simple_rag/simple_rag.py +0 -0
  55. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/task_handle/handle_task.py +0 -0
  56. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/write_article/.gitignore +0 -0
  57. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/write_article/article_rag.py +0 -0
  58. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/write_outline/.gitignore +0 -0
  59. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/write_outline/write_outline.py +0 -0
  60. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/examples/write_outline/write_outline_corrected.py +0 -0
  61. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/__init__.py +0 -0
  62. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/actions/__init__.py +0 -0
  63. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/actions/fs.py +0 -0
  64. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/actions/output.py +0 -0
  65. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/actions/rag.py +0 -0
  66. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/actions/rules.py +0 -0
  67. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/capabilities/__init__.py +0 -0
  68. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/capabilities/advanced_judge.py +0 -0
  69. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/capabilities/censor.py +0 -0
  70. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/capabilities/check.py +0 -0
  71. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/capabilities/correct.py +0 -0
  72. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/capabilities/propose.py +0 -0
  73. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/capabilities/rag.py +0 -0
  74. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/capabilities/rating.py +0 -0
  75. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/capabilities/review.py +0 -0
  76. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/capabilities/task.py +0 -0
  77. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/constants.py +0 -0
  78. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/core.py +0 -0
  79. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/decorators.py +0 -0
  80. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/fs/__init__.py +0 -0
  81. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/fs/curd.py +0 -0
  82. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/fs/readers.py +0 -0
  83. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/journal.py +0 -0
  84. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/action.py +0 -0
  85. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/adv_kwargs_types.py +0 -0
  86. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/events.py +0 -0
  87. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/extra/__init__.py +0 -0
  88. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/extra/advanced_judge.py +0 -0
  89. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/extra/article_base.py +0 -0
  90. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/extra/article_essence.py +0 -0
  91. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/extra/article_outline.py +0 -0
  92. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/extra/article_proposal.py +0 -0
  93. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/extra/patches.py +0 -0
  94. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/extra/rag.py +0 -0
  95. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/extra/rule.py +0 -0
  96. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/role.py +0 -0
  97. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/task.py +0 -0
  98. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/tool.py +0 -0
  99. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/models/usages.py +0 -0
  100. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/parser.py +0 -0
  101. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/py.typed +0 -0
  102. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/rust_instances.py +0 -0
  103. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/toolboxes/__init__.py +0 -0
  104. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/toolboxes/arithmetic.py +0 -0
  105. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/toolboxes/fs.py +0 -0
  106. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/utils.py +0 -0
  107. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/workflows/__init__.py +0 -0
  108. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/workflows/articles.py +0 -0
  109. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/python/fabricatio/workflows/rag.py +0 -0
  110. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/src/bib_tools.rs +0 -0
  111. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/src/hash.rs +0 -0
  112. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/src/hbs_helpers.rs +0 -0
  113. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/src/language.rs +0 -0
  114. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/src/lib.rs +0 -0
  115. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/src/templates.rs +0 -0
  116. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/src/word_split.rs +0 -0
  117. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/as_prompt.hbs +0 -0
  118. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/binary-exploitation-ctf-solver.hbs +0 -0
  119. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/check_string.hbs +0 -0
  120. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/claude-xml.hbs +0 -0
  121. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/clean-up-code.hbs +0 -0
  122. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/co_validation.hbs +0 -0
  123. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/create_json_obj.hbs +0 -0
  124. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/cryptography-ctf-solver.hbs +0 -0
  125. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/dependencies.hbs +0 -0
  126. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/document-the-code.hbs +0 -0
  127. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/draft_rating_criteria.hbs +0 -0
  128. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/draft_rating_manual.hbs +0 -0
  129. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/draft_rating_weights_klee.hbs +0 -0
  130. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/draft_tool_usage_code.hbs +0 -0
  131. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/extract_criteria_from_reasons.hbs +0 -0
  132. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/extract_reasons_from_examples.hbs +0 -0
  133. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/find-security-vulnerabilities.hbs +0 -0
  134. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/fix-bugs.hbs +0 -0
  135. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/fix_troubled_obj.hbs +0 -0
  136. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/fix_troubled_string.hbs +0 -0
  137. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/generic_string.hbs +0 -0
  138. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/improve-performance.hbs +0 -0
  139. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/liststr.hbs +0 -0
  140. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/make_choice.hbs +0 -0
  141. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/make_judgment.hbs +0 -0
  142. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/pathstr.hbs +0 -0
  143. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/rate_fine_grind.hbs +0 -0
  144. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/refactor.hbs +0 -0
  145. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/refined_query.hbs +0 -0
  146. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/retrieved_display.hbs +0 -0
  147. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/reverse-engineering-ctf-solver.hbs +0 -0
  148. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/review_string.hbs +0 -0
  149. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/rule_requirement.hbs +0 -0
  150. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/ruleset_requirement_breakdown.hbs +0 -0
  151. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/task_briefing.hbs +0 -0
  152. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/web-ctf-solver.hbs +0 -0
  153. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/write-git-commit.hbs +0 -0
  154. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/write-github-pull-request.hbs +0 -0
  155. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/templates/built-in/write-github-readme.hbs +0 -0
  156. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/tests/test_config.py +0 -0
  157. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/tests/test_models/test_action.py +0 -0
  158. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/tests/test_models/test_advanced.py +0 -0
  159. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/tests/test_models/test_generic.py +0 -0
  160. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/tests/test_models/test_problem.py +0 -0
  161. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/tests/test_models/test_role.py +0 -0
  162. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/tests/test_models/test_task.py +0 -0
  163. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/tests/test_models/test_tool.py +0 -0
  164. {fabricatio-0.2.11.dev0 → fabricatio-0.2.11.dev1}/tests/test_models/test_usages.py +0 -0
@@ -17,17 +17,6 @@ version = "2.0.0"
17
17
  source = "registry+https://github.com/rust-lang/crates.io-index"
18
18
  checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
19
19
 
20
- [[package]]
21
- name = "ahash"
22
- version = "0.7.8"
23
- source = "registry+https://github.com/rust-lang/crates.io-index"
24
- checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
25
- dependencies = [
26
- "getrandom 0.2.15",
27
- "once_cell",
28
- "version_check",
29
- ]
30
-
31
20
  [[package]]
32
21
  name = "aho-corasick"
33
22
  version = "1.1.3"
@@ -87,12 +76,6 @@ dependencies = [
87
76
  "windows-sys 0.59.0",
88
77
  ]
89
78
 
90
- [[package]]
91
- name = "anyhow"
92
- version = "1.0.97"
93
- source = "registry+https://github.com/rust-lang/crates.io-index"
94
- checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
95
-
96
79
  [[package]]
97
80
  name = "arrayref"
98
81
  version = "0.3.9"
@@ -138,12 +121,6 @@ version = "0.22.1"
138
121
  source = "registry+https://github.com/rust-lang/crates.io-index"
139
122
  checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
140
123
 
141
- [[package]]
142
- name = "beef"
143
- version = "0.5.2"
144
- source = "registry+https://github.com/rust-lang/crates.io-index"
145
- checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
146
-
147
124
  [[package]]
148
125
  name = "biblatex"
149
126
  version = "0.10.0"
@@ -163,18 +140,6 @@ version = "2.9.0"
163
140
  source = "registry+https://github.com/rust-lang/crates.io-index"
164
141
  checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
165
142
 
166
- [[package]]
167
- name = "bitvec"
168
- version = "1.0.1"
169
- source = "registry+https://github.com/rust-lang/crates.io-index"
170
- checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
171
- dependencies = [
172
- "funty",
173
- "radium",
174
- "tap",
175
- "wyz",
176
- ]
177
-
178
143
  [[package]]
179
144
  name = "blake3"
180
145
  version = "1.7.0"
@@ -203,34 +168,6 @@ version = "3.17.0"
203
168
  source = "registry+https://github.com/rust-lang/crates.io-index"
204
169
  checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
205
170
 
206
- [[package]]
207
- name = "bytecheck"
208
- version = "0.6.12"
209
- source = "registry+https://github.com/rust-lang/crates.io-index"
210
- checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
211
- dependencies = [
212
- "bytecheck_derive",
213
- "ptr_meta",
214
- "simdutf8",
215
- ]
216
-
217
- [[package]]
218
- name = "bytecheck_derive"
219
- version = "0.6.12"
220
- source = "registry+https://github.com/rust-lang/crates.io-index"
221
- checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
222
- dependencies = [
223
- "proc-macro2",
224
- "quote",
225
- "syn 1.0.109",
226
- ]
227
-
228
- [[package]]
229
- name = "byteorder"
230
- version = "1.5.0"
231
- source = "registry+https://github.com/rust-lang/crates.io-index"
232
- checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
233
-
234
171
  [[package]]
235
172
  name = "bytes"
236
173
  version = "1.10.1"
@@ -283,7 +220,7 @@ dependencies = [
283
220
  "heck",
284
221
  "proc-macro2",
285
222
  "quote",
286
- "syn 2.0.100",
223
+ "syn",
287
224
  ]
288
225
 
289
226
  [[package]]
@@ -320,12 +257,6 @@ version = "0.8.7"
320
257
  source = "registry+https://github.com/rust-lang/crates.io-index"
321
258
  checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
322
259
 
323
- [[package]]
324
- name = "countme"
325
- version = "3.0.1"
326
- source = "registry+https://github.com/rust-lang/crates.io-index"
327
- checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636"
328
-
329
260
  [[package]]
330
261
  name = "cpufeatures"
331
262
  version = "0.2.17"
@@ -400,7 +331,7 @@ dependencies = [
400
331
  "proc-macro2",
401
332
  "quote",
402
333
  "strsim",
403
- "syn 2.0.100",
334
+ "syn",
404
335
  ]
405
336
 
406
337
  [[package]]
@@ -411,7 +342,7 @@ checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
411
342
  dependencies = [
412
343
  "darling_core",
413
344
  "quote",
414
- "syn 2.0.100",
345
+ "syn",
415
346
  ]
416
347
 
417
348
  [[package]]
@@ -432,7 +363,7 @@ dependencies = [
432
363
  "darling",
433
364
  "proc-macro2",
434
365
  "quote",
435
- "syn 2.0.100",
366
+ "syn",
436
367
  ]
437
368
 
438
369
  [[package]]
@@ -442,7 +373,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
442
373
  checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
443
374
  dependencies = [
444
375
  "derive_builder_core",
445
- "syn 2.0.100",
376
+ "syn",
446
377
  ]
447
378
 
448
379
  [[package]]
@@ -484,30 +415,15 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
484
415
  dependencies = [
485
416
  "proc-macro2",
486
417
  "quote",
487
- "syn 2.0.100",
418
+ "syn",
488
419
  ]
489
420
 
490
- [[package]]
491
- name = "ecow"
492
- version = "0.2.4"
493
- source = "registry+https://github.com/rust-lang/crates.io-index"
494
- checksum = "ef5eeffa816451f3a6a4cce9cd796e3e5ba6018638d3ce5cc7f87b73bababf60"
495
-
496
421
  [[package]]
497
422
  name = "either"
498
423
  version = "1.15.0"
499
424
  source = "registry+https://github.com/rust-lang/crates.io-index"
500
425
  checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
501
426
 
502
- [[package]]
503
- name = "ena"
504
- version = "0.14.3"
505
- source = "registry+https://github.com/rust-lang/crates.io-index"
506
- checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5"
507
- dependencies = [
508
- "log",
509
- ]
510
-
511
427
  [[package]]
512
428
  name = "encoding_rs"
513
429
  version = "0.8.35"
@@ -540,13 +456,13 @@ dependencies = [
540
456
  "biblatex",
541
457
  "blake3",
542
458
  "handlebars",
543
- "mitex",
544
459
  "nucleo-matcher",
545
460
  "pyo3",
546
461
  "pythonize",
547
462
  "rayon",
548
463
  "regex",
549
464
  "serde_json",
465
+ "tex2typst-rs",
550
466
  "unicode-segmentation",
551
467
  "walkdir",
552
468
  "whichlang",
@@ -610,12 +526,6 @@ dependencies = [
610
526
  "percent-encoding",
611
527
  ]
612
528
 
613
- [[package]]
614
- name = "funty"
615
- version = "2.0.0"
616
- source = "registry+https://github.com/rust-lang/crates.io-index"
617
- checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
618
-
619
529
  [[package]]
620
530
  name = "futures-channel"
621
531
  version = "0.3.31"
@@ -666,15 +576,6 @@ dependencies = [
666
576
  "slab",
667
577
  ]
668
578
 
669
- [[package]]
670
- name = "fxhash"
671
- version = "0.2.1"
672
- source = "registry+https://github.com/rust-lang/crates.io-index"
673
- checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
674
- dependencies = [
675
- "byteorder",
676
- ]
677
-
678
579
  [[package]]
679
580
  name = "generic-array"
680
581
  version = "0.14.7"
@@ -749,21 +650,6 @@ dependencies = [
749
650
  "thiserror",
750
651
  ]
751
652
 
752
- [[package]]
753
- name = "hashbrown"
754
- version = "0.12.3"
755
- source = "registry+https://github.com/rust-lang/crates.io-index"
756
- checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
757
- dependencies = [
758
- "ahash",
759
- ]
760
-
761
- [[package]]
762
- name = "hashbrown"
763
- version = "0.14.5"
764
- source = "registry+https://github.com/rust-lang/crates.io-index"
765
- checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
766
-
767
653
  [[package]]
768
654
  name = "hashbrown"
769
655
  version = "0.15.2"
@@ -776,15 +662,6 @@ version = "0.5.0"
776
662
  source = "registry+https://github.com/rust-lang/crates.io-index"
777
663
  checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
778
664
 
779
- [[package]]
780
- name = "home"
781
- version = "0.5.11"
782
- source = "registry+https://github.com/rust-lang/crates.io-index"
783
- checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
784
- dependencies = [
785
- "windows-sys 0.59.0",
786
- ]
787
-
788
665
  [[package]]
789
666
  name = "http"
790
667
  version = "1.3.1"
@@ -1012,7 +889,7 @@ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
1012
889
  dependencies = [
1013
890
  "proc-macro2",
1014
891
  "quote",
1015
- "syn 2.0.100",
892
+ "syn",
1016
893
  ]
1017
894
 
1018
895
  [[package]]
@@ -1049,7 +926,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1049
926
  checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
1050
927
  dependencies = [
1051
928
  "equivalent",
1052
- "hashbrown 0.15.2",
929
+ "hashbrown",
1053
930
  ]
1054
931
 
1055
932
  [[package]]
@@ -1103,12 +980,6 @@ dependencies = [
1103
980
  "redox_syscall",
1104
981
  ]
1105
982
 
1106
- [[package]]
1107
- name = "linux-raw-sys"
1108
- version = "0.4.15"
1109
- source = "registry+https://github.com/rust-lang/crates.io-index"
1110
- checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1111
-
1112
983
  [[package]]
1113
984
  name = "linux-raw-sys"
1114
985
  version = "0.9.3"
@@ -1127,38 +998,6 @@ version = "0.4.27"
1127
998
  source = "registry+https://github.com/rust-lang/crates.io-index"
1128
999
  checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
1129
1000
 
1130
- [[package]]
1131
- name = "logos"
1132
- version = "0.13.0"
1133
- source = "registry+https://github.com/rust-lang/crates.io-index"
1134
- checksum = "c000ca4d908ff18ac99b93a062cb8958d331c3220719c52e77cb19cc6ac5d2c1"
1135
- dependencies = [
1136
- "logos-derive",
1137
- ]
1138
-
1139
- [[package]]
1140
- name = "logos-codegen"
1141
- version = "0.13.0"
1142
- source = "registry+https://github.com/rust-lang/crates.io-index"
1143
- checksum = "dc487311295e0002e452025d6b580b77bb17286de87b57138f3b5db711cded68"
1144
- dependencies = [
1145
- "beef",
1146
- "fnv",
1147
- "proc-macro2",
1148
- "quote",
1149
- "regex-syntax 0.6.29",
1150
- "syn 2.0.100",
1151
- ]
1152
-
1153
- [[package]]
1154
- name = "logos-derive"
1155
- version = "0.13.0"
1156
- source = "registry+https://github.com/rust-lang/crates.io-index"
1157
- checksum = "dbfc0d229f1f42d790440136d941afd806bc9e949e2bcb8faa813b0f00d1267e"
1158
- dependencies = [
1159
- "logos-codegen",
1160
- ]
1161
-
1162
1001
  [[package]]
1163
1002
  name = "memchr"
1164
1003
  version = "2.7.4"
@@ -1200,75 +1039,6 @@ dependencies = [
1200
1039
  "windows-sys 0.52.0",
1201
1040
  ]
1202
1041
 
1203
- [[package]]
1204
- name = "mitex"
1205
- version = "0.2.4"
1206
- source = "registry+https://github.com/rust-lang/crates.io-index"
1207
- checksum = "81f1eb466efdd212fe624f8bf24083f21d582f2d08e3b879bc4a059b25969d6c"
1208
- dependencies = [
1209
- "mitex-parser",
1210
- "mitex-spec-gen",
1211
- "rowan",
1212
- ]
1213
-
1214
- [[package]]
1215
- name = "mitex-glob"
1216
- version = "0.2.4"
1217
- source = "registry+https://github.com/rust-lang/crates.io-index"
1218
- checksum = "c3074187856f137e3392e906daefa2fdc993175d1c7d55ff1348e3bb9321d415"
1219
-
1220
- [[package]]
1221
- name = "mitex-lexer"
1222
- version = "0.2.4"
1223
- source = "registry+https://github.com/rust-lang/crates.io-index"
1224
- checksum = "0fd0a245774eed6cbf0df25bc3a9c6cc64445a5ea2c3a241f1c9691d83ae214b"
1225
- dependencies = [
1226
- "ecow",
1227
- "ena",
1228
- "fxhash",
1229
- "logos",
1230
- "mitex-spec",
1231
- "once_cell",
1232
- ]
1233
-
1234
- [[package]]
1235
- name = "mitex-parser"
1236
- version = "0.2.4"
1237
- source = "registry+https://github.com/rust-lang/crates.io-index"
1238
- checksum = "1a42a2f86c46d250802262387dfb1d6bb18affd2d99328bbe4dbd12ce294c3a4"
1239
- dependencies = [
1240
- "mitex-glob",
1241
- "mitex-lexer",
1242
- "mitex-spec",
1243
- "rowan",
1244
- ]
1245
-
1246
- [[package]]
1247
- name = "mitex-spec"
1248
- version = "0.2.4"
1249
- source = "registry+https://github.com/rust-lang/crates.io-index"
1250
- checksum = "12ecaa5f36d60e2d64ea5508d1be44b1c19daa50518f5b8425f36697fdc60509"
1251
- dependencies = [
1252
- "fxhash",
1253
- "rkyv",
1254
- "serde",
1255
- "serde_json",
1256
- ]
1257
-
1258
- [[package]]
1259
- name = "mitex-spec-gen"
1260
- version = "0.2.4"
1261
- source = "registry+https://github.com/rust-lang/crates.io-index"
1262
- checksum = "a1e9ef918ec9c2a14e60ebb20275684b483d23afb5c3314127c9eb46ce74ae68"
1263
- dependencies = [
1264
- "anyhow",
1265
- "mitex-spec",
1266
- "once_cell",
1267
- "serde",
1268
- "serde_json",
1269
- "which",
1270
- ]
1271
-
1272
1042
  [[package]]
1273
1043
  name = "native-tls"
1274
1044
  version = "0.2.14"
@@ -1355,7 +1125,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1355
1125
  dependencies = [
1356
1126
  "proc-macro2",
1357
1127
  "quote",
1358
- "syn 2.0.100",
1128
+ "syn",
1359
1129
  ]
1360
1130
 
1361
1131
  [[package]]
@@ -1425,7 +1195,7 @@ dependencies = [
1425
1195
  "pest_meta",
1426
1196
  "proc-macro2",
1427
1197
  "quote",
1428
- "syn 2.0.100",
1198
+ "syn",
1429
1199
  ]
1430
1200
 
1431
1201
  [[package]]
@@ -1439,6 +1209,48 @@ dependencies = [
1439
1209
  "sha2",
1440
1210
  ]
1441
1211
 
1212
+ [[package]]
1213
+ name = "phf"
1214
+ version = "0.11.3"
1215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1216
+ checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
1217
+ dependencies = [
1218
+ "phf_macros",
1219
+ "phf_shared",
1220
+ ]
1221
+
1222
+ [[package]]
1223
+ name = "phf_generator"
1224
+ version = "0.11.3"
1225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1226
+ checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
1227
+ dependencies = [
1228
+ "phf_shared",
1229
+ "rand",
1230
+ ]
1231
+
1232
+ [[package]]
1233
+ name = "phf_macros"
1234
+ version = "0.11.3"
1235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1236
+ checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
1237
+ dependencies = [
1238
+ "phf_generator",
1239
+ "phf_shared",
1240
+ "proc-macro2",
1241
+ "quote",
1242
+ "syn",
1243
+ ]
1244
+
1245
+ [[package]]
1246
+ name = "phf_shared"
1247
+ version = "0.11.3"
1248
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1249
+ checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
1250
+ dependencies = [
1251
+ "siphasher",
1252
+ ]
1253
+
1442
1254
  [[package]]
1443
1255
  name = "pin-project-lite"
1444
1256
  version = "0.2.16"
@@ -1472,26 +1284,6 @@ dependencies = [
1472
1284
  "unicode-ident",
1473
1285
  ]
1474
1286
 
1475
- [[package]]
1476
- name = "ptr_meta"
1477
- version = "0.1.4"
1478
- source = "registry+https://github.com/rust-lang/crates.io-index"
1479
- checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
1480
- dependencies = [
1481
- "ptr_meta_derive",
1482
- ]
1483
-
1484
- [[package]]
1485
- name = "ptr_meta_derive"
1486
- version = "0.1.4"
1487
- source = "registry+https://github.com/rust-lang/crates.io-index"
1488
- checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
1489
- dependencies = [
1490
- "proc-macro2",
1491
- "quote",
1492
- "syn 1.0.109",
1493
- ]
1494
-
1495
1287
  [[package]]
1496
1288
  name = "pyo3"
1497
1289
  version = "0.23.5"
@@ -1539,7 +1331,7 @@ dependencies = [
1539
1331
  "proc-macro2",
1540
1332
  "pyo3-macros-backend",
1541
1333
  "quote",
1542
- "syn 2.0.100",
1334
+ "syn",
1543
1335
  ]
1544
1336
 
1545
1337
  [[package]]
@@ -1552,7 +1344,7 @@ dependencies = [
1552
1344
  "proc-macro2",
1553
1345
  "pyo3-build-config",
1554
1346
  "quote",
1555
- "syn 2.0.100",
1347
+ "syn",
1556
1348
  ]
1557
1349
 
1558
1350
  [[package]]
@@ -1581,10 +1373,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1581
1373
  checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
1582
1374
 
1583
1375
  [[package]]
1584
- name = "radium"
1585
- version = "0.7.0"
1376
+ name = "rand"
1377
+ version = "0.8.5"
1378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1379
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1380
+ dependencies = [
1381
+ "rand_core",
1382
+ ]
1383
+
1384
+ [[package]]
1385
+ name = "rand_core"
1386
+ version = "0.6.4"
1586
1387
  source = "registry+https://github.com/rust-lang/crates.io-index"
1587
- checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
1388
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1588
1389
 
1589
1390
  [[package]]
1590
1391
  name = "rayon"
@@ -1635,7 +1436,7 @@ dependencies = [
1635
1436
  "aho-corasick",
1636
1437
  "memchr",
1637
1438
  "regex-automata",
1638
- "regex-syntax 0.8.5",
1439
+ "regex-syntax",
1639
1440
  ]
1640
1441
 
1641
1442
  [[package]]
@@ -1646,30 +1447,15 @@ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1646
1447
  dependencies = [
1647
1448
  "aho-corasick",
1648
1449
  "memchr",
1649
- "regex-syntax 0.8.5",
1450
+ "regex-syntax",
1650
1451
  ]
1651
1452
 
1652
- [[package]]
1653
- name = "regex-syntax"
1654
- version = "0.6.29"
1655
- source = "registry+https://github.com/rust-lang/crates.io-index"
1656
- checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
1657
-
1658
1453
  [[package]]
1659
1454
  name = "regex-syntax"
1660
1455
  version = "0.8.5"
1661
1456
  source = "registry+https://github.com/rust-lang/crates.io-index"
1662
1457
  checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1663
1458
 
1664
- [[package]]
1665
- name = "rend"
1666
- version = "0.4.2"
1667
- source = "registry+https://github.com/rust-lang/crates.io-index"
1668
- checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
1669
- dependencies = [
1670
- "bytecheck",
1671
- ]
1672
-
1673
1459
  [[package]]
1674
1460
  name = "reqwest"
1675
1461
  version = "0.12.15"
@@ -1729,72 +1515,12 @@ dependencies = [
1729
1515
  "windows-sys 0.52.0",
1730
1516
  ]
1731
1517
 
1732
- [[package]]
1733
- name = "rkyv"
1734
- version = "0.7.45"
1735
- source = "registry+https://github.com/rust-lang/crates.io-index"
1736
- checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
1737
- dependencies = [
1738
- "bitvec",
1739
- "bytecheck",
1740
- "bytes",
1741
- "hashbrown 0.12.3",
1742
- "ptr_meta",
1743
- "rend",
1744
- "rkyv_derive",
1745
- "seahash",
1746
- "tinyvec",
1747
- "uuid",
1748
- ]
1749
-
1750
- [[package]]
1751
- name = "rkyv_derive"
1752
- version = "0.7.45"
1753
- source = "registry+https://github.com/rust-lang/crates.io-index"
1754
- checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
1755
- dependencies = [
1756
- "proc-macro2",
1757
- "quote",
1758
- "syn 1.0.109",
1759
- ]
1760
-
1761
- [[package]]
1762
- name = "rowan"
1763
- version = "0.15.16"
1764
- source = "registry+https://github.com/rust-lang/crates.io-index"
1765
- checksum = "0a542b0253fa46e632d27a1dc5cf7b930de4df8659dc6e720b647fc72147ae3d"
1766
- dependencies = [
1767
- "countme",
1768
- "hashbrown 0.14.5",
1769
- "rustc-hash",
1770
- "text-size",
1771
- ]
1772
-
1773
1518
  [[package]]
1774
1519
  name = "rustc-demangle"
1775
1520
  version = "0.1.24"
1776
1521
  source = "registry+https://github.com/rust-lang/crates.io-index"
1777
1522
  checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
1778
1523
 
1779
- [[package]]
1780
- name = "rustc-hash"
1781
- version = "1.1.0"
1782
- source = "registry+https://github.com/rust-lang/crates.io-index"
1783
- checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1784
-
1785
- [[package]]
1786
- name = "rustix"
1787
- version = "0.38.44"
1788
- source = "registry+https://github.com/rust-lang/crates.io-index"
1789
- checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
1790
- dependencies = [
1791
- "bitflags",
1792
- "errno",
1793
- "libc",
1794
- "linux-raw-sys 0.4.15",
1795
- "windows-sys 0.59.0",
1796
- ]
1797
-
1798
1524
  [[package]]
1799
1525
  name = "rustix"
1800
1526
  version = "1.0.3"
@@ -1804,7 +1530,7 @@ dependencies = [
1804
1530
  "bitflags",
1805
1531
  "errno",
1806
1532
  "libc",
1807
- "linux-raw-sys 0.9.3",
1533
+ "linux-raw-sys",
1808
1534
  "windows-sys 0.59.0",
1809
1535
  ]
1810
1536
 
@@ -1877,12 +1603,6 @@ dependencies = [
1877
1603
  "windows-sys 0.59.0",
1878
1604
  ]
1879
1605
 
1880
- [[package]]
1881
- name = "seahash"
1882
- version = "4.1.0"
1883
- source = "registry+https://github.com/rust-lang/crates.io-index"
1884
- checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
1885
-
1886
1606
  [[package]]
1887
1607
  name = "security-framework"
1888
1608
  version = "2.11.1"
@@ -1923,7 +1643,7 @@ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
1923
1643
  dependencies = [
1924
1644
  "proc-macro2",
1925
1645
  "quote",
1926
- "syn 2.0.100",
1646
+ "syn",
1927
1647
  ]
1928
1648
 
1929
1649
  [[package]]
@@ -1968,10 +1688,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1968
1688
  checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1969
1689
 
1970
1690
  [[package]]
1971
- name = "simdutf8"
1972
- version = "0.1.5"
1691
+ name = "siphasher"
1692
+ version = "1.0.1"
1973
1693
  source = "registry+https://github.com/rust-lang/crates.io-index"
1974
- checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
1694
+ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
1975
1695
 
1976
1696
  [[package]]
1977
1697
  name = "slab"
@@ -2029,7 +1749,7 @@ dependencies = [
2029
1749
  "proc-macro2",
2030
1750
  "quote",
2031
1751
  "rustversion",
2032
- "syn 2.0.100",
1752
+ "syn",
2033
1753
  ]
2034
1754
 
2035
1755
  [[package]]
@@ -2038,17 +1758,6 @@ version = "2.6.1"
2038
1758
  source = "registry+https://github.com/rust-lang/crates.io-index"
2039
1759
  checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2040
1760
 
2041
- [[package]]
2042
- name = "syn"
2043
- version = "1.0.109"
2044
- source = "registry+https://github.com/rust-lang/crates.io-index"
2045
- checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2046
- dependencies = [
2047
- "proc-macro2",
2048
- "quote",
2049
- "unicode-ident",
2050
- ]
2051
-
2052
1761
  [[package]]
2053
1762
  name = "syn"
2054
1763
  version = "2.0.100"
@@ -2077,7 +1786,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
2077
1786
  dependencies = [
2078
1787
  "proc-macro2",
2079
1788
  "quote",
2080
- "syn 2.0.100",
1789
+ "syn",
2081
1790
  ]
2082
1791
 
2083
1792
  [[package]]
@@ -2101,12 +1810,6 @@ dependencies = [
2101
1810
  "libc",
2102
1811
  ]
2103
1812
 
2104
- [[package]]
2105
- name = "tap"
2106
- version = "1.0.1"
2107
- source = "registry+https://github.com/rust-lang/crates.io-index"
2108
- checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2109
-
2110
1813
  [[package]]
2111
1814
  name = "tar"
2112
1815
  version = "0.4.44"
@@ -2133,15 +1836,19 @@ dependencies = [
2133
1836
  "fastrand",
2134
1837
  "getrandom 0.3.2",
2135
1838
  "once_cell",
2136
- "rustix 1.0.3",
1839
+ "rustix",
2137
1840
  "windows-sys 0.59.0",
2138
1841
  ]
2139
1842
 
2140
1843
  [[package]]
2141
- name = "text-size"
2142
- version = "1.1.1"
1844
+ name = "tex2typst-rs"
1845
+ version = "0.4.1"
2143
1846
  source = "registry+https://github.com/rust-lang/crates.io-index"
2144
- checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233"
1847
+ checksum = "3b0b6b6ad0966ace50ba5e817e4f48d759857c015f5936d4976232df786d432d"
1848
+ dependencies = [
1849
+ "phf",
1850
+ "regex",
1851
+ ]
2145
1852
 
2146
1853
  [[package]]
2147
1854
  name = "thiserror"
@@ -2160,7 +1867,7 @@ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
2160
1867
  dependencies = [
2161
1868
  "proc-macro2",
2162
1869
  "quote",
2163
- "syn 2.0.100",
1870
+ "syn",
2164
1871
  ]
2165
1872
 
2166
1873
  [[package]]
@@ -2380,12 +2087,6 @@ version = "0.2.2"
2380
2087
  source = "registry+https://github.com/rust-lang/crates.io-index"
2381
2088
  checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2382
2089
 
2383
- [[package]]
2384
- name = "uuid"
2385
- version = "1.16.0"
2386
- source = "registry+https://github.com/rust-lang/crates.io-index"
2387
- checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
2388
-
2389
2090
  [[package]]
2390
2091
  name = "vcpkg"
2391
2092
  version = "0.2.15"
@@ -2454,7 +2155,7 @@ dependencies = [
2454
2155
  "log",
2455
2156
  "proc-macro2",
2456
2157
  "quote",
2457
- "syn 2.0.100",
2158
+ "syn",
2458
2159
  "wasm-bindgen-shared",
2459
2160
  ]
2460
2161
 
@@ -2489,7 +2190,7 @@ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2489
2190
  dependencies = [
2490
2191
  "proc-macro2",
2491
2192
  "quote",
2492
- "syn 2.0.100",
2193
+ "syn",
2493
2194
  "wasm-bindgen-backend",
2494
2195
  "wasm-bindgen-shared",
2495
2196
  ]
@@ -2513,19 +2214,6 @@ dependencies = [
2513
2214
  "wasm-bindgen",
2514
2215
  ]
2515
2216
 
2516
- [[package]]
2517
- name = "which"
2518
- version = "5.0.0"
2519
- source = "registry+https://github.com/rust-lang/crates.io-index"
2520
- checksum = "9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14"
2521
- dependencies = [
2522
- "either",
2523
- "home",
2524
- "once_cell",
2525
- "rustix 0.38.44",
2526
- "windows-sys 0.48.0",
2527
- ]
2528
-
2529
2217
  [[package]]
2530
2218
  name = "whichlang"
2531
2219
  version = "0.1.1"
@@ -2576,15 +2264,6 @@ dependencies = [
2576
2264
  "windows-link",
2577
2265
  ]
2578
2266
 
2579
- [[package]]
2580
- name = "windows-sys"
2581
- version = "0.48.0"
2582
- source = "registry+https://github.com/rust-lang/crates.io-index"
2583
- checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2584
- dependencies = [
2585
- "windows-targets 0.48.5",
2586
- ]
2587
-
2588
2267
  [[package]]
2589
2268
  name = "windows-sys"
2590
2269
  version = "0.52.0"
@@ -2603,21 +2282,6 @@ dependencies = [
2603
2282
  "windows-targets 0.52.6",
2604
2283
  ]
2605
2284
 
2606
- [[package]]
2607
- name = "windows-targets"
2608
- version = "0.48.5"
2609
- source = "registry+https://github.com/rust-lang/crates.io-index"
2610
- checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2611
- dependencies = [
2612
- "windows_aarch64_gnullvm 0.48.5",
2613
- "windows_aarch64_msvc 0.48.5",
2614
- "windows_i686_gnu 0.48.5",
2615
- "windows_i686_msvc 0.48.5",
2616
- "windows_x86_64_gnu 0.48.5",
2617
- "windows_x86_64_gnullvm 0.48.5",
2618
- "windows_x86_64_msvc 0.48.5",
2619
- ]
2620
-
2621
2285
  [[package]]
2622
2286
  name = "windows-targets"
2623
2287
  version = "0.52.6"
@@ -2650,12 +2314,6 @@ dependencies = [
2650
2314
  "windows_x86_64_msvc 0.53.0",
2651
2315
  ]
2652
2316
 
2653
- [[package]]
2654
- name = "windows_aarch64_gnullvm"
2655
- version = "0.48.5"
2656
- source = "registry+https://github.com/rust-lang/crates.io-index"
2657
- checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2658
-
2659
2317
  [[package]]
2660
2318
  name = "windows_aarch64_gnullvm"
2661
2319
  version = "0.52.6"
@@ -2668,12 +2326,6 @@ version = "0.53.0"
2668
2326
  source = "registry+https://github.com/rust-lang/crates.io-index"
2669
2327
  checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
2670
2328
 
2671
- [[package]]
2672
- name = "windows_aarch64_msvc"
2673
- version = "0.48.5"
2674
- source = "registry+https://github.com/rust-lang/crates.io-index"
2675
- checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2676
-
2677
2329
  [[package]]
2678
2330
  name = "windows_aarch64_msvc"
2679
2331
  version = "0.52.6"
@@ -2686,12 +2338,6 @@ version = "0.53.0"
2686
2338
  source = "registry+https://github.com/rust-lang/crates.io-index"
2687
2339
  checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
2688
2340
 
2689
- [[package]]
2690
- name = "windows_i686_gnu"
2691
- version = "0.48.5"
2692
- source = "registry+https://github.com/rust-lang/crates.io-index"
2693
- checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2694
-
2695
2341
  [[package]]
2696
2342
  name = "windows_i686_gnu"
2697
2343
  version = "0.52.6"
@@ -2716,12 +2362,6 @@ version = "0.53.0"
2716
2362
  source = "registry+https://github.com/rust-lang/crates.io-index"
2717
2363
  checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
2718
2364
 
2719
- [[package]]
2720
- name = "windows_i686_msvc"
2721
- version = "0.48.5"
2722
- source = "registry+https://github.com/rust-lang/crates.io-index"
2723
- checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2724
-
2725
2365
  [[package]]
2726
2366
  name = "windows_i686_msvc"
2727
2367
  version = "0.52.6"
@@ -2734,12 +2374,6 @@ version = "0.53.0"
2734
2374
  source = "registry+https://github.com/rust-lang/crates.io-index"
2735
2375
  checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
2736
2376
 
2737
- [[package]]
2738
- name = "windows_x86_64_gnu"
2739
- version = "0.48.5"
2740
- source = "registry+https://github.com/rust-lang/crates.io-index"
2741
- checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2742
-
2743
2377
  [[package]]
2744
2378
  name = "windows_x86_64_gnu"
2745
2379
  version = "0.52.6"
@@ -2752,12 +2386,6 @@ version = "0.53.0"
2752
2386
  source = "registry+https://github.com/rust-lang/crates.io-index"
2753
2387
  checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
2754
2388
 
2755
- [[package]]
2756
- name = "windows_x86_64_gnullvm"
2757
- version = "0.48.5"
2758
- source = "registry+https://github.com/rust-lang/crates.io-index"
2759
- checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2760
-
2761
2389
  [[package]]
2762
2390
  name = "windows_x86_64_gnullvm"
2763
2391
  version = "0.52.6"
@@ -2770,12 +2398,6 @@ version = "0.53.0"
2770
2398
  source = "registry+https://github.com/rust-lang/crates.io-index"
2771
2399
  checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
2772
2400
 
2773
- [[package]]
2774
- name = "windows_x86_64_msvc"
2775
- version = "0.48.5"
2776
- source = "registry+https://github.com/rust-lang/crates.io-index"
2777
- checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2778
-
2779
2401
  [[package]]
2780
2402
  name = "windows_x86_64_msvc"
2781
2403
  version = "0.52.6"
@@ -2809,15 +2431,6 @@ version = "0.5.5"
2809
2431
  source = "registry+https://github.com/rust-lang/crates.io-index"
2810
2432
  checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
2811
2433
 
2812
- [[package]]
2813
- name = "wyz"
2814
- version = "0.5.1"
2815
- source = "registry+https://github.com/rust-lang/crates.io-index"
2816
- checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
2817
- dependencies = [
2818
- "tap",
2819
- ]
2820
-
2821
2434
  [[package]]
2822
2435
  name = "xattr"
2823
2436
  version = "1.5.0"
@@ -2825,7 +2438,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2825
2438
  checksum = "0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e"
2826
2439
  dependencies = [
2827
2440
  "libc",
2828
- "rustix 1.0.3",
2441
+ "rustix",
2829
2442
  ]
2830
2443
 
2831
2444
  [[package]]
@@ -2848,7 +2461,7 @@ checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
2848
2461
  dependencies = [
2849
2462
  "proc-macro2",
2850
2463
  "quote",
2851
- "syn 2.0.100",
2464
+ "syn",
2852
2465
  "synstructure",
2853
2466
  ]
2854
2467
 
@@ -2869,7 +2482,7 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2869
2482
  dependencies = [
2870
2483
  "proc-macro2",
2871
2484
  "quote",
2872
- "syn 2.0.100",
2485
+ "syn",
2873
2486
  "synstructure",
2874
2487
  ]
2875
2488
 
@@ -2898,5 +2511,5 @@ checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
2898
2511
  dependencies = [
2899
2512
  "proc-macro2",
2900
2513
  "quote",
2901
- "syn 2.0.100",
2514
+ "syn",
2902
2515
  ]