[package] name = "geo-index" version = "0.1.1" authors = ["Kyle Barron "] edition = "2021" rust-version = "1.75" license = "MIT OR Apache-2.0" repository = "https://github.com/kylebarron/geo-index" description = "Fast, static, ABI-stable spatial indexes." categories = ["science::geo"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytemuck = "1" float_next_after = "1" num-traits = "0.2" rayon = { version = "1.8.0", optional = true } thiserror = "1" tinyvec = { version = "1", features = ["alloc", "rustc_1_40"] } [dev-dependencies] criterion = { version = "0.5", features = ["html_reports"] } rstar = "0.11" [[bench]] name = "rtree" harness = false