# 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 = "js-sandbox" version = "0.2.0-rc.2" authors = ["Jan Haller "] description = "Execute JavaScript code from Rust in a secure sandbox, and transport data to/from JS plug-ins." documentation = "https://docs.rs/js-sandbox/0.2.0-rc.2" readme = "ReadMe.md" license = "Zlib" repository = "https://github.com/Bromeon/js-sandbox" [dependencies.deno_core] version = "0.209.0" [dependencies.js-sandbox-macros] version = "=0.2.0-rc.2" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.106"