rquickjs-sys 0.12.0

QuickJS bindings for rquickjs
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 = "rquickjs-sys"
version = "0.12.0"
authors = ["Mees Delzenne <mees.delzenne@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "QuickJS bindings for rquickjs"
readme = "README.md"
keywords = [
    "quickjs",
    "ecmascript",
    "javascript",
    "es6",
    "es2020",
]
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/DelSkayn/rquickjs.git"

[features]
bindgen = ["bindgen-rs"]
disable-assertions = []
dump-atoms = []
dump-bytecode = []
dump-free = []
dump-gc = []
dump-gc-free = []
dump-leaks = []
dump-mem = []
dump-module-resolve = []
dump-objects = []
dump-promise = []
dump-read-object = []
dump-shapes = []
logging = ["pretty_env_logger"]
update-bindings = ["bindgen"]

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

[build-dependencies.bindgen-rs]
version = "0.72"
optional = true
package = "bindgen"

[build-dependencies.cc]
version = "1"

[build-dependencies.pretty_env_logger]
version = "0.5"
optional = true