pdfv 0.1.1

Command-line interface for the pdfv validator.
# 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 = "pdfv"
version = "0.1.1"
authors = ["Tyr Chen <tyr.chen@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the pdfv validator."
homepage = "https://github.com/tyrchen/pdfv"
documentation = "https://docs.rs/"
readme = false
license = "MPL-2.0"
repository = "https://github.com/tyrchen/pdfv"

[[bin]]
name = "pdfv"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.config]
version = "0.15.23"
features = ["yaml"]
default-features = false

[dependencies.pdfv-core]
version = "0.1.1"
features = ["custom-profiles"]

[dependencies.rayon]
version = "1.12.0"

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

[dev-dependencies.aes]
version = "0.9.0"

[dev-dependencies.assert_cmd]
version = "2.2.2"

[dev-dependencies.cbc]
version = "0.2.0"

[dev-dependencies.md-5]
version = "0.11.0"

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.rc4]
version = "0.2.0"

[dev-dependencies.sha2]
version = "0.11.0"

[dev-dependencies.tempfile]
version = "3.27.0"