# 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-keyvault-wasm" version = "0.0.16" authors = [ "IOP Ventures LLC ", "wigy ", "Rache Bartmoss ", ] description = "WebAssembly wrappers for the iop-keyvault crate." homepage = "https://iop.global" readme = "README.md" keywords = [ "crypto", "wallet", "iop", "wasm", "ssi", ] categories = [ "cryptography", "cryptography::cryptocurrencies", "wasm", ] license = "LGPL-3.0-or-later" repository = "https://github.com/Internet-of-People/iop-rs" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.iop-keyvault] version = "0.0.16" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.wasm-bindgen] version = "0.2.81" features = ["serde-serialize"]