aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: de2391e629e841f40d4c01893dc9906e5b4e2f4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "embeddings-sort"
version = "0.3.1"
edition = "2021"

[dependencies]
ahash = "0"
anyhow = "1"
clap = { version = "4", features = ["derive"] }
dirs = "5"
fastembed = "4"
image = "0"
indicatif = { version = "0", features = ["rayon"] }
mset = "0"
partitions = "0"
pathdiff = "0"
rayon = "1"
reflink-copy = "0"
sha2 = "0"
redb = "2"
bincode = { version = "2.0.0-rc.3", features = ["derive"] }