teec-protocol 0.1.1

Common protocol types for TEE Client-Application communication.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "teec-protocol"
version = "0.1.1"
authors = ["huanfuxi <huanfuxi@kylinos.cn>"]
edition = "2024"
license = "Apache-2.0"
description = "Common protocol types for TEE Client-Application communication."
repository = "https://gitee.com/openkylin/rust-libteec"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
bytemuck = { version = "1.25", features = ["derive"] }
uuid = { version = "1.0", features = ["v5"] }