arrowspace 0.21.0__tar.gz → 0.24.8__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 (189) hide show
  1. {arrowspace-0.21.0 → arrowspace-0.24.8}/Cargo.lock +942 -12
  2. arrowspace-0.24.8/Cargo.toml +47 -0
  3. arrowspace-0.24.8/PKG-INFO +107 -0
  4. arrowspace-0.24.8/README.md +72 -0
  5. arrowspace-0.24.8/pyproject.toml +53 -0
  6. {arrowspace-0.21.0 → arrowspace-0.24.8}/src/helpers.rs +28 -2
  7. {arrowspace-0.21.0 → arrowspace-0.24.8}/src/lib.rs +250 -17
  8. arrowspace-0.24.8/src/sorted_index.rs +29 -0
  9. arrowspace-0.24.8/src/subgraphs.rs +87 -0
  10. arrowspace-0.24.8/tests/eigen_maps_params_learning.py +631 -0
  11. arrowspace-0.24.8/tests/energy_maps_params_learning.py +760 -0
  12. arrowspace-0.21.0/tests/test_0.py → arrowspace-0.24.8/tests/test_0_0.py +15 -8
  13. arrowspace-0.24.8/tests/test_0_1.py +96 -0
  14. arrowspace-0.24.8/tests/test_0_2_motives.py +62 -0
  15. arrowspace-0.24.8/tests/test_0_3_subgraphs.py +79 -0
  16. arrowspace-0.24.8/tests/test_10_CVE_sorted_set_fixed_eta.py +508 -0
  17. arrowspace-0.24.8/tests/test_11_CVE_eigenmaps_sorted_set.py +529 -0
  18. arrowspace-0.24.8/tests/test_12_BEIR.py +870 -0
  19. arrowspace-0.24.8/tests/test_13_msmarco_topology.py +554 -0
  20. arrowspace-0.24.8/tests/test_14_arxiv_open_search.py +668 -0
  21. {arrowspace-0.21.0 → arrowspace-0.24.8}/tests/test_2_CVE_db.py +197 -22
  22. {arrowspace-0.21.0 → arrowspace-0.24.8}/tests/test_8_CVE_db_sweep.py +4 -0
  23. {arrowspace-0.21.0 → arrowspace-0.24.8}/tests/test_9_CVE_db_fixed_eta.py +9 -5
  24. arrowspace-0.24.8/tests/topolog-embeddings/test_parametric_umap.py +404 -0
  25. arrowspace-0.24.8/tests/topolog-embeddings/test_whitening.py +252 -0
  26. arrowspace-0.21.0/.github/workflows/CI.yml +0 -175
  27. arrowspace-0.21.0/.github/workflows/python-publish.yml +0 -137
  28. arrowspace-0.21.0/Cargo.toml +0 -20
  29. arrowspace-0.21.0/PKG-INFO +0 -10
  30. arrowspace-0.21.0/pyproject.toml +0 -28
  31. arrowspace-0.21.0/tests/output/1760231695_v0_15/cve_comparison_metrics.csv +0 -4
  32. arrowspace-0.21.0/tests/output/1760231695_v0_15/cve_search_results.csv +0 -91
  33. arrowspace-0.21.0/tests/output/1760231695_v0_15/cve_summary.csv +0 -7
  34. arrowspace-0.21.0/tests/output/1760231695_v0_15/cve_tail_analysis.png +0 -0
  35. arrowspace-0.21.0/tests/output/1760231695_v0_15/cve_tail_metrics.csv +0 -10
  36. arrowspace-0.21.0/tests/output/1760231695_v0_15/cve_top10_comparison.png +0 -0
  37. arrowspace-0.21.0/tests/output/1760231695_v0_15/test_results.txt +0 -256
  38. arrowspace-0.21.0/tests/output/1760238942_v0_15/cve_tail_analysis.png +0 -0
  39. arrowspace-0.21.0/tests/output/1760238942_v0_15/cve_top10_comparison.png +0 -0
  40. arrowspace-0.21.0/tests/output/1760238942_v0_15/test_results.txt +0 -248
  41. arrowspace-0.21.0/tests/output/1760405824_v0_15_with_spec/cve_comparison_metrics.csv +0 -4
  42. arrowspace-0.21.0/tests/output/1760405824_v0_15_with_spec/cve_search_results.csv +0 -91
  43. arrowspace-0.21.0/tests/output/1760405824_v0_15_with_spec/cve_summary.csv +0 -7
  44. arrowspace-0.21.0/tests/output/1760405824_v0_15_with_spec/cve_tail_analysis.png +0 -0
  45. arrowspace-0.21.0/tests/output/1760405824_v0_15_with_spec/cve_tail_metrics.csv +0 -10
  46. arrowspace-0.21.0/tests/output/1760405824_v0_15_with_spec/cve_top10_comparison.png +0 -0
  47. arrowspace-0.21.0/tests/output/1760405824_v0_15_with_spec/test_results.txt +0 -259
  48. arrowspace-0.21.0/tests/output/1760485696_with_spec_new_data/cve_comparison_metrics.csv +0 -4
  49. arrowspace-0.21.0/tests/output/1760485696_with_spec_new_data/cve_search_results.csv +0 -91
  50. arrowspace-0.21.0/tests/output/1760485696_with_spec_new_data/cve_summary.csv +0 -7
  51. arrowspace-0.21.0/tests/output/1760485696_with_spec_new_data/cve_tail_analysis.png +0 -0
  52. arrowspace-0.21.0/tests/output/1760485696_with_spec_new_data/cve_tail_metrics.csv +0 -10
  53. arrowspace-0.21.0/tests/output/1760485696_with_spec_new_data/cve_top10_comparison.png +0 -0
  54. arrowspace-0.21.0/tests/output/1760485696_with_spec_new_data/test_results.txt +0 -257
  55. arrowspace-0.21.0/tests/output/1760626651_v0_15/cve_comparison_metrics.csv +0 -4
  56. arrowspace-0.21.0/tests/output/1760626651_v0_15/cve_search_results.csv +0 -91
  57. arrowspace-0.21.0/tests/output/1760626651_v0_15/cve_summary.csv +0 -7
  58. arrowspace-0.21.0/tests/output/1760626651_v0_15/cve_tail_analysis_v0_16.png +0 -0
  59. arrowspace-0.21.0/tests/output/1760626651_v0_15/cve_tail_metrics.csv +0 -10
  60. arrowspace-0.21.0/tests/output/1760626651_v0_15/cve_top10_comparison_v0_16.png +0 -0
  61. arrowspace-0.21.0/tests/output/1760626651_v0_15/test_results.txt +0 -251
  62. arrowspace-0.21.0/tests/output/1760705545_v0_16/cve_comparison_metrics.csv +0 -4
  63. arrowspace-0.21.0/tests/output/1760705545_v0_16/cve_search_results.csv +0 -91
  64. arrowspace-0.21.0/tests/output/1760705545_v0_16/cve_summary.csv +0 -7
  65. arrowspace-0.21.0/tests/output/1760705545_v0_16/cve_tail_analysis.png +0 -0
  66. arrowspace-0.21.0/tests/output/1760705545_v0_16/cve_tail_metrics.csv +0 -10
  67. arrowspace-0.21.0/tests/output/1760705545_v0_16/cve_top10_comparison.png +0 -0
  68. arrowspace-0.21.0/tests/output/1760705545_v0_16/test_results.txt +0 -247
  69. arrowspace-0.21.0/tests/output/1761047573_v0_17/cve_comparison_metrics.csv +0 -4
  70. arrowspace-0.21.0/tests/output/1761047573_v0_17/cve_search_results.csv +0 -136
  71. arrowspace-0.21.0/tests/output/1761047573_v0_17/cve_summary.csv +0 -7
  72. arrowspace-0.21.0/tests/output/1761047573_v0_17/cve_tail_analysis.png +0 -0
  73. arrowspace-0.21.0/tests/output/1761047573_v0_17/cve_tail_metrics.csv +0 -10
  74. arrowspace-0.21.0/tests/output/1761047573_v0_17/cve_top10_comparison.png +0 -0
  75. arrowspace-0.21.0/tests/output/1761047573_v0_17/test_results.txt +0 -248
  76. arrowspace-0.21.0/tests/output/1761063134_v0_17_beir-msmarco/beir_evaluation_results.json +0 -23
  77. arrowspace-0.21.0/tests/output/1761063134_v0_17_beir-msmarco/test_results.txt +0 -131
  78. arrowspace-0.21.0/tests/output/1761063804_v0_17_msmarco_tausweep/beir_tau_sweep_results.json +0 -53
  79. arrowspace-0.21.0/tests/output/1761063804_v0_17_msmarco_tausweep/test_results.txt +0 -272
  80. arrowspace-0.21.0/tests/output/1761065864_v0_17_msmarco_epssweep/beir_eps_sweep_results.json +0 -71
  81. arrowspace-0.21.0/tests/output/1761065864_v0_17_msmarco_epssweep/test_results.txt +0 -305
  82. arrowspace-0.21.0/tests/output/1761082320_v0_17_beir_new_score_6/test_results.txt +0 -105
  83. arrowspace-0.21.0/tests/output/1761082320_v0_17_beir_new_score_6/topology_aware_evaluation.json +0 -170
  84. arrowspace-0.21.0/tests/output/1761084560_v0_17_beir_new_score_6/test_results.txt +0 -105
  85. arrowspace-0.21.0/tests/output/1761084560_v0_17_beir_new_score_6/topology_aware_evaluation.json +0 -197
  86. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/improvement_heatmap.png +0 -0
  87. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/metrics_by_tau.png +0 -0
  88. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/per_query_comparison_tau_0.42.png +0 -0
  89. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/per_query_comparison_tau_0.55.png +0 -0
  90. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/per_query_comparison_tau_0.62.png +0 -0
  91. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/per_query_improvements_tau_0.42.png +0 -0
  92. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/per_query_improvements_tau_0.55.png +0 -0
  93. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/per_query_improvements_tau_0.62.png +0 -0
  94. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/radar_chart_tau_0.42.png +0 -0
  95. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/radar_chart_tau_0.55.png +0 -0
  96. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/radar_chart_tau_0.62.png +0 -0
  97. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/score_distributions_tau_0.42.png +0 -0
  98. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/score_distributions_tau_0.55.png +0 -0
  99. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/score_distributions_tau_0.62.png +0 -0
  100. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/summary_report.txt +0 -57
  101. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/topology_aware_tau_sweep.json +0 -549
  102. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/improvement_heatmap.png +0 -0
  103. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/metrics_by_tau.png +0 -0
  104. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/per_query_comparison_tau_0.42.png +0 -0
  105. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/per_query_comparison_tau_0.55.png +0 -0
  106. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/per_query_comparison_tau_0.62.png +0 -0
  107. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/per_query_improvements_tau_0.42.png +0 -0
  108. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/per_query_improvements_tau_0.55.png +0 -0
  109. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/per_query_improvements_tau_0.62.png +0 -0
  110. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/radar_chart_tau_0.42.png +0 -0
  111. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/radar_chart_tau_0.55.png +0 -0
  112. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/radar_chart_tau_0.62.png +0 -0
  113. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/score_distributions_tau_0.42.png +0 -0
  114. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/score_distributions_tau_0.55.png +0 -0
  115. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/score_distributions_tau_0.62.png +0 -0
  116. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/summary_report.txt +0 -58
  117. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/topology_aware_tau_sweep.json +0 -549
  118. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/improvement_heatmap.png +0 -0
  119. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/metrics_by_tau.png +0 -0
  120. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/per_query_comparison_tau_0.42.png +0 -0
  121. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/per_query_comparison_tau_0.55.png +0 -0
  122. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/per_query_comparison_tau_0.62.png +0 -0
  123. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/per_query_improvements_tau_0.42.png +0 -0
  124. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/per_query_improvements_tau_0.55.png +0 -0
  125. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/per_query_improvements_tau_0.62.png +0 -0
  126. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/radar_chart_tau_0.42.png +0 -0
  127. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/radar_chart_tau_0.55.png +0 -0
  128. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/radar_chart_tau_0.62.png +0 -0
  129. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/score_distributions_tau_0.42.png +0 -0
  130. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/score_distributions_tau_0.55.png +0 -0
  131. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/score_distributions_tau_0.62.png +0 -0
  132. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/summary_report.txt +0 -58
  133. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/topology_aware_tau_sweep.json +0 -549
  134. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/improvement_heatmap.png +0 -0
  135. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/metrics_by_tau.png +0 -0
  136. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/per_query_comparison_tau_0.0.png +0 -0
  137. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/per_query_comparison_tau_0.42.png +0 -0
  138. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/per_query_comparison_tau_0.62.png +0 -0
  139. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/per_query_comparison_tau_0.8.png +0 -0
  140. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/per_query_improvements_tau_0.0.png +0 -0
  141. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/per_query_improvements_tau_0.42.png +0 -0
  142. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/per_query_improvements_tau_0.62.png +0 -0
  143. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/per_query_improvements_tau_0.8.png +0 -0
  144. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/radar_chart_tau_0.0.png +0 -0
  145. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/radar_chart_tau_0.42.png +0 -0
  146. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/radar_chart_tau_0.62.png +0 -0
  147. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/radar_chart_tau_0.8.png +0 -0
  148. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/score_distributions_tau_0.0.png +0 -0
  149. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/score_distributions_tau_0.42.png +0 -0
  150. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/score_distributions_tau_0.62.png +0 -0
  151. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/score_distributions_tau_0.8.png +0 -0
  152. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/summary_report.txt +0 -71
  153. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/topology_aware_tau_sweep.json +0 -725
  154. arrowspace-0.21.0/tests/output/1761234699_v0_18_energymaps_8_sweep/diffusion_sweep_heatmaps.png +0 -0
  155. arrowspace-0.21.0/tests/output/1761234699_v0_18_energymaps_8_sweep/diffusion_sweep_results.csv +0 -17
  156. arrowspace-0.21.0/tests/output/1761234699_v0_18_energymaps_8_sweep/test_results.txt +0 -740
  157. arrowspace-0.21.0/tests/output/1761239603_v0_18_energymaps_9_fixed/diffusion_sweep_heatmaps.png +0 -0
  158. arrowspace-0.21.0/tests/output/1761239603_v0_18_energymaps_9_fixed/diffusion_sweep_results.csv +0 -2
  159. arrowspace-0.21.0/tests/output/1761239603_v0_18_energymaps_9_fixed/test_results.txt +0 -95
  160. arrowspace-0.21.0/tests/output/1761390983_v0_18_1_energymaps_9_sweep/diffusion_sweep_heatmaps.png +0 -0
  161. arrowspace-0.21.0/tests/output/1761390983_v0_18_1_energymaps_9_sweep/diffusion_sweep_results.csv +0 -11
  162. arrowspace-0.21.0/tests/output/1761390983_v0_18_1_energymaps_9_sweep/test_results.txt +0 -482
  163. arrowspace-0.21.0/tests/output/1761485294_v0_18_4_energymaps_9_sweep/diffusion_sweep_heatmaps.png +0 -0
  164. arrowspace-0.21.0/tests/output/1761485294_v0_18_4_energymaps_9_sweep/diffusion_sweep_results.csv +0 -21
  165. arrowspace-0.21.0/tests/output/1761485294_v0_18_4_energymaps_9_sweep/test_results.txt +0 -849
  166. arrowspace-0.21.0/tests/output/1761566447_v0_20_1_energymaps_9_sweep_90k/diffusion_sweep_heatmaps.png +0 -0
  167. arrowspace-0.21.0/tests/output/1761566447_v0_20_1_energymaps_9_sweep_90k/diffusion_sweep_results.csv +0 -21
  168. arrowspace-0.21.0/tests/output/1761566447_v0_20_1_energymaps_9_sweep_90k/test_results.txt +0 -702
  169. arrowspace-0.21.0/tests/output/1761567896_v0_20_1_energymaps_9_sweep_300k/diffusion_sweep_heatmaps.png +0 -0
  170. arrowspace-0.21.0/tests/output/1761567896_v0_20_1_energymaps_9_sweep_300k/diffusion_sweep_results.csv +0 -21
  171. arrowspace-0.21.0/tests/output/1761567896_v0_20_1_energymaps_9_sweep_300k/test_results.txt +0 -703
  172. arrowspace-0.21.0/tests/output/1761567994_v0_21_0_energymaps_9_sweep_300k/diffusion_sweep_heatmaps.png +0 -0
  173. arrowspace-0.21.0/tests/output/1761567994_v0_21_0_energymaps_9_sweep_300k/diffusion_sweep_results.csv +0 -13
  174. arrowspace-0.21.0/tests/output/1761567994_v0_21_0_energymaps_9_sweep_300k/test_results.txt +0 -439
  175. arrowspace-0.21.0/tests/output/CVE-taumode_cosine_eps.csv +0 -15
  176. arrowspace-0.21.0/tests/small_datasets/vectors_data_3000.txt +0 -3000
  177. {arrowspace-0.21.0 → arrowspace-0.24.8}/LICENSE +0 -0
  178. {arrowspace-0.21.0 → arrowspace-0.24.8}/src/energyparams.rs +0 -0
  179. {arrowspace-0.21.0 → arrowspace-0.24.8}/src/tests.rs +0 -0
  180. {arrowspace-0.21.0 → arrowspace-0.24.8}/src/tests_python.rs +0 -0
  181. {arrowspace-0.21.0 → arrowspace-0.24.8}/tests/__init__.py +0 -0
  182. {arrowspace-0.21.0 → arrowspace-0.24.8}/tests/embeddings_model.py +0 -0
  183. {arrowspace-0.21.0 → arrowspace-0.24.8}/tests/requirements.txt +0 -0
  184. {arrowspace-0.21.0 → arrowspace-0.24.8}/tests/test_1_quora_questions.py +0 -0
  185. {arrowspace-0.21.0 → arrowspace-0.24.8}/tests/test_3_beir.py +0 -0
  186. {arrowspace-0.21.0 → arrowspace-0.24.8}/tests/test_4_msmarco_tau_sweep.py +0 -0
  187. {arrowspace-0.21.0 → arrowspace-0.24.8}/tests/test_5_msmarco_eps_sweep.py +0 -0
  188. {arrowspace-0.21.0 → arrowspace-0.24.8}/tests/test_6_beir_new_score.py +0 -0
  189. {arrowspace-0.21.0 → arrowspace-0.24.8}/tests/test_7_beir_new_score_sweep.py +0 -0
