ethcontract 0.11.2

Runtime library and proc macro for interacting and generating type-safe bindings to Ethereum smart contracts.
Documentation
[dependencies.ethcontract-common]
version = "0.11.2"

[dependencies.ethcontract-derive]
optional = true
version = "0.11.2"

[dependencies.futures]
version = "0.3"

[dependencies.futures-timer]
version = "3.0"

[dependencies.hex]
version = "0.4"

[dependencies.jsonrpc-core]
version = "16.0"

[dependencies.lazy_static]
version = "1.4"

[dependencies.primitive-types]
features = ["fp-conversion"]
version = "0.8"

[dependencies.secp256k1]
features = ["recovery"]
version = "0.20"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.uint]
version = "0.9"

[dependencies.web3]
default-features = false
features = ["signing"]
version = "0.15"

[dependencies.zeroize]
version = "1.1"
[dev-dependencies.tokio]
features = ["macros"]
version = "0.2"

[features]
default = ["derive", "http", "http-tls", "ws-tokio", "ws-tls-tokio"]
derive = ["ethcontract-derive"]
http = ["web3/http"]
http-tls = ["web3/http-tls"]
ws-tls-tokio = ["web3/ws-tls-tokio"]
ws-tokio = ["web3/ws-tokio"]

[lib]
name = "ethcontract"

[package]
authors = ["Nicholas Rodrigues Lordello <nlordell@gmail.com>"]
description = "Runtime library and proc macro for interacting and generating type-safe bindings\nto Ethereum smart contracts.\n"
documentation = "https://docs.rs/ethcontract"
edition = "2018"
homepage = "https://github.com/gnosis/ethcontract-rs"
keywords = ["web3", "ethereum", "contract", "async"]
license = "MIT OR Apache-2.0"
name = "ethcontract"
repository = "https://github.com/gnosis/ethcontract-rs"
version = "0.11.2"