# 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 = "multilint" version = "0.3.0" include = [ "LICENSE", "src/", ] description = "A driver of multiple linters" readme = "README.md" keywords = ["linter"] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/regen100/multilint" [dependencies.anyhow] version = "1.0.75" [dependencies.argmax] version = "0.3.1" [dependencies.colored] version = "2.0.4" [dependencies.digest] version = "0.10.7" [dependencies.env_logger] version = "0.10.1" [dependencies.ignore] version = "0.4.20" [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.sha2] version = "0.10.8" [dependencies.structopt] version = "0.3.26" [dependencies.toml] version = "0.8.8" [dependencies.which] version = "5.0.0" [dev-dependencies.tempfile] version = "3.8.1" [dev-dependencies.test-log] version = "0.2.13"