we-trust-sqlite 0.0.1

SQLite compatibility layer for we-trust protocol, providing native SQLite file access and SQL execution
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 = "we-trust-sqlite"
version = "0.0.1"
authors = ["YY Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite compatibility layer for we-trust protocol, providing native SQLite file access and SQL execution"
homepage = "https://github.com/yy-database/yyds"
readme = "README.md"
keywords = [
    "sqlite",
    "we-trust",
    "database",
]
categories = ["database-implementations"]
license = "MPL-2.0"
repository = "https://github.com/yy-database/yyds"

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

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

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bytes]
version = "1.11.1"
features = ["serde"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.crc32fast]
version = "1.5.0"

[dependencies.futures]
version = "0.3.32"

[dependencies.limbo]
version = "0.0.22"

[dependencies.oak-json]
version = "0.0.8"

[dependencies.oak-sql]
version = "0.0.8"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dependencies.tokio]
version = "1.49.0"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "time",
    "sync",
    "io-util",
    "fs",
    "fs",
    "io-util",
    "net",
]

[dependencies.tokio-util]
version = "0.7.18"
features = ["codec"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.uuid]
version = "1.21.0"
features = [
    "v4",
    "v7",
    "serde",
]

[dependencies.yykv-executor]
version = "0.0.1"

[dependencies.yykv-operators]
version = "0.0.1"

[dependencies.yykv-types]
version = "0.0.1"