# 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_nodes" version = "0.7.0" authors = ["Icemic "] description = "Extra nodes and renderers for Hai." license = "Apache-2.0" repository = "https://github.com/Icemic/hai" [dependencies.anyhow] version = "1.0" [dependencies.arc-swap] version = "1.6" [dependencies.bytemuck] version = "1.13" features = ["derive"] [dependencies.ffmpeg-rs] version = "5.2.1" optional = true [dependencies.glam] version = "0.27" features = ["bytemuck"] optional = true [dependencies.hai_core] version = "0.7" default-features = false [dependencies.hai_macros] version = "0.7" default-features = false [dependencies.hai_pal] version = "0.7" [dependencies.huozi] version = "0.5" optional = true [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.wgpu] version = "0.19.1" [features] default = [ "js_runtime", "quickjs", "text", ] js_runtime = ["hai_core/js_runtime"] quickjs = ["hai_core/quickjs"] text = [ "dep:huozi", "dep:glam", ] v8 = ["hai_core/v8"] video = ["dep:ffmpeg-rs"] web = [] yuv_sprite = []