spdfdiff_cli 0.1.2

Command-line interface for semantic PDF diffing.
# 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.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for semantic PDF diffing."
readme = "README.md"
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.2"

[dependencies.diff_report]
version = "0.1.2"

[dependencies.pdf_content]
version = "0.1.2"

[dependencies.pdf_core]
version = "0.1.2"

[dependencies.pdf_semantic]
version = "0.1.2"

[dependencies.pdf_text]
version = "0.1.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.spdfdiff_types]
version = "0.1.2"

[lints.clippy]
all = "warn"

[lints.rust]
unsafe_code = "forbid"

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