libquickjs-ng-sys 0.10.0

QuickJS-NG Javascript Engine FFI bindings
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 = "2021"
name = "libquickjs-ng-sys"
version = "0.10.0"
authors = [
    "Christoph Herzog <chris@theduke.at>",
    "Icemic J <bingfeng.web@gmail.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "QuickJS-NG Javascript Engine FFI bindings"
documentation = "https://docs.rs/libquickjs-ng-sys"
readme = "README.md"
keywords = [
    "quickjs",
    "quickjs-ng",
    "sys",
]
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/Icemic/quickjs-rusty"

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

[build-dependencies.bindgen]
version = "0.72.1"

[build-dependencies.cc]
version = "1.0.66"
features = ["parallel"]

[build-dependencies.copy_dir]
version = "0.1.2"