optee-teec 0.9.0

TEE client API.
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 = "optee-teec"
version = "0.9.0"
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TEE client API."
readme = false
license = "Apache-2.0"
repository = "https://github.com/apache/teaclave-trustzone-sdk.git"

[package.metadata.docs.rs]
features = ["doc"]

[features]
default = []
doc = ["optee-teec-sys/no_link"]
macros = ["dep:optee-teec-macros"]

[lib]
name = "optee_teec"
path = "src/lib.rs"

[dependencies.document-features]
version = "0.2.12"

[dependencies.hex]
version = "0.4"
features = ["alloc"]
default-features = false

[dependencies.log]
version = "0.4.29"

[dependencies.num_enum]
version = "0.7.6"

[dependencies.optee-teec-macros]
version = "0.9.0"
optional = true

[dependencies.optee-teec-sys]
version = "0.9.0"

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

[dev-dependencies.optee-teec-sys]
version = "0.9.0"
features = ["no_link"]