aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: cff4186a4dc2bac88d62623519fc7f6241d11679 (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 = "1.0.0"
edition = "2021"

[dependencies]
ahash = "0"
anyhow = "1"
clap = { version = "4", features = ["derive", "wrap_help"] }
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"] }