# 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 = "selectoor" version = "0.1.0" authors = ["Adithya Narayan "] description = "An easy-to-use CLI tool to generate optimal function selectors for Solidity smart contracts" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/adithyanarayan/selectoor" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.ethers] version = "1.0.2" [dependencies.eyre] version = "0.6.8" [dependencies.indicatif] version = "0.17.2" [dependencies.itertools] version = "0.10.5" [dependencies.ptree] version = "0.4.0" [dependencies.serde_json] version = "1.0.91" [dependencies.tiny-keccak] version = "2.0" features = ["keccak"]