# 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 = "iop-sdk" version = "0.0.16" authors = [ "IOP Ventures LLC ", "Rache Bartmoss ", "wigy ", ] description = "Client SDK for the IOP Stackā„¢" homepage = "https://developer.iop.technology/" license = "LGPL-3.0-or-later" repository = "https://github.com/Internet-of-People/iop-rs" [lib] name = "iop_sdk" crate-type = [ "rlib", "cdylib", ] [dependencies.anyhow] version = "1.0.57" [dependencies.iop-coeus-proto] version = "0.0.16" [dependencies.iop-hydra-proto] version = "0.0.16" [dependencies.iop-hydra-sdk] version = "0.0.16" [dependencies.iop-journal-proto] version = "0.0.16" [dependencies.iop-keyvault] version = "0.0.16" [dependencies.iop-morpheus-proto] version = "0.0.16" [dependencies.iop-morpheus-sdk] version = "0.0.16" [dependencies.iop-vault] version = "0.0.16" [dependencies.json-digest] version = "0.0.16" [dependencies.rand] version = "0.8.5" features = ["getrandom"] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_bytes] version = "0.11.6" [dependencies.serde_json] version = "1.0.81" features = ["preserve_order"] [dependencies.typetag] version = "0.1.8" [target."cfg(target_os=\"android\")".dependencies.android_logger] version = "0.11.0" [target."cfg(target_os=\"android\")".dependencies.jni] version = "0.19.0" default-features = false