# 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 = "2018" name = "fuel-etk-cli" version = "0.3.1-dev" authors = [ "Sam Wilson ", "lightclient ", ] description = "EVM Toolkit command-line utilities" homepage = "https://quilt.github.io/etk" readme = "README.md" keywords = [ "etk", "ethereum", "cli", ] categories = [ "cryptography::cryptocurrencies", "command-line-utilities", "development-tools", "command-line-interface", ] license = "MIT OR Apache-2.0" repository = "https://github.com/quilt/etk" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.snafu] version = "0.7.1" features = ["std"] default-features = false [dev-dependencies.hex-literal] version = "0.3.1"