# 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 = "gldf-rs-wasm" version = "0.2.1" authors = ["Holger Trahe "] description = "The Webassembly package for the GLDF (General Lighting Data Format) parser and writer for Rust https://crates.io/crates/gldf-rs" homepage = "https://gldf.icu" documentation = "https://github.com/holg/gldf-rs" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/holg/gldf-rs-wasm" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.13.0" [dependencies.gldf-rs] version = "0.2.1" [dependencies.gloo] version = "0.8" [dependencies.js-sys] version = "0.3" [dependencies.reqwest-wasm] version = "0.11" features = ["blocking"] [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3.50" features = [ "File", "DragEvent", "DataTransfer", ] [dependencies.yew] version = "0.20" features = ["csr"] [dev-dependencies.wasm-bindgen-test] version = "0.3"