quickjs_runtime 0.1.0

An API and Utils around the QuickJS script engine
Documentation
[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.rayon]
version = "1.3.1"

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

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

[dependencies.uuid]
features = ["v4"]
version = "0.8.1"
[dev-dependencies.cargo-husky]
default-features = false
features = ["precommit-hook", "run-cargo-test", "run-cargo-clippy"]
version = "1.5.0"

[package]
authors = ["Andries Hiemstra <info@hirofa.com>"]
categories = ["development-tools"]
description = "An API and Utils around the QuickJS script 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 = "GPL-3.0"
name = "quickjs_runtime"
readme = "README.md"
repository = "https://github.com/HiRoFa/quickjs_es_runtime"
version = "0.1.0"