# 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" rust-version = "1.56.0" name = "ockam-ffi" version = "0.78.0" authors = ["Ockam Developers"] publish = true description = """ FFI layer for ockam_vault. """ homepage = "https://github.com/build-trust/ockam" readme = "README.md" keywords = [ "ockam", "crypto", "ffi", "cryptography", "bindings", ] categories = [ "cryptography", "asynchronous", "authentication", "external-ffi-bindings", "api-bindings", ] license = "Apache-2.0" repository = "https://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_ffi" [lib] crate-type = ["staticlib"] path = "src/lib.rs" [dependencies.futures] version = "0.3.28" [dependencies.lazy_static] version = "1.4" [dependencies.ockam_core] version = "^0.85.0" [dependencies.ockam_vault] version = "^0.81.0" [dependencies.tokio] version = "1.31" features = ["full"] [features] default = []