# 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" version = "0.2.0" authors = ["Stefan Bossbaly "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SecAPI bindings" readme = "README.md" keywords = [ "crypto", "secure", "secapi", ] categories = [ "cryptography", "api-bindings", ] license = "Apache-2.0" repository = "https://github.com/rdkcentral/secapi-rust" [lib] name = "secapi" path = "src/lib.rs" doctest = false [dependencies.bitflags] version = "2.4.0" [dependencies.chrono] version = "0.4.30" [dependencies.libc] version = "0.2.147" [dependencies.secapi-sys] version = "0.2.0" [dependencies.uuid] version = "1.4.1" [features] system-sa-client = ["secapi-sys/system-sa-client"]