-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathCargo.toml
More file actions
61 lines (57 loc) · 1.65 KB
/
Copy pathCargo.toml
File metadata and controls
61 lines (57 loc) · 1.65 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# SPDX-FileCopyrightText: © 2024-2025 Phala Network <dstack@phala.network>
#
# SPDX-License-Identifier: Apache-2.0
[package]
name = "dstack-util"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
aes-gcm.workspace = true
anyhow.workspace = true
clap.workspace = true
curve25519-dalek.workspace = true
fs-err.workspace = true
getrandom = { workspace = true, features = ["std"] }
hex.workspace = true
hex_fmt.workspace = true
regex.workspace = true
scale = { workspace = true, features = ["derive"] }
schnorrkel.workspace = true
serde.workspace = true
serde-human-bytes.workspace = true
serde_json.workspace = true
sha2.workspace = true
tokio = { workspace = true, features = ["full"] }
tracing.workspace = true
tracing-subscriber.workspace = true
x25519-dalek.workspace = true
dstack-kms-rpc.workspace = true
ra-rpc = { workspace = true, features = ["client"] }
ra-tls = { workspace = true, features = ["quote"] }
dstack-gateway-rpc.workspace = true
tdx-attest.workspace = true
host-api = { workspace = true, features = ["client"] }
cmd_lib.workspace = true
toml.workspace = true
dcap-qvl.workspace = true
k256 = { workspace = true, features = ["ecdsa"] }
dstack-types.workspace = true
rand.workspace = true
sha3.workspace = true
dstack-attest.workspace = true
cert-client.workspace = true
x509-parser.workspace = true
yaml-rust2.workspace = true
bollard.workspace = true
sodiumbox.workspace = true
libc.workspace = true
luks2.workspace = true
scopeguard.workspace = true
tempfile.workspace = true
ez-hash.workspace = true
cc-eventlog.workspace = true
safe-write.workspace = true
[dev-dependencies]
rand.workspace = true