quickjs_runtime 0.7.1

Wrapper API and utils for the QuickJS JavaScript engine with support for Promise, Module, Async/await
Documentation
[dependencies.backtrace]
version = "0.3.56"

[dependencies.futures]
version = "0.3"

[dependencies.hirofa_utils]
version = "0.4"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libquickjs-sys]
version = "0.10.0"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1.13"

[dependencies.rand]
version = "0.7"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.simple-logging]
version = "2.0"

[dependencies.thread-id]
version = "3.3"

[dependencies.tokio]
features = ["rt-multi-thread", "rt", "bytes", "fs", "io-std", "io-util", "libc", "macros", "memchr", "winapi", "tracing", "time", "tokio-macros", "test-util", "sync", "parking_lot", "once_cell", "mio", "net", "num_cpus"]
version = "1.4"
[dev-dependencies.cargo-husky]
default-features = false
version = "1.5.0"

[features]
console = []
default = ["console", "setimmediate", "setinterval", "settimeout"]
setimmediate = []
setinterval = []
settimeout = []
tokio_full = ["tokio/full"]

[package]
authors = ["Andries Hiemstra <info@hirofa.com>"]
categories = ["development-tools"]
description = "Wrapper API and utils for the QuickJS JavaScript engine with support for Promise, Module, Async/await"
documentation = "https://hirofa.github.io/quickjs_es_runtime/quickjs_runtime/index.html"
edition = "2018"
homepage = "https://github.com/HiRoFa/quickjs_es_runtime"
keywords = ["quickjs", "javascript", "runtime", "async", "engine"]
license = "MIT"
name = "quickjs_runtime"
readme = "README.md"
repository = "https://github.com/HiRoFa/quickjs_es_runtime"
version = "0.7.1"