# 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" rust-version = "1.75" name = "geo-index" version = "0.1.1" authors = ["Kyle Barron "] description = "Fast, static, ABI-stable spatial indexes." readme = "README.md" categories = ["science::geo"] license = "MIT OR Apache-2.0" repository = "https://github.com/kylebarron/geo-index" [[bench]] name = "rtree" harness = false [dependencies.bytemuck] version = "1" [dependencies.float_next_after] version = "1" [dependencies.num-traits] version = "0.2" [dependencies.rayon] version = "1.8.0" optional = true [dependencies.thiserror] version = "1" [dependencies.tinyvec] version = "1" features = [ "alloc", "rustc_1_40", ] [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.rstar] version = "0.11"