# 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 = "2021" name = "secapi-sys" version = "0.2.0" authors = ["Stefan Bossbaly "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "FFI bindings to SecAPI" readme = "README.md" keywords = [ "secure", "storage", "secapi", ] categories = [ "cryptography", "external-ffi-bindings", ] license = "Apache-2.0" repository = "https://github.com/rdkcentral/secapi-rust" [lib] name = "secapi_sys" path = "src/lib.rs" [dependencies.libc] version = "0.2.147" [build-dependencies.copy_dir] version = "0.1.3" [features] default = [] system-sa-client = []