# 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 = "2021" name = "trust_pdf" version = "3.0.1" authors = ["Lucas Clemente Vella "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Verifies signed PDFs against the originals, checking for sneaky modifications." readme = "README.md" license = "MIT" repository = "https://github.com/lvella/trust_pdf" [lib] name = "trust_pdf" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.array-init] version = "2.1" [dependencies.lazy_static] version = "1.5" [dependencies.lopdf] version = "0.34" features = ["nom_parser"] default-features = false [dependencies.openssl] version = "0.10" optional = true [dependencies.regex] version = "1.10" [dependencies.thiserror] version = "1.0" [features] default = [ "openssl", "rayon", ] openssl = ["dep:openssl"] rayon = ["lopdf/rayon"]