# 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 = "static_aabb2d_index" version = "2.0.0" authors = ["Buck McCready "] description = "Fast static spatial index data structure for 2D axis aligned bounding boxes" readme = "README.md" keywords = [ "algorithm", "2d", "computational", "geometry", "spatial", ] categories = [ "algorithms", "data-structures", "graphics", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jbuckmccready/static_aabb2d_index" [lib] bench = false [[bench]] name = "bench_static_aabb2d_index" harness = false [dependencies.num-traits] version = "0.2" [dev-dependencies.criterion] version = "0.5" [features] unsafe_optimizations = []