[package] edition = "2021" name = "libquickjs-sys-latest" description = "QuickJS Javascript Engine FFI bindings" version = "0.10.1" readme = "README.md" documentation = "https://docs.rs/quickjs-sys" repository = "https://gitlab.com/nirvati/risc-v/quickjs-rs" license = "MIT" authors = ["Aaron Dewes ", "Christoph Herzog "] categories = ["external-ffi-bindings"] keywords = ["quickjs"] build = "build.rs" [features] bundled = ["cc", "copy_dir"] patched = ["bundled"] default = ["bundled"] system = ["bindgen"] [build-dependencies] bindgen = { version = "0.61.0", optional = true } cc = { version = "1.0.66", optional = true } copy_dir = { version = "0.1.2", optional = true }