# 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-mock" version = "0.25.7" authors = ["Gnosis developers "] description = """ Tools for mocking ethereum contracts. """ homepage = "https://github.com/gnosis/ethcontract-rs" documentation = "https://docs.rs/ethcontract-mock" license = "MIT OR Apache-2.0" repository = "https://github.com/gnosis/ethcontract-rs" [dependencies.ethcontract] version = "0.25.7" features = ["derive"] default-features = false [dependencies.hex] version = "0.4" [dependencies.mockall] version = "0.11" [dependencies.predicates] version = "3.0" [dependencies.rlp] version = "0.5" [dev-dependencies.ethcontract-derive] version = "0.25.7" default-features = false [dev-dependencies.tokio] version = "1.6" features = [ "macros", "rt", ]