open-redact-pdf-objects 0.5.0

Low-level PDF object model, parser, and serializer for open-redact-pdf.
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.85"
name = "open-redact-pdf-objects"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level PDF object model, parser, and serializer for open-redact-pdf."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/fabifont/open-redact-pdf"
resolver = "2"

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

[dependencies.aes]
version = "0.8"

[dependencies.flate2]
version = "1.1"

[dependencies.md-5]
version = "0.10"

[dependencies.pdf_graphics]
version = "0.5.0"
package = "open-redact-pdf-graphics"

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

[dependencies.sha2]
version = "0.10"

[dev-dependencies.proptest]
version = "1.7"