# 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 = "2021" name = "jsexec" version = "0.1.7" description = "run javascript console.log to result" readme = "README.md" keywords = [ "quickjs", "wasm", ] license = "Apache-2.0" repository = "https://gitlab.com/hjiayz/jsexec.git" [dependencies.wasmer] version = "=3.0.2" [dependencies.wasmer-wasi] version = "^3.0.2" [build-dependencies.wasmer] version = "=3.0.2" [build-dependencies.wasmer-compiler-cranelift] version = "^3.0.2"