gdtf 0.3.0

Tools to read and inspect General Device Type Format (GDTF) files.
Documentation
# 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 = "2024"
name = "gdtf"
version = "0.3.0"
authors = ["cpdt <contact@cpdt.dev>"]
build = false
autolib = 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.41"
features = [
    "serialize",
    "overlapped-lists",
]

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

[dependencies.serde_path_to_error]
version = "0.1"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.zip]
version = "8.6"
features = ["deflate"]
default-features = false