@@ -2,6 +2,26 @@
2
2
  # It is not intended for manual editing.
3
3
  version = 4
4
4
 
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "ahash"
13
+ version = "0.8.12"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
16
+ dependencies = [
17
+ "cfg-if",
18
+ "const-random",
19
+ "getrandom 0.3.3",
20
+ "once_cell",
21
+ "version_check",
22
+ "zerocopy",
23
+ ]
24
+
5
25
  [[package]]
6
26
  name = "aho-corasick"
7
27
  version = "1.1.3"
@@ -22,6 +42,30 @@ dependencies = [
22
42
  "num-traits",
23
43
  ]
24
44
 
45
+ [[package]]
46
+ name = "alloc-no-stdlib"
47
+ version = "2.0.4"
48
+ source = "registry+https://github.com/rust-lang/crates.io-index"
49
+ checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
50
+
51
+ [[package]]
52
+ name = "alloc-stdlib"
53
+ version = "0.2.2"
54
+ source = "registry+https://github.com/rust-lang/crates.io-index"
55
+ checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
56
+ dependencies = [
57
+ "alloc-no-stdlib",
58
+ ]
59
+
60
+ [[package]]
61
+ name = "android_system_properties"
62
+ version = "0.1.5"
63
+ source = "registry+https://github.com/rust-lang/crates.io-index"
64
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
65
+ dependencies = [
66
+ "libc",
67
+ ]
68
+
25
69
  [[package]]
26
70
  name = "anstream"
27
71
  version = "0.6.20"
@@ -90,24 +134,260 @@ dependencies = [
90
134
  "num-traits",
91
135
  ]
92
136
 
137
+ [[package]]
138
+ name = "arc-swap"
139
+ version = "1.7.1"
140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
141
+ checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
142
+
143
+ [[package]]
144
+ name = "arrow"
145
+ version = "57.1.0"
146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
147
+ checksum = "cb372a7cbcac02a35d3fb7b3fc1f969ec078e871f9bb899bf00a2e1809bec8a3"
148
+ dependencies = [
149
+ "arrow-arith",
150
+ "arrow-array",
151
+ "arrow-buffer",
152
+ "arrow-cast",
153
+ "arrow-csv",
154
+ "arrow-data",
155
+ "arrow-ipc",
156
+ "arrow-json",
157
+ "arrow-ord",
158
+ "arrow-row",
159
+ "arrow-schema",
160
+ "arrow-select",
161
+ "arrow-string",
162
+ ]
163
+
164
+ [[package]]
165
+ name = "arrow-arith"
166
+ version = "57.1.0"
167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
168
+ checksum = "0f377dcd19e440174596d83deb49cd724886d91060c07fec4f67014ef9d54049"
169
+ dependencies = [
170
+ "arrow-array",
171
+ "arrow-buffer",
172
+ "arrow-data",
173
+ "arrow-schema",
174
+ "chrono",
175
+ "num-traits",
176
+ ]
177
+
178
+ [[package]]
179
+ name = "arrow-array"
180
+ version = "57.1.0"
181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
182
+ checksum = "a23eaff85a44e9fa914660fb0d0bb00b79c4a3d888b5334adb3ea4330c84f002"
183
+ dependencies = [
184
+ "ahash",
185
+ "arrow-buffer",
186
+ "arrow-data",
187
+ "arrow-schema",
188
+ "chrono",
189
+ "half",
190
+ "hashbrown 0.16.1",
191
+ "num-complex 0.4.6",
192
+ "num-integer",
193
+ "num-traits",
194
+ ]
195
+
196
+ [[package]]
197
+ name = "arrow-buffer"
198
+ version = "57.1.0"
199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
200
+ checksum = "a2819d893750cb3380ab31ebdc8c68874dd4429f90fd09180f3c93538bd21626"
201
+ dependencies = [
202
+ "bytes",
203
+ "half",
204
+ "num-bigint",
205
+ "num-traits",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "arrow-cast"
210
+ version = "57.1.0"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "e3d131abb183f80c450d4591dc784f8d7750c50c6e2bc3fcaad148afc8361271"
213
+ dependencies = [
214
+ "arrow-array",
215
+ "arrow-buffer",
216
+ "arrow-data",
217
+ "arrow-ord",
218
+ "arrow-schema",
219
+ "arrow-select",
220
+ "atoi",
221
+ "base64",
222
+ "chrono",
223
+ "half",
224
+ "lexical-core",
225
+ "num-traits",
226
+ "ryu",
227
+ ]
228
+
229
+ [[package]]
230
+ name = "arrow-csv"
231
+ version = "57.1.0"
232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
233
+ checksum = "2275877a0e5e7e7c76954669366c2aa1a829e340ab1f612e647507860906fb6b"
234
+ dependencies = [
235
+ "arrow-array",
236
+ "arrow-cast",
237
+ "arrow-schema",
238
+ "chrono",
239
+ "csv",
240
+ "csv-core",
241
+ "regex",
242
+ ]
243
+
244
+ [[package]]
245
+ name = "arrow-data"
246
+ version = "57.1.0"
247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
248
+ checksum = "05738f3d42cb922b9096f7786f606fcb8669260c2640df8490533bb2fa38c9d3"
249
+ dependencies = [
250
+ "arrow-buffer",
251
+ "arrow-schema",
252
+ "half",
253
+ "num-integer",
254
+ "num-traits",
255
+ ]
256
+
257
+ [[package]]
258
+ name = "arrow-ipc"
259
+ version = "57.1.0"
260
+ source = "registry+https://github.com/rust-lang/crates.io-index"
261
+ checksum = "3d09446e8076c4b3f235603d9ea7c5494e73d441b01cd61fb33d7254c11964b3"
262
+ dependencies = [
263
+ "arrow-array",
264
+ "arrow-buffer",
265
+ "arrow-data",
266
+ "arrow-schema",
267
+ "arrow-select",
268
+ "flatbuffers",
269
+ ]
270
+
271
+ [[package]]
272
+ name = "arrow-json"
273
+ version = "57.1.0"
274
+ source = "registry+https://github.com/rust-lang/crates.io-index"
275
+ checksum = "371ffd66fa77f71d7628c63f209c9ca5341081051aa32f9c8020feb0def787c0"
276
+ dependencies = [
277
+ "arrow-array",
278
+ "arrow-buffer",
279
+ "arrow-cast",
280
+ "arrow-data",
281
+ "arrow-schema",
282
+ "chrono",
283
+ "half",
284
+ "indexmap",
285
+ "itoa",
286
+ "lexical-core",
287
+ "memchr",
288
+ "num-traits",
289
+ "ryu",
290
+ "serde_core",
291
+ "serde_json",
292
+ "simdutf8",
293
+ ]
294
+
295
+ [[package]]
296
+ name = "arrow-ord"
297
+ version = "57.1.0"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "cbc94fc7adec5d1ba9e8cd1b1e8d6f72423b33fe978bf1f46d970fafab787521"
300
+ dependencies = [
301
+ "arrow-array",
302
+ "arrow-buffer",
303
+ "arrow-data",
304
+ "arrow-schema",
305
+ "arrow-select",
306
+ ]
307
+
308
+ [[package]]
309
+ name = "arrow-row"
310
+ version = "57.1.0"
311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
312
+ checksum = "169676f317157dc079cc5def6354d16db63d8861d61046d2f3883268ced6f99f"
313
+ dependencies = [
314
+ "arrow-array",
315
+ "arrow-buffer",
316
+ "arrow-data",
317
+ "arrow-schema",
318
+ "half",
319
+ ]
320
+
321
+ [[package]]
322
+ name = "arrow-schema"
323
+ version = "57.1.0"
324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
325
+ checksum = "d27609cd7dd45f006abae27995c2729ef6f4b9361cde1ddd019dc31a5aa017e0"
326
+
327
+ [[package]]
328
+ name = "arrow-select"
329
+ version = "57.1.0"
330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
331
+ checksum = "ae980d021879ea119dd6e2a13912d81e64abed372d53163e804dfe84639d8010"
332
+ dependencies = [
333
+ "ahash",
334
+ "arrow-array",
335
+ "arrow-buffer",
336
+ "arrow-data",
337
+ "arrow-schema",
338
+ "num-traits",
339
+ ]
340
+
341
+ [[package]]
342
+ name = "arrow-string"
343
+ version = "57.1.0"
344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
345
+ checksum = "cf35e8ef49dcf0c5f6d175edee6b8af7b45611805333129c541a8b89a0fc0534"
346
+ dependencies = [
347
+ "arrow-array",
348
+ "arrow-buffer",
349
+ "arrow-data",
350
+ "arrow-schema",
351
+ "arrow-select",
352
+ "memchr",
353
+ "num-traits",
354
+ "regex",
355
+ "regex-syntax",
356
+ ]
357
+
93
358
  [[package]]
94
359
  name = "arrowspace"
95
- version = "0.21.0"
360
+ version = "0.24.6"
96
361
  source = "registry+https://github.com/rust-lang/crates.io-index"
97
- checksum = "e9b48bd6b33d9a9387fdc7f73406fa7f02a6c22e99999f6e195688d398d0dbc3"
362
+ checksum = "c5a852f7bbaee37066b280df74b048e33935ef26f9161f63ef0281cda26cb2ab"
98
363
  dependencies = [
99
364
  "approx 0.5.1",
365
+ "arrow",
366
+ "chrono",
367
+ "csv",
100
368
  "dashmap",
101
369
  "env_logger",
102
370
  "log",
103
- "ordered-float",
371
+ "ordered-float 5.1.0",
372
+ "parquet",
104
373
  "rand 0.9.2",
105
374
  "rand_chacha",
106
375
  "rand_distr",
107
376
  "rayon",
108
377
  "serde",
378
+ "serde_json",
109
379
  "smartcore",
110
380
  "sprs",
381
+ "uuid",
382
+ ]
383
+
384
+ [[package]]
385
+ name = "atoi"
386
+ version = "2.0.0"
387
+ source = "registry+https://github.com/rust-lang/crates.io-index"
388
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
389
+ dependencies = [
390
+ "num-traits",
111
391
  ]
112
392
 
113
393
  [[package]]
@@ -116,24 +396,129 @@ version = "1.5.0"
116
396
  source = "registry+https://github.com/rust-lang/crates.io-index"
117
397
  checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
118
398
 
399
+ [[package]]
400
+ name = "base64"
401
+ version = "0.22.1"
402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
403
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
404
+
119
405
  [[package]]
120
406
  name = "bitflags"
121
407
  version = "2.9.4"
122
408
  source = "registry+https://github.com/rust-lang/crates.io-index"
123
409
  checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
124
410
 
411
+ [[package]]
412
+ name = "brotli"
413
+ version = "8.0.2"
414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
415
+ checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
416
+ dependencies = [
417
+ "alloc-no-stdlib",
418
+ "alloc-stdlib",
419
+ "brotli-decompressor",
420
+ ]
421
+
422
+ [[package]]
423
+ name = "brotli-decompressor"
424
+ version = "5.0.0"
425
+ source = "registry+https://github.com/rust-lang/crates.io-index"
426
+ checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
427
+ dependencies = [
428
+ "alloc-no-stdlib",
429
+ "alloc-stdlib",
430
+ ]
431
+
432
+ [[package]]
433
+ name = "bumpalo"
434
+ version = "3.19.0"
435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
436
+ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
437
+
438
+ [[package]]
439
+ name = "byteorder"
440
+ version = "1.5.0"
441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
442
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
443
+
444
+ [[package]]
445
+ name = "bytes"
446
+ version = "1.11.0"
447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
448
+ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
449
+
450
+ [[package]]
451
+ name = "cc"
452
+ version = "1.2.48"
453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
454
+ checksum = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a"
455
+ dependencies = [
456
+ "find-msvc-tools",
457
+ "jobserver",
458
+ "libc",
459
+ "shlex",
460
+ ]
461
+
125
462
  [[package]]
126
463
  name = "cfg-if"
127
464
  version = "1.0.3"
128
465
  source = "registry+https://github.com/rust-lang/crates.io-index"
129
466
  checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
130
467
 
468
+ [[package]]
469
+ name = "chrono"
470
+ version = "0.4.42"
471
+ source = "registry+https://github.com/rust-lang/crates.io-index"
472
+ checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
473
+ dependencies = [
474
+ "iana-time-zone",
475
+ "js-sys",
476
+ "num-traits",
477
+ "wasm-bindgen",
478
+ "windows-link",
479
+ ]
480
+
131
481
  [[package]]
132
482
  name = "colorchoice"
133
483
  version = "1.0.4"
134
484
  source = "registry+https://github.com/rust-lang/crates.io-index"
135
485
  checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
136
486
 
487
+ [[package]]
488
+ name = "const-random"
489
+ version = "0.1.18"
490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
491
+ checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
492
+ dependencies = [
493
+ "const-random-macro",
494
+ ]
495
+
496
+ [[package]]
497
+ name = "const-random-macro"
498
+ version = "0.1.16"
499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
500
+ checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
501
+ dependencies = [
502
+ "getrandom 0.2.16",
503
+ "once_cell",
504
+ "tiny-keccak",
505
+ ]
506
+
507
+ [[package]]
508
+ name = "core-foundation-sys"
509
+ version = "0.8.7"
510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
511
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
512
+
513
+ [[package]]
514
+ name = "crc32fast"
515
+ version = "1.5.0"
516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
517
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
518
+ dependencies = [
519
+ "cfg-if",
520
+ ]
521
+
137
522
  [[package]]
138
523
  name = "crossbeam-deque"
139
524
  version = "0.8.6"
@@ -159,6 +544,33 @@ version = "0.8.21"
159
544
  source = "registry+https://github.com/rust-lang/crates.io-index"
160
545
  checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
161
546
 
547
+ [[package]]
548
+ name = "crunchy"
549
+ version = "0.2.4"
550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
551
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
552
+
553
+ [[package]]
554
+ name = "csv"
555
+ version = "1.4.0"
556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
557
+ checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
558
+ dependencies = [
559
+ "csv-core",
560
+ "itoa",
561
+ "ryu",
562
+ "serde_core",
563
+ ]
564
+
565
+ [[package]]
566
+ name = "csv-core"
567
+ version = "0.1.13"
568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
569
+ checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
570
+ dependencies = [
571
+ "memchr",
572
+ ]
573
+
162
574
  [[package]]
163
575
  name = "dashmap"
164
576
  version = "6.1.0"
@@ -167,7 +579,7 @@ checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
167
579
  dependencies = [
168
580
  "cfg-if",
169
581
  "crossbeam-utils",
170
- "hashbrown",
582
+ "hashbrown 0.14.5",
171
583
  "lock_api",
172
584
  "once_cell",
173
585
  "parking_lot_core",
@@ -202,6 +614,50 @@ dependencies = [
202
614
  "log",
203
615
  ]
204
616
 
617
+ [[package]]
618
+ name = "equivalent"
619
+ version = "1.0.2"
620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
621
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
622
+
623
+ [[package]]
624
+ name = "find-msvc-tools"
625
+ version = "0.1.5"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
628
+
629
+ [[package]]
630
+ name = "flatbuffers"
631
+ version = "25.9.23"
632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
633
+ checksum = "09b6620799e7340ebd9968d2e0708eb82cf1971e9a16821e2091b6d6e475eed5"
634
+ dependencies = [
635
+ "bitflags",
636
+ "rustc_version",
637
+ ]
638
+
639
+ [[package]]
640
+ name = "flate2"
641
+ version = "1.1.6"
642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
643
+ checksum = "30f4148e3c9b7dbe0cc7e842ad5a61b28f9025f201d78149383e778a08bc9215"
644
+ dependencies = [
645
+ "crc32fast",
646
+ "miniz_oxide",
647
+ "zlib-rs",
648
+ ]
649
+
650
+ [[package]]
651
+ name = "getrandom"
652
+ version = "0.2.16"
653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
654
+ checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
655
+ dependencies = [
656
+ "cfg-if",
657
+ "libc",
658
+ "wasi 0.11.1+wasi-snapshot-preview1",
659
+ ]
660
+
205
661
  [[package]]
206
662
  name = "getrandom"
207
663
  version = "0.3.3"
@@ -211,7 +667,19 @@ dependencies = [
211
667
  "cfg-if",
212
668
  "libc",
213
669
  "r-efi",
214
- "wasi",
670
+ "wasi 0.14.7+wasi-0.2.4",
671
+ ]
672
+
673
+ [[package]]
674
+ name = "half"
675
+ version = "2.7.1"
676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
677
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
678
+ dependencies = [
679
+ "cfg-if",
680
+ "crunchy",
681
+ "num-traits",
682
+ "zerocopy",
215
683
  ]
216
684
 
217
685
  [[package]]
@@ -220,6 +688,12 @@ version = "0.14.5"
220
688
  source = "registry+https://github.com/rust-lang/crates.io-index"
221
689
  checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
222
690
 
691
+ [[package]]
692
+ name = "hashbrown"
693
+ version = "0.16.1"
694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
696
+
223
697
  [[package]]
224
698
  name = "heck"
225
699
  version = "0.5.0"
@@ -232,6 +706,40 @@ version = "0.5.2"
232
706
  source = "registry+https://github.com/rust-lang/crates.io-index"
233
707
  checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
234
708
 
709
+ [[package]]
710
+ name = "iana-time-zone"
711
+ version = "0.1.64"
712
+ source = "registry+https://github.com/rust-lang/crates.io-index"
713
+ checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
714
+ dependencies = [
715
+ "android_system_properties",
716
+ "core-foundation-sys",
717
+ "iana-time-zone-haiku",
718
+ "js-sys",
719
+ "log",
720
+ "wasm-bindgen",
721
+ "windows-core",
722
+ ]
723
+
724
+ [[package]]
725
+ name = "iana-time-zone-haiku"
726
+ version = "0.1.2"
727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
728
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
729
+ dependencies = [
730
+ "cc",
731
+ ]
732
+
733
+ [[package]]
734
+ name = "indexmap"
735
+ version = "2.12.1"
736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
737
+ checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
738
+ dependencies = [
739
+ "equivalent",
740
+ "hashbrown 0.16.1",
741
+ ]
742
+
235
743
  [[package]]
236
744
  name = "indoc"
237
745
  version = "2.0.7"
@@ -241,12 +749,24 @@ dependencies = [
241
749
  "rustversion",
242
750
  ]
243
751
 
752
+ [[package]]
753
+ name = "integer-encoding"
754
+ version = "3.0.4"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
757
+
244
758
  [[package]]
245
759
  name = "is_terminal_polyfill"
246
760
  version = "1.70.1"
247
761
  source = "registry+https://github.com/rust-lang/crates.io-index"
248
762
  checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
249
763
 
764
+ [[package]]
765
+ name = "itoa"
766
+ version = "1.0.15"
767
+ source = "registry+https://github.com/rust-lang/crates.io-index"
768
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
769
+
250
770
  [[package]]
251
771
  name = "jiff"
252
772
  version = "0.2.15"
@@ -271,6 +791,83 @@ dependencies = [
271
791
  "syn",
272
792
  ]
273
793
 
794
+ [[package]]
795
+ name = "jobserver"
796
+ version = "0.1.34"
797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
798
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
799
+ dependencies = [
800
+ "getrandom 0.3.3",
801
+ "libc",
802
+ ]
803
+
804
+ [[package]]
805
+ name = "js-sys"
806
+ version = "0.3.83"
807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
808
+ checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
809
+ dependencies = [
810
+ "once_cell",
811
+ "wasm-bindgen",
812
+ ]
813
+
814
+ [[package]]
815
+ name = "lexical-core"
816
+ version = "1.0.6"
817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
818
+ checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
819
+ dependencies = [
820
+ "lexical-parse-float",
821
+ "lexical-parse-integer",
822
+ "lexical-util",
823
+ "lexical-write-float",
824
+ "lexical-write-integer",
825
+ ]
826
+
827
+ [[package]]
828
+ name = "lexical-parse-float"
829
+ version = "1.0.6"
830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
831
+ checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
832
+ dependencies = [
833
+ "lexical-parse-integer",
834
+ "lexical-util",
835
+ ]
836
+
837
+ [[package]]
838
+ name = "lexical-parse-integer"
839
+ version = "1.0.6"
840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
841
+ checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
842
+ dependencies = [
843
+ "lexical-util",
844
+ ]
845
+
846
+ [[package]]
847
+ name = "lexical-util"
848
+ version = "1.0.7"
849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
850
+ checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
851
+
852
+ [[package]]
853
+ name = "lexical-write-float"
854
+ version = "1.0.6"
855
+ source = "registry+https://github.com/rust-lang/crates.io-index"
856
+ checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
857
+ dependencies = [
858
+ "lexical-util",
859
+ "lexical-write-integer",
860
+ ]
861
+
862
+ [[package]]
863
+ name = "lexical-write-integer"
864
+ version = "1.0.6"
865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
866
+ checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
867
+ dependencies = [
868
+ "lexical-util",
869
+ ]
870
+
274
871
  [[package]]
275
872
  name = "libc"
276
873
  version = "0.2.176"
@@ -299,6 +896,15 @@ version = "0.4.28"
299
896
  source = "registry+https://github.com/rust-lang/crates.io-index"
300
897
  checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
301
898
 
899
+ [[package]]
900
+ name = "lz4_flex"
901
+ version = "0.12.0"
902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
903
+ checksum = "ab6473172471198271ff72e9379150e9dfd70d8e533e0752a27e515b48dd375e"
904
+ dependencies = [
905
+ "twox-hash",
906
+ ]
907
+
302
908
  [[package]]
303
909
  name = "matrixmultiply"
304
910
  version = "0.3.10"
@@ -324,6 +930,16 @@ dependencies = [
324
930
  "autocfg",
325
931
  ]
326
932
 
933
+ [[package]]
934
+ name = "miniz_oxide"
935
+ version = "0.8.9"
936
+ source = "registry+https://github.com/rust-lang/crates.io-index"
937
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
938
+ dependencies = [
939
+ "adler2",
940
+ "simd-adler32",
941
+ ]
942
+
327
943
  [[package]]
328
944
  name = "ndarray"
329
945
  version = "0.15.6"
@@ -459,6 +1075,15 @@ version = "1.70.1"
459
1075
  source = "registry+https://github.com/rust-lang/crates.io-index"
460
1076
  checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
461
1077
 
1078
+ [[package]]
1079
+ name = "ordered-float"
1080
+ version = "2.10.1"
1081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1082
+ checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
1083
+ dependencies = [
1084
+ "num-traits",
1085
+ ]
1086
+
462
1087
  [[package]]
463
1088
  name = "ordered-float"
464
1089
  version = "5.1.0"
@@ -481,6 +1106,52 @@ dependencies = [
481
1106
  "windows-targets 0.52.6",
482
1107
  ]
483
1108
 
1109
+ [[package]]
1110
+ name = "parquet"
1111
+ version = "57.1.0"
1112
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1113
+ checksum = "be3e4f6d320dd92bfa7d612e265d7d08bba0a240bab86af3425e1d255a511d89"
1114
+ dependencies = [
1115
+ "ahash",
1116
+ "arrow-array",
1117
+ "arrow-buffer",
1118
+ "arrow-cast",
1119
+ "arrow-data",
1120
+ "arrow-ipc",
1121
+ "arrow-schema",
1122
+ "arrow-select",
1123
+ "base64",
1124
+ "brotli",
1125
+ "bytes",
1126
+ "chrono",
1127
+ "flate2",
1128
+ "half",
1129
+ "hashbrown 0.16.1",
1130
+ "lz4_flex",
1131
+ "num-bigint",
1132
+ "num-integer",
1133
+ "num-traits",
1134
+ "paste",
1135
+ "seq-macro",
1136
+ "simdutf8",
1137
+ "snap",
1138
+ "thrift",
1139
+ "twox-hash",
1140
+ "zstd",
1141
+ ]
1142
+
1143
+ [[package]]
1144
+ name = "paste"
1145
+ version = "1.0.15"
1146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1147
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1148
+
1149
+ [[package]]
1150
+ name = "pkg-config"
1151
+ version = "0.3.32"
1152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1153
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1154
+
484
1155
  [[package]]
485
1156
  name = "portable-atomic"
486
1157
  version = "1.11.1"
@@ -516,12 +1187,14 @@ dependencies = [
516
1187
 
517
1188
  [[package]]
518
1189
  name = "pyarrowspace"
519
- version = "0.21.0"
1190
+ version = "0.24.8"
520
1191
  dependencies = [
521
1192
  "arrowspace",
522
1193
  "numpy",
523
1194
  "pyo3",
1195
+ "pyo3-log",
524
1196
  "rayon",
1197
+ "smartcore",
525
1198
  ]
526
1199
 
527
1200
  [[package]]
@@ -560,6 +1233,17 @@ dependencies = [
560
1233
  "pyo3-build-config",
561
1234
  ]
562
1235
 
1236
+ [[package]]
1237
+ name = "pyo3-log"
1238
+ version = "0.13.2"
1239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1240
+ checksum = "2f8bae9ad5ba08b0b0ed2bb9c2bdbaeccc69cafca96d78cf0fbcea0d45d122bb"
1241
+ dependencies = [
1242
+ "arc-swap",
1243
+ "log",
1244
+ "pyo3",
1245
+ ]
1246
+
563
1247
  [[package]]
564
1248
  name = "pyo3-macros"
565
1249
  version = "0.27.1"
@@ -641,7 +1325,7 @@ version = "0.9.3"
641
1325
  source = "registry+https://github.com/rust-lang/crates.io-index"
642
1326
  checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
643
1327
  dependencies = [
644
- "getrandom",
1328
+ "getrandom 0.3.3",
645
1329
  ]
646
1330
 
647
1331
  [[package]]
@@ -724,18 +1408,45 @@ version = "2.1.1"
724
1408
  source = "registry+https://github.com/rust-lang/crates.io-index"
725
1409
  checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
726
1410
 
1411
+ [[package]]
1412
+ name = "rustc_version"
1413
+ version = "0.4.1"
1414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1415
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1416
+ dependencies = [
1417
+ "semver",
1418
+ ]
1419
+
727
1420
  [[package]]
728
1421
  name = "rustversion"
729
1422
  version = "1.0.22"
730
1423
  source = "registry+https://github.com/rust-lang/crates.io-index"
731
1424
  checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
732
1425
 
1426
+ [[package]]
1427
+ name = "ryu"
1428
+ version = "1.0.20"
1429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1430
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1431
+
733
1432
  [[package]]
734
1433
  name = "scopeguard"
735
1434
  version = "1.2.0"
736
1435
  source = "registry+https://github.com/rust-lang/crates.io-index"
737
1436
  checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
738
1437
 
1438
+ [[package]]
1439
+ name = "semver"
1440
+ version = "1.0.27"
1441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1442
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1443
+
1444
+ [[package]]
1445
+ name = "seq-macro"
1446
+ version = "0.3.6"
1447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1448
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
1449
+
739
1450
  [[package]]
740
1451
  name = "serde"
741
1452
  version = "1.0.228"
@@ -766,6 +1477,37 @@ dependencies = [
766
1477
  "syn",
767
1478
  ]
768
1479
 
1480
+ [[package]]
1481
+ name = "serde_json"
1482
+ version = "1.0.145"
1483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1484
+ checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
1485
+ dependencies = [
1486
+ "itoa",
1487
+ "memchr",
1488
+ "ryu",
1489
+ "serde",
1490
+ "serde_core",
1491
+ ]
1492
+
1493
+ [[package]]
1494
+ name = "shlex"
1495
+ version = "1.3.0"
1496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1497
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1498
+
1499
+ [[package]]
1500
+ name = "simd-adler32"
1501
+ version = "0.3.7"
1502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1503
+ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
1504
+
1505
+ [[package]]
1506
+ name = "simdutf8"
1507
+ version = "0.1.5"
1508
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1509
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
1510
+
769
1511
  [[package]]
770
1512
  name = "smallvec"
771
1513
  version = "1.15.1"
@@ -774,23 +1516,29 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
774
1516
 
775
1517
  [[package]]
776
1518
  name = "smartcore"
777
- version = "0.4.5"
1519
+ version = "0.4.8"
778
1520
  source = "registry+https://github.com/rust-lang/crates.io-index"
779
- checksum = "9e569eba50db04f51f83ad1ad2186cc1cf88bb68de052177bda165f6cdcf8d81"
1521
+ checksum = "a87a9069fb29b4bae697bb2a7e3ab1aaac1e143e460eaec9a2e8923776367a72"
780
1522
  dependencies = [
781
1523
  "approx 0.5.1",
782
1524
  "cfg-if",
783
1525
  "num",
784
1526
  "num-traits",
785
- "ordered-float",
1527
+ "ordered-float 5.1.0",
786
1528
  "rand 0.8.5",
787
1529
  ]
788
1530
 
1531
+ [[package]]
1532
+ name = "snap"
1533
+ version = "1.1.1"
1534
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1535
+ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
1536
+
789
1537
  [[package]]
790
1538
  name = "sprs"
791
- version = "0.11.3"
1539
+ version = "0.11.4"
792
1540
  source = "registry+https://github.com/rust-lang/crates.io-index"
793
- checksum = "8bff8419009a08f6cb7519a602c5590241fbff1446bcc823c07af15386eb801b"
1541
+ checksum = "6dca58a33be2188d4edc71534f8bafa826e787cc28ca1c47f31be3423f0d6e55"
794
1542
  dependencies = [
795
1543
  "alga",
796
1544
  "ndarray",
@@ -818,6 +1566,32 @@ version = "0.13.3"
818
1566
  source = "registry+https://github.com/rust-lang/crates.io-index"
819
1567
  checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
820
1568
 
1569
+ [[package]]
1570
+ name = "thrift"
1571
+ version = "0.17.0"
1572
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1573
+ checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09"
1574
+ dependencies = [
1575
+ "byteorder",
1576
+ "integer-encoding",
1577
+ "ordered-float 2.10.1",
1578
+ ]
1579
+
1580
+ [[package]]
1581
+ name = "tiny-keccak"
1582
+ version = "2.0.2"
1583
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1584
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
1585
+ dependencies = [
1586
+ "crunchy",
1587
+ ]
1588
+
1589
+ [[package]]
1590
+ name = "twox-hash"
1591
+ version = "2.1.2"
1592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1593
+ checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
1594
+
821
1595
  [[package]]
822
1596
  name = "unicode-ident"
823
1597
  version = "1.0.19"
@@ -836,6 +1610,30 @@ version = "0.2.2"
836
1610
  source = "registry+https://github.com/rust-lang/crates.io-index"
837
1611
  checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
838
1612
 
1613
+ [[package]]
1614
+ name = "uuid"
1615
+ version = "1.19.0"
1616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1617
+ checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
1618
+ dependencies = [
1619
+ "getrandom 0.3.3",
1620
+ "js-sys",
1621
+ "serde_core",
1622
+ "wasm-bindgen",
1623
+ ]
1624
+
1625
+ [[package]]
1626
+ name = "version_check"
1627
+ version = "0.9.5"
1628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1629
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1630
+
1631
+ [[package]]
1632
+ name = "wasi"
1633
+ version = "0.11.1+wasi-snapshot-preview1"
1634
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1635
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1636
+
839
1637
  [[package]]
840
1638
  name = "wasi"
841
1639
  version = "0.14.7+wasi-0.2.4"
@@ -854,12 +1652,110 @@ dependencies = [
854
1652
  "wit-bindgen",
855
1653
  ]
856
1654
 
1655
+ [[package]]
1656
+ name = "wasm-bindgen"
1657
+ version = "0.2.106"
1658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1659
+ checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
1660
+ dependencies = [
1661
+ "cfg-if",
1662
+ "once_cell",
1663
+ "rustversion",
1664
+ "wasm-bindgen-macro",
1665
+ "wasm-bindgen-shared",
1666
+ ]
1667
+
1668
+ [[package]]
1669
+ name = "wasm-bindgen-macro"
1670
+ version = "0.2.106"
1671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1672
+ checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
1673
+ dependencies = [
1674
+ "quote",
1675
+ "wasm-bindgen-macro-support",
1676
+ ]
1677
+
1678
+ [[package]]
1679
+ name = "wasm-bindgen-macro-support"
1680
+ version = "0.2.106"
1681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1682
+ checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
1683
+ dependencies = [
1684
+ "bumpalo",
1685
+ "proc-macro2",
1686
+ "quote",
1687
+ "syn",
1688
+ "wasm-bindgen-shared",
1689
+ ]
1690
+
1691
+ [[package]]
1692
+ name = "wasm-bindgen-shared"
1693
+ version = "0.2.106"
1694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1695
+ checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
1696
+ dependencies = [
1697
+ "unicode-ident",
1698
+ ]
1699
+
1700
+ [[package]]
1701
+ name = "windows-core"
1702
+ version = "0.62.1"
1703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1704
+ checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9"
1705
+ dependencies = [
1706
+ "windows-implement",
1707
+ "windows-interface",
1708
+ "windows-link",
1709
+ "windows-result",
1710
+ "windows-strings",
1711
+ ]
1712
+
1713
+ [[package]]
1714
+ name = "windows-implement"
1715
+ version = "0.60.2"
1716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1717
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1718
+ dependencies = [
1719
+ "proc-macro2",
1720
+ "quote",
1721
+ "syn",
1722
+ ]
1723
+
1724
+ [[package]]
1725
+ name = "windows-interface"
1726
+ version = "0.59.3"
1727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1728
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1729
+ dependencies = [
1730
+ "proc-macro2",
1731
+ "quote",
1732
+ "syn",
1733
+ ]
1734
+
857
1735
  [[package]]
858
1736
  name = "windows-link"
859
1737
  version = "0.2.0"
860
1738
  source = "registry+https://github.com/rust-lang/crates.io-index"
861
1739
  checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
862
1740
 
1741
+ [[package]]
1742
+ name = "windows-result"
1743
+ version = "0.4.0"
1744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1745
+ checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
1746
+ dependencies = [
1747
+ "windows-link",
1748
+ ]
1749
+
1750
+ [[package]]
1751
+ name = "windows-strings"
1752
+ version = "0.5.0"
1753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1754
+ checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
1755
+ dependencies = [
1756
+ "windows-link",
1757
+ ]
1758
+
863
1759
  [[package]]
864
1760
  name = "windows-sys"
865
1761
  version = "0.60.2"
@@ -1023,3 +1919,37 @@ dependencies = [
1023
1919
  "quote",
1024
1920
  "syn",
1025
1921
  ]
1922
+
1923
+ [[package]]
1924
+ name = "zlib-rs"
1925
+ version = "0.5.3"
1926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1927
+ checksum = "36134c44663532e6519d7a6dfdbbe06f6f8192bde8ae9ed076e9b213f0e31df7"
1928
+
1929
+ [[package]]
1930
+ name = "zstd"
1931
+ version = "0.13.3"
1932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1933
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
1934
+ dependencies = [
1935
+ "zstd-safe",
1936
+ ]
1937
+
1938
+ [[package]]
1939
+ name = "zstd-safe"
1940
+ version = "7.2.4"
1941
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1942
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
1943
+ dependencies = [
1944
+ "zstd-sys",
1945
+ ]
1946
+
1947
+ [[package]]
1948
+ name = "zstd-sys"
1949
+ version = "2.0.16+zstd.1.5.7"
1950
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1951
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
1952
+ dependencies = [
1953
+ "cc",
1954
+ "pkg-config",
1955
+ ]