-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (31 loc) · 720 Bytes
/
Cargo.toml
File metadata and controls
33 lines (31 loc) · 720 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
28
29
30
31
32
33
[package]
name = "ollama-embeddings"
version = "0.1.3"
edition = "2021"
[dependencies]
tokio = { version = "1.0", features = ["full"] }
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"
clap = { version = "4.0", features = ["derive"] }
walkdir = "2.0"
uuid = { version = "1.0", features = ["v4"] }
log = "0.4"
env_logger = "0.10"
mime_guess = "2.0"
encoding_rs = "0.8"
chrono = { version = "0.4", features = ["serde"] }
toml = "0.8"
pdf-extract = "0.7"
zip = "0.6"
quick-xml = "0.31"
docx-rs = "0.4"
calamine = "0.22"
libc = "0.2.177"
msg_parser = "0.1"
fs2 = "0.4"
sha2 = "0.10"
rayon = "1.10"
[dev-dependencies]
tempfile = "3.0"