vpsearch 1.3.4

Vantage Point Tree search algorithm for fast nearest neighbour search in multi-dimensional metric spaces.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "vpsearch"
version = "1.3.4"
authors = ["Kornel <pornel@pornel.net>"]
description = "Vantage Point Tree search algorithm for fast nearest neighbour search in multi-dimensional metric spaces."
homepage = "https://github.com/pornel/vpsearch"
documentation = "https://docs.rs/vpsearch/"
readme = "README.md"
keywords = ["similarity", "search", "knn", "distance"]
categories = ["algorithms", "data-structures"]
license = "BSD-2-Clause"
repository = "https://github.com/pornel/vpsearch.git"
[dependencies.num-traits]
version = "0.1.32"