hyw 0.1.1

Querying embeddings for hyw
Documentation
[[bin]]
name = "hyw"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.argh]
default-features = false
features = ["help"]
version = "0.1.13"

[dependencies.compio]
features = ["macros"]
version = "0.17.0"

[dependencies.hyw-base]
version = "0.1"

[dependencies.hyw-embed]
version = "0.1"

[dependencies.instant-distance]
features = ["with-serde"]
version = "0.6.1"

[dependencies.postcard]
default-features = false
features = ["use-std"]
optional = true
version = "1.1.3"

[features]
cli = ["postcard"]

[lib]
name = "hyw"
path = "src/lib.rs"

[package]
authors = ["PRO-2684"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Querying embeddings for hyw"
edition = "2024"
include = ["/src", "README.md"]
keywords = ["search", "semantic", "embedding"]
license = "MIT"
name = "hyw"
readme = "README.md"
repository = "https://github.com/PRO-2684/hyw"
resolver = "2"
version = "0.1.1"

[package.metadata.binstall]
bin-dir = "{ bin }{ binary-ext }"
disabled-strategies = ["quick-install"]
pkg-fmt = "tgz"
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }{ archive-suffix }"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"