prolly-store-sqlite 0.3.3

SQLite store adapter for prolly-map.
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.81"
name = "prolly-store-sqlite"
version = "0.3.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite store adapter for prolly-map."
homepage = "https://github.com/crabbuild/prolly"
documentation = "https://docs.rs/prolly-store-sqlite"
readme = "README.md"
keywords = [
    "prolly-tree",
    "storage",
    "database",
    "sqlite",
]
categories = ["database-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/crabbuild/prolly"

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

[[example]]
name = "language_interop"
path = "examples/language_interop.rs"

[[example]]
name = "semantic_rag"
path = "examples/semantic_rag.rs"

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

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

[[bench]]
name = "sqlite_scale_bench"
path = "benches/sqlite_scale_bench.rs"
harness = false

[[bench]]
name = "sqlite_workload_bench"
path = "benches/sqlite_workload_bench.rs"
harness = false

[[bench]]
name = "sqlite_workload_support"
path = "benches/sqlite_workload_support.rs"

[dependencies.lru]
version = "0.12"

[dependencies.lz4_flex]
version = "0.11"

[dependencies.parking_lot]
version = "0.12"

[dependencies.prolly]
version = "0.5.1"
package = "prolly-map"

[dependencies.rusqlite]
version = "0.31"
features = [
    "backup",
    "bundled",
]

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"

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

[lints.rust]
unsafe_code = "allow"