-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
37 lines (33 loc) · 1.24 KB
/
Cargo.toml
File metadata and controls
37 lines (33 loc) · 1.24 KB
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
[package]
name = "hpos-api-rust"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
base36 = "=0.0.1"
base64 = "0.13.0"
ed25519-dalek = { version = "2.1.1" }
env_logger = "0.11.3"
getrandom = "0.2.7"
holochain_websocket = "=0.4.0-rc.0"
holochain_client = "=0.6.0-rc.0"
holochain_keystore = "=0.4.0-rc.0"
holochain_types = { version = "=0.4.0-rc.0"}
holochain_conductor_api = "=0.4.0-rc.0"
holofuel_types = "0.5.14"
mr_bundle = "=0.4.0-rc.0"
hpos_hc_connect = { git = "https://github.com/holo-host/hpos-service-crates.git", rev = "db6f7f675fb4997909bd43aef071551a52c6afdc" }
holochain_env_setup = { git = "https://github.com/holo-host/hpos-service-crates.git", rev = "db6f7f675fb4997909bd43aef071551a52c6afdc" }
hpos-config-core = { git = "https://github.com/holo-host/hpos-config.git", rev = "77d740c83a02e322e670e360eb450076b593b328" }
hpos-config-seed-bundle-explorer = { git = "https://github.com/holo-host/hpos-config.git", rev = "77d740c83a02e322e670e360eb450076b593b328" }
log = "0.4.17"
rand = "0.8.5"
rocket = { version = "0.5.0-rc.3", features = ["json"] }
serde = { version = "1.0", features = ["derive", "rc",] }
serde_bytes = "0.11"
serde_yaml = "0.9.25"
sodoken = "0.0.11"
url2 = "0.0.6"
url = "2.4.0"
chrono = "0.4.19"
reqwest = "0.12.5"