# 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" name = "nabo" version = "0.3.0" authors = [ "Stéphane Magnenat ", "Hannes Sommer ", ] description = "A fast K Nearest Neighbor (KNN) library for low-dimensional spaces" homepage = "https://github.com/enlightware/nabo-rs" readme = "README.md" keywords = [ "NNS", "nearest_neighbor", "K-D_tree", "data_structures", "KNN", ] categories = [ "mathematics", "science", "computer-vision", "multimedia", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/enlightware/nabo-rs" [profile.release] debug = 1 [[bench]] name = "candidate_container_comparison" harness = false required-features = ["dummy_point"] [[bench]] name = "simple" harness = false required-features = ["dummy_point"] [dependencies.num-traits] version = "0.2" [dependencies.ordered-float] version = "3.7.0" [dependencies.partition] version = "0.1.2" [dependencies.rand] version = "0.8" optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.float-cmp] version = "0.9" [dev-dependencies.rand] version = "0.8" [features] default = ["dummy_point"] dummy_point = ["rand"]