# 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 = "eth_merkle_tree" version = "0.1.1" authors = ["Emirhan Guven "] description = "A Rust library for constructing and working with Ethereum Merkle Trees." documentation = "https://docs.rs/eth_merkle_tree/" readme = "README.md" license = "MIT" repository = "https://github.com/guvenemirhan/eth-merkle-tree-rs" [lib] name = "eth_merkle_tree" [[bin]] name = "emtr" path = "src/cli/main.rs" [dependencies.hex] version = "0.4" [dependencies.petgraph] version = "0.6" [dependencies.rust-crypto] version = "0.2" [target."cfg(target_arch=\"x86_64\")".dependencies.colored] version = "2.0" [target."cfg(target_arch=\"x86_64\")".dependencies.csv] version = "1.1" [target."cfg(target_arch=\"x86_64\")".dependencies.structopt] version = "0.3"