sqlite-forensic 0.10.2

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).
Documentation
[package]
name = "sqlite-forensic"
version.workspace = true
edition.workspace = true
license.workspace = true
# Published library: a deliberately LOW, CI-verified MSRV (see sqlite-core).
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 }
# Fleet carving contract (ADR 0001): the medium-agnostic `Carver` trait a whole-DB
# SQLite carver satisfies (raises MSRV to 1.80).
forensic-carve = "0.1"
# Link-time carver registration into any binary that force-links this crate.
inventory = "0.3"

[lints]
workspace = true