we-trust-sqlite 0.0.0

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.0"
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://yydb.io"
readme = "README.md"
keywords = [
    "sqlite",
    "we-trust",
    "database",
]
categories = ["database-implementations"]
license = "MPL-2.0"
repository = "https://github.com/yydb/yykv"

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

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

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

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

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

[dependencies.crc32fast]
version = "1.3"

[dependencies.futures]
version = "0.3"

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

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

[dependencies.parking_lot]
version = "0.12"

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

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

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

[dependencies.tracing]
version = "0.1"

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

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

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

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