# 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 = "solstat" version = "0.5.0" exclude = [ "target/*", "example_report.md", ".github/*", ".gitignore", ] description = "A Solidity static analyzer to identify contract vulnerabilities and gas efficiencies." homepage = "https://github.com/0xKitsune/solstat" readme = "README.md" keywords = [ "solidity", "static_analysis", "gas", "security", "audit", ] license = "MIT" repository = "https://github.com/0xKitsune/solstat" resolver = "2" [dependencies.clap] version = "4.0.15" features = ["derive"] [dependencies.colour] version = "0.6.0" [dependencies.indicatif] version = "0.16.2" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.solang-parser] version = "0.1.13" [dependencies.toml] version = "0.5.9"