gdtf 0.2.0

Tools to read and inspect General Device Type Format (GDTF) files.
Documentation
[dependencies.quick-xml]
features = ["serialize", "overlapped-lists"]
version = "0.36"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_path_to_error]
version = "0.1"

[dependencies.thiserror]
version = "1.0"

[dependencies.uuid]
features = ["serde"]
version = "1.10"

[dependencies.zip]
version = "2.1"

[lib]
name = "gdtf"
path = "src/lib.rs"

[package]
authors = ["cpdt <contact@cpdt.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Tools to read and inspect General Device Type Format (GDTF) files."
edition = "2021"
homepage = "https://github.com/cpdt/gdtf-rs"
keywords = ["gdtf", "parser", "lighting", "previz"]
license = "MIT"
name = "gdtf"
readme = "README.md"
repository = "https://github.com/cpdt/gdtf-rs"
version = "0.2.0"