# 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 = "rust_js_runtime" version = "0.1.1" authors = ["Anrans <1040146674@qq.com>"] description = "A light lib light you can run js in rust." readme = "README.md" license = "MIT" [dependencies.deno_core] version = "0.292.0" [dependencies.serde_json] version = "1.0.120" [dependencies.tokio] version = "1.38.0" features = ["full"]