chat4n6-sqlite-forensics 0.1.1

Zero-copy SQLite forensics library: B-tree walker, WAL parser, and FTS recovery
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "chat4n6-sqlite-forensics"
version = "0.1.1"
authors = ["4n6h4x0r"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-copy SQLite forensics library: B-tree walker, WAL parser, and FTS recovery"
readme = "README.md"
keywords = [
    "forensics",
    "sqlite",
    "android",
    "recovery",
]
categories = [
    "filesystem",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/SecurityRonin/chat4n6"

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

[dependencies.anyhow]
version = "1"

[dependencies.chat4n6-plugin-api]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.rayon]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dev-dependencies.rusqlite]
version = "0.31"
features = ["backup"]

[dev-dependencies.tempfile]
version = "3"