-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
38 lines (37 loc) · 1.04 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[package]
name = "bunsan"
version = "1.3.6"
edition = "2021"
description = "A high-performance, multi-chain RPC load balancer for EVM-compatible blockchain networks"
license = "MIT"
repository = "https://github.com/ronnakamoto/bunsan"
readme = "README.md"
keywords = ["blockchain", "load-balancer", "rpc", "ethereum", "web3"]
categories = [
"web-programming",
"network-programming",
"cryptography::cryptocurrencies",
"command-line-interface",
]
[dependencies]
actix-web = "4.9.0"
anyhow = "1.0.89"
arc-swap = "1.7.1"
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.19", features = ["derive", "env"] }
colored = "2.1.0"
config = "0.14.0"
directories = "5.0.1"
dotenv-parser = "0.1.3"
env_logger = "0.11.5"
log = "0.4.22"
notify = "6.1.1"
prettytable-rs = "0.10.0"
rand = "0.8.5"
reqwest = { version = "0.12.8", features = ["json"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tempfile = "3.13.0"
tokio = { version = "1.40.0", features = ["full"] }
toml_edit = "0.22.22"
url = "2.5.2"