[package]
name = "bao_engine"
version = "0.2.0"
description = "SpiderMonkey engine wrapper for Bao runtime"
edition.workspace = true
license.workspace = true
repository = "https://github.com/putao520/bao"
[dependencies]
bun_sm = { path = "../bun_sm", version = "^0.2.0" }
bao_engine_macros = { path = "../bao_engine_macros", version = "0.1.0" }
mozjs.workspace = true
mozjs_sys.workspace = true
libc = "0.2"
log = "0.4"
bun_event_loop = { path = "../event_loop", version = "^0.2.0" }
bun_io = { path = "../io", version = "^0.2.0" }
bun_spawn = { path = "../spawn", version = "^0.2.0" }
bun_crash_handler = { path = "../crash_handler", version = "^0.2.0" }
bun_core = { path = "../bun_core", version = "0.2.0" }
bun_wyhash = { path = "../wyhash", version = "0.1.0" }
bun_uws = { path = "../uws", version = "^0.2.0" }
bun_collections = { path = "../collections", version = "0.2.0" }
[features]
live_uws_loop = []
[[bench]]
name = "evaluate_roundtrip"
harness = false