1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
[]
= "synadb"
= "1.1.1"
= "2021"
= ["gtava5813"]
= "An AI-native embedded database"
= "LicenseRef-SynaDB"
= "https://github.com/gtava5813/SynaDB"
= "https://synadb.ai"
= "https://docs.rs/synadb"
= "README.md"
= ["database", "embedded", "ai", "ml", "tensor"]
= ["database", "data-structures", "science"]
= "1.81.0"
= [
"demos/",
"assets/",
"website/",
"wiki/",
"benchmarks/",
"files/",
"syna-cli/",
".github/",
"*.db",
"*.txt",
"READMEv0.1.0.md",
]
[]
= ["cdylib", "rlib"]
[]
= "1.3"
= { = "1.0", = ["derive"] }
= "1.0"
= "0.9"
= "1.18"
= "0.12"
= "0.2"
= "0.11"
= "1.0"
= "0.10"
= "0.8"
= "0.4"
= { = "1.8", = ["v4"] }
= { = "1.0", = ["fs", "rt-multi-thread", "macros", "io-util"], = true }
= { = "0.12", = true } # FAISS bindings for billion-scale vector search
[]
= []
= [] # Enable GPU Direct memory access (requires CUDA toolkit)
= ["tokio"] # Enable async parallel chunk writes for high-throughput tensor storage
= ["dep:faiss"] # Enable FAISS index integration for billion-scale vector search
= ["faiss"] # Enable FAISS with GPU support (requires CUDA)
[]
= "1.4"
= "3.10"
# Internal DAVO demos (gitignored, not for release)
# [[example]]
# name = "davo_demo"
# path = ".kiro/internal-demos-tests-rust-python-cpp/rust/davo_demo.rs"
# [[example]]
# name = "example_01_sensor_ingestion"
# path = ".kiro/internal-demos-tests-rust-python-cpp/rust/example_01_sensor_ingestion.rs"
# [[example]]
# name = "example_02_cache_eviction"
# path = ".kiro/internal-demos-tests-rust-python-cpp/rust/example_02_cache_eviction.rs"
# [[example]]
# name = "example_03_ml_feature_store"
# path = ".kiro/internal-demos-tests-rust-python-cpp/rust/example_03_ml_feature_store.rs"
# [[example]]
# name = "example_04_embedding_freshness"
# path = ".kiro/internal-demos-tests-rust-python-cpp/rust/example_04_embedding_freshness.rs"
# [[example]]
# name = "example_05_gradient_checkpointing"
# path = ".kiro/internal-demos-tests-rust-python-cpp/rust/example_05_gradient_checkpointing.rs"
# V2 examples using FreshnessIndexV2 (addresses O(N) scan critique)
# [[example]]
# name = "example_01_sensor_ingestion_v2"
# path = ".kiro/internal-demos-tests-rust-python-cpp/rust/example_01_sensor_ingestion_v2.rs"
# [[example]]
# name = "example_02_cache_eviction_v2"
# path = ".kiro/internal-demos-tests-rust-python-cpp/rust/example_02_cache_eviction_v2.rs"