# 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 = "2021" name = "ressa" version = "0.9.0-alpha.3" authors = ["Robert Masen "] description = "An ECMAscript parser" readme = "./README.md" keywords = [ "JavaScript", "parsing", "JS", "ES", "ECMA", ] categories = [ "parsing", "text-processing", "web-programming", ] license = "MIT" repository = "https://github.com/rusty-ecma/RESSA" [[example]] name = "js-to-json" path = "examples/js_to_json.rs" required-features = ["resast/serialization"] [[example]] name = "js-to-json-esprima" path = "examples/js_to_json-esprima.rs" required-features = ["resast/esprima"] [[bench]] name = "major_libs" harness = false [dependencies.hash-chain] version = "0.3" [dependencies.log] version = "0.4" [dependencies.res-regex] version = "0.1" [dependencies.resast] version = "0.6.0-alpha.5" [dependencies.ress] version = "0.11" [dependencies.tracing] version = "0.1" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.docopt] version = "1" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.insta] version = "1.19" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.serde_yaml] version = "0.9" [dev-dependencies.term-painter] version = "0.3" [dev-dependencies.walkdir] version = "2" [features] debug_look_ahead = [] default = [] moz_central = []