# 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 = "lf_lint" version = "0.1.0" authors = ["andni233@gmail.com"] description = "Linter that checks that all files in ends with a newline." homepage = "https://github.com/andni233/lf_linter" readme = "README.md" license = "MIT" repository = "https://github.com/andni233/lf_linter" [dependencies.clap] version = "4.1.13" features = ["derive"] [dependencies.content_inspector] version = "0.2.4" [dependencies.glob] version = "0.3.1" [dependencies.rayon] version = "1.7.0" [dependencies.walkdir] version = "2.3.3"