# 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 = "hai_js_runtime" version = "0.7.0" authors = ["Icemic "] description = "Javascript runtime for Hai." license = "Apache-2.0" repository = "https://github.com/Icemic/hai" [dependencies.anyhow] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.hai_pal] version = "0.7" [dependencies.log] version = "0.4" [dependencies.serde_v8] version = "0.170.0" [dependencies.spin_sleep] version = "1.1.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.v8] version = "0.83.2"