[package] name = "sdk_client" version = "0.1.0" edition = "2021" [lib] name = "sdk_client" crate-type = ["cdylib"] [dependencies] sp_backend = { git = "https://github.com/Sosthene00/sp-backend", branch = "sp_client" } anyhow = "1.0" serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0" wasm-bindgen = "0.2.91" getrandom = { version="0.2.12", features = ["js"] } wasm-logger = "0.2.0" rand = "0.8.5" log = "0.4.6" tsify = { git = "https://github.com/Sosthene00/tsify", branch = "next" } web-sys = { version = "0.3", features = ["console"] } bs58 = "0.4" hex = "0.4.3" sha2 = "0.10.8" aes-gcm = "0.10.3" aes = "0.8.3" base64 = "0.21.7" image = "0.24.9" img-parts = "0.3.0" bytes = "1.5.0" scrypt = "0.11.0" shamir = { git = "https://github.com/Sosthene00/shamir", branch = "master" } [dev-dependencies] wasm-bindgen-test = "0.3"