[package]
edition = "2024"
rust-version = "1.85"
name = "diff_report"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stable JSON, Markdown, HTML, and AI-review reports for semantic PDF comparison."
readme = "README.md"
keywords = [
"pdf",
"diff",
"semantic",
"report",
"comparison",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/eraydin/semantic-pdf-diff"
[features]
fuzzing = []
[lib]
name = "diff_report"
path = "src/lib.rs"
[dependencies.serde_json]
version = "1"
[dependencies.spdfdiff_types]
version = "0.1.3"
[lints.clippy]
all = "warn"
[lints.rust]
unsafe_code = "forbid"
[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1