tpm/aziot-tpmd/Cargo.toml (19 lines of code) (raw):
[package]
name = "aziot-tpmd"
version = "0.1.0"
authors = ["Azure IoT Edge Devs"]
edition = "2021"
[dependencies]
async-trait = "0.1"
futures-util = "0.3"
http = "0.2"
hyper = "0.14"
log = "0.4"
serde = "1"
serde_json = "1"
tokio = { version = "1", features = ["parking_lot", "time"] }
url = "2"
aziot-tpm-common-http = { path = "../aziot-tpm-common-http" }
aziot-tpmd-config = { path = "../aziot-tpmd-config" }
tss-minimal = { path = "../tss-minimal" }
http-common = { path = "../../http-common" }