bun_sm 0.1.1

SpiderMonkey-backed API compatibility layer replacing bun_jsc
# 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 = "bun_sm"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SpiderMonkey-backed API compatibility layer replacing bun_jsc"
readme = false
license = "MIT OR MPL-2.0"
resolver = "2"

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

[[test]]
name = "module_sm_api_tests"
path = "tests/module_sm_api_tests.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_event_loop]
version = "0.1.0"

[dependencies.bun_io]
version = "0.1.0"

[dependencies.bun_sys]
version = "0.1.0"

[dependencies.bun_threading]
version = "0.1.0"

[dependencies.bun_transpiler]
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_engine]
version = "0.1.0"

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

[dev-dependencies.tempfile]
version = "3"

[lints.rust]
unused_imports = "allow"