rquickjs-core 0.12.0

High level bindings to the QuickJS JavaScript engine
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-core"
version = "0.12.0"
authors = [
    "Mees Delzenne <mees.delzenne@gmail.com>",
    "K. <kayo@illumium.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High level bindings to the QuickJS JavaScript engine"
readme = "README.md"
keywords = [
    "quickjs",
    "ecmascript",
    "javascript",
    "es6",
    "es2020",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/DelSkayn/rquickjs.git"

[package.metadata.docs.rs]
features = [
    "full-async",
    "doc-cfg",
]

[features]
allocator = []
array-buffer = []
bindgen = ["rquickjs-sys/bindgen"]
bytes = ["dep:bytes"]
chrono = ["dep:chrono"]
classes = []
compile-tests = []
default = ["std"]
disable-assertions = ["rquickjs-sys/disable-assertions"]
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",
    "dlopen2",
]
full = [
    "std",
    "chrono",
    "loader",
    "dyn-load",
    "either",
    "indexmap",
    "half",
]
full-async = [
    "full",
    "futures",
]
futures = ["dep:async-lock"]
half = ["dep:half"]
loader = ["relative-path"]
multi-ctx = []
parallel = [
    "std",
    "tokio/rt-multi-thread",
]
properties = []
rust-alloc = []
std = ["relative-path?/std"]

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

[dependencies.async-lock]
version = "3"
optional = true
default-features = false

[dependencies.bytes]
version = "1"
optional = true
default-features = false

[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.dlopen2]
version = "0.8"
optional = true

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

[dependencies.half]
version = "2.7.1"
optional = true

[dependencies.hashbrown]
version = "0.17"

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

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

[dependencies.relative-path]
version = "2.0"
features = ["alloc"]
optional = true
default-features = false

[dependencies.rquickjs-sys]
version = "0.12.0"
default-features = false

[dev-dependencies.approx]
version = "0.5"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "time",
    "macros",
    "sync",
]
default-features = false

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