# 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.65" name = "ethers-signers-browser-types" version = "0.1.0" exclude = [".github/"] description = "Types used by `ethers-signers-browser`, used for sharing between crates" homepage = "https://github.com/LouisBrunner/rs-ethereum-browser-tools" documentation = "https://docs.rs/ethers-signers-browser-types" readme = "README.md" keywords = [ "ethereum", "web3", "provider", "browser", "signer", ] categories = [ "cryptography::cryptocurrencies", "wasm", ] license = "MPL-2.0" repository = "https://github.com/LouisBrunner/rs-ethereum-browser-tools" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.playground] all-features = true [dependencies.ethers] version = "2.0.8" [dependencies.serde] version = "1.0" features = ["derive"]