optee-utee-sys 0.8.0

Native bindings to the libutee library.
# 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 = "2018"
name = "optee-utee-sys"
version = "0.8.0"
authors = ["Teaclave Contributors <dev@teaclave.apache.org>"]
build = "build.rs"
links = "utee"
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native bindings to the libutee library."
readme = false
license = "Apache-2.0"
repository = "https://github.com/apache/teaclave-trustzone-sdk.git"
resolver = "2"

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

[dependencies.libc]
version = "0.2"

[dependencies.mockall]
version = "0.14.0"
optional = true

[features]
default = []
mock = [
    "dep:mockall",
    "std",
    "no_link",
]
no_link = []
std = []