# 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 = "nodarium_utils" version = "0.1.0" description = "A collection of utilities for Nodarium" license = "MIT" repository = "https://github.com/jim-fx/nodes" [dependencies.console_error_panic_hook] version = "0.1.7" optional = true [dependencies.glam] version = "0.27.0" [dependencies.noise] version = "0.9.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [dependencies.wasm-bindgen] version = "0.2.92" [dependencies.web-sys] version = "0.3.69" features = ["console"] [features] default = ["console_error_panic_hook"]