monkey-wasm 0.14.0

monkey lang parser wasm version
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 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 = "2018"
name = "monkey-wasm"
version = "0.14.0"
authors = ["gengjiawen <technicalcute@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "monkey lang parser wasm version"
homepage = "https://github.com/gengjiawen/monkey-rust"
readme = "README.md"
keywords = [
    "monkeylang",
    "wasm",
    "parser",
    "learn-by-doing",
    "rust",
]
license = "MIT"
repository = "https://github.com/gengjiawen/monkey-rust"

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

[features]
default = ["console_error_panic_hook"]

[lib]
name = "monkey_wasm"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[test]]
name = "web"
path = "tests/web.rs"

[dependencies.console_error_panic_hook]
version = "0.1.7"
optional = true

[dependencies.monkey-compiler]
version = "0.14.0"

[dependencies.monkey-parser]
version = "0.14.0"

[dependencies.wasm-bindgen]
version = "0.2.88"

[dependencies.wee_alloc]
version = "0.4.5"
optional = true

[dev-dependencies.wasm-bindgen-test]
version = "0.3.24"

[profile.release]
opt-level = "s"