# 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] name = "kdtree" version = "0.7.0" authors = ["Rui Hu "] description = "K-dimensional tree in Rust for fast geospatial indexing and nearest neighbors lookup" documentation = "https://docs.rs/kdtree" readme = "README.md" keywords = [ "tree", "nearest", "neighbor", "search", "geo", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mrhooray/kdtree-rs" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.rand] version = "0.8.5" [features] serialize = [ "serde", "serde_derive", ]