# 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 = "contractdiff" version = "1.0.0" authors = ["Wasin Thonkaew "] description = "Commandline program to output color-diff of contract code between two contract addresses. Suitable to use against non-verified contract code for analysis." readme = "README.md" keywords = [ "contract", "contract-address", "diff", "crypto", "blockchain", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/haxpor/contractdiff" resolver = "2" [dependencies.clap] version = "3.1.15" features = ["derive"] [dependencies.console] version = "0.15.0" [dependencies.futures] version = "0.3.21" [dependencies.hex] version = "0.4.3" [dependencies.regex] version = "1.5.5" [dependencies.similar] version = "2.1.0" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.web3] version = "0.18.0"