# 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_core" version = "0.3.0" authors = ["RSLint developers"] description = "The core linter housing all of the rules for the rslint project" license = "MIT" repository = "https://github.com/rslint/rslint" [lib] bench = false [[bench]] name = "bench" harness = false [dependencies.dyn-clone] version = "1.0.2" [dependencies.indoc] version = "1.0.3" [dependencies.once_cell] version = "1.5.2" [dependencies.rslint_errors] version = "0.2.0" [dependencies.rslint_lexer] version = "0.2.0" [dependencies.rslint_macros] version = "0.1.0" [dependencies.rslint_parser] version = "0.3.0" [dependencies.rslint_regex] version = "0.3" features = ["rslint_errors"] [dependencies.rslint_text_edit] version = "0.1.0" [dependencies.schemars] version = "0.8.0" optional = true [dependencies.serde] version = "1.0.115" features = ["derive"] [dependencies.typetag] version = "0.1.5" [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.ureq] version = "1.5.1" [features] schema = ["schemars"]