bao_engine 0.1.1

SpiderMonkey engine wrapper for Bao runtime
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"
name = "bao_engine"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SpiderMonkey engine wrapper for Bao runtime"
readme = false
license = "MIT OR MPL-2.0"
resolver = "2"

[features]
live_uws_loop = []

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

[[test]]
name = "suite"
path = "tests/suite/main.rs"

[dependencies.bao_engine_macros]
version = "0.1.0"

[dependencies.bun_collections]
version = "0.1.0"

[dependencies.bun_core]
version = "0.1.0"

[dependencies.bun_crash_handler]
version = "0.1.0"

[dependencies.bun_event_loop]
version = "0.1.0"

[dependencies.bun_io]
version = "0.1.0"

[dependencies.bun_sm]
version = "0.1.0"

[dependencies.bun_spawn]
version = "0.1.0"

[dependencies.bun_uws]
version = "0.1.0"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.mozjs]
version = "^0.21.4"
package = "bao-mozjs"

[dependencies.mozjs_sys]
version = "^140.13.0-4"
package = "bao-mozjs-sys"

[dev-dependencies.bao_native_stubs]
version = "0.1.0"

[dev-dependencies.bun_runtime]
version = "0.1.0"

[dev-dependencies.serde_json]
version = "1"