From 1aea787ef4ade2314755dccc4a4638b18fdc2fd8 Mon Sep 17 00:00:00 2001 From: Michele Riva Date: Tue, 26 Nov 2024 12:04:30 +0100 Subject: [PATCH] adds package info --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4db0784..ec8478f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,13 @@ name = "vector_quantizer" version = "0.0.1" edition = "2021" +authors = ["Michele Riva "] +description = "Simple vector quantization utilities and functions." +license = "GPL-3.0-only" +repository = "https://github.com/oramasearch/vector_quantizer" +readme = "README.md" +keywords = ["product_quantization", "vector_quantization", "embeddings", "quantization"] +categories = ["algorithms"] [dependencies] anyhow = "1.0.93"