[package] name = "ball-tree" version = "0.5.1" authors = ["Grant Slatton "] edition = "2021" include = ["src/**/*", "Cargo.toml"] description = "Ball-tree implementation for K-nearest neighbors" homepage = "https://github.com/grantslatton/ball-tree" repository = "https://github.com/grantslatton/ball-tree" keywords = ["ball-tree", "knn", "ml", "neighbor", "prediction"] categories = ["data-structures", "science"] license = "MIT" readme="README.md" [dependencies] [dev-dependencies] rand = "0.8.5" rand_chacha = "0.3.1"