flat-knn 0.1.0

Simple and efficient SIMD-accelerated library for k-nearest neighbors search.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "flat-knn"
version = "0.1.0"
authors = ["Simon Plhak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple and efficient SIMD-accelerated library for k-nearest neighbors search."
readme = "README.md"
license = "MIT"
repository = "https://github.com/simonplhak/flat-knn"

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

[[bin]]
name = "flat-knn"
path = "src/main.rs"

[[bench]]
name = "knn_benchmark"
path = "benches/knn_benchmark.rs"

[dependencies.half]
version = "2.7.1"

[dependencies.ordered-float]
version = "4.2.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.rayon]
version = "1.10.0"

[dependencies.simsimd]
version = "6.4.9"

[dev-dependencies.linfa]
version = "0.8.0"

[dev-dependencies.linfa-nn]
version = "0.8.0"

[dev-dependencies.ndarray]
version = "0.16.0"