Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions infera/Cargo.toml
Copy link
Member

@habedi habedi Nov 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these libraries (added in the infera/Cargo.toml) needed as main dependencies? It seems to me they are needed for tests.

Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ sha2 = "0.10"
hex = "0.4"
filetime = "0.2"

tokio = { version = "1", features = ["full"] }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we don't need tokio, especially with all of its features enabled. I think, at the moment, Infera itself doesn't do anything that requires an async IO runtime.

tokio-util = "0.7" # for ReaderStream
actix-middleware-etag = "0.4.6"
actix-web = "4.12.0"
bytes = "1.11.0"

[dev-dependencies]
tempfile = "3.10"
mockito = "1.7.0"
Expand Down
Loading
Loading