# 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 = "2018" name = "fathom_web3" version = "1.1.0" authors = [ "Tomasz Drwięga ", "Zachary Short ", "Anton Grigorev ", ] description = "Ethereum JSON-RPC client. Fathom Edition" homepage = "https://github.com/Into-the-Fathom/rust-web3" documentation = "https://docs.rs/fathom_web3" readme = "README.md" keywords = [ "jsonrpc", "web3", "ethereum", "rpc", "client", ] license = "MIT" repository = "https://github.com/Into-the-Fathom/rust-web3" [dependencies.arrayvec] version = "0.7.1" [dependencies.async-native-tls] version = "0.4" optional = true default-features = false package = "web3-async-native-tls" [dependencies.async-std] version = "1.6" optional = true [dependencies.base64] version = "0.13" optional = true [dependencies.bytes] version = "1.0" optional = true [dependencies.derive_more] version = "0.99.1" [dependencies.ethabi] version = "17.0.0" [dependencies.ethereum-types] version = "0.13.0" [dependencies.futures] version = "0.3.5" [dependencies.futures-timer] version = "3.0.2" [dependencies.getrandom] version = "0.2" features = ["js"] optional = true [dependencies.headers] version = "0.3" optional = true [dependencies.hex] version = "0.4" [dependencies.idna] version = "0.2" [dependencies.js-sys] version = "0.3.45" optional = true [dependencies.jsonrpc-core] version = "18.0.0" [dependencies.log] version = "0.4.6" [dependencies.once_cell] version = "1.8.0" optional = true [dependencies.parking_lot] version = "0.12.0" [dependencies.pin-project] version = "1.0" [dependencies.rand] version = "0.8.1" optional = true [dependencies.reqwest] version = "0.11" features = ["json"] optional = true default-features = false [dependencies.rlp] version = "0.5" [dependencies.secp256k1] version = "0.21" features = ["recovery"] optional = true [dependencies.serde] version = "1.0.90" features = ["derive"] [dependencies.serde_json] version = "1.0.39" [dependencies.soketto] version = "0.7.0" optional = true [dependencies.tiny-keccak] version = "2.0.1" features = ["keccak"] [dependencies.tokio] version = "1.0" features = ["full"] optional = true [dependencies.tokio-stream] version = "0.1" optional = true [dependencies.tokio-util] version = "0.7" features = [ "compat", "io", ] optional = true [dependencies.url] version = "2.1" optional = true [dependencies.wasm-bindgen] version = "0.2.68" features = ["serde-serialize"] optional = true [dependencies.wasm-bindgen-futures] version = "0.4.18" optional = true [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.hex-literal] version = "0.3" [dev-dependencies.wasm-bindgen-test] version = "0.3.19" [features] _http_base = [ "reqwest", "bytes", "url", "base64", "headers", ] arbitrary_precision = [ "serde_json/arbitrary_precision", "jsonrpc-core/arbitrary_precision", ] default = [ "http-tls", "signing", "ws-tls-tokio", "ipc-tokio", ] eip-1193 = ["wasm"] http = ["_http_base"] http-native-tls = [ "http", "reqwest/native-tls", ] http-rustls-tls = [ "http", "reqwest/rustls-tls", ] http-tls = [ "http", "reqwest/default-tls", ] ipc-tokio = [ "tokio", "tokio-stream", "tokio-util", ] signing = [ "secp256k1", "once_cell", ] test = [] wasm = [ "js-sys", "wasm-bindgen", "wasm-bindgen-futures", "futures-timer/wasm-bindgen", "rand", "getrandom", ] ws-async-std = [ "soketto", "url", "async-std", "headers", ] ws-tls-async-std = [ "async-native-tls", "async-native-tls/runtime-async-std", "ws-async-std", ] ws-tls-tokio = [ "async-native-tls", "async-native-tls/runtime-tokio", "ws-tokio", ] ws-tokio = [ "soketto", "url", "tokio", "tokio-util", "headers", ] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.hyper] version = "0.14" features = ["server"] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1.0" features = ["full"] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio-stream] version = "0.1" features = ["net"]