quick-js 0.2.3

QuickJS Javascript engine wrapper
Documentation
[package]
edition = "2018"
name = "quick-js"
description = "QuickJS Javascript engine wrapper"
version = "0.2.3"
readme = "README.md"
documentation = "https://docs.rs/quick-js"
repository = "https://github.com/theduke/quickjs-rs"
license = "MIT"
authors = ["Christoph Herzog <chris@theduke.at>"]
keywords = ["quickjs", "javascript", "js", "engine", "interpreter"]

[dependencies]
libquickjs-sys = { version = "0.3.0", path = "./libquickjs-sys" }
chrono = { version = "0.4.7", optional = true }

[workspace]
members = [
    "libquickjs-sys",
]

[features]
patched = ["libquickjs-sys/patched"]

[package.metadata.docs.rs]
features = [ "chrono" ]