# 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 = "merkle-sdk-transactions" version = "0.0.7" description = "Utilities to access the Merkle's transactions network" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/merkle3/merkle-sdk-rs" resolver = "1" [dependencies.env_logger] version = "0.10.0" [dependencies.ethers] version = "2.0.11" [dependencies.futures] version = "0.3.25" [dependencies.log] version = "0.4.19" [dependencies.rlp] version = "0.5" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28.2" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tokio-tungstenite] version = "0.20.1" features = ["native-tls"]