# 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_lexer" version = "0.2.0" authors = ["RSLint developers"] description = "An extremely fast ECMAScript lexer made for the rslint project" license = "MIT" repository = "https://github.com/rslint/rslint" [package.metadata.docs.rs] features = ["highlight"] [dependencies.ansi_term] version = "0.12.1" optional = true [dependencies.atty] version = "0.2.14" optional = true [dependencies.rslint_errors] version = "0.2.0" [dependencies.rslint_syntax] version = "0.1.4" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.quickcheck_macros] version = "0.9" [features] highlight = ["atty", "ansi_term"]