[package] name = "fux_kdtree" version = "0.1.1" authors = ["fulara "] repository = "https://github.com/fulara/kdtree-rust" keywords = ["tree", "dimension" , "nearest", "search", "neighbor"] readme = "README.md" license = "Unlicense" description = "K-dimensional tree implemented in Rust for fast NN querying." [lib] name = "kdtree" path = "src//lib.rs" bench = false [[bench]] name = "bench" harness = false [dev-dependencies] quickcheck = "~0.3" rand = "~0.3.12" bencher = "~0.1.2"