trust_pdf 2.0.0

Verifies signed PDFs against the originals, checking for sneaky modifications and validating signatures.
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.array-init]
version = "2.1"

[dependencies.lazy_static]
version = "1.5"

[dependencies.lopdf]
version = "0.33"

[dependencies.openssl]
optional = true
version = "0.10"

[dependencies.regex]
version = "1.10"

[dependencies.thiserror]
version = "1.0"

[features]
default = ["openssl"]
openssl = ["dep:openssl"]

[package]
authors = ["Lucas Clemente Vella <lvella@gmail.com>"]
description = "Verifies signed PDFs against the originals, checking for sneaky modifications and validating signatures."
edition = "2021"
license = "MIT"
name = "trust_pdf"
readme = "README.md"
repository = "https://github.com/lvella/trust_pdf"
version = "2.0.0"