[package]
name = "packset-embed"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
repository.workspace = true
homepage.workspace = true
rust-version.workspace = true
description = "The dense projection: text in, vectors out"
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/packset-v{ version }-{ target }.tar.gz"
bin-dir = "packset-v{ version }-{ target }/{ bin }{ binary-ext }"
pkg-fmt = "tgz"
[[bin]]
name = "packset-embed"
path = "src/main.rs"
[dependencies]
anyhow.workspace = true
fastembed = "6"
serde.workspace = true
serde_json.workspace = true