# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "almond" version = "0.2.0" authors = ["Luke Chu "] description = "A new, fast, and general purpose JavaScript parser written in Rust that generates ESTree compatible abstract syntax trees" homepage = "https://github.com/lukechu10/almond" readme = "README.md" keywords = ["javascript", "parser"] categories = ["parsing"] license = "MIT OR Apache-2.0" repository = "https://github.com/lukechu10/almond" [profile.release] opt-level = 3 [[bench]] name = "jquery-v3-5-1" harness = false [[bench]] name = "react-development-v17-0-1" harness = false [[bench]] name = "angular-v1-8-0" harness = false [[bench]] name = "fibonacci" harness = false [dependencies.logos] version = "0.11.4" [dependencies.nom] version = "6.0.1" [dependencies.nom_locate] version = "3.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.unicode-xid] version = "0.2.1" [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.insta] version = "1.1.0" [features] default = []