# 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" version = "0.25.7" authors = ["Gnosis developers "] description = """ Runtime library and proc macro for interacting and generating type-safe bindings to Ethereum smart contracts. """ homepage = "https://github.com/gnosis/ethcontract-rs" documentation = "https://docs.rs/ethcontract" keywords = [ "web3", "ethereum", "contract", "async", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gnosis/ethcontract-rs" [lib] name = "ethcontract" [dependencies.arrayvec] version = "0.7" [dependencies.aws-config] version = "0.55" optional = true [dependencies.aws-sdk-kms] version = "0.28" optional = true [dependencies.ethcontract-common] version = "0.25.7" [dependencies.ethcontract-derive] version = "0.25.7" optional = true default-features = false [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] version = "0.12" features = ["fp-conversion"] [dependencies.rlp] version = "0.5" optional = true default-features = false [dependencies.secp256k1] version = "0.27" features = ["recovery"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.uint] version = "0.9" [dependencies.web3] version = "0.19" features = ["signing"] default-features = false [dependencies.zeroize] version = "1.1" [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.tokio] version = "1.6" features = ["macros"] [features] aws-kms = [ "aws-config", "aws-sdk-kms", "rlp", ] 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"]