[package]
name = "sqlite-forensic"
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version = "1.80"
readme = "README.md"
description = "Forensic anomaly auditor for SQLite databases — header-integrity findings as graded report::Finding, built on sqlite-core (WS-C spike skeleton; WS-E expands carving/WAL/freelist)."
[dependencies]
sqlite-core = { workspace = true }
forensicnomicon = { workspace = true }
sha2 = { workspace = true }
forensic-carve = "0.1"
inventory = "0.3"
[lints]
workspace = true