sift-stream-bindings 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (195) hide show
  1. sift_stream_bindings-0.1.0/Cargo.lock +2117 -0
  2. sift_stream_bindings-0.1.0/Cargo.toml +25 -0
  3. sift_stream_bindings-0.1.0/PKG-INFO +23 -0
  4. sift_stream_bindings-0.1.0/crates/sift_connect/Cargo.toml +19 -0
  5. sift_stream_bindings-0.1.0/crates/sift_connect/LICENSE +7 -0
  6. sift_stream_bindings-0.1.0/crates/sift_connect/README.md +65 -0
  7. sift_stream_bindings-0.1.0/crates/sift_connect/src/grpc/config.rs +108 -0
  8. sift_stream_bindings-0.1.0/crates/sift_connect/src/grpc/interceptor.rs +18 -0
  9. sift_stream_bindings-0.1.0/crates/sift_connect/src/grpc/mod.rs +123 -0
  10. sift_stream_bindings-0.1.0/crates/sift_connect/src/lib.rs +66 -0
  11. sift_stream_bindings-0.1.0/crates/sift_error/Cargo.toml +17 -0
  12. sift_stream_bindings-0.1.0/crates/sift_error/LICENSE +7 -0
  13. sift_stream_bindings-0.1.0/crates/sift_error/README.md +6 -0
  14. sift_stream_bindings-0.1.0/crates/sift_error/src/lib.rs +305 -0
  15. sift_stream_bindings-0.1.0/crates/sift_error/src/test.rs +64 -0
  16. sift_stream_bindings-0.1.0/crates/sift_rs/Cargo.lock +1571 -0
  17. sift_stream_bindings-0.1.0/crates/sift_rs/Cargo.toml +29 -0
  18. sift_stream_bindings-0.1.0/crates/sift_rs/LICENSE +7 -0
  19. sift_stream_bindings-0.1.0/crates/sift_rs/README.md +10 -0
  20. sift_stream_bindings-0.1.0/crates/sift_rs/buf.gen.yaml +18 -0
  21. sift_stream_bindings-0.1.0/crates/sift_rs/buf.yaml +16 -0
  22. sift_stream_bindings-0.1.0/crates/sift_rs/examples/filter_assets/README.md +5 -0
  23. sift_stream_bindings-0.1.0/crates/sift_rs/examples/filter_assets/main.rs +31 -0
  24. sift_stream_bindings-0.1.0/crates/sift_rs/examples/hello_sift/README.md +5 -0
  25. sift_stream_bindings-0.1.0/crates/sift_rs/examples/hello_sift/main.rs +19 -0
  26. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/google.api.rs +100 -0
  27. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/google.api.serde.rs +536 -0
  28. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/grpc.gateway.protoc_gen_openapiv2.options.rs +534 -0
  29. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/grpc.gateway.protoc_gen_openapiv2.options.serde.rs +4001 -0
  30. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/mod.rs +296 -0
  31. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.annotation_logs.v1.rs +233 -0
  32. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.annotation_logs.v1.serde.rs +1704 -0
  33. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.annotation_logs.v1.tonic.rs +479 -0
  34. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.annotations.v1.rs +249 -0
  35. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.annotations.v1.serde.rs +2314 -0
  36. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.annotations.v1.tonic.rs +724 -0
  37. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.api_keys.v2.rs +89 -0
  38. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.api_keys.v2.serde.rs +1127 -0
  39. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.api_keys.v2.tonic.rs +540 -0
  40. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.assets.v1.rs +87 -0
  41. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.assets.v1.serde.rs +1072 -0
  42. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.assets.v1.tonic.rs +528 -0
  43. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.calculated_channels.v1.rs +195 -0
  44. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.calculated_channels.v1.serde.rs +1271 -0
  45. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.calculated_channels.v1.tonic.rs +401 -0
  46. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.calculated_channels.v2.rs +289 -0
  47. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.calculated_channels.v2.serde.rs +3194 -0
  48. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.calculated_channels.v2.tonic.rs +859 -0
  49. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.campaigns.v1.rs +148 -0
  50. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.campaigns.v1.serde.rs +1619 -0
  51. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.campaigns.v1.tonic.rs +545 -0
  52. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.channel_schemas.v1.rs +43 -0
  53. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.channel_schemas.v1.serde.rs +487 -0
  54. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.channel_schemas.v1.tonic.rs +397 -0
  55. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.channel_schemas.v2.rs +37 -0
  56. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.channel_schemas.v2.serde.rs +434 -0
  57. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.channel_schemas.v2.tonic.rs +397 -0
  58. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.channels.v2.rs +71 -0
  59. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.channels.v2.serde.rs +783 -0
  60. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.channels.v2.tonic.rs +376 -0
  61. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.channels.v3.rs +65 -0
  62. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.channels.v3.serde.rs +730 -0
  63. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.channels.v3.tonic.rs +376 -0
  64. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.common.type.v1.rs +315 -0
  65. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.common.type.v1.serde.rs +2409 -0
  66. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.data.v1.rs +310 -0
  67. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.data.v1.serde.rs +3837 -0
  68. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.data.v1.tonic.rs +291 -0
  69. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.data.v2.rs +308 -0
  70. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.data.v2.serde.rs +3820 -0
  71. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.data.v2.tonic.rs +291 -0
  72. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.data_imports.v2.rs +257 -0
  73. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.data_imports.v2.serde.rs +2261 -0
  74. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.data_imports.v2.tonic.rs +734 -0
  75. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.dlq_errors.v2.rs +43 -0
  76. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.dlq_errors.v2.serde.rs +460 -0
  77. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.dlq_errors.v2.tonic.rs +300 -0
  78. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.ingest.v1.rs +90 -0
  79. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.ingest.v1.serde.rs +810 -0
  80. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.ingest.v1.tonic.rs +408 -0
  81. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.ingestion_configs.v1.rs +121 -0
  82. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.ingestion_configs.v1.serde.rs +1531 -0
  83. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.ingestion_configs.v1.tonic.rs +668 -0
  84. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.ingestion_configs.v2.rs +119 -0
  85. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.ingestion_configs.v2.serde.rs +1514 -0
  86. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.ingestion_configs.v2.tonic.rs +668 -0
  87. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.jobs.v1.rs +131 -0
  88. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.jobs.v1.serde.rs +856 -0
  89. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.jobs.v1.tonic.rs +372 -0
  90. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.me.v2.rs +48 -0
  91. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.me.v2.serde.rs +568 -0
  92. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.me.v2.tonic.rs +286 -0
  93. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.metadata.v1.rs +98 -0
  94. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.metadata.v1.serde.rs +768 -0
  95. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.metadata.v1.tonic.rs +384 -0
  96. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.notifications.v1.rs +112 -0
  97. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.notifications.v1.serde.rs +907 -0
  98. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.notifications.v1.tonic.rs +395 -0
  99. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.ping.v1.rs +15 -0
  100. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.ping.v1.serde.rs +163 -0
  101. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.ping.v1.tonic.rs +286 -0
  102. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.protobuf_descriptors.v2.rs +273 -0
  103. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.protobuf_descriptors.v2.serde.rs +1845 -0
  104. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.protobuf_descriptors.v2.tonic.rs +588 -0
  105. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.remote_files.v1.rs +236 -0
  106. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.remote_files.v1.serde.rs +2370 -0
  107. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.remote_files.v1.tonic.rs +822 -0
  108. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.report_templates.v1.rs +150 -0
  109. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.report_templates.v1.serde.rs +1717 -0
  110. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.report_templates.v1.tonic.rs +566 -0
  111. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.reports.v1.rs +311 -0
  112. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.reports.v1.serde.rs +3108 -0
  113. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.reports.v1.tonic.rs +610 -0
  114. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.roles.v2.rs +35 -0
  115. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.roles.v2.serde.rs +383 -0
  116. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.roles.v2.tonic.rs +294 -0
  117. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.rule_evaluation.v1.rs +129 -0
  118. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.rule_evaluation.v1.serde.rs +1218 -0
  119. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.rule_evaluation.v1.tonic.rs +392 -0
  120. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.rules.v1.rs +782 -0
  121. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.rules.v1.serde.rs +8347 -0
  122. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.rules.v1.tonic.rs +1811 -0
  123. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.runs.v2.rs +147 -0
  124. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.runs.v2.serde.rs +1828 -0
  125. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.runs.v2.tonic.rs +767 -0
  126. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.saved_searches.v1.rs +141 -0
  127. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.saved_searches.v1.serde.rs +1784 -0
  128. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.saved_searches.v1.tonic.rs +740 -0
  129. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.tags.v1.rs +30 -0
  130. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.tags.v1.serde.rs +309 -0
  131. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.tags.v2.rs +49 -0
  132. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.tags.v2.serde.rs +584 -0
  133. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.tags.v2.tonic.rs +372 -0
  134. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.unit.v2.rs +33 -0
  135. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.unit.v2.serde.rs +367 -0
  136. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.unit.v2.tonic.rs +294 -0
  137. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.user_defined_functions.v1.rs +211 -0
  138. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.user_defined_functions.v1.serde.rs +2521 -0
  139. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.user_defined_functions.v1.tonic.rs +1147 -0
  140. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.user_groups.v2.rs +150 -0
  141. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.user_groups.v2.serde.rs +2025 -0
  142. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.user_groups.v2.tonic.rs +986 -0
  143. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.users.v2.rs +53 -0
  144. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.users.v2.serde.rs +656 -0
  145. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.users.v2.tonic.rs +459 -0
  146. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.views.v1.rs +188 -0
  147. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.views.v1.serde.rs +2344 -0
  148. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.views.v1.tonic.rs +837 -0
  149. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.views.v2.rs +173 -0
  150. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.views.v2.serde.rs +2201 -0
  151. sift_stream_bindings-0.1.0/crates/sift_rs/src/gen/sift.views.v2.tonic.rs +837 -0
  152. sift_stream_bindings-0.1.0/crates/sift_rs/src/lib.rs +52 -0
  153. sift_stream_bindings-0.1.0/crates/sift_rs/src/wrappers/assets.rs +54 -0
  154. sift_stream_bindings-0.1.0/crates/sift_rs/src/wrappers/ingestion_configs.rs +231 -0
  155. sift_stream_bindings-0.1.0/crates/sift_rs/src/wrappers/mod.rs +14 -0
  156. sift_stream_bindings-0.1.0/crates/sift_rs/src/wrappers/runs.rs +179 -0
  157. sift_stream_bindings-0.1.0/crates/sift_stream/Cargo.toml +42 -0
  158. sift_stream_bindings-0.1.0/crates/sift_stream/LICENSE +7 -0
  159. sift_stream_bindings-0.1.0/crates/sift_stream/README.md +18 -0
  160. sift_stream_bindings-0.1.0/crates/sift_stream/examples/quick-start/main.rs +94 -0
  161. sift_stream_bindings-0.1.0/crates/sift_stream/src/backup/disk/mod.rs +260 -0
  162. sift_stream_bindings-0.1.0/crates/sift_stream/src/backup/disk/pbfs/chunk.rs +231 -0
  163. sift_stream_bindings-0.1.0/crates/sift_stream/src/backup/disk/pbfs/mod.rs +129 -0
  164. sift_stream_bindings-0.1.0/crates/sift_stream/src/backup/disk/pbfs/test.rs +214 -0
  165. sift_stream_bindings-0.1.0/crates/sift_stream/src/backup/memory.rs +160 -0
  166. sift_stream_bindings-0.1.0/crates/sift_stream/src/backup/mod.rs +35 -0
  167. sift_stream_bindings-0.1.0/crates/sift_stream/src/backup/test.rs +112 -0
  168. sift_stream_bindings-0.1.0/crates/sift_stream/src/lib.rs +414 -0
  169. sift_stream_bindings-0.1.0/crates/sift_stream/src/stream/builder.rs +605 -0
  170. sift_stream_bindings-0.1.0/crates/sift_stream/src/stream/channel.rs +263 -0
  171. sift_stream_bindings-0.1.0/crates/sift_stream/src/stream/flow/mod.rs +30 -0
  172. sift_stream_bindings-0.1.0/crates/sift_stream/src/stream/flow/test.rs +194 -0
  173. sift_stream_bindings-0.1.0/crates/sift_stream/src/stream/mod.rs +47 -0
  174. sift_stream_bindings-0.1.0/crates/sift_stream/src/stream/mode/ingestion_config.rs +883 -0
  175. sift_stream_bindings-0.1.0/crates/sift_stream/src/stream/mode/mod.rs +5 -0
  176. sift_stream_bindings-0.1.0/crates/sift_stream/src/stream/mode/test.rs +342 -0
  177. sift_stream_bindings-0.1.0/crates/sift_stream/src/stream/retry.rs +24 -0
  178. sift_stream_bindings-0.1.0/crates/sift_stream/src/stream/time.rs +96 -0
  179. sift_stream_bindings-0.1.0/crates/sift_stream/tests/common/mod.rs +49 -0
  180. sift_stream_bindings-0.1.0/crates/sift_stream/tests/common/prelude.rs +7 -0
  181. sift_stream_bindings-0.1.0/crates/sift_stream/tests/test_ingestion_config_streaming_checkpointing.rs +225 -0
  182. sift_stream_bindings-0.1.0/crates/sift_stream/tests/test_ingestion_config_streaming_ingestion.rs +145 -0
  183. sift_stream_bindings-0.1.0/crates/sift_stream/tests/test_ingestion_config_streaming_retries.rs +218 -0
  184. sift_stream_bindings-0.1.0/crates/sift_stream_bindings/Cargo.toml +22 -0
  185. sift_stream_bindings-0.1.0/crates/sift_stream_bindings/README.md +6 -0
  186. sift_stream_bindings-0.1.0/crates/sift_stream_bindings/src/error.rs +18 -0
  187. sift_stream_bindings-0.1.0/crates/sift_stream_bindings/src/lib.rs +26 -0
  188. sift_stream_bindings-0.1.0/crates/sift_stream_bindings/src/stream/builder.rs +85 -0
  189. sift_stream_bindings-0.1.0/crates/sift_stream_bindings/src/stream/channel.rs +352 -0
  190. sift_stream_bindings-0.1.0/crates/sift_stream_bindings/src/stream/config.rs +163 -0
  191. sift_stream_bindings-0.1.0/crates/sift_stream_bindings/src/stream/mod.rs +164 -0
  192. sift_stream_bindings-0.1.0/crates/sift_stream_bindings/src/stream/request.rs +70 -0
  193. sift_stream_bindings-0.1.0/crates/sift_stream_bindings/src/stream/retry.rs +213 -0
  194. sift_stream_bindings-0.1.0/crates/sift_stream_bindings/src/stream/time.rs +72 -0
  195. sift_stream_bindings-0.1.0/pyproject.toml +20 -0
