forked from Kriptikz/ore-hq-server
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
44 lines (42 loc) · 1.49 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
39
40
41
42
43
[package]
name = "ore-hq-server"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = { version = "0.7.5", features = ["ws"] }
axum-extra = { version = "0.9.3", features = ["typed-header"] }
bytemuck = "1.14.3"
drillx = "2.0.0"
futures = "0.3.30"
futures-util = { version = "0.3.30", default-features = false, features = ["sink", "std"] }
ore-api = "2.1.0"
ore-boost-api = "0.2.0"
ore-utils = "2.1.0"
ore-miner-delegation = { version = "0.6.0", features = ["no-entrypoint"]}
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.122"
solana-sdk = "1.18.12"
solana-client = "1.18.12"
tokio = { version = "1.39.2", features = ["full", "rt-multi-thread"] }
tower = { version = "0.4.13", features = ["util"] }
tower-http = { version = "0.5.2", features = ["trace", "cors"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
dotenv = "0.15.0"
spl-associated-token-account = { version = "2.2", features = ["no-entrypoint"] }
bincode = "1.3.3"
crossbeam-channel = "0.5.13"
rand = "0.8.5"
clap = { version = "4.5.14", features = ["derive"] }
diesel = { version = "2.2.3", features = ["mysql", "chrono"] }
chrono = "0.4.38"
deadpool-diesel = { version = "0.6.1", features = ["mysql"] }
base64 = "0.22.1"
spl-token = { version = "^4", features = ["no-entrypoint"] }
solana-account-decoder = "1.18.13"
tracing-appender = "0.2.3"
solana-transaction-status = "1.18.22"
uuid = { version = "1.10.0", features = ["v4"] }
steel = "1.3.0"
reqwest = "0.11"
sysinfo = "0.32.0"