# 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 = "2018" name = "rslint_cli" version = "0.3.1" authors = ["RSLint developers"] description = "CLI crate and glue for the rslint project" license = "MIT" repository = "https://github.com/rslint/rslint" [[bin]] name = "rslint" path = "src/main.rs" [dependencies.colored] version = "2.0.0" [dependencies.glob] version = "0.3.0" [dependencies.heck] version = "0.3.1" [dependencies.ignore] version = "0.4.18" [dependencies.num_cpus] version = "1.13.0" [dependencies.regex] version = "1.3.9" [dependencies.rslint_config] version = "0.2.0" [dependencies.rslint_core] version = "0.3.0" [dependencies.rslint_errors] version = "0.2.0" [dependencies.rslint_lexer] version = "0.2.0" features = ["highlight"] [dependencies.rslint_parser] version = "0.3.1" [dependencies.serde] version = "1.0.115" [dependencies.structopt] version = "0.3.17" [dependencies.termcolor] version = "1.1.0" [dependencies.toml] version = "0.5.6" [dependencies.yastl] version = "0.1"