ethers-contract 0.2.2

Smart contract bindings for the ethers-rs crate
Documentation
[dependencies.ethers-contract-abigen]
optional = true
version = "0.2.2"

[dependencies.ethers-contract-derive]
optional = true
version = "0.2.2"

[dependencies.ethers-core]
default-features = false
version = "0.2.2"

[dependencies.ethers-providers]
default-features = false
version = "0.2.2"

[dependencies.futures-util]
default-features = false
version = "0.3.13"

[dependencies.hex]
default-features = false
features = ["std"]
version = "0.4.2"

[dependencies.once_cell]
default-features = false
version = "1.7.2"

[dependencies.pin-project]
default-features = false
version = "1.0.5"

[dependencies.serde]
default-features = false
version = "1.0.123"

[dependencies.serde_json]
default-features = false
version = "1.0.64"

[dependencies.thiserror]
default-features = false
version = "1.0.24"

[features]
abigen = ["ethers-contract-abigen", "ethers-contract-derive"]
celo = ["ethers-core/celo", "ethers-core/celo", "ethers-providers/celo"]

[package]
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
description = "Smart contract bindings for the ethers-rs crate"
edition = "2018"
homepage = "https://docs.rs/ethers"
keywords = ["ethereum", "web3", "celo", "ethers"]
license = "MIT OR Apache-2.0"
name = "ethers-contract"
repository = "https://github.com/gakonst/ethers-rs"
version = "0.2.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]