# 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 = "linty" version = "0.4.0" description = "Simple, language-agnostic linter" readme = "README.md" license = "MIT" repository = "https://github.com/rwblickhan/linty.git" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.1.11" features = ["derive"] [dependencies.clap_complete] version = "4.4.4" [dependencies.globset] version = "0.4.10" [dependencies.ignore] version = "0.4.20" [dependencies.regex] version = "1.8.4" [dependencies.serde] version = "1.0.157" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.toml] version = "0.7.8"