[package] name = "iop-sdk-ffi" description = "C ABI bindings to the client SDK for the IOP Stackā„¢" version = "0.0.16" authors = [ "IOP Ventures LLC ", "Rache Bartmoss ", "wigy ", ] edition = "2021" license = "LGPL-3.0-or-later" repository = "https://github.com/Internet-of-People/iop-rs" homepage = "https://developer.iop.technology/" [lib] name = "iop_sdk_ffi" crate-type = ["rlib", "cdylib"] [dependencies] anyhow = "1.0.57" chrono = { version = "0.4.19", features = ["wasmbind"] } iop-coeus-proto = "0.0.16" iop-hydra-proto = "0.0.16" iop-hydra-sdk = "0.0.16" iop-journal-proto = "0.0.16" iop-keyvault = "0.0.16" iop-morpheus-proto = "0.0.16" iop-morpheus-sdk = "0.0.16" iop-vault = "0.0.16" json-digest = "0.0.16" serde = { version = "1.0.137", features = ["derive", "rc"] } serde_json = { version = "1.0.81", features = ["preserve_order"] } serde_repr = "0.1.8" [target.'cfg(target_os="android")'.dependencies] jni = { version = "0.19.0", default-features = false } android_logger = "0.11.0"