vldb-sqlite 0.1.5

A Rust gRPC, library, and FFI gateway for SQLite with JSON and Arrow IPC query paths.
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"
rust-version = "1.94"
name = "vldb-sqlite"
version = "0.1.5"
build = "build.rs"
include = [
    "/Cargo.toml",
    "/Cargo.lock",
    "/LICENSE",
    "/README.md",
    "/build.rs",
    "/src/**",
    "/proto/**",
    "/include/**",
    "/docs/README.en.md",
    "/docs/README.zh-CN.md",
    "/docs/LIBRARY_USAGE.zh-CN.md",
    "/docs/grpc-integration.en.md",
    "/docs/grpc-integration.zh-CN.md",
    "/vldb-sqlite.json.example",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust gRPC, library, and FFI gateway for SQLite with JSON and Arrow IPC query paths."
homepage = "https://github.com/OpenVulcan/vldb-sqlite"
documentation = "https://docs.rs/vldb-sqlite"
readme = "README.md"
keywords = [
    "sqlite",
    "grpc",
    "ffi",
    "arrow",
    "vldb",
]
categories = [
    "database",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/OpenVulcan/vldb-sqlite"

[lib]
name = "vldb_sqlite"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[[bin]]
name = "vldb-sqlite"
path = "src/main.rs"

[dependencies.arrow]
version = "58.1.0"
features = ["ipc"]
default-features = false

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.11.1"

[dependencies.chrono]
version = "0.4.42"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.fs4]
version = "0.13.1"

[dependencies.jieba-rs]
version = "0.9.0"

[dependencies.prost]
version = "0.14.3"

[dependencies.rusqlite]
version = "0.39.0"
features = [
    "bundled",
    "column_decltype",
    "pointer",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.50.0"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[dependencies.tokio-stream]
version = "0.1.18"

[dependencies.tonic]
version = "0.14.5"
features = ["transport"]

[dependencies.tonic-prost]
version = "0.14.5"

[build-dependencies.protoc-bin-vendored]
version = "3.2.0"

[build-dependencies.tonic-prost-build]
version = "0.14.5"

[profile.release]
lto = true
codegen-units = 1
strip = true