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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ahash = "0"
anyhow = "1"
clap = { version = "4", features = ["derive"] }
fastembed = "4"
image = "0"
indicatif = { version = "0", features = ["rayon"] }
mset = "0"
partitions = "0"
pathdiff = "0"
rayon = "1"
reflink-copy = "0"
serde = "1"
sha2 = "0"
sled = "0"
typed-sled = "0"
xdg = "2"