# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lint-emit" version = "0.3.3" authors = ["Alex Ragone "] description = "Lint your git diffs!" readme = "README.md" keywords = ["linter", "diff", "lint", "git", "staged"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ragone/lint-emit" [dependencies.clap] version = "2" [dependencies.colored] version = "1.7.0" [dependencies.dialoguer] version = "0.3.0" [dependencies.directories] version = "1.0.2" [dependencies.failure] version = "0.1.5" [dependencies.indicatif] version = "0.11.0" [dependencies.itertools] version = "0.8.0" [dependencies.rayon] version = "1.0.3" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.87" features = ["derive"] [dependencies.slog] version = "2" features = ["max_level_trace", "release_max_level_warn"] [dependencies.slog-async] version = "2" [dependencies.slog-term] version = "2" [dependencies.toml] version = "0.4.10" [dependencies.walkdir] version = "2.2.7" [badges.travis-ci] branch = "master" repository = "ragone/lint-emit"