prolly-store-sqlite 0.1.0

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.1.0"
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"

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

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

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

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

[dev-dependencies]

[lints.rust]
unsafe_code = "allow"