quick-js 0.2.3

QuickJS Javascript engine wrapper
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

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

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