# 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" rust-version = "1.70" name = "polywrap_ethereum_wallet_plugin" version = "0.1.11" description = "Polywrap rust Ethereum wallet plugin" license = "MIT" [dependencies.ethers] version = "2.0.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.polywrap_plugin] version = "0.1.11" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28" features = ["full"] [dev-dependencies.polywrap_client] version = "0.1.11"