forked from cookiemonstermayhem/tarigpuminer
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Cargo.toml
45 lines (41 loc) · 1.37 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
44
45
[package]
edition = "2021"
name = "xtrgpuminer"
version = "0.2.9"
[dependencies]
anyhow = "*"
clap = {version = "4.5.0", features = ["derive"]}
minotari_app_grpc = {git = "http://github.com/tari-project/tari"}
num-format = "0.4.4"
serde = {version = "1.0.130", features = ["derive"]}
serde_json = "1.0.68"
sha3 = "0.10"
tari_common = {git = "http://github.com/tari-project/tari"}
tari_common_types = {git = "http://github.com/tari-project/tari"}
tari_core = {git = "https://github.com/tari-project/tari", default-features = false, features = [
"transactions",
]}
tari_crypto = {version = "0.20.3", features = ["borsh"]}
tari_key_manager = {git = "http://github.com/tari-project/tari"}
tari_script = {git = "http://github.com/tari-project/tari"}
tari_shutdown = {git = "https://github.com/tari-project/tari.git"}
tari_utilities = "0.8"
hickory-client = {version = "=0.25.0-alpha.2", features = ["dns-over-rustls"]}
hickory-proto = "=0.25.0-alpha.2"
hickory-resolver = "=0.25.0-alpha.2"
libsqlite3-sys = {version = "0.25.1", features = ["bundled"]}
prost = "0.13.3"
prost-types = "0.13.3"
rand = "0.8"
tokio = {version = "1.36", features = ["full"]}
tonic = {version = "0.12.3"}
axum = "0.7.5"
cust = {version = "0.3.2", optional = true}
log = "0.4.22"
log4rs = "1.3.0"
opencl-sys = "*"
opencl3 = {version = "0.9.5", optional = true}
thiserror = "1.0.63"
[features]
default = []
nvidia = ["cust"]