# 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 = "ethcontract-common" version = "0.25.7" authors = ["Gnosis developers "] description = """ Common types for ethcontract-rs runtime and proc macro. """ homepage = "https://github.com/gnosis/ethcontract-rs" documentation = "https://docs.rs/ethcontract-common" license = "MIT OR Apache-2.0" repository = "https://github.com/gnosis/ethcontract-rs" [dependencies.ethabi] version = "18.0" [dependencies.hex] version = "0.4" [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tiny-keccak] version = "2.0" features = ["keccak"] [dependencies.web3] version = "0.19" default-features = false