sqlite_pages 0.4.0

Page-level SQLite database access using sqlite_dbpage virtual table
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 = "sqlite_pages"
version = "0.4.0"
authors = ["Benjamin Halsted <bhalsted@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Page-level SQLite database access using sqlite_dbpage virtual table"
readme = "README.md"
keywords = [
    "sqlite",
    "database",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/halzy/sqlite_pages"

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

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

[dependencies.rusqlite]
version = "0.37"
features = ["bundled"]
default-features = false

[dependencies.snafu]
version = "0.8.4"

[dependencies.tokio]
version = "1.41.1"
features = [
    "rt-multi-thread",
    "sync",
    "macros",
]
default-features = false

[dependencies.url]
version = "2"

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.sqlite_test_utils]
version = "0.2.0"

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