# 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 = "scopelint" version = "0.0.21" include = ["/src"] description = "An opinionated formatting and linting tool for foundry projects" readme = "README.md" keywords = [ "foundry", "linting", "formatting", ] categories = [ "development-tools", "development-tools::linters", ] license = "MIT" repository = "https://github.com/ScopeLift/scopelint" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.itertools] version = "0.11.0" [dependencies.once_cell] version = "1.16.0" [dependencies.regex] version = "1.6.0" [dependencies.solang-parser] version = "0.3.2" [dependencies.taplo] version = "0.13.0" [dependencies.walkdir] version = "2.3.2"