# 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 = "fast-kd" version = "0.1.1" authors = ["Christoff van Zyl"] autobenches = false description = "K-dimensional tree in Rust for fast geospatial indexing and nearest neighbors lookup" readme = "README.md" keywords = ["kd-tree", "kdtree", "kd", "nearest", "neighbor"] license = "MIT OR Apache-2.0" [package.metadata.docs.rs] all-features = true [[bench]] name = "speed_bench" path = "benches/bench.rs" harness = false [dependencies.num-traits] version = "0.2" [dependencies.ordered-float] version = "2.8.0" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dev-dependencies.aligned] version = "0.4" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.kdtree] version = "0.6.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_distr] version = "0.4" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_json] version = "1.0.64" [features] serialize = ["serde", "serde_derive"]