# 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 = "sigop" version = "0.1.0" authors = ["Luca Georges François "] description = "A A tool to optimize your Solidity function signatures." readme = "README.md" keywords = [ "solidity", "function-signature", "optimizer", ] categories = [ "command-line-utilities", "development-tools", ] license-file = "LICENSE" repository = "https://github.com/quartz-technology/sigop" [dependencies.clap] version = "3.2.22" features = ["derive"] [dependencies.env_logger] version = "0.9.0" [dependencies.error-stack] version = "0.1.1" [dependencies.indicatif] version = "0.17.1" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.17" [dependencies.rayon] version = "1.5.3" [dependencies.regex] version = "1.6.0" [dependencies.sha3] version = "0.10.5"