# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "web3_etz" version = "0.1.0" authors = ["rooat "] description = "Ethereum JSON-RPC client." homepage = "https://github.com/rooat/rust-web3-etz.git" documentation = "https://docs.rs/web3" readme = "README.md" keywords = ["jsonrpc", "web3", "ethereum", "rpc", "client"] license = "MIT" repository = "https://github.com/rooat/rust-web3-etz.git" [dependencies.arrayvec] version = "0.4.10" [dependencies.base64] version = "0.10.1" [dependencies.derive_more] version = "0.15.0" [dependencies.ethabi] version = "8.0.0" [dependencies.ethereum-types] version = "0.6.0" [dependencies.futures] version = "0.1.26" [dependencies.hyper] version = "0.12.25" optional = true [dependencies.hyper-tls] version = "0.3.2" optional = true [dependencies.jsonrpc-core] version = "13.0.0" [dependencies.log] version = "0.4.6" [dependencies.native-tls] version = "0.2.2" optional = true [dependencies.parking_lot] version = "0.9.0" [dependencies.rustc-hex] version = "2.0.1" [dependencies.serde] version = "1.0.90" features = ["derive"] [dependencies.serde_json] version = "1.0.39" [dependencies.tokio-core] version = "0.1.17" optional = true [dependencies.tokio-io] version = "0.1.12" optional = true [dependencies.tokio-timer] version = "0.1" [dependencies.tokio-uds] version = "0.1.0" optional = true [dependencies.url] version = "1.7.2" [dependencies.websocket] version = "0.21.1" optional = true [dev-dependencies.env_logger] version = "0.6.0" [dev-dependencies.rustc-hex] version = "2.0.1" [dev-dependencies.tokio-core] version = "0.1.17" [features] default = ["http", "ipc", "ws", "tls"] http = ["hyper", "tokio-core"] ipc = ["tokio-uds", "tokio-core", "tokio-io"] tls = ["hyper-tls", "native-tls"] ws = ["tokio-core", "websocket"]