sql5 4.0.1

SQLite compatible database with CJK FTS5 full-text search and vector similarity
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sql5"
version = "4.0.1"
edition = "2024"
description = "SQLite compatible database with CJK FTS5 full-text search and vector similarity"
license = "MIT"

[package.metadata]
exclude = [".DS_Store"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }
tokio-tungstenite = "0.21"
futures-util = "0.3"
hex = "0.4"