[package]
name = "mquickjs-sys"
version = "0.2.0"
description = "Low-level FFI bindings to the MicroQuickJS engine"
license = "MIT"
repository = "https://github.com/fcoury/mquickjs-rs"
readme = "README.md"
edition = "2024"
rust-version = "1.89"
links = "mquickjs"
keywords = ["javascript", "quickjs", "embedded", "ffi"]
categories = ["external-ffi-bindings", "embedded"]
include = [
"build.rs",
"Cargo.toml",
"README.md",
"src/**",
"tests/**",
"wrapper.h",
"vendor/mquickjs/**"
]
[dependencies]
[build-dependencies]
bindgen = "0.71"
cc = "1.0"