# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.63" name = "rindex" version = "0.2.2" authors = ["Kayumov A.I. "] exclude = ["./github"] description = "Rindex: dynamic spatial index for efficiently maintaining *k* nearest neighbors graph of multi-dimensional clustered datasets." homepage = "https://github.com/azizkayumov/rindex" documentation = "https://docs.rs/rindex" readme = "README.md" keywords = [ "tree", "spatial", "dynamic-index", "nearest-neighbor", "knn-graph", ] categories = [ "algorithms", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/azizkayumov/rindex" [dependencies.conv] version = "0.3.3" [dependencies.ordered-float] version = "4.1.1" [dev-dependencies.rand] version = "0.8"