-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
57 lines (50 loc) · 2.03 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
46
47
48
49
50
51
52
53
54
55
56
57
[package]
name = "yarapi"
version = "0.4.0"
authors = ["Golem Factory <[email protected]>"]
edition = "2018"
homepage = "https://github.com/golemfactory/yarapi"
repository = "https://github.com/golemfactory/yarapi"
license = "LGPL-3.0"
description="hi-level api for new Golem"
keywords=["golem", "yagna"]
[dependencies]
ya-client = { version = "0.5", features = ["sgx"] }
gftp = "0.2"
ya-agreement-utils = "0.2"
actix = "0.9"
actix-rt = "1.0"
anyhow = "1.0.28"
bigdecimal = "0.1.0"
chrono = "0.4.10"
dotenv = "0.15.0"
env_logger = "0.6"
futures = "0.3"
futures-core = "0.3.8"
futures-util = "0.3.7"
log = "0.4"
pin-project = "1.0.2"
secp256k1 = "0.17"
semver = "0.10.0"
serde = "1.0.118"
serde_json = "1.0"
sha3 = "0.9.1"
tokio = { version = "0.2.10", features = ["fs"] }
url = "2.1.1"
[dev-dependencies]
structopt = "0.3"
tokio = { version = "0.2.10", features = ["macros"] }
[package.metadata.release]
no-dev-version = true
enable-all-features = true
[patch.crates-io]
#ya-client = { git = "https://github.com/golemfactory/ya-client.git", branch = "release/v0.5"}
#ya-client-model = { git = "https://github.com/golemfactory/ya-client.git", branch = "release/v0.5"}
#ya-agreement-utils = { git = "https://github.com/golemfactory/yagna.git", branch = "release/v0.6.0"}
#gftp = { git = "https://github.com/golemfactory/yagna.git", branch = "release/v0.6.0"}
#ya-compile-time-utils = { git = "https://github.com/golemfactory/yagna.git", branch = "release/v0.6.0"}
#ya-core-model = { git = "https://github.com/golemfactory/yagna.git", branch = "release/v0.6.0"}
#ya-service-bus = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"}
#ya-sb-proto = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"}
##ya-sb-router = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"}
#ya-sb-util = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"}