[package] name = "secapi-sys" version.workspace = true authors = [ "Stefan Bossbaly ", ] description = "FFI bindings to SecAPI" keywords = ["secure", "storage", "secapi"] categories = ["cryptography", "external-ffi-bindings"] repository = "https://github.com/rdkcentral/secapi-rust" license.workspace = true readme.workspace = true edition.workspace = true build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = [] system-sa-client = [] [dependencies] libc = "0.2.147" [build-dependencies] copy_dir = "0.1.3"