[package] name = "cashmere" authors = ["Kent Ross "] version = "0.0.1" edition = "2021" description = "Spatial search trees with a focus on online mutability, speed, performance guarantees, and flexibility" license = "MIT" keywords = ["nearest-neighbor", "knn", "kd-tree", "kd", "kdtree"] categories = ["algorithms", "data-structures"] readme = "README.md" [dependencies] num-traits = "0.2.15" order-stat = "0.1.3" [features] full_validation = []