# 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 = "spatial-neighbors" version = "0.2.1" authors = ["ToBinio"] exclude = [ "/.idea", "spatial-partition.iml", ] description = "Simple to use implementation of certain Spatial-Partitioning Algorithms | DataStructures" readme = "README.md" keywords = [ "data-structures", "grid", "spatial", "quad-tree", "algorithms", ] categories = [ "algorithms", "data-structures", ] license = "MIT" repository = "https://github.com/ToBinio/spatial-neighbors" [[bench]] name = "insert_grid_benchmark" harness = false [[bench]] name = "insert_quad_tree_benchmark" harness = false [[bench]] name = "in_circle_grid_benchmark" harness = false [[bench]] name = "in_circle_quad_tree_benchmark" harness = false [dev-dependencies.colored] version = "2.0.0" [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"]