rpdfium-parser 7676.6.4

PDF file structure parser for rpdfium
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 = "rpdfium-parser"
version = "7676.6.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDF file structure parser for rpdfium"
readme = "README.md"
keywords = [
    "pdf",
    "pdfium",
    "parser",
    "xref",
    "encryption",
]
categories = [
    "parser-implementations",
    "cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/paradyno/rpdfium"
resolver = "2"

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

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

[dependencies.aes]
version = "0.8"

[dependencies.cbc]
version = "0.1"
features = ["alloc"]

[dependencies.dashmap]
version = "6"

[dependencies.getrandom]
version = "0.3"

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

[dependencies.rpdfium-codec]
version = "7676.6.4"

[dependencies.rpdfium-core]
version = "7676.6.4"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.smallvec]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.flate2]
version = "1"

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