xberg-libwpd 1.2.0

WordPerfect (.wpd) text extraction for Xberg via libwpd + librevenge, built from vendored source (MPL-2.0 arm)
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.92"
name = "xberg-libwpd"
version = "1.2.0"
authors = ["Na'aman Hirschfeld <naaman@xberg.io>"]
build = "build.rs"
links = "xberg_libwpd"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WordPerfect (.wpd) text extraction for Xberg via libwpd + librevenge, built from vendored source (MPL-2.0 arm)"
homepage = "https://xberg.io"
readme = "README.md"
keywords = [
    "wordperfect",
    "libwpd",
    "document",
    "extraction",
    "bindings",
]
categories = [
    "external-ffi-bindings",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/xberg-io/xberg"
resolver = "2"

[package.metadata.cargo-machete]
ignored = ["libz-sys"]

[lib]
name = "xberg_libwpd"
crate-type = ["lib"]
path = "src/lib.rs"

[[test]]
name = "build_target_flags"
path = "tests/build_target_flags.rs"

[[test]]
name = "build_wpd_patches"
path = "tests/build_wpd_patches.rs"

[[test]]
name = "decode"
path = "tests/decode.rs"

[[test]]
name = "ground_truth"
path = "tests/ground_truth.rs"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.tracing]
version = "0.1"

[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "windows"))'.dependencies.libz-sys]
version = "1.1"
features = ["static"]

[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "windows"))'.build-dependencies.cc]
version = "1.4"

[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "windows"))'.build-dependencies.flate2]
version = "1.1"

[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "windows"))'.build-dependencies.sha2]
version = "0.11"

[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "windows"))'.build-dependencies.tar]
version = "0.4"