[package] name = "iop-keyvault-wasm" version = "0.0.16" edition = "2021" description = "WebAssembly wrappers for the iop-keyvault crate." authors = ["IOP Ventures LLC ", "wigy ", "Rache Bartmoss "] license = "LGPL-3.0-or-later" repository = "https://github.com/Internet-of-People/iop-rs" homepage = "https://iop.global" keywords = ["crypto", "wallet", "iop", "wasm", "ssi"] categories = ["cryptography", "cryptography::cryptocurrencies", "wasm"] [lib] crate-type = ["cdylib", "rlib"] [dependencies] iop-keyvault = "0.0.16" serde = { version = "1.0.137", features = ["derive"] } wasm-bindgen = { version = "0.2.81", features = ["serde-serialize"] }