# 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 = "fnntw" version = "0.4.1" authors = ["Cavey Cool "] description = "FNNTW: Fastest Nearest Neighbor (in the) West. A fast kdtree/kNN library." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/cavemanloverboy/fnntw" [profile.release] lto = "fat" codegen-units = 1 [[bench]] name = "build" harness = false [[bench]] name = "build_nc" harness = false [[bench]] name = "medians" harness = false [[bench]] name = "euclidean" harness = false [[bench]] name = "query" harness = false [[bench]] name = "query_k" harness = false [[bench]] name = "query_k_axis" harness = false [[bench]] name = "par_sort" harness = false [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.jemallocator] version = "0.5.0" optional = true [dependencies.likely_stable] version = "0.1.2" [dependencies.mimalloc] version = "0.1.34" optional = true default-features = false [dependencies.num-format] version = "0.4.0" [dependencies.ordered-float] version = "3.0.0" [dependencies.ouroboros] version = "0.15.5" [dependencies.permutation] version = "0.4.1" [dependencies.rayon] version = "1.5.3" optional = true [dependencies.rpmalloc] version = "0.2.2" optional = true [dependencies.snmalloc-rs] version = "0.3.3" optional = true [dependencies.sync-unsafe-cell] version = "0.1.0" [dependencies.tcmalloc] version = "0.3.0" features = ["bundled"] optional = true [dependencies.thiserror] version = "1.0.32" [dev-dependencies.adqselect] version = "0.1.3" [dev-dependencies.approx_eq] version = "0.1.8" [dev-dependencies.concat-idents] version = "1.1.3" [dev-dependencies.criterion] version = "0.3.6" [dev-dependencies.dry] version = "0.1.1" [dev-dependencies.floydrivest] version = "0.2.4" [dev-dependencies.kth] version = "0.1.0" [dev-dependencies.ndarray] version = "0.15.6" [dev-dependencies.ndarray-npy] version = "0.8.1" [dev-dependencies.order-stat] version = "0.1.3" [dev-dependencies.pdqselect] version = "0.1.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rayon] version = "1.5.3" [dev-dependencies.seq-macro] version = "0.3.1" [features] default = [ "parallel", "no-position", "sqrt-dist2", "no-index", ] no-index = ["no-position"] no-position = [] parallel = ["rayon"] sqrt-dist2 = [] tcmallocator = ["tcmalloc/bundled"] timing = []