# 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 = "reba-client" version = "0.1.0" description = "Reba client" readme = "README.md" license = "MIT" [[example]] name = "stream_tx" path = "examples/stream_tx.rs" [[example]] name = "send_tx" path = "examples/send_tx.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.futures] version = "0.3.25" [dependencies.hex] version = "0.4.3" [dependencies.rlp] version = "0.5.1" [dependencies.secp256k1] version = "0.21.3" features = [ "alloc", "recovery", ] [dependencies.sha3] version = "0.10.6" [dependencies.tokio] version = "1.24.1" [dependencies.web3] version = "0.18.0" features = ["signing"]