# 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.70" name = "petal-neighbors" version = "0.10.0" authors = [ "Min Kim ", "Min Shao ", ] exclude = ["./github"] description = "Nearest neighbor search algorithms including a ball tree and a vantage point tree." homepage = "https://github.com/petabi/petal-neighbors" documentation = "https://docs.rs/petal-neighbors" readme = "README.md" keywords = [ "nearest-neighbor", "knn", "ball-tree", "vantage-point", ] categories = [ "algorithms", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/petabi/petal-neighbors" [[bench]] name = "ball_tree" harness = false [dependencies.ndarray] version = "0.15" [dependencies.num-traits] version = "0.2" [dependencies.ordered-float] version = "4" [dependencies.thiserror] version = "1" [dev-dependencies.approx] version = "0.5" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.ndarray-rand] version = "0.14.0" [badges.codecov] repository = "petabi/petal-neighbors" service = "github"