# 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 = "ethrpc" version = "0.0.8" authors = ["Nicholas Rodrigues Lordello "] description = "Ethereum transport-agnositic JSON RPC implementation" homepage = "https://github.com/nlordell/ethrpc-rs" documentation = "https://docs.rs/ethrpc" readme = "README.md" keywords = [ "json", "rpc", "ethereum", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/nlordell/ethrpc-rs" [package.metadata.docs.rs] all-features = true [dependencies.arrayvec] version = "0.7" features = ["serde"] [dependencies.curl] version = "0.4" optional = true [dependencies.ethprim] version = "0.3" features = ["serde"] [dependencies.futures] version = "0.3" optional = true [dependencies.reqwest] version = "0.11" features = ["json"] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" optional = true [dependencies.tokio-stream] version = "0.1" optional = true [dev-dependencies.hex-literal] version = "0.4" [features] curl = ["dep:curl"] http = [ "dep:futures", "dep:reqwest", "dep:tokio", "dep:tokio-stream", ]