# 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_ops" version = "0.7.0" authors = ["Icemic "] description = "Operations inside Javascript runtime for Hai." license = "Apache-2.0" repository = "https://github.com/Icemic/hai" [dependencies.anyhow] version = "1.0" [dependencies.hai_core] version = "0.7" default-features = false [dependencies.hai_js_runtime] version = "0.7" optional = true [dependencies.hai_macros] version = "0.7" default-features = false [dependencies.hai_nodes] version = "0.7" [dependencies.hai_pal] version = "0.7" [dependencies.hai_runtime] version = "0.7" optional = true [dependencies.log] version = "0.4" [dependencies.wasm-bindgen] version = "0.2.83" optional = true default-features = false [dependencies.wasm-bindgen-futures] version = "0.4.33" optional = true [dependencies.web-sys] version = "0.3.56" features = [ "Window", "Element", "Document", "HtmlElement", "HtmlCanvasElement", ] optional = true [features] default = [ "js_runtime", "quickjs", ] js_runtime = ["hai_core/js_runtime"] quickjs = [ "hai_runtime", "hai_macros/quickjs", "hai_core/quickjs", ] text = [] v8 = [ "hai_js_runtime", "hai_macros/v8", "hai_core/v8", ] video = [] web = [ "wasm-bindgen", "wasm-bindgen-futures", "web-sys", ]