[package] name = "bindings-abstraction-wc-modal" version = "0.1.0" edition = "2021" license = "MIT" description = "A WASM Abstraction for WalletConnect Modal Bindings" homepage = "https://github.com/63b8e7lmk1jv9c0ovus4hqkcasqgp0ed/wasm-bindings-abstraction-for-walletconnect-modal" readme = "README.md" repository = "https://github.com/63b8e7lmk1jv9c0ovus4hqkcasqgp0ed/wasm-bindings-abstraction-for-walletconnect-modal" keywords = ["wasm", "WalletConnect", "Ethereum", "modal", "bindings"] [features] npm = [] [lib] crate-type = ["cdylib", "rlib"] [dependencies] js-sys = "0.3" url = "2" wasm-bindgen = "0.2" serde_json = "1" ethers = "2" ethers-providers = "2" once_cell = "1" getrandom = { version = "0.2", features = ["js"] } json_value_merge = "2" chrono = "0.4" wasm-bindgen-futures = "0.4" async-std = "1" serde = "1" futures = "0.3" async-channel = "1" web-sys = {version="0.3", features=["BlobPropertyBag", "Blob", "Document", "Element", "HtmlElement", "Node", "Window", "Url"]}