# 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 = "gdtf" version = "0.2.0" authors = ["cpdt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tools to read and inspect General Device Type Format (GDTF) files." homepage = "https://github.com/cpdt/gdtf-rs" readme = "README.md" keywords = [ "gdtf", "parser", "lighting", "previz", ] license = "MIT" repository = "https://github.com/cpdt/gdtf-rs" [lib] name = "gdtf" path = "src/lib.rs" [dependencies.quick-xml] version = "0.36" features = [ "serialize", "overlapped-lists", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_path_to_error] version = "0.1" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.10" features = ["serde"] [dependencies.zip] version = "2.1"