[package]
edition = "2024"
rust-version = "1.85.0"
name = "opy-macro-js"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded JavaScript macro and post-compile hook runtime for OverPy-compatible OPY tooling, embedding QuickJS-NG."
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/wrightkit/opy-rs"
[lib]
name = "opy_macro_js"
path = "src/lib.rs"
[[test]]
name = "hooks"
path = "tests/hooks.rs"
[[test]]
name = "limits"
path = "tests/limits.rs"
[[test]]
name = "macro_abi"
path = "tests/macro_abi.rs"
[dependencies.libquickjs-ng-sys]
version = "0.13.0"
[dependencies.serde_json]
version = "1"