ethcontract 0.23.0

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

[dependencies.ethcontract-common]
version = "0.23.0"

[dependencies.ethcontract-derive]
default-features = false
optional = true
version = "0.23.0"

[dependencies.futures]
version = "0.3"

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

[dependencies.hex]
version = "0.4"

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

[dependencies.lazy_static]
version = "1.4"

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

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

[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.18"

[dependencies.zeroize]
version = "1.1"
[dev-dependencies.hex-literal]
version = "0.3"

[dev-dependencies.tokio]
features = ["macros"]
version = "1.6"

[features]
default = ["derive", "http-tls", "ws-tls-tokio", "derive-http"]
derive = ["ethcontract-derive"]
derive-http = ["ethcontract-derive/http"]
http = ["web3/http"]
http-native-tls = ["http", "web3/http-native-tls"]
http-rustls-tls = ["http", "web3/http-rustls-tls"]
http-tls = ["http", "web3/http-tls"]
ipc-tokio = ["web3/ipc-tokio"]
ws-async-std = ["web3/ws-async-std"]
ws-tls-async-std = ["web3/ws-tls-async-std"]
ws-tls-tokio = ["web3/ws-tls-tokio"]
ws-tokio = ["web3/ws-tokio"]

[lib]
name = "ethcontract"

[package]
authors = ["Gnosis developers <developers@gnosis.io>"]
description = "Runtime library and proc macro for interacting and generating type-safe bindings\nto Ethereum smart contracts.\n"
documentation = "https://docs.rs/ethcontract"
edition = "2021"
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.23.0"