Boa 0.1.4

Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language.
Documentation
[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"

[dependencies.time]
version = "0.1"

[lib]
name = "boa"
path = "src/lib/lib.rs"

[package]
authors = ["Jason Williams <jase.williams@gmail.com>"]
description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language."
exclude = [".vscode/*", "Dockerfile", "Makefile", ".editorConfig"]
homepage = "https://github.com/jasonwilliams/boa"
keywords = ["javascript", "compiler", "lexer", "parser", "js"]
license = "Unlicense OR MIT"
name = "Boa"
repository = "https://github.com/jasonwilliams/boa"
version = "0.1.4"