@@ -0,0 +1,2117 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "addr2line"
7
+ version = "0.24.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10
+ dependencies = [
11
+ "gimli",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "adler2"
16
+ version = "2.0.0"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
19
+
20
+ [[package]]
21
+ name = "aho-corasick"
22
+ version = "1.1.3"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25
+ dependencies = [
26
+ "memchr",
27
+ ]
28
+
29
+ [[package]]
30
+ name = "android-tzdata"
31
+ version = "0.1.1"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
34
+
35
+ [[package]]
36
+ name = "android_system_properties"
37
+ version = "0.1.5"
38
+ source = "registry+https://github.com/rust-lang/crates.io-index"
39
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
40
+ dependencies = [
41
+ "libc",
42
+ ]
43
+
44
+ [[package]]
45
+ name = "anyhow"
46
+ version = "1.0.96"
47
+ source = "registry+https://github.com/rust-lang/crates.io-index"
48
+ checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4"
49
+
50
+ [[package]]
51
+ name = "async-stream"
52
+ version = "0.3.6"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
55
+ dependencies = [
56
+ "async-stream-impl",
57
+ "futures-core",
58
+ "pin-project-lite",
59
+ ]
60
+
61
+ [[package]]
62
+ name = "async-stream-impl"
63
+ version = "0.3.6"
64
+ source = "registry+https://github.com/rust-lang/crates.io-index"
65
+ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
66
+ dependencies = [
67
+ "proc-macro2",
68
+ "quote",
69
+ "syn",
70
+ ]
71
+
72
+ [[package]]
73
+ name = "async-trait"
74
+ version = "0.1.86"
75
+ source = "registry+https://github.com/rust-lang/crates.io-index"
76
+ checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d"
77
+ dependencies = [
78
+ "proc-macro2",
79
+ "quote",
80
+ "syn",
81
+ ]
82
+
83
+ [[package]]
84
+ name = "atomic-waker"
85
+ version = "1.1.2"
86
+ source = "registry+https://github.com/rust-lang/crates.io-index"
87
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
88
+
89
+ [[package]]
90
+ name = "autocfg"
91
+ version = "1.4.0"
92
+ source = "registry+https://github.com/rust-lang/crates.io-index"
93
+ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
94
+
95
+ [[package]]
96
+ name = "axum"
97
+ version = "0.7.9"
98
+ source = "registry+https://github.com/rust-lang/crates.io-index"
99
+ checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
100
+ dependencies = [
101
+ "async-trait",
102
+ "axum-core",
103
+ "bytes",
104
+ "futures-util",
105
+ "http",
106
+ "http-body",
107
+ "http-body-util",
108
+ "itoa",
109
+ "matchit",
110
+ "memchr",
111
+ "mime",
112
+ "percent-encoding",
113
+ "pin-project-lite",
114
+ "rustversion",
115
+ "serde",
116
+ "sync_wrapper",
117
+ "tower 0.5.2",
118
+ "tower-layer",
119
+ "tower-service",
120
+ ]
121
+
122
+ [[package]]
123
+ name = "axum-core"
124
+ version = "0.4.5"
125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
126
+ checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
127
+ dependencies = [
128
+ "async-trait",
129
+ "bytes",
130
+ "futures-util",
131
+ "http",
132
+ "http-body",
133
+ "http-body-util",
134
+ "mime",
135
+ "pin-project-lite",
136
+ "rustversion",
137
+ "sync_wrapper",
138
+ "tower-layer",
139
+ "tower-service",
140
+ ]
141
+
142
+ [[package]]
143
+ name = "backtrace"
144
+ version = "0.3.74"
145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
146
+ checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
147
+ dependencies = [
148
+ "addr2line",
149
+ "cfg-if",
150
+ "libc",
151
+ "miniz_oxide",
152
+ "object",
153
+ "rustc-demangle",
154
+ "windows-targets",
155
+ ]
156
+
157
+ [[package]]
158
+ name = "base64"
159
+ version = "0.21.7"
160
+ source = "registry+https://github.com/rust-lang/crates.io-index"
161
+ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
162
+
163
+ [[package]]
164
+ name = "base64"
165
+ version = "0.22.1"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
168
+
169
+ [[package]]
170
+ name = "bitflags"
171
+ version = "2.9.0"
172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
173
+ checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
174
+
175
+ [[package]]
176
+ name = "bumpalo"
177
+ version = "3.17.0"
178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
179
+ checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
180
+
181
+ [[package]]
182
+ name = "byteorder"
183
+ version = "1.5.0"
184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
185
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
186
+
187
+ [[package]]
188
+ name = "bytes"
189
+ version = "1.10.1"
190
+ source = "registry+https://github.com/rust-lang/crates.io-index"
191
+ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
192
+
193
+ [[package]]
194
+ name = "bytesize"
195
+ version = "2.0.1"
196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
197
+ checksum = "a3c8f83209414aacf0eeae3cf730b18d6981697fba62f200fcfb92b9f082acba"
198
+
199
+ [[package]]
200
+ name = "cc"
201
+ version = "1.2.16"
202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
203
+ checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
204
+ dependencies = [
205
+ "shlex",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "cfg-if"
210
+ version = "1.0.0"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
213
+
214
+ [[package]]
215
+ name = "chrono"
216
+ version = "0.4.40"
217
+ source = "registry+https://github.com/rust-lang/crates.io-index"
218
+ checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c"
219
+ dependencies = [
220
+ "android-tzdata",
221
+ "iana-time-zone",
222
+ "num-traits",
223
+ "windows-link",
224
+ ]
225
+
226
+ [[package]]
227
+ name = "core-foundation"
228
+ version = "0.10.0"
229
+ source = "registry+https://github.com/rust-lang/crates.io-index"
230
+ checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
231
+ dependencies = [
232
+ "core-foundation-sys",
233
+ "libc",
234
+ ]
235
+
236
+ [[package]]
237
+ name = "core-foundation-sys"
238
+ version = "0.8.7"
239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
240
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
241
+
242
+ [[package]]
243
+ name = "crc32fast"
244
+ version = "1.4.2"
245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
246
+ checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
247
+ dependencies = [
248
+ "cfg-if",
249
+ ]
250
+
251
+ [[package]]
252
+ name = "dirs"
253
+ version = "6.0.0"
254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
255
+ checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
256
+ dependencies = [
257
+ "dirs-sys",
258
+ ]
259
+
260
+ [[package]]
261
+ name = "dirs-sys"
262
+ version = "0.5.0"
263
+ source = "registry+https://github.com/rust-lang/crates.io-index"
264
+ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
265
+ dependencies = [
266
+ "libc",
267
+ "option-ext",
268
+ "redox_users",
269
+ "windows-sys 0.59.0",
270
+ ]
271
+
272
+ [[package]]
273
+ name = "either"
274
+ version = "1.14.0"
275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
276
+ checksum = "b7914353092ddf589ad78f25c5c1c21b7f80b0ff8621e7c814c3485b5306da9d"
277
+
278
+ [[package]]
279
+ name = "equivalent"
280
+ version = "1.0.2"
281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
282
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
283
+
284
+ [[package]]
285
+ name = "errno"
286
+ version = "0.3.10"
287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
288
+ checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
289
+ dependencies = [
290
+ "libc",
291
+ "windows-sys 0.59.0",
292
+ ]
293
+
294
+ [[package]]
295
+ name = "fastrand"
296
+ version = "2.3.0"
297
+ source = "registry+https://github.com/rust-lang/crates.io-index"
298
+ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
299
+
300
+ [[package]]
301
+ name = "fixedbitset"
302
+ version = "0.4.2"
303
+ source = "registry+https://github.com/rust-lang/crates.io-index"
304
+ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
305
+
306
+ [[package]]
307
+ name = "fnv"
308
+ version = "1.0.7"
309
+ source = "registry+https://github.com/rust-lang/crates.io-index"
310
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
311
+
312
+ [[package]]
313
+ name = "fuchsia-cprng"
314
+ version = "0.1.1"
315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
316
+ checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
317
+
318
+ [[package]]
319
+ name = "futures"
320
+ version = "0.3.31"
321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
322
+ checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
323
+ dependencies = [
324
+ "futures-channel",
325
+ "futures-core",
326
+ "futures-executor",
327
+ "futures-io",
328
+ "futures-sink",
329
+ "futures-task",
330
+ "futures-util",
331
+ ]
332
+
333
+ [[package]]
334
+ name = "futures-channel"
335
+ version = "0.3.31"
336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
337
+ checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
338
+ dependencies = [
339
+ "futures-core",
340
+ "futures-sink",
341
+ ]
342
+
343
+ [[package]]
344
+ name = "futures-core"
345
+ version = "0.3.31"
346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
347
+ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
348
+
349
+ [[package]]
350
+ name = "futures-executor"
351
+ version = "0.3.31"
352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
353
+ checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
354
+ dependencies = [
355
+ "futures-core",
356
+ "futures-task",
357
+ "futures-util",
358
+ ]
359
+
360
+ [[package]]
361
+ name = "futures-io"
362
+ version = "0.3.31"
363
+ source = "registry+https://github.com/rust-lang/crates.io-index"
364
+ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
365
+
366
+ [[package]]
367
+ name = "futures-macro"
368
+ version = "0.3.31"
369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
370
+ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
371
+ dependencies = [
372
+ "proc-macro2",
373
+ "quote",
374
+ "syn",
375
+ ]
376
+
377
+ [[package]]
378
+ name = "futures-sink"
379
+ version = "0.3.31"
380
+ source = "registry+https://github.com/rust-lang/crates.io-index"
381
+ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
382
+
383
+ [[package]]
384
+ name = "futures-task"
385
+ version = "0.3.31"
386
+ source = "registry+https://github.com/rust-lang/crates.io-index"
387
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
388
+
389
+ [[package]]
390
+ name = "futures-util"
391
+ version = "0.3.31"
392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
393
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
394
+ dependencies = [
395
+ "futures-channel",
396
+ "futures-core",
397
+ "futures-io",
398
+ "futures-macro",
399
+ "futures-sink",
400
+ "futures-task",
401
+ "memchr",
402
+ "pin-project-lite",
403
+ "pin-utils",
404
+ "slab",
405
+ ]
406
+
407
+ [[package]]
408
+ name = "getrandom"
409
+ version = "0.2.15"
410
+ source = "registry+https://github.com/rust-lang/crates.io-index"
411
+ checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
412
+ dependencies = [
413
+ "cfg-if",
414
+ "libc",
415
+ "wasi 0.11.0+wasi-snapshot-preview1",
416
+ ]
417
+
418
+ [[package]]
419
+ name = "getrandom"
420
+ version = "0.3.1"
421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
422
+ checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
423
+ dependencies = [
424
+ "cfg-if",
425
+ "libc",
426
+ "wasi 0.13.3+wasi-0.2.2",
427
+ "windows-targets",
428
+ ]
429
+
430
+ [[package]]
431
+ name = "gimli"
432
+ version = "0.31.1"
433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
434
+ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
435
+
436
+ [[package]]
437
+ name = "h2"
438
+ version = "0.4.8"
439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
440
+ checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2"
441
+ dependencies = [
442
+ "atomic-waker",
443
+ "bytes",
444
+ "fnv",
445
+ "futures-core",
446
+ "futures-sink",
447
+ "http",
448
+ "indexmap 2.7.1",
449
+ "slab",
450
+ "tokio",
451
+ "tokio-util",
452
+ "tracing",
453
+ ]
454
+
455
+ [[package]]
456
+ name = "hashbrown"
457
+ version = "0.12.3"
458
+ source = "registry+https://github.com/rust-lang/crates.io-index"
459
+ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
460
+
461
+ [[package]]
462
+ name = "hashbrown"
463
+ version = "0.15.2"
464
+ source = "registry+https://github.com/rust-lang/crates.io-index"
465
+ checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
466
+
467
+ [[package]]
468
+ name = "heck"
469
+ version = "0.5.0"
470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
471
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
472
+
473
+ [[package]]
474
+ name = "http"
475
+ version = "1.2.0"
476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
477
+ checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
478
+ dependencies = [
479
+ "bytes",
480
+ "fnv",
481
+ "itoa",
482
+ ]
483
+
484
+ [[package]]
485
+ name = "http-body"
486
+ version = "1.0.1"
487
+ source = "registry+https://github.com/rust-lang/crates.io-index"
488
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
489
+ dependencies = [
490
+ "bytes",
491
+ "http",
492
+ ]
493
+
494
+ [[package]]
495
+ name = "http-body-util"
496
+ version = "0.1.2"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
499
+ dependencies = [
500
+ "bytes",
501
+ "futures-util",
502
+ "http",
503
+ "http-body",
504
+ "pin-project-lite",
505
+ ]
506
+
507
+ [[package]]
508
+ name = "httparse"
509
+ version = "1.10.0"
510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
511
+ checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a"
512
+
513
+ [[package]]
514
+ name = "httpdate"
515
+ version = "1.0.3"
516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
517
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
518
+
519
+ [[package]]
520
+ name = "hyper"
521
+ version = "1.6.0"
522
+ source = "registry+https://github.com/rust-lang/crates.io-index"
523
+ checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
524
+ dependencies = [
525
+ "bytes",
526
+ "futures-channel",
527
+ "futures-util",
528
+ "h2",
529
+ "http",
530
+ "http-body",
531
+ "httparse",
532
+ "httpdate",
533
+ "itoa",
534
+ "pin-project-lite",
535
+ "smallvec",
536
+ "tokio",
537
+ "want",
538
+ ]
539
+
540
+ [[package]]
541
+ name = "hyper-timeout"
542
+ version = "0.5.2"
543
+ source = "registry+https://github.com/rust-lang/crates.io-index"
544
+ checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
545
+ dependencies = [
546
+ "hyper",
547
+ "hyper-util",
548
+ "pin-project-lite",
549
+ "tokio",
550
+ "tower-service",
551
+ ]
552
+
553
+ [[package]]
554
+ name = "hyper-util"
555
+ version = "0.1.10"
556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
557
+ checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
558
+ dependencies = [
559
+ "bytes",
560
+ "futures-channel",
561
+ "futures-util",
562
+ "http",
563
+ "http-body",
564
+ "hyper",
565
+ "pin-project-lite",
566
+ "socket2",
567
+ "tokio",
568
+ "tower-service",
569
+ "tracing",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "iana-time-zone"
574
+ version = "0.1.61"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
577
+ dependencies = [
578
+ "android_system_properties",
579
+ "core-foundation-sys",
580
+ "iana-time-zone-haiku",
581
+ "js-sys",
582
+ "wasm-bindgen",
583
+ "windows-core",
584
+ ]
585
+
586
+ [[package]]
587
+ name = "iana-time-zone-haiku"
588
+ version = "0.1.2"
589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
590
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
591
+ dependencies = [
592
+ "cc",
593
+ ]
594
+
595
+ [[package]]
596
+ name = "indexmap"
597
+ version = "1.9.3"
598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
599
+ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
600
+ dependencies = [
601
+ "autocfg",
602
+ "hashbrown 0.12.3",
603
+ ]
604
+
605
+ [[package]]
606
+ name = "indexmap"
607
+ version = "2.7.1"
608
+ source = "registry+https://github.com/rust-lang/crates.io-index"
609
+ checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
610
+ dependencies = [
611
+ "equivalent",
612
+ "hashbrown 0.15.2",
613
+ ]
614
+
615
+ [[package]]
616
+ name = "indoc"
617
+ version = "2.0.6"
618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
619
+ checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
620
+
621
+ [[package]]
622
+ name = "itertools"
623
+ version = "0.13.0"
624
+ source = "registry+https://github.com/rust-lang/crates.io-index"
625
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
626
+ dependencies = [
627
+ "either",
628
+ ]
629
+
630
+ [[package]]
631
+ name = "itoa"
632
+ version = "1.0.14"
633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
634
+ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
635
+
636
+ [[package]]
637
+ name = "js-sys"
638
+ version = "0.3.77"
639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
640
+ checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
641
+ dependencies = [
642
+ "once_cell",
643
+ "wasm-bindgen",
644
+ ]
645
+
646
+ [[package]]
647
+ name = "lazy_static"
648
+ version = "1.5.0"
649
+ source = "registry+https://github.com/rust-lang/crates.io-index"
650
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
651
+
652
+ [[package]]
653
+ name = "libc"
654
+ version = "0.2.170"
655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
656
+ checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
657
+
658
+ [[package]]
659
+ name = "libredox"
660
+ version = "0.1.3"
661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
662
+ checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
663
+ dependencies = [
664
+ "bitflags",
665
+ "libc",
666
+ ]
667
+
668
+ [[package]]
669
+ name = "linux-raw-sys"
670
+ version = "0.9.3"
671
+ source = "registry+https://github.com/rust-lang/crates.io-index"
672
+ checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413"
673
+
674
+ [[package]]
675
+ name = "lock_api"
676
+ version = "0.4.12"
677
+ source = "registry+https://github.com/rust-lang/crates.io-index"
678
+ checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
679
+ dependencies = [
680
+ "autocfg",
681
+ "scopeguard",
682
+ ]
683
+
684
+ [[package]]
685
+ name = "log"
686
+ version = "0.4.26"
687
+ source = "registry+https://github.com/rust-lang/crates.io-index"
688
+ checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
689
+
690
+ [[package]]
691
+ name = "matchers"
692
+ version = "0.1.0"
693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
694
+ checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
695
+ dependencies = [
696
+ "regex-automata 0.1.10",
697
+ ]
698
+
699
+ [[package]]
700
+ name = "matchit"
701
+ version = "0.7.3"
702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
703
+ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
704
+
705
+ [[package]]
706
+ name = "memchr"
707
+ version = "2.7.4"
708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
709
+ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
710
+
711
+ [[package]]
712
+ name = "memoffset"
713
+ version = "0.9.1"
714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
715
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
716
+ dependencies = [
717
+ "autocfg",
718
+ ]
719
+
720
+ [[package]]
721
+ name = "mime"
722
+ version = "0.3.17"
723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
724
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
725
+
726
+ [[package]]
727
+ name = "miniz_oxide"
728
+ version = "0.8.5"
729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
730
+ checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
731
+ dependencies = [
732
+ "adler2",
733
+ ]
734
+
735
+ [[package]]
736
+ name = "mio"
737
+ version = "1.0.3"
738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
739
+ checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
740
+ dependencies = [
741
+ "libc",
742
+ "wasi 0.11.0+wasi-snapshot-preview1",
743
+ "windows-sys 0.52.0",
744
+ ]
745
+
746
+ [[package]]
747
+ name = "multimap"
748
+ version = "0.10.0"
749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
750
+ checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
751
+
752
+ [[package]]
753
+ name = "nu-ansi-term"
754
+ version = "0.46.0"
755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
756
+ checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
757
+ dependencies = [
758
+ "overload",
759
+ "winapi",
760
+ ]
761
+
762
+ [[package]]
763
+ name = "num-traits"
764
+ version = "0.2.19"
765
+ source = "registry+https://github.com/rust-lang/crates.io-index"
766
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
767
+ dependencies = [
768
+ "autocfg",
769
+ ]
770
+
771
+ [[package]]
772
+ name = "object"
773
+ version = "0.36.7"
774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
775
+ checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
776
+ dependencies = [
777
+ "memchr",
778
+ ]
779
+
780
+ [[package]]
781
+ name = "once_cell"
782
+ version = "1.20.3"
783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
784
+ checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
785
+
786
+ [[package]]
787
+ name = "openssl-probe"
788
+ version = "0.1.6"
789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
790
+ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
791
+
792
+ [[package]]
793
+ name = "option-ext"
794
+ version = "0.2.0"
795
+ source = "registry+https://github.com/rust-lang/crates.io-index"
796
+ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
797
+
798
+ [[package]]
799
+ name = "overload"
800
+ version = "0.1.1"
801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
802
+ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
803
+
804
+ [[package]]
805
+ name = "parking_lot"
806
+ version = "0.12.3"
807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
808
+ checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
809
+ dependencies = [
810
+ "lock_api",
811
+ "parking_lot_core",
812
+ ]
813
+
814
+ [[package]]
815
+ name = "parking_lot_core"
816
+ version = "0.9.10"
817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
818
+ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
819
+ dependencies = [
820
+ "cfg-if",
821
+ "libc",
822
+ "redox_syscall",
823
+ "smallvec",
824
+ "windows-targets",
825
+ ]
826
+
827
+ [[package]]
828
+ name = "pbjson"
829
+ version = "0.7.0"
830
+ source = "registry+https://github.com/rust-lang/crates.io-index"
831
+ checksum = "c7e6349fa080353f4a597daffd05cb81572a9c031a6d4fff7e504947496fcc68"
832
+ dependencies = [
833
+ "base64 0.21.7",
834
+ "serde",
835
+ ]
836
+
837
+ [[package]]
838
+ name = "pbjson-build"
839
+ version = "0.7.0"
840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
841
+ checksum = "6eea3058763d6e656105d1403cb04e0a41b7bbac6362d413e7c33be0c32279c9"
842
+ dependencies = [
843
+ "heck",
844
+ "itertools",
845
+ "prost",
846
+ "prost-types",
847
+ ]
848
+
849
+ [[package]]
850
+ name = "pbjson-types"
851
+ version = "0.7.0"
852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
853
+ checksum = "e54e5e7bfb1652f95bc361d76f3c780d8e526b134b85417e774166ee941f0887"
854
+ dependencies = [
855
+ "bytes",
856
+ "chrono",
857
+ "pbjson",
858
+ "pbjson-build",
859
+ "prost",
860
+ "prost-build",
861
+ "serde",
862
+ ]
863
+
864
+ [[package]]
865
+ name = "percent-encoding"
866
+ version = "2.3.1"
867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
868
+ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
869
+
870
+ [[package]]
871
+ name = "petgraph"
872
+ version = "0.6.5"
873
+ source = "registry+https://github.com/rust-lang/crates.io-index"
874
+ checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
875
+ dependencies = [
876
+ "fixedbitset",
877
+ "indexmap 2.7.1",
878
+ ]
879
+
880
+ [[package]]
881
+ name = "pin-project"
882
+ version = "1.1.9"
883
+ source = "registry+https://github.com/rust-lang/crates.io-index"
884
+ checksum = "dfe2e71e1471fe07709406bf725f710b02927c9c54b2b5b2ec0e8087d97c327d"
885
+ dependencies = [
886
+ "pin-project-internal",
887
+ ]
888
+
889
+ [[package]]
890
+ name = "pin-project-internal"
891
+ version = "1.1.9"
892
+ source = "registry+https://github.com/rust-lang/crates.io-index"
893
+ checksum = "f6e859e6e5bd50440ab63c47e3ebabc90f26251f7c73c3d3e837b74a1cc3fa67"
894
+ dependencies = [
895
+ "proc-macro2",
896
+ "quote",
897
+ "syn",
898
+ ]
899
+
900
+ [[package]]
901
+ name = "pin-project-lite"
902
+ version = "0.2.16"
903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
904
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
905
+
906
+ [[package]]
907
+ name = "pin-utils"
908
+ version = "0.1.0"
909
+ source = "registry+https://github.com/rust-lang/crates.io-index"
910
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
911
+
912
+ [[package]]
913
+ name = "portable-atomic"
914
+ version = "1.11.1"
915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
916
+ checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
917
+
918
+ [[package]]
919
+ name = "ppv-lite86"
920
+ version = "0.2.20"
921
+ source = "registry+https://github.com/rust-lang/crates.io-index"
922
+ checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
923
+ dependencies = [
924
+ "zerocopy",
925
+ ]
926
+
927
+ [[package]]
928
+ name = "prettyplease"
929
+ version = "0.2.29"
930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
931
+ checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac"
932
+ dependencies = [
933
+ "proc-macro2",
934
+ "syn",
935
+ ]
936
+
937
+ [[package]]
938
+ name = "proc-macro2"
939
+ version = "1.0.93"
940
+ source = "registry+https://github.com/rust-lang/crates.io-index"
941
+ checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
942
+ dependencies = [
943
+ "unicode-ident",
944
+ ]
945
+
946
+ [[package]]
947
+ name = "prost"
948
+ version = "0.13.5"
949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
950
+ checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
951
+ dependencies = [
952
+ "bytes",
953
+ "prost-derive",
954
+ ]
955
+
956
+ [[package]]
957
+ name = "prost-build"
958
+ version = "0.13.5"
959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
960
+ checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf"
961
+ dependencies = [
962
+ "heck",
963
+ "itertools",
964
+ "log",
965
+ "multimap",
966
+ "once_cell",
967
+ "petgraph",
968
+ "prettyplease",
969
+ "prost",
970
+ "prost-types",
971
+ "regex",
972
+ "syn",
973
+ "tempfile",
974
+ ]
975
+
976
+ [[package]]
977
+ name = "prost-derive"
978
+ version = "0.13.5"
979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
980
+ checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
981
+ dependencies = [
982
+ "anyhow",
983
+ "itertools",
984
+ "proc-macro2",
985
+ "quote",
986
+ "syn",
987
+ ]
988
+
989
+ [[package]]
990
+ name = "prost-types"
991
+ version = "0.13.5"
992
+ source = "registry+https://github.com/rust-lang/crates.io-index"
993
+ checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
994
+ dependencies = [
995
+ "prost",
996
+ ]
997
+
998
+ [[package]]
999
+ name = "pyo3"
1000
+ version = "0.25.1"
1001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1002
+ checksum = "8970a78afe0628a3e3430376fc5fd76b6b45c4d43360ffd6cdd40bdde72b682a"
1003
+ dependencies = [
1004
+ "indoc",
1005
+ "libc",
1006
+ "memoffset",
1007
+ "once_cell",
1008
+ "portable-atomic",
1009
+ "pyo3-build-config",
1010
+ "pyo3-ffi",
1011
+ "pyo3-macros",
1012
+ "unindent",
1013
+ ]
1014
+
1015
+ [[package]]
1016
+ name = "pyo3-async-runtimes"
1017
+ version = "0.25.0"
1018
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1019
+ checksum = "d73cc6b1b7d8b3cef02101d37390dbdfe7e450dfea14921cae80a9534ba59ef2"
1020
+ dependencies = [
1021
+ "futures",
1022
+ "once_cell",
1023
+ "pin-project-lite",
1024
+ "pyo3",
1025
+ "tokio",
1026
+ ]
1027
+
1028
+ [[package]]
1029
+ name = "pyo3-build-config"
1030
+ version = "0.25.1"
1031
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1032
+ checksum = "458eb0c55e7ece017adeba38f2248ff3ac615e53660d7c71a238d7d2a01c7598"
1033
+ dependencies = [
1034
+ "once_cell",
1035
+ "target-lexicon",
1036
+ ]
1037
+
1038
+ [[package]]
1039
+ name = "pyo3-ffi"
1040
+ version = "0.25.1"
1041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1042
+ checksum = "7114fe5457c61b276ab77c5055f206295b812608083644a5c5b2640c3102565c"
1043
+ dependencies = [
1044
+ "libc",
1045
+ "pyo3-build-config",
1046
+ ]
1047
+
1048
+ [[package]]
1049
+ name = "pyo3-macros"
1050
+ version = "0.25.1"
1051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1052
+ checksum = "a8725c0a622b374d6cb051d11a0983786448f7785336139c3c94f5aa6bef7e50"
1053
+ dependencies = [
1054
+ "proc-macro2",
1055
+ "pyo3-macros-backend",
1056
+ "quote",
1057
+ "syn",
1058
+ ]
1059
+
1060
+ [[package]]
1061
+ name = "pyo3-macros-backend"
1062
+ version = "0.25.1"
1063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1064
+ checksum = "4109984c22491085343c05b0dbc54ddc405c3cf7b4374fc533f5c3313a572ccc"
1065
+ dependencies = [
1066
+ "heck",
1067
+ "proc-macro2",
1068
+ "pyo3-build-config",
1069
+ "quote",
1070
+ "syn",
1071
+ ]
1072
+
1073
+ [[package]]
1074
+ name = "quote"
1075
+ version = "1.0.38"
1076
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1077
+ checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
1078
+ dependencies = [
1079
+ "proc-macro2",
1080
+ ]
1081
+
1082
+ [[package]]
1083
+ name = "rand"
1084
+ version = "0.4.6"
1085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1086
+ checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
1087
+ dependencies = [
1088
+ "fuchsia-cprng",
1089
+ "libc",
1090
+ "rand_core 0.3.1",
1091
+ "rdrand",
1092
+ "winapi",
1093
+ ]
1094
+
1095
+ [[package]]
1096
+ name = "rand"
1097
+ version = "0.8.5"
1098
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1099
+ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1100
+ dependencies = [
1101
+ "libc",
1102
+ "rand_chacha",
1103
+ "rand_core 0.6.4",
1104
+ ]
1105
+
1106
+ [[package]]
1107
+ name = "rand_chacha"
1108
+ version = "0.3.1"
1109
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1110
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1111
+ dependencies = [
1112
+ "ppv-lite86",
1113
+ "rand_core 0.6.4",
1114
+ ]
1115
+
1116
+ [[package]]
1117
+ name = "rand_core"
1118
+ version = "0.3.1"
1119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1120
+ checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1121
+ dependencies = [
1122
+ "rand_core 0.4.2",
1123
+ ]
1124
+
1125
+ [[package]]
1126
+ name = "rand_core"
1127
+ version = "0.4.2"
1128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1129
+ checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1130
+
1131
+ [[package]]
1132
+ name = "rand_core"
1133
+ version = "0.6.4"
1134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1135
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1136
+ dependencies = [
1137
+ "getrandom 0.2.15",
1138
+ ]
1139
+
1140
+ [[package]]
1141
+ name = "rdrand"
1142
+ version = "0.4.0"
1143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1144
+ checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1145
+ dependencies = [
1146
+ "rand_core 0.3.1",
1147
+ ]
1148
+
1149
+ [[package]]
1150
+ name = "redox_syscall"
1151
+ version = "0.5.9"
1152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1153
+ checksum = "82b568323e98e49e2a0899dcee453dd679fae22d69adf9b11dd508d1549b7e2f"
1154
+ dependencies = [
1155
+ "bitflags",
1156
+ ]
1157
+
1158
+ [[package]]
1159
+ name = "redox_users"
1160
+ version = "0.5.0"
1161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1162
+ checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
1163
+ dependencies = [
1164
+ "getrandom 0.2.15",
1165
+ "libredox",
1166
+ "thiserror",
1167
+ ]
1168
+
1169
+ [[package]]
1170
+ name = "regex"
1171
+ version = "1.11.1"
1172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1173
+ checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1174
+ dependencies = [
1175
+ "aho-corasick",
1176
+ "memchr",
1177
+ "regex-automata 0.4.9",
1178
+ "regex-syntax 0.8.5",
1179
+ ]
1180
+
1181
+ [[package]]
1182
+ name = "regex-automata"
1183
+ version = "0.1.10"
1184
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1185
+ checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1186
+ dependencies = [
1187
+ "regex-syntax 0.6.29",
1188
+ ]
1189
+
1190
+ [[package]]
1191
+ name = "regex-automata"
1192
+ version = "0.4.9"
1193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1194
+ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1195
+ dependencies = [
1196
+ "aho-corasick",
1197
+ "memchr",
1198
+ "regex-syntax 0.8.5",
1199
+ ]
1200
+
1201
+ [[package]]
1202
+ name = "regex-syntax"
1203
+ version = "0.6.29"
1204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1205
+ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
1206
+
1207
+ [[package]]
1208
+ name = "regex-syntax"
1209
+ version = "0.8.5"
1210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1211
+ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1212
+
1213
+ [[package]]
1214
+ name = "remove_dir_all"
1215
+ version = "0.5.3"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1218
+ dependencies = [
1219
+ "winapi",
1220
+ ]
1221
+
1222
+ [[package]]
1223
+ name = "ring"
1224
+ version = "0.17.11"
1225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1226
+ checksum = "da5349ae27d3887ca812fb375b45a4fbb36d8d12d2df394968cd86e35683fe73"
1227
+ dependencies = [
1228
+ "cc",
1229
+ "cfg-if",
1230
+ "getrandom 0.2.15",
1231
+ "libc",
1232
+ "untrusted",
1233
+ "windows-sys 0.52.0",
1234
+ ]
1235
+
1236
+ [[package]]
1237
+ name = "rustc-demangle"
1238
+ version = "0.1.24"
1239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1240
+ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
1241
+
1242
+ [[package]]
1243
+ name = "rustix"
1244
+ version = "1.0.3"
1245
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1246
+ checksum = "e56a18552996ac8d29ecc3b190b4fdbb2d91ca4ec396de7bbffaf43f3d637e96"
1247
+ dependencies = [
1248
+ "bitflags",
1249
+ "errno",
1250
+ "libc",
1251
+ "linux-raw-sys",
1252
+ "windows-sys 0.59.0",
1253
+ ]
1254
+
1255
+ [[package]]
1256
+ name = "rustls"
1257
+ version = "0.23.23"
1258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1259
+ checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
1260
+ dependencies = [
1261
+ "log",
1262
+ "once_cell",
1263
+ "ring",
1264
+ "rustls-pki-types",
1265
+ "rustls-webpki",
1266
+ "subtle",
1267
+ "zeroize",
1268
+ ]
1269
+
1270
+ [[package]]
1271
+ name = "rustls-native-certs"
1272
+ version = "0.8.1"
1273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1274
+ checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
1275
+ dependencies = [
1276
+ "openssl-probe",
1277
+ "rustls-pki-types",
1278
+ "schannel",
1279
+ "security-framework",
1280
+ ]
1281
+
1282
+ [[package]]
1283
+ name = "rustls-pemfile"
1284
+ version = "2.2.0"
1285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1286
+ checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
1287
+ dependencies = [
1288
+ "rustls-pki-types",
1289
+ ]
1290
+
1291
+ [[package]]
1292
+ name = "rustls-pki-types"
1293
+ version = "1.11.0"
1294
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1295
+ checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
1296
+
1297
+ [[package]]
1298
+ name = "rustls-webpki"
1299
+ version = "0.102.8"
1300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1301
+ checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
1302
+ dependencies = [
1303
+ "ring",
1304
+ "rustls-pki-types",
1305
+ "untrusted",
1306
+ ]
1307
+
1308
+ [[package]]
1309
+ name = "rustversion"
1310
+ version = "1.0.19"
1311
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1312
+ checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
1313
+
1314
+ [[package]]
1315
+ name = "schannel"
1316
+ version = "0.1.27"
1317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1318
+ checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
1319
+ dependencies = [
1320
+ "windows-sys 0.59.0",
1321
+ ]
1322
+
1323
+ [[package]]
1324
+ name = "scopeguard"
1325
+ version = "1.2.0"
1326
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1327
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1328
+
1329
+ [[package]]
1330
+ name = "security-framework"
1331
+ version = "3.2.0"
1332
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1333
+ checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
1334
+ dependencies = [
1335
+ "bitflags",
1336
+ "core-foundation",
1337
+ "core-foundation-sys",
1338
+ "libc",
1339
+ "security-framework-sys",
1340
+ ]
1341
+
1342
+ [[package]]
1343
+ name = "security-framework-sys"
1344
+ version = "2.14.0"
1345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1346
+ checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
1347
+ dependencies = [
1348
+ "core-foundation-sys",
1349
+ "libc",
1350
+ ]
1351
+
1352
+ [[package]]
1353
+ name = "serde"
1354
+ version = "1.0.218"
1355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1356
+ checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60"
1357
+ dependencies = [
1358
+ "serde_derive",
1359
+ ]
1360
+
1361
+ [[package]]
1362
+ name = "serde_derive"
1363
+ version = "1.0.218"
1364
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1365
+ checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
1366
+ dependencies = [
1367
+ "proc-macro2",
1368
+ "quote",
1369
+ "syn",
1370
+ ]
1371
+
1372
+ [[package]]
1373
+ name = "serde_spanned"
1374
+ version = "0.6.8"
1375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1376
+ checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
1377
+ dependencies = [
1378
+ "serde",
1379
+ ]
1380
+
1381
+ [[package]]
1382
+ name = "sharded-slab"
1383
+ version = "0.1.7"
1384
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1385
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1386
+ dependencies = [
1387
+ "lazy_static",
1388
+ ]
1389
+
1390
+ [[package]]
1391
+ name = "shlex"
1392
+ version = "1.3.0"
1393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1394
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1395
+
1396
+ [[package]]
1397
+ name = "sift-stream-bindings"
1398
+ version = "0.1.0"
1399
+ dependencies = [
1400
+ "pyo3",
1401
+ "pyo3-async-runtimes",
1402
+ "sift_error",
1403
+ "sift_rs",
1404
+ "sift_stream",
1405
+ ]
1406
+
1407
+ [[package]]
1408
+ name = "sift_connect"
1409
+ version = "0.3.0"
1410
+ dependencies = [
1411
+ "dirs",
1412
+ "sift_error",
1413
+ "toml",
1414
+ "tonic",
1415
+ "tower 0.4.13",
1416
+ ]
1417
+
1418
+ [[package]]
1419
+ name = "sift_error"
1420
+ version = "0.3.0"
1421
+ dependencies = [
1422
+ "indoc",
1423
+ ]
1424
+
1425
+ [[package]]
1426
+ name = "sift_rs"
1427
+ version = "0.3.0"
1428
+ dependencies = [
1429
+ "async-trait",
1430
+ "chrono",
1431
+ "pbjson",
1432
+ "pbjson-types",
1433
+ "prost",
1434
+ "prost-types",
1435
+ "rand 0.8.5",
1436
+ "serde",
1437
+ "sift_connect",
1438
+ "sift_error",
1439
+ "tokio",
1440
+ "tokio-stream",
1441
+ "tonic",
1442
+ ]
1443
+
1444
+ [[package]]
1445
+ name = "sift_stream"
1446
+ version = "0.3.0"
1447
+ dependencies = [
1448
+ "async-trait",
1449
+ "bytesize",
1450
+ "chrono",
1451
+ "crc32fast",
1452
+ "dirs",
1453
+ "futures-core",
1454
+ "hyper-util",
1455
+ "pbjson-types",
1456
+ "prost",
1457
+ "sift_connect",
1458
+ "sift_error",
1459
+ "sift_rs",
1460
+ "tempdir",
1461
+ "tokio",
1462
+ "tokio-stream",
1463
+ "tonic",
1464
+ "tower 0.5.2",
1465
+ "tracing",
1466
+ "tracing-subscriber",
1467
+ "uuid",
1468
+ ]
1469
+
1470
+ [[package]]
1471
+ name = "signal-hook-registry"
1472
+ version = "1.4.2"
1473
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1474
+ checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
1475
+ dependencies = [
1476
+ "libc",
1477
+ ]
1478
+
1479
+ [[package]]
1480
+ name = "slab"
1481
+ version = "0.4.9"
1482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1483
+ checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1484
+ dependencies = [
1485
+ "autocfg",
1486
+ ]
1487
+
1488
+ [[package]]
1489
+ name = "smallvec"
1490
+ version = "1.14.0"
1491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1492
+ checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
1493
+
1494
+ [[package]]
1495
+ name = "socket2"
1496
+ version = "0.5.8"
1497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1498
+ checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
1499
+ dependencies = [
1500
+ "libc",
1501
+ "windows-sys 0.52.0",
1502
+ ]
1503
+
1504
+ [[package]]
1505
+ name = "subtle"
1506
+ version = "2.6.1"
1507
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1508
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1509
+
1510
+ [[package]]
1511
+ name = "syn"
1512
+ version = "2.0.98"
1513
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1514
+ checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
1515
+ dependencies = [
1516
+ "proc-macro2",
1517
+ "quote",
1518
+ "unicode-ident",
1519
+ ]
1520
+
1521
+ [[package]]
1522
+ name = "sync_wrapper"
1523
+ version = "1.0.2"
1524
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1525
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1526
+
1527
+ [[package]]
1528
+ name = "target-lexicon"
1529
+ version = "0.13.2"
1530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1531
+ checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
1532
+
1533
+ [[package]]
1534
+ name = "tempdir"
1535
+ version = "0.3.7"
1536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1537
+ checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
1538
+ dependencies = [
1539
+ "rand 0.4.6",
1540
+ "remove_dir_all",
1541
+ ]
1542
+
1543
+ [[package]]
1544
+ name = "tempfile"
1545
+ version = "3.19.0"
1546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1547
+ checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600"
1548
+ dependencies = [
1549
+ "fastrand",
1550
+ "getrandom 0.3.1",
1551
+ "once_cell",
1552
+ "rustix",
1553
+ "windows-sys 0.59.0",
1554
+ ]
1555
+
1556
+ [[package]]
1557
+ name = "thiserror"
1558
+ version = "2.0.12"
1559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1560
+ checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
1561
+ dependencies = [
1562
+ "thiserror-impl",
1563
+ ]
1564
+
1565
+ [[package]]
1566
+ name = "thiserror-impl"
1567
+ version = "2.0.12"
1568
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1569
+ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
1570
+ dependencies = [
1571
+ "proc-macro2",
1572
+ "quote",
1573
+ "syn",
1574
+ ]
1575
+
1576
+ [[package]]
1577
+ name = "thread_local"
1578
+ version = "1.1.8"
1579
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1580
+ checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
1581
+ dependencies = [
1582
+ "cfg-if",
1583
+ "once_cell",
1584
+ ]
1585
+
1586
+ [[package]]
1587
+ name = "tokio"
1588
+ version = "1.44.1"
1589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1590
+ checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
1591
+ dependencies = [
1592
+ "backtrace",
1593
+ "bytes",
1594
+ "libc",
1595
+ "mio",
1596
+ "parking_lot",
1597
+ "pin-project-lite",
1598
+ "signal-hook-registry",
1599
+ "socket2",
1600
+ "tokio-macros",
1601
+ "windows-sys 0.52.0",
1602
+ ]
1603
+
1604
+ [[package]]
1605
+ name = "tokio-macros"
1606
+ version = "2.5.0"
1607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1608
+ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
1609
+ dependencies = [
1610
+ "proc-macro2",
1611
+ "quote",
1612
+ "syn",
1613
+ ]
1614
+
1615
+ [[package]]
1616
+ name = "tokio-rustls"
1617
+ version = "0.26.2"
1618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1619
+ checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
1620
+ dependencies = [
1621
+ "rustls",
1622
+ "tokio",
1623
+ ]
1624
+
1625
+ [[package]]
1626
+ name = "tokio-stream"
1627
+ version = "0.1.17"
1628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1629
+ checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
1630
+ dependencies = [
1631
+ "futures-core",
1632
+ "pin-project-lite",
1633
+ "tokio",
1634
+ ]
1635
+
1636
+ [[package]]
1637
+ name = "tokio-util"
1638
+ version = "0.7.13"
1639
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1640
+ checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
1641
+ dependencies = [
1642
+ "bytes",
1643
+ "futures-core",
1644
+ "futures-sink",
1645
+ "pin-project-lite",
1646
+ "tokio",
1647
+ ]
1648
+
1649
+ [[package]]
1650
+ name = "toml"
1651
+ version = "0.8.20"
1652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1653
+ checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148"
1654
+ dependencies = [
1655
+ "serde",
1656
+ "serde_spanned",
1657
+ "toml_datetime",
1658
+ "toml_edit",
1659
+ ]
1660
+
1661
+ [[package]]
1662
+ name = "toml_datetime"
1663
+ version = "0.6.8"
1664
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1665
+ checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
1666
+ dependencies = [
1667
+ "serde",
1668
+ ]
1669
+
1670
+ [[package]]
1671
+ name = "toml_edit"
1672
+ version = "0.22.24"
1673
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1674
+ checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
1675
+ dependencies = [
1676
+ "indexmap 2.7.1",
1677
+ "serde",
1678
+ "serde_spanned",
1679
+ "toml_datetime",
1680
+ "winnow",
1681
+ ]
1682
+
1683
+ [[package]]
1684
+ name = "tonic"
1685
+ version = "0.12.3"
1686
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1687
+ checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52"
1688
+ dependencies = [
1689
+ "async-stream",
1690
+ "async-trait",
1691
+ "axum",
1692
+ "base64 0.22.1",
1693
+ "bytes",
1694
+ "h2",
1695
+ "http",
1696
+ "http-body",
1697
+ "http-body-util",
1698
+ "hyper",
1699
+ "hyper-timeout",
1700
+ "hyper-util",
1701
+ "percent-encoding",
1702
+ "pin-project",
1703
+ "prost",
1704
+ "rustls-native-certs",
1705
+ "rustls-pemfile",
1706
+ "socket2",
1707
+ "tokio",
1708
+ "tokio-rustls",
1709
+ "tokio-stream",
1710
+ "tower 0.4.13",
1711
+ "tower-layer",
1712
+ "tower-service",
1713
+ "tracing",
1714
+ "webpki-roots",
1715
+ ]
1716
+
1717
+ [[package]]
1718
+ name = "tower"
1719
+ version = "0.4.13"
1720
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1721
+ checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
1722
+ dependencies = [
1723
+ "futures-core",
1724
+ "futures-util",
1725
+ "indexmap 1.9.3",
1726
+ "pin-project",
1727
+ "pin-project-lite",
1728
+ "rand 0.8.5",
1729
+ "slab",
1730
+ "tokio",
1731
+ "tokio-util",
1732
+ "tower-layer",
1733
+ "tower-service",
1734
+ "tracing",
1735
+ ]
1736
+
1737
+ [[package]]
1738
+ name = "tower"
1739
+ version = "0.5.2"
1740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1741
+ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1742
+ dependencies = [
1743
+ "futures-core",
1744
+ "futures-util",
1745
+ "pin-project-lite",
1746
+ "sync_wrapper",
1747
+ "tower-layer",
1748
+ "tower-service",
1749
+ ]
1750
+
1751
+ [[package]]
1752
+ name = "tower-layer"
1753
+ version = "0.3.3"
1754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1755
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1756
+
1757
+ [[package]]
1758
+ name = "tower-service"
1759
+ version = "0.3.3"
1760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1761
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1762
+
1763
+ [[package]]
1764
+ name = "tracing"
1765
+ version = "0.1.41"
1766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1767
+ checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1768
+ dependencies = [
1769
+ "log",
1770
+ "pin-project-lite",
1771
+ "tracing-attributes",
1772
+ "tracing-core",
1773
+ ]
1774
+
1775
+ [[package]]
1776
+ name = "tracing-attributes"
1777
+ version = "0.1.28"
1778
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1779
+ checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
1780
+ dependencies = [
1781
+ "proc-macro2",
1782
+ "quote",
1783
+ "syn",
1784
+ ]
1785
+
1786
+ [[package]]
1787
+ name = "tracing-core"
1788
+ version = "0.1.33"
1789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1790
+ checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
1791
+ dependencies = [
1792
+ "once_cell",
1793
+ "valuable",
1794
+ ]
1795
+
1796
+ [[package]]
1797
+ name = "tracing-log"
1798
+ version = "0.2.0"
1799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1800
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1801
+ dependencies = [
1802
+ "log",
1803
+ "once_cell",
1804
+ "tracing-core",
1805
+ ]
1806
+
1807
+ [[package]]
1808
+ name = "tracing-subscriber"
1809
+ version = "0.3.19"
1810
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1811
+ checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
1812
+ dependencies = [
1813
+ "matchers",
1814
+ "nu-ansi-term",
1815
+ "once_cell",
1816
+ "regex",
1817
+ "sharded-slab",
1818
+ "smallvec",
1819
+ "thread_local",
1820
+ "tracing",
1821
+ "tracing-core",
1822
+ "tracing-log",
1823
+ ]
1824
+
1825
+ [[package]]
1826
+ name = "try-lock"
1827
+ version = "0.2.5"
1828
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1829
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1830
+
1831
+ [[package]]
1832
+ name = "unicode-ident"
1833
+ version = "1.0.17"
1834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1835
+ checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe"
1836
+
1837
+ [[package]]
1838
+ name = "unindent"
1839
+ version = "0.2.4"
1840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1841
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
1842
+
1843
+ [[package]]
1844
+ name = "untrusted"
1845
+ version = "0.9.0"
1846
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1847
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1848
+
1849
+ [[package]]
1850
+ name = "uuid"
1851
+ version = "1.16.0"
1852
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1853
+ checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
1854
+ dependencies = [
1855
+ "getrandom 0.3.1",
1856
+ ]
1857
+
1858
+ [[package]]
1859
+ name = "valuable"
1860
+ version = "0.1.1"
1861
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1862
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
1863
+
1864
+ [[package]]
1865
+ name = "want"
1866
+ version = "0.3.1"
1867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1868
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1869
+ dependencies = [
1870
+ "try-lock",
1871
+ ]
1872
+
1873
+ [[package]]
1874
+ name = "wasi"
1875
+ version = "0.11.0+wasi-snapshot-preview1"
1876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1877
+ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1878
+
1879
+ [[package]]
1880
+ name = "wasi"
1881
+ version = "0.13.3+wasi-0.2.2"
1882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1883
+ checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
1884
+ dependencies = [
1885
+ "wit-bindgen-rt",
1886
+ ]
1887
+
1888
+ [[package]]
1889
+ name = "wasm-bindgen"
1890
+ version = "0.2.100"
1891
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1892
+ checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
1893
+ dependencies = [
1894
+ "cfg-if",
1895
+ "once_cell",
1896
+ "rustversion",
1897
+ "wasm-bindgen-macro",
1898
+ ]
1899
+
1900
+ [[package]]
1901
+ name = "wasm-bindgen-backend"
1902
+ version = "0.2.100"
1903
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1904
+ checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
1905
+ dependencies = [
1906
+ "bumpalo",
1907
+ "log",
1908
+ "proc-macro2",
1909
+ "quote",
1910
+ "syn",
1911
+ "wasm-bindgen-shared",
1912
+ ]
1913
+
1914
+ [[package]]
1915
+ name = "wasm-bindgen-macro"
1916
+ version = "0.2.100"
1917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1918
+ checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
1919
+ dependencies = [
1920
+ "quote",
1921
+ "wasm-bindgen-macro-support",
1922
+ ]
1923
+
1924
+ [[package]]
1925
+ name = "wasm-bindgen-macro-support"
1926
+ version = "0.2.100"
1927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1928
+ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
1929
+ dependencies = [
1930
+ "proc-macro2",
1931
+ "quote",
1932
+ "syn",
1933
+ "wasm-bindgen-backend",
1934
+ "wasm-bindgen-shared",
1935
+ ]
1936
+
1937
+ [[package]]
1938
+ name = "wasm-bindgen-shared"
1939
+ version = "0.2.100"
1940
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1941
+ checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
1942
+ dependencies = [
1943
+ "unicode-ident",
1944
+ ]
1945
+
1946
+ [[package]]
1947
+ name = "webpki-roots"
1948
+ version = "0.26.8"
1949
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1950
+ checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
1951
+ dependencies = [
1952
+ "rustls-pki-types",
1953
+ ]
1954
+
1955
+ [[package]]
1956
+ name = "winapi"
1957
+ version = "0.3.9"
1958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1959
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1960
+ dependencies = [
1961
+ "winapi-i686-pc-windows-gnu",
1962
+ "winapi-x86_64-pc-windows-gnu",
1963
+ ]
1964
+
1965
+ [[package]]
1966
+ name = "winapi-i686-pc-windows-gnu"
1967
+ version = "0.4.0"
1968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1969
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1970
+
1971
+ [[package]]
1972
+ name = "winapi-x86_64-pc-windows-gnu"
1973
+ version = "0.4.0"
1974
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1975
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1976
+
1977
+ [[package]]
1978
+ name = "windows-core"
1979
+ version = "0.52.0"
1980
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1981
+ checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
1982
+ dependencies = [
1983
+ "windows-targets",
1984
+ ]
1985
+
1986
+ [[package]]
1987
+ name = "windows-link"
1988
+ version = "0.1.0"
1989
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1990
+ checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3"
1991
+
1992
+ [[package]]
1993
+ name = "windows-sys"
1994
+ version = "0.52.0"
1995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1996
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1997
+ dependencies = [
1998
+ "windows-targets",
1999
+ ]
2000
+
2001
+ [[package]]
2002
+ name = "windows-sys"
2003
+ version = "0.59.0"
2004
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2005
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2006
+ dependencies = [
2007
+ "windows-targets",
2008
+ ]
2009
+
2010
+ [[package]]
2011
+ name = "windows-targets"
2012
+ version = "0.52.6"
2013
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2014
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2015
+ dependencies = [
2016
+ "windows_aarch64_gnullvm",
2017
+ "windows_aarch64_msvc",
2018
+ "windows_i686_gnu",
2019
+ "windows_i686_gnullvm",
2020
+ "windows_i686_msvc",
2021
+ "windows_x86_64_gnu",
2022
+ "windows_x86_64_gnullvm",
2023
+ "windows_x86_64_msvc",
2024
+ ]
2025
+
2026
+ [[package]]
2027
+ name = "windows_aarch64_gnullvm"
2028
+ version = "0.52.6"
2029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2030
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2031
+
2032
+ [[package]]
2033
+ name = "windows_aarch64_msvc"
2034
+ version = "0.52.6"
2035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2036
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2037
+
2038
+ [[package]]
2039
+ name = "windows_i686_gnu"
2040
+ version = "0.52.6"
2041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2042
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2043
+
2044
+ [[package]]
2045
+ name = "windows_i686_gnullvm"
2046
+ version = "0.52.6"
2047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2048
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2049
+
2050
+ [[package]]
2051
+ name = "windows_i686_msvc"
2052
+ version = "0.52.6"
2053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2054
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2055
+
2056
+ [[package]]
2057
+ name = "windows_x86_64_gnu"
2058
+ version = "0.52.6"
2059
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2060
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2061
+
2062
+ [[package]]
2063
+ name = "windows_x86_64_gnullvm"
2064
+ version = "0.52.6"
2065
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2066
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2067
+
2068
+ [[package]]
2069
+ name = "windows_x86_64_msvc"
2070
+ version = "0.52.6"
2071
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2072
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2073
+
2074
+ [[package]]
2075
+ name = "winnow"
2076
+ version = "0.7.3"
2077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2078
+ checksum = "0e7f4ea97f6f78012141bcdb6a216b2609f0979ada50b20ca5b52dde2eac2bb1"
2079
+ dependencies = [
2080
+ "memchr",
2081
+ ]
2082
+
2083
+ [[package]]
2084
+ name = "wit-bindgen-rt"
2085
+ version = "0.33.0"
2086
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2087
+ checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
2088
+ dependencies = [
2089
+ "bitflags",
2090
+ ]
2091
+
2092
+ [[package]]
2093
+ name = "zerocopy"
2094
+ version = "0.7.35"
2095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2096
+ checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2097
+ dependencies = [
2098
+ "byteorder",
2099
+ "zerocopy-derive",
2100
+ ]
2101
+
2102
+ [[package]]
2103
+ name = "zerocopy-derive"
2104
+ version = "0.7.35"
2105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2106
+ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2107
+ dependencies = [
2108
+ "proc-macro2",
2109
+ "quote",
2110
+ "syn",
2111
+ ]
2112
+
2113
+ [[package]]
2114
+ name = "zeroize"
2115
+ version = "1.8.1"
2116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2117
+ checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"