-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
50 lines (47 loc) · 1.45 KB
/
Cargo.toml
File metadata and controls
50 lines (47 loc) · 1.45 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
[package]
name = "far-memory"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.25.0", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
vblk = "0.1.2"
toml = "0.7.6"
serde = { version = "1.0.179", features = ["derive"] }
bincode = "1.3.3"
html-escape = "0.2.13"
clap = { version = "4.3.21", features = ["derive"] }
markdown = "0.3.0"
lopdf = "0.31.0"
image = "0.24.7"
# supports tab leader customization for table of contents, see https://github.com/bokuweb/docx-rs/issues/652
# also supports sections for paragraphs (for example, to have paragraphs with multiple columns), see https://github.com/bokuweb/docx-rs/issues/664
docx-rs = { git = "https://github.com/nikitavbv/docx-rs" }
thiserror = "1.0.48"
rand = { version = "0.8.5", features = ["small_rng"] }
rand_distr = "0.4.3"
quantiles = "0.7.1"
tracing-chrome = "0.7.1"
ctrlc = "3.4.1"
crossbeam = "0.8.2"
serde_json = "1.0.107"
reed-solomon-erasure = "6.0.0"
prometheus = "0.13.3"
reqwest = { version = "0.11.22", features = ["blocking"] }
hostname = "0.3.1"
serde_bytes = "0.11.12"
aes-gcm = "0.10.3"
lz4 = "1.24.0"
candle-core = { git = "https://github.com/huggingface/candle.git" }
candle-nn = { git = "https://github.com/huggingface/candle.git" }
itertools = "0.12.0"
snap = "1.1.1"
indicatif = "0.17.7"
chrono = { version = "0.4.31", features = ["serde"] }
csv = "1.3.0"
plotters = "0.3.5"
human_bytes = "0.4.3"
lru = "0.12.1"
async-recursion = "1.0.5"
futures = "0.3.30"