# 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 = "srtree" version = "0.2.1" authors = [ "Kayumov A.I. ", "Park D.K. ", ] exclude = ["./github"] description = "Rust implementation of SR-Tree: a high-dimensional nearest neighbor search index." homepage = "https://github.com/aicers/srtree" documentation = "https://docs.rs/srtree" readme = "README.md" keywords = [ "nearest-neighbor", "knn", "srtree", ] categories = [ "algorithms", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/aicers/srtree" [dependencies.num-traits] version = "0.2.15" [dependencies.ordered-float] version = "3.4.0" [dev-dependencies.rand] version = "0.8.5"