# 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 = "kd-tree" version = "0.6.1" authors = ["Yuichiro Terada "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "k-dimensional tree" documentation = "https://docs.rs/kd-tree" readme = "README.md" keywords = [ "kdtree", "nearest-neighbor", "closest-point", "pointcloud", ] license = "MIT" repository = "https://github.com/u1roh/kd-tree" [features] nalgebra-serde = [ "serde", "nalgebra", "nalgebra/serde-serialize", ] [lib] name = "kd_tree" path = "src/lib.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.nalgebra] version = "0.33.2" optional = true [dependencies.num-traits] version = "0.2.17" [dependencies.ordered-float] version = "5.0.0" [dependencies.paste] version = "1.0.14" [dependencies.rayon] version = "1.10.0" optional = true [dependencies.serde] version = "1.0.195" features = ["derive"] optional = true [dependencies.typenum] version = "1.17.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.fux_kdtree] version = "0.2.0" package = "fux_kdtree" [dev-dependencies.kdtree] version = "0.7.0" [dev-dependencies.rand] version = "0.9.1" [dev-dependencies.serde_json] version = "1.0"