# 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 = "l3d_rs" version = "0.1.0" authors = ["Holger Trahe"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "L3d (Luminaire 3D (XML Format)) parser and writer for Rust, specifically for the Rust/WASM target as such designed for JSON format" homepage = "https://github.com/holg/l3d-rs" documentation = "https://docs.rs/l3d-rs/" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/holg/l3d-rs" [lib] name = "l3d_rs" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.regex] version = "1.11.0" [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