# 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" version = "0.2.3" authors = ["Holger Trahe"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GLDF (General Lighting Data Format) parser and writer for Rust, specifically for the Rust/WASM target as such designed for JSON format" homepage = "https://github.com/holg/gldf-rs" documentation = "https://docs.rs/gldf-rs/" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/holg/gldf-rs" [lib] name = "gldf_rs" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.regex] version = "1.9" [dependencies.reqwest] version = "0.12.8" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.yaserde] version = "0.8" [dependencies.yaserde_derive] version = "0.8" [dependencies.zip] version = "2.2" features = [ "deflate", "time", ] default-features = false [dev-dependencies.tokio] version = "1" features = ["full"] [target.'cfg(target_arch = "wasm32")'.dependencies.regex] version = "1.9" [target.'cfg(target_arch = "wasm32")'.dependencies.reqwest-wasm] version = "0.11.16" features = [ "json", "blocking", ] default-features = false