forked from 0xPlaygrounds/rig
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
93 lines (88 loc) · 1.95 KB
/
Cargo.toml
File metadata and controls
93 lines (88 loc) · 1.95 KB
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
[workspace]
resolver = "3"
members = [
"rig-core",
"rig-lancedb",
"rig-mongodb",
"rig-neo4j",
"rig-postgres",
"rig-qdrant",
"rig-core/rig-core-derive",
"rig-scylladb",
"rig-sqlite",
"rig-surrealdb",
"rig-eternalai",
"rig-fastembed",
"rig-bedrock",
"rig-milvus",
"rig-wasm",
"rig-s3vectors", "rig-helixdb",
]
[profile.release]
lto = true
opt-level = "s"
[workspace.package]
edition = "2024"
[workspace.dependencies]
anyhow = "1.0.98"
arrow-array = "56"
as-any = "0.3.2"
assert_fs = "1.1.3"
async-stream = "0.3.6"
aws-config = "1.8.5"
aws-sdk-bedrockruntime = "1.102.0"
aws-smithy-types = "1.3.2"
base64 = "0.22.1"
bytes = "1.10.1"
chrono = "0.4"
convert_case = "0.8.0"
deluxe = "0.5.0"
deranged = "=0.4.0"
dotenvy = "0.15.7"
epub = "2.1.4"
ethers = "2.0.14"
fastembed = { version = "4.9.1", default-features = false }
futures = "0.3.31"
glob = "0.3.2"
httpmock = "0.7.0"
indoc = "2.0.6"
lancedb = { version = "0.22", default-features = false }
log = "0.4.27"
lopdf = "0.36.0"
mime_guess = "2.0.5"
mongodb = "3.2.5"
neo4rs = "0.8.0"
ordered-float = "5.0.0"
pgvector = "0.4"
proc-macro2 = "1.0.95"
qdrant-client = { version = "1.14.0", default-features = false, features = ["serde"] }
quick-xml = "0.38.0"
quote = "1.0.40"
rayon = "1.10.0"
reqwest = { version = "0.12.20", default-features = false }
url = "2.5"
rusqlite = "0.32"
scylla = "1.2.0"
schemars = "1.0.4"
serde = "1.0.219"
serde_json = "1.0.140"
serde_path_to_error = "0.1.17"
sqlite-vec = "0.1"
sqlx = "0.8.6"
surrealdb = "2.3.8"
syn = "2.0.104"
term_size = "0.3.2"
testcontainers = "0.24.0"
textwrap = "0.16.2"
thiserror = "2.0.12"
tokio = "1.45.1"
tokio-rusqlite = { version = "0.6.0", default-features = false }
tokio-test = "0.4.4"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
uuid = "1.17.0"
worker = "0.6"
zerocopy = "0.8.26"
[workspace.metadata.cargo-autoinherit]
# Skip cargo-autoinherit for these packages
exclude-members = ["rig-core", "rig-derive"]