[package] name = "relicario-wasm" version = "0.1.0" edition = "2021" description = "WASM bindings for relicario password manager" [lib] crate-type = ["cdylib", "rlib"] [dependencies] relicario-core = { path = "../relicario-core" } wasm-bindgen = "0.2" js-sys = "0.3" serde_json = "1" hmac = "0.12" sha1 = "0.10" data-encoding = "2" getrandom = { version = "0.2", features = ["js"] } [dev-dependencies] wasm-bindgen-test = "0.3" image = { version = "0.25", default-features = false, features = ["jpeg"] }