# 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-ios" version = "0.2.0" authors = ["Jan Haller "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Execute JavaScript code from Rust in a secure sandbox, and transport data to/from JS plug-ins." documentation = "https://docs.rs/js-sandbox-ios/latest/js_sandbox_ios" readme = "README.md" license = "Zlib" repository = "https://github.com/integration-os/js-sandbox-ios" [lib] name = "js_sandbox_ios" path = "src/lib.rs" [[test]] name = "test_eval" path = "tests/test_eval.rs" [[test]] name = "test_js_api" path = "tests/test_js_api.rs" [[test]] name = "test_script" path = "tests/test_script.rs" [[test]] name = "util" path = "tests/util.rs" [dependencies.deno_core] version = "0.322.0" [dependencies.js-sandbox-macros-ios] version = "0.3.0" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.tracing] version = "0.1.40"