[dependencies.backtrace]
version = "0.3.56"
[dependencies.futures]
version = "0.3"
[dependencies.hirofa_utils]
version = "0.2"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.libquickjs-sys]
version = "0.9.0"
[dependencies.log]
version = "0.4.11"
[dependencies.num_cpus]
version = "1.13.0"
[dependencies.rand]
version = "0.7.3"
[dependencies.simple-logging]
version = "2.0.2"
[dependencies.thread-id]
version = "3.3.0"
[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
features = ["precommit-hook", "run-cargo-test", "run-cargo-clippy"]
version = "1.5.0"
[features]
tokio_full = ["tokio/full"]
[package]
authors = ["Andries Hiemstra <info@hirofa.com>"]
categories = ["development-tools"]
description = "Wrapper API and utils for the QuickJS JavaScript engine"
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", "engine", "js"]
license = "MIT"
name = "quickjs_runtime"
readme = "README.md"
repository = "https://github.com/HiRoFa/quickjs_es_runtime"
version = "0.5.0"