Boa 0.1.9

Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language.
Documentation
# 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 = "Boa"
version = "0.1.9"
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"
crate-type = ["cdylib", "lib"]
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"

[dependencies.wasm-bindgen]
version = "0.2.43"
optional = true

[features]
default = ["wasm-bindgen"]