# 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_errors" version = "0.2.0" authors = ["RSLint developers"] description = "Pretty error reporting library based on codespan-reporting built for the RSLint project" license = "MIT" [dependencies.colored] version = "2.0.0" [dependencies.lsp-types] version = ">=0.79, <0.82" optional = true [dependencies.rslint_rowan] version = "0.10.0" [dependencies.rslint_text_edit] version = "0.1" [dependencies.serde] version = "1.0.117" features = ["derive"] optional = true [dependencies.termcolor] version = "1" [dependencies.unicode-width] version = "0.1.8" [features] lsp = ["lsp-types"]