[package] name = "ethers-signers-browser-types" readme = "README.md" description = "Types used by `ethers-signers-browser`, used for sharing between crates" documentation = "https://docs.rs/ethers-signers-browser-types" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true repository.workspace = true homepage.workspace = true categories.workspace = true keywords.workspace = true exclude.workspace = true [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [package.metadata.playground] all-features = true [dependencies] ethers.workspace = true serde.workspace = true