[package] name = "gdtf" version = "0.2.0" edition = "2021" description = "Tools to read and inspect General Device Type Format (GDTF) files." authors = ["cpdt "] keywords = ["gdtf", "parser", "lighting", "previz"] homepage = "https://github.com/cpdt/gdtf-rs" repository = "https://github.com/cpdt/gdtf-rs" license = "MIT" [dependencies] quick-xml = { version = "0.36", features = ["serialize", "overlapped-lists"] } serde = { version = "1.0", features = ["derive"] } serde_path_to_error = "0.1" thiserror = "1.0" uuid = { version = "1.10", features = ["serde"] } zip = "2.1"