# 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 = "bindings-abstraction-wc-modal" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A WASM Abstraction for WalletConnect Modal Bindings" homepage = "https://github.com/63b8e7lmk1jv9c0ovus4hqkcasqgp0ed/wasm-bindings-abstraction-for-walletconnect-modal" readme = "README.md" keywords = [ "wasm", "WalletConnect", "Ethereum", "modal", "bindings", ] license = "MIT" repository = "https://github.com/63b8e7lmk1jv9c0ovus4hqkcasqgp0ed/wasm-bindings-abstraction-for-walletconnect-modal" [lib] name = "bindings_abstraction_wc_modal" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.async-channel] version = "1" [dependencies.async-std] version = "1" [dependencies.chrono] version = "0.4" [dependencies.ethers] version = "2" [dependencies.ethers-providers] version = "2" [dependencies.futures] version = "0.3" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.js-sys] version = "0.3" [dependencies.json_value_merge] version = "2" [dependencies.once_cell] version = "1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.url] version = "2" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3" features = [ "BlobPropertyBag", "Blob", "Document", "Element", "HtmlElement", "Node", "Window", "Url", ] [features] npm = []