-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (25 loc) · 854 Bytes
/
Cargo.toml
File metadata and controls
27 lines (25 loc) · 854 Bytes
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
[workspace]
resolver = "2"
members = ["crates/*"]
[workspace.package]
version = "0.8.0"
edition = "2024"
license = "MIT"
repository = "https://github.com/rohansx/ctxgraph"
description = "Privacy-first knowledge graph engine for AI agents. Better quality, 6x cheaper than Graphiti."
[workspace.dependencies]
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"
uuid = { version = "1", features = ["v7"] }
rusqlite = { version = "0.32", features = ["bundled", "vtab"] }
tokio = { version = "1", features = ["full"] }
clap = { version = "4", features = ["derive"] }
toml = "0.8"
gline-rs = "1.0"
ort = "=2.0.0-rc.9"
ndarray = "0.16"
fastembed = { version = "4", default-features = false, features = ["ort-download-binaries", "hf-hub-rustls-tls"] }
half = "2"
strsim = "0.11"