spdfdiff_cli 0.1.9

Command-line semantic PDF diff and comparison tool with JSON, Markdown, and HTML output.
# 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 = "spdfdiff_cli"
version = "0.1.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line semantic PDF diff and comparison tool with JSON, Markdown, and HTML output."
readme = "README.md"
keywords = [
    "pdf",
    "diff",
    "semantic",
    "comparison",
    "cli",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/eraydin/semantic-pdf-diff"

[features]
fuzzing = []

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

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

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

[dependencies.diff_core]
version = "0.1.9"

[dependencies.diff_report]
version = "0.1.9"

[dependencies.pdf_content]
version = "0.1.9"

[dependencies.pdf_core]
version = "0.1.9"

[dependencies.pdf_semantic]
version = "0.1.9"

[dependencies.pdf_text]
version = "0.1.9"

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

[dependencies.serde_json]
version = "1"

[dependencies.spdfdiff_types]
version = "0.1.9"

[dependencies.toml]
version = "0.8"

[lints.clippy]
all = "warn"

[lints.rust]
unsafe_code = "forbid"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1