inillucent-sqlite-reader 1.0.32

Read-only reader for SQLite 3 database files, for test fixtures and migration
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.88"
name = "inillucent-sqlite-reader"
version = "1.0.32"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read-only reader for SQLite 3 database files, for test fixtures and migration"
readme = false
license = "MIT"
repository = "https://github.com/Black-Rainbow-Labs/Inillucent"

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

[dependencies.inillucent-base]
version = "1.0.32"

[dependencies.inillucent-catalog]
version = "1.0.32"

[dependencies.inillucent-sql]
version = "1.0.32"

[dependencies.inillucent-storage]
version = "1.0.32"

[dependencies.inillucent-transaction]
version = "1.0.32"

[dependencies.inillucent-tree]
version = "1.0.32"

[dependencies.inillucent-value]
version = "1.0.32"

[dependencies.inillucent-vfs]
version = "1.0.32"

[lints.clippy]
doc_lazy_continuation = "allow"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(loom)"]