# 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 = "web3_test_proxy_client" version = "0.4.1" authors = ["Sieciech Czajka "] description = "Proxy for web3 test proxy" license = "MIT" [dependencies.anyhow] version = "1" [dependencies.awc] version = "3.1" features = ["rustls"] [dependencies.chrono] version = "0.4" features = [ "serde", "serde", ] [dependencies.erc20_payment_lib] version = "0.4.0" [dependencies.erc20_payment_lib_common] version = "0.4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "^1.21" features = [ "macros", "rt-multi-thread", ] [dependencies.web3] version = "0.19" features = [ "signing", "http-rustls-tls", ] default-features = false