# 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 = "lintje" version = "0.11.3" authors = ["Tom de Bruijn "] description = "Lintje is an opinionated linter for Git." readme = "README.md" keywords = [ "git", "linter", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/lintje/lintje" [profile.release] lto = true [dependencies.clap] version = "=3.1.18" features = [ "derive", "cargo", ] [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" features = ["std"] [dependencies.regex] version = "1.5" [dependencies.termcolor] version = "1.1" [dependencies.unicode-segmentation] version = "1.8.0" [dependencies.unicode-width] version = "0.1.9" [dev-dependencies.assert_cmd] version = "1.0" [dev-dependencies.predicates] version = "2.1"