-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (23 loc) · 710 Bytes
/
Cargo.toml
File metadata and controls
27 lines (23 loc) · 710 Bytes
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
[package]
name = "futuresight"
version = "0.1.0"
edition = "2024"
[dependencies]
signet-constants = { version = "0.16.0-rc.1" }
signet-tx-cache = { version = "0.16.0-rc.1" }
alloy = { version = "1.0.24", features = ["full"] }
alloy-consensus = "1.0.24"
alloy-provider = "1.0.24"
alloy-transport-http = { version = "1.0.24", features = ["reqwest"] }
alloy-primitives = "1.0.24"
tokio = { version = "1", features = ["full"] }
ratatui = "0.28"
crossterm = "0.28"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"
clap = { version = "4.5", features = ["derive", "env"] }
hex = "0.4"
url = "2"
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }
eyre = "0.6.12"