[dependencies.argparse]
version = "0.2.2"
[dependencies.image]
default-features = false
features = ["jpeg", "png"]
version = "0.23.0"
[dependencies.imageproc]
version = "0.22.0"
[dependencies.wasmedge_http_req]
version = "0.8.1"
[features]
default = ["http"]
http = []
img = []
tensorflow = ["img"]
[package]
authors = ["csh <458761603@qq.com>", "Michael Yuan <michael@secondstate.io>"]
description = "Create your own JavaScript runtime and extension APIs for WasmEdge."
documentation = "https://www.secondstate.io/articles/run-javascript-in-webassembly-with-wasmedge/"
edition = "2018"
exclude = ["example_js/*", "examples/*"]
homepage = "https://www.secondstate.io/"
license = "MIT OR Apache-2.0"
name = "wasmedge_quickjs"
readme = "README.md"
repository = "https://github.com/second-state/wasmedge-quickjs"
version = "0.2.0"