Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'

This commit is contained in:
ruv
2026-02-28 14:39:40 -05:00
7854 changed files with 3522914 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
[package]
name = "micro-hnsw-wasm"
version = "2.3.2"
edition = "2021"
description = "Neuromorphic HNSW vector search with spiking neural networks - 11.8KB WASM for edge AI, ASIC, and embedded systems. Features LIF neurons, STDP learning, winner-take-all, dendritic computation."
license = "MIT OR Apache-2.0"
repository = "https://github.com/ruvnet/ruvector"
homepage = "https://ruv.io"
documentation = "https://docs.rs/micro-hnsw-wasm"
readme = "README.md"
authors = ["rUv <ruvnet@users.noreply.github.com>"]
keywords = ["hnsw", "neuromorphic", "snn", "vector-search", "wasm"]
categories = ["algorithms", "wasm", "embedded", "science", "no-std"]
rust-version = "1.70"
include = ["src/**/*", "README.md", "LICENSE*", "Cargo.toml"]
[lib]
crate-type = ["cdylib"]
[workspace]
[dependencies]
[dev-dependencies]
[features]
default = []
[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true
[profile.release.package."*"]
opt-level = "z"