sqlite-core 0.10.0

Native, read-only, panic-free SQLite file-format reader for forensics (WS-C spike prototype).
Documentation
[package]
name = "sqlite-core"
version.workspace = true
edition.workspace = true
license.workspace = true
# Published library: a deliberately LOW, CI-verified MSRV (a compatibility signal),
# distinct from the dev toolchain pin in rust-toolchain.toml. Raise only when a
# newer-Rust feature is genuinely needed.
rust-version = "1.80"
readme = "README.md"
description = "Native, read-only, panic-free SQLite file-format reader for forensics (WS-C spike prototype)."

[lib]
name = "sqlite_core"
path = "src/lib.rs"

[dependencies]
# Consume KNOWLEDGE-layer format constants instead of re-hardcoding them.
forensicnomicon = { workspace = true }

[lints]
workspace = true