rstar 0.11.0

R*-tree library for the Rust ecosystem
Documentation
[package]
name = "rstar"
version = "0.11.0"
authors = ["Stefan Altmayer <stoeoef@gmail.com>", "The Georust Developers <mods@georust.org>"]
description = "R*-tree library for the Rust ecosystem"
documentation = "https://docs.rs/rstar/"
repository = "https://github.com/georust/rstar"
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2018"
rust-version = "1.63"
keywords = ["rtree", "r-tree", "spatial", "spatial-index", "nearest-neighbor"]
categories = ["data-structures", "algorithms", "science::geo"]

[badges]
maintenance = { status = "actively-developed" }

[dependencies]
heapless = "0.7.10"
num-traits = { version = "0.2", default-features = false, features = ["libm"] }
serde = { version = "1.0", optional = true, default-features = false, features = ["alloc", "derive"] }
smallvec = "1.6"

[features]
default = []
debug = []

[dev-dependencies]
rand = "0.7"
rand_hc = "0.2"
approx = "0.3"
serde_json = "1.0"