sqlite-core 0.10.2

Native, read-only, panic-free SQLite file-format reader for forensics (WS-C spike prototype).
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"
rust-version = "1.80"
name = "sqlite-core"
version = "0.10.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native, read-only, panic-free SQLite file-format reader for forensics (WS-C spike prototype)."
readme = "README.md"
license = "Apache-2.0"

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

[[test]]
name = "attribution_map"
path = "tests/attribution_map.rs"

[[test]]
name = "cfreds_encoding"
path = "tests/cfreds_encoding.rs"

[[test]]
name = "cfreds_sft05_types"
path = "tests/cfreds_sft05_types.rs"

[[test]]
name = "freeblock_reconstruct"
path = "tests/freeblock_reconstruct.rs"

[[test]]
name = "freelist"
path = "tests/freelist.rs"

[[test]]
name = "index_btree"
path = "tests/index_btree.rs"

[[test]]
name = "inpage_carve"
path = "tests/inpage_carve.rs"

[[test]]
name = "localstorage_utf16_tests"
path = "tests/localstorage_utf16_tests.rs"

[[test]]
name = "open_path"
path = "tests/open_path.rs"

[[test]]
name = "overflow"
path = "tests/overflow.rs"

[[test]]
name = "real_db"
path = "tests/real_db.rs"

[[test]]
name = "rebuild"
path = "tests/rebuild.rs"

[[test]]
name = "rebuild_sqlite3_oracle"
path = "tests/rebuild_sqlite3_oracle.rs"

[[test]]
name = "rebuild_tables_oracle"
path = "tests/rebuild_tables_oracle.rs"

[[test]]
name = "rollback_journal"
path = "tests/rollback_journal.rs"

[[test]]
name = "rollback_prior"
path = "tests/rollback_prior.rs"

[[test]]
name = "row_history_no_wal"
path = "tests/row_history_no_wal.rs"

[[test]]
name = "row_history_oracle"
path = "tests/row_history_oracle.rs"

[[test]]
name = "row_history_pure"
path = "tests/row_history_pure.rs"

[[test]]
name = "utf16_text_tests"
path = "tests/utf16_text_tests.rs"

[[test]]
name = "wal"
path = "tests/wal.rs"

[[test]]
name = "wal_history_adapter"
path = "tests/wal_history_adapter.rs"

[[test]]
name = "wal_snapshot_oracle"
path = "tests/wal_snapshot_oracle.rs"

[[test]]
name = "wal_timeline"
path = "tests/wal_timeline.rs"

[[test]]
name = "without_rowid"
path = "tests/without_rowid.rs"

[dependencies.forensicnomicon]
version = "1"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cast_possible_truncation]
level = "allow"
priority = 1

[lints.clippy.cast_possible_wrap]
level = "allow"
priority = 1

[lints.clippy.cast_precision_loss]
level = "allow"
priority = 1

[lints.clippy.cast_sign_loss]
level = "allow"
priority = 1

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.expect_used]
level = "deny"
priority = 0

[lints.clippy.items_after_statements]
level = "allow"
priority = 1

[lints.clippy.manual_let_else]
level = "allow"
priority = 1

[lints.clippy.missing_errors_doc]
level = "allow"
priority = 1

[lints.clippy.missing_panics_doc]
level = "allow"
priority = 1

[lints.clippy.module_name_repetitions]
level = "allow"
priority = 1

[lints.clippy.must_use_candidate]
level = "allow"
priority = 1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.similar_names]
level = "allow"
priority = 1

[lints.clippy.suspicious]
level = "deny"
priority = -1

[lints.clippy.too_many_lines]
level = "allow"
priority = 1

[lints.clippy.unwrap_used]
level = "deny"
priority = 0

[lints.rust]
unsafe_code = "forbid"