packset-embed 0.9.20

The dense projection: text in, vectors out
[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
# The model, its tokenizer and the runtime under it. This is why the crate is
# separate: the writer must not carry a native inference runtime on a machine
# that will never hold a model.
fastembed = "6"
serde.workspace = true
serde_json.workspace = true