ofdsdk 0.1.1

Strongly typed OFD SDK for Rust
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"
rust-version = "1.88"
name = "ofdsdk"
version = "0.1.1"
authors = ["KaiserY"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Strongly typed OFD SDK for Rust"
documentation = "https://docs.rs/ofdsdk"
readme = "README.md"
keywords = [
    "ofd",
    "xml",
    "document",
    "parser",
]
categories = ["parser-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/KaiserY/ofdsdk"

[features]
parts = ["dep:zip"]

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

[dependencies.quick-xml]
version = "0.39.2"
features = ["serialize"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.zip]
version = "8.4.0"
features = ["deflate"]
optional = true
default-features = false