summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 36f56674145faded3ae53e261f5de3420b85e07d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "acap"
version = "0.1.0"
authors = ["Tavian Barnes <tavianator@tavianator.com>"]
edition = "2018"
description = "A principled API for nearest neighbor search in both metric and non-metric spaces"
repository = "https://github.com/tavianator/acap"
license = "MIT"
keywords = ["ann", "knn", "nearest-neighbors"]
categories = ["algorithms", "data-structures"]

[dependencies]