reifydb-sqlite 0.4.13

Shared SQLite configuration types used by ReifyDB storage subsystems
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 = "2024"
name = "reifydb-sqlite"
version = "0.4.13"
authors = ["Dominique Chuo <dominique@reifydb.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared SQLite configuration types used by ReifyDB storage subsystems"
readme = false
license = "Apache-2.0"
repository = "https://github.com/reifydb/reifydb"
resolver = "2"

[features]
default = []

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.uuid]
version = "1.23"
features = [
    "v4",
    "v7",
    "serde",
    "std",
    "js",
]
default-features = false

[build-dependencies.reifydb-build]
version = "0.4.13"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rusqlite]
version = "0.39.0"
features = [
    "bundled",
    "bundled",
]