[package]
edition = "2018"
name = "Boa"
version = "0.1.6"
authors = ["Jason Williams <jase.williams@gmail.com>"]
exclude = [".vscode/*", "Dockerfile", "Makefile", ".editorConfig"]
description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language."
homepage = "https://github.com/jasonwilliams/boa"
keywords = ["javascript", "compiler", "lexer", "parser", "js"]
license = "Unlicense OR MIT"
repository = "https://github.com/jasonwilliams/boa"
[lib]
name = "boa"
path = "src/lib/lib.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.gc]
version = "0.3.2"
[dependencies.gc_derive]
version = "0.3.2"
[dependencies.rand]
version = "0.5.5"
[dependencies.serde_json]
version = "1.0"