# 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 = "wall-echain" version = "0.1.2" authors = ["Link "] description = "Wall-Echain is a product for obtaining block information, transaction details, and the latest block height of the Ethereum system through JSON-RPC." homepage = "https://github.com/messagebox-link/Wall-Echain.git" readme = "README.md" license = "MIT" [dependencies.async-std] version = "1.12.0" features = [ "attributes", "tokio1", ] [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.surf] version = "2.3.2" features = [ "encoding", "hyper-client", ] default-features = false