[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"] }