# 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_parser" version = "0.3.1" authors = ["RDambrosio016 "] description = "An extremely fast ECMAScript parser made for the rslint project" license = "MIT" repository = "https://github.com/rslint/rslint" [dependencies.lexical] version = "5.2.0" features = ["radix"] [dependencies.num-bigint] version = "0.3.0" [dependencies.rslint_errors] version = "0.2.0" [dependencies.rslint_lexer] version = "0.2" features = ["highlight"] [dependencies.rslint_rowan] version = "0.10.0" [dependencies.rslint_syntax] version = "0.1" [dev-dependencies.expect-test] version = "1.0"