[package]
name = "secapi-sys"
version = "0.1.0"
authors = [
"Stefan Bossbaly <Stefan_Bossbaly@comcast.com>",
]
description = "FFI bindings to SecAPI"
keywords = ["secure", "storage", "secapi"]
categories = ["cryptography", "external-ffi-bindings"]
repository = "https://github.com/rdkcentral/secapi-rust"
readme = "README.md"
license = "Apache-2.0"
edition = "2021"
build = "build.rs"
[features]
default = []
system-sa-client = []
[dependencies]
libc = "0.2.147"
[build-dependencies]
copy_dir = "0.1.3"