baobab 1.2.2

boa_cli in egui
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 = "2024"
rust-version = "1.91"
name = "baobab"
version = "1.2.2"
authors = ["n4n5 <its.just.n4n5@gmail.com>"]
build = false
include = [
    "LICENSE-APACHE",
    "LICENSE-MIT",
    "**/*.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "boa_cli in egui"
documentation = "https://docs.rs/baobab"
readme = "README.md"
keywords = [
    "egui",
    "js",
    "boa-cli",
    "keyboard-shortcuts",
]
categories = [
    "gui",
    "command-line-interface",
]
license = "MIT"
repository = "https://github.com/Its-Just-Nans/baobab"

[package.metadata.docs.rs]
all-features = true

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

[[bin]]
name = "baobab"
path = "src/main.rs"

[dependencies.bladvak]
version = "1.3.28"

[dependencies.boa_engine]
version = "0.22.0"

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.tokio]
version = "1.53.1"

[target.'cfg(target_arch = "wasm32")'.dependencies.boa_engine]
version = "0.22.0"
features = ["js"]

[profile.dev.package."*"]
opt-level = 2

[profile.release]
opt-level = 2