# 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 = "geoprox-core" version = "0.5.0" description = "Core library for Geoprox, provides geospatial indexing and search functionalities" documentation = "https://docs.rs/geoprox-core" readme = "README.md" keywords = [ "geospatial", "search", "geohash", "nearest-neighbor", "proximity", ] categories = [ "science::geo", "data-structures", "algorithms", "caching", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ezrasingh/geoprox" [[bench]] name = "spatial_index_benchmark" harness = false [dependencies.ahash] version = "0.8.11" [dependencies.geohash] version = "0.13.1" [dependencies.hashbrown] version = "0.14.5" features = [ "serde", "rayon", ] [dependencies.haversine-rs] version = "0.3.0" [dependencies.itertools] version = "0.13.0" [dependencies.kiddo] version = "4.2.1" features = [ "serialize", "rayon", ] [dependencies.log] version = "0.4.22" [dependencies.patricia_tree] version = "0.8.0" features = ["serde"] [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.199" features = [ "derive", "rc", ] [dependencies.utoipa] version = "4.2.3" optional = true [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_test] version = "1.0.177" [features] utoipa = ["dep:utoipa"]