sgx-daemon/Cargo.toml
ghe0 95a405e44b
switch license to Apache2.0
- switch LICENSE file from GPLv2 to Apache-2.0
- add SPDX HEADER to all files
2025-06-14 03:57:18 +03:00

35 lines
849 B
TOML

# SPDX-License-Identifier: Apache-2.0
[package]
name = "detee-sgx-daemon"
version = "0.1.0"
edition = "2021"
[dependencies]
env_logger = "0.11.6"
prost = "0.13.4"
prost-types = "0.13.4"
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread", "fs"] }
tonic = { version = "0.12", features = ["tls"] }
reqwest = { version = "0.12.12", features = ["blocking"] }
flate2 = "1.0.35"
tar = "0.4.43"
anyhow = "1.0.95"
rand = "0.8.5"
tokio-stream = "0.1.17"
log = "0.4.25"
serde = "1.0.217"
serde_json = "1.0.138"
serde_yml = "0.0.12"
home = "0.5.11"
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
bs58 = "0.5.1"
chrono = "0.4.39"
sha2 = "0.10.8"
detee-shared = { git = "ssh://git@gitea.detee.cloud/testnet/proto", branch = "main" }
# detee-shared = { path = "../detee-shared" }
[build-dependencies]
tonic-build = "0.12.3"