Jules was unable to complete the task in time. Please review the work done so far and provide feedback for Jules to continue.
This commit is contained in:
22
benchmark_proxy_rust/Cargo.toml
Normal file
22
benchmark_proxy_rust/Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "benchmark_proxy_rust"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
hyper = { version = "0.14", features = ["full"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tokio-tungstenite = { version = "0.21", features = ["native-tls"] }
|
||||
log = "0.4"
|
||||
env_logger = "0.10"
|
||||
dashmap = "5.5"
|
||||
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
|
||||
thiserror = "1.0"
|
||||
futures-util = "0.3"
|
||||
http = "0.2"
|
||||
url = "2.5"
|
||||
lazy_static = "1.4.0"
|
||||
Reference in New Issue
Block a user