# 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 = "2018" rust-version = "1.63" name = "rstar" version = "0.12.2" authors = [ "Stefan Altmayer ", "The Georust Developers ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An R*-tree spatial index" documentation = "https://docs.rs/rstar/" readme = "README.md" keywords = [ "rtree", "r-tree", "spatial", "spatial-index", "nearest-neighbor", ] categories = [ "data-structures", "algorithms", "science::geo", ] license = "MIT OR Apache-2.0" repository = "https://github.com/georust/rstar" [lib] name = "rstar" path = "src/lib.rs" [dependencies.heapless] version = "0.8" [dependencies.mint] version = "0.5.9" optional = true [dependencies.num-traits] version = "0.2" features = ["libm"] default-features = false [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] optional = true default-features = false [dependencies.smallvec] version = "1.6" [dev-dependencies.approx] version = "0.3" [dev-dependencies.nalgebra] version = "0.32.3" features = ["mint"] [dev-dependencies.rand] version = "0.7" [dev-dependencies.rand_hc] version = "0.2" [dev-dependencies.serde_json] version = "1.0" [features] debug = [] default = [] [badges.maintenance] status = "actively-developed"