[badges.gitlab]
repository = "https://github.com/Stoeoef/rstar"
[dependencies.num-traits]
version = "0.2"
[dependencies.pdqselect]
version = "0.1"
[dev-dependencies.approx]
version = "0.3"
[dev-dependencies.rand]
version = "0.6"
[dev-dependencies.rand_hc]
version = "0.1"
[features]
debug = []
default = []
[package]
authors = ["Stefan Altmayer <stoeoef@gmail.com>"]
categories = ["data-structures", "algorithms"]
description = "R*-tree library for the rust ecosystem"
documentation = "https://docs.rs/rstar/"
edition = "2018"
keywords = ["rtree", "rstar", "spatialgit-database", "nearest-neighbor"]
license = "MIT/Apache-2.0"
name = "rstar"
readme = "README.md"
repository = "https://github.com/Stoeoef/rstar"
version = "0.1.1"