qpdf 0.3.5

Rust bindings to QPDF C++ library
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 = "qpdf"
version = "0.3.5"
authors = ["Dmitry Pankratov <dmitry@pankratov.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings to QPDF C++ library"
documentation = "https://docs.rs/qpdf"
readme = "README.md"
keywords = [
    "PDF",
    "QPDF",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/ancwrd1/qpdf-rs"
resolver = "2"

[package.metadata.docs.rs]
features = ["vendored"]

[features]
legacy = []
vendored = ["qpdf-sys/vendored"]

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

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

[dependencies.libc]
version = "0.2"

[dependencies.qpdf-sys]
version = "0.3"