rust-libteec 0.4.4

Rust implementation of TEE Client API for secure communication with Trusted Applications.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "rust-libteec"
version = "0.4.4"
authors = ["huanfuxi <huanfuxi@kylinos.cn>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of TEE Client API for secure communication with Trusted Applications."
readme = "README.md"
license = "Apache-2.0"
repository = "https://gitee.com/openkylin/rust-libteec"

[features]
ca-sign-verify = ["dep:tasign"]
debug_level_0 = []
debug_level_1 = []
debug_level_2 = []
debug_level_3 = []
debug_level_4 = []
default = [
    "debug_level_2",
    "ca-sign-verify",
]

[lib]
name = "cc_teec"
crate-type = [
    "cdylib",
    "staticlib",
    "lib",
]
path = "src/lib.rs"

[[example]]
name = "cc-teec"
path = "examples/cc-teec.rs"

[[test]]
name = "teec_test"
path = "tests/teec_test.rs"

[dependencies.dashmap]
version = "6.2"

[dependencies.env_logger]
version = "0.11"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.mbedtls-smx]
version = "0.13"
features = [
    "std",
    "ssl",
    "x509",
]
default-features = false

[dependencies.num_enum]
version = "0.7"
default-features = false

[dependencies.postcard]
version = "1.1"
features = ["alloc"]
default-features = false

[dependencies.tasign]
version = "0.1"
features = ["kernel-verify"]
optional = true
default-features = false

[dependencies.teec-api-types]
version = "0.1"

[dependencies.teec-protocol]
version = "0.1"

[dependencies.uuid]
version = "1.19"
features = ["v5"]
default-features = false

[dependencies.virga]
version = "0.1"
features = ["use-xtransport"]
default-features = false

[dependencies.zeroize]
version = "1.8"
default-features = false