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