# 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 = "2018" name = "nabo-pbc" version = "0.2.1" authors = ["Cavey Cool "] description = "A fast K Nearest Neighbor (KNN) library for low-dimensional spaces, now with support for periodic boundary conditions." 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" [profile.release] lto = true codegen-units = 1 [[bench]] name = "candidate_container_comparison" harness = false required-features = ["dummy_point"] [[bench]] name = "simple" harness = false required-features = ["dummy_point"] [[bench]] name = "simple_periodic" harness = false required-features = ["dummy_point"] [[bench]] name = "periodic" harness = false [dependencies.num-traits] version = "0.2" [dependencies.ordered-float] version = "2.7.0" [dependencies.partition] version = "0.1.2" [dependencies.rand] version = "0.8" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.float-cmp] version = "0.9" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rayon] version = "1.5.3" [features] default = ["dummy_point"] dummy_point = ["rand"]