opy-macro-js 0.1.6

Bounded JavaScript macro and post-compile hook runtime for OverPy-compatible OPY tooling, embedding QuickJS-NG.
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.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"