[package]
name = "sqlite-core"
version.workspace = true
edition.workspace = true
license.workspace = true
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]
forensicnomicon = { workspace = true }
pbkdf2 = { version = "0.12", default-features = false, features = ["hmac"] }
hmac = "0.12"
sha1 = "0.10"
sha2 = "0.10"
aes = "0.8"
cbc = "0.1"
cipher = "0.4"
[lints]
workspace = true