# 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 = "jsandbox" version = "0.7.0" authors = ["Haeppi "] description = "JavaScript sandbox using deno runtime." documentation = "https://docs.rs/jsandbox" readme = "README.md" keywords = [ "javascript", "js", "sandbox", "script", ] license = "MIT" repository = "https://gitlab.com/haeppi/jsandbox" [dependencies.async-trait] version = "0.1.81" [dependencies.deno_core] version = "0.293.0" [dependencies.deno_runtime] version = "0.168.0" [dependencies.futures] version = "0.3.26" [dependencies.tokio] version = "1.21.1" [target."cfg(windows)".dependencies.winapi] version = "=0.3.9" features = [ "commapi", "knownfolders", "mswsock", "objbase", "psapi", "shlobj", "tlhelp32", "winbase", "winerror", "winuser", "winsock2", "processenv", "wincon", "wincontypes", "consoleapi", ]