# 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 = "crunner" version = "0.1.1" authors = ["Wasin Thonkaew "] description = "Runner/Executor CLI interacting with the target smart contract on EVM-based chains" readme = "README.md" keywords = [ "evm", "crypto", "runner", "smart-contract", "executor", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/haxpor/crunner" resolver = "2" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.ethabi] version = "16.0.0" [dependencies.futures] version = "0.3.21" [dependencies.hex] version = "0.4.3" [dependencies.primitive-types] version = "0.11.1" features = [ "impl-serde", "fp-conversion", ] [dependencies.regex] version = "1.5.5" [dependencies.secp256k1] version = "0.21.3" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.web3] version = "0.18.0"