# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "encedeus_js_runtime" version = "0.1.0-alpha" authors = [ "csh <458761603@qq.com>", "Michael Yuan ", ] exclude = [ "example_js/*", "examples/*", ] description = "Fork of wasmedge-quickjs engine for Encedeus panel." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Encedeus/wasmedge-quickjs" [dependencies.argparse] version = "0.2.2" [dependencies.encoding] version = "0.2" [dependencies.image] version = "0.23.6" features = [ "jpeg", "png", ] optional = true default-features = false [dependencies.imageproc] version = "0.22.0" optional = true [dependencies.include_dir] version = "0.7.3" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.url] version = "2.2.2" [features] cjs = [] default = [] img = [ "image", "imageproc", ] tensorflow = ["img"] wasi_nn = ["img"]