-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
35 lines (34 loc) · 1005 Bytes
/
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
[package]
name = "spark-candles"
version = "0.2.14"
edition = "2021"
[dependencies]
anyhow = "1.0.92"
async-tungstenite = { version = "0.14", features = ["tokio-runtime"] }
async-graphql = "7.0.9"
async-graphql-rocket = "7.0.9"
chrono = { version = "0.4.39", features = ["serde"] }
ctrlc = "3.4"
dotenv = "0.15.0"
fuels = { version = "0.66.5", features = ["fuel-core-lib"] }
fuel-crypto = "0.57.1"
futures-util = "0.3"
hex = "0.4.3"
log = "0.4.21"
env_logger = "0.10"
ethers-core = "2.0.14"
futures = "0.3.31"
rocket = { version = "0.5.0-rc.3", features = ["json"] }
rocket_okapi = { version = "0.8.0-rc.2", features = ["swagger", "rapidoc"] }
rustc-hex = "2.1.0"
schemars = "0.8.0"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
spark-market-sdk = "0.6.5"
pangea-client = "0.3.2"
thiserror = "1.0.63"
tokio = { version = "1.41.0", features = ["rt", "macros", "time"] }
tokio-tungstenite = "0.17.1"
toml = "0.5"
url = "2.3.1"
uuid = { version = "1.0", features = ["v4"] }