rquickjs-core 0.1.5

High level bindings to the QuickJS javascript engine
Documentation
[dependencies.async-std-rs]
default-features = false
features = ["default", "unstable"]
optional = true
package = "async-std"
version = "1"

[dependencies.async-task]
optional = true
version = "4"

[dependencies.dlopen]
optional = true
version = "0.1"

[dependencies.either]
optional = true
version = "1"

[dependencies.flume]
optional = true
version = "0.10"

[dependencies.futures-lite]
optional = true
version = "1"

[dependencies.fxhash]
optional = true
version = "0.2"

[dependencies.indexmap]
optional = true
version = "1"

[dependencies.phf]
optional = true
version = "0.10"

[dependencies.pin-project-lite]
optional = true
version = "0.2"

[dependencies.relative-path]
optional = true
version = "1.3"

[dependencies.rquickjs-sys]
version = "0.1.5"

[dependencies.smol-rs]
optional = true
package = "smol"
version = "1"

[dependencies.tokio-rs]
default-features = false
features = ["rt"]
optional = true
package = "tokio"
version = "1"
[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.async-std-rs]
default-features = false
features = ["attributes"]
package = "async-std"
version = "1.8"

[dev-dependencies.futures-rs]
package = "futures"
version = "0.3"

[dev-dependencies.tokio-rs]
default-features = false
features = ["rt", "time", "macros"]
package = "tokio"
version = "1.0"

[dev-dependencies.trybuild]
version = "1.0.23"

[features]
allocator = []
array-buffer = []
async-std = ["futures", "async-std-rs"]
bindgen = ["rquickjs-sys/bindgen"]
classes = []
compile-tests = []
default = []
doc-cfg = []
dump-atoms = ["rquickjs-sys/dump-atoms"]
dump-bytecode = ["rquickjs-sys/dump-bytecode"]
dump-free = ["rquickjs-sys/dump-free"]
dump-gc = ["rquickjs-sys/dump-gc"]
dump-gc-free = ["rquickjs-sys/dump-gc-free"]
dump-leaks = ["rquickjs-sys/dump-leaks"]
dump-mem = ["rquickjs-sys/dump-mem"]
dump-module-resolve = ["rquickjs-sys/dump-module-resolve"]
dump-objects = ["rquickjs-sys/dump-objects"]
dump-promise = ["rquickjs-sys/dump-promise"]
dump-read-object = ["rquickjs-sys/dump-read-object"]
dump-shapes = ["rquickjs-sys/dump-shapes"]
dyn-load = ["loader", "dlopen"]
exports = ["rquickjs-sys/exports"]
full = ["exports", "loader", "allocator", "dyn-load", "either", "indexmap", "registery", "classes", "properties", "array-buffer"]
full-async = ["full", "async-std", "tokio", "smol"]
futures = ["pin-project-lite", "futures-lite", "async-task", "flume"]
loader = ["relative-path"]
max-args-10 = ["max-args-9"]
max-args-11 = ["max-args-10"]
max-args-12 = ["max-args-11"]
max-args-13 = ["max-args-12"]
max-args-14 = ["max-args-13"]
max-args-15 = ["max-args-14"]
max-args-16 = ["max-args-15"]
max-args-7 = []
max-args-8 = ["max-args-7"]
max-args-9 = ["max-args-8"]
parallel = []
properties = []
registery = ["fxhash"]
rust-alloc = ["allocator"]
smol = ["futures", "smol-rs"]
tokio = ["futures", "tokio-rs"]

[package]
authors = ["Mees Delzenne <mees.delzenne@gmail.com>", "K. <kayo@illumium.org>"]
categories = ["api-bindings"]
description = "High level bindings to the QuickJS javascript engine"
edition = "2018"
keywords = ["quickjs", "ecmascript", "javascript", "es6", "es2020"]
license = "MIT"
name = "rquickjs-core"
readme = "README.md"
repository = "https://github.com/DelSkayn/rquickjs.git"
version = "0.1.5"
[package.metadata.docs.rs]
features = ["full-async", "doc-cfg"]