# 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-server" version = "0.5.0" authors = ["Ezra Singh "] description = "Geoprox server implementation providing a HTTP API for geospatial queries and position tracking" documentation = "https://docs.rs/geoprox-server" readme = "README.md" keywords = [ "geospatial", "search", "location-based", "pairing", "api", ] categories = [ "science::geo", "web-programming::http-server", "caching", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ezrasingh/geoprox" [dependencies.anyhow] version = "1.0.86" [dependencies.axum] version = "0.7.5" features = ["macros"] [dependencies.bincode] version = "1.3.3" [dependencies.duration-string] version = "0.4.0" features = ["serde"] [dependencies.geoprox-core] version = "0.5.0" features = ["utoipa"] [dependencies.serde] version = "1.0.199" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.116" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tower] version = "0.4.13" [dependencies.tower-http] version = "0.5.2" features = [ "fs", "trace", "timeout", "compression-full", "decompression-full", "normalize-path", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.utoipa] version = "4.2.3" features = ["axum_extras"] [dependencies.utoipa-swagger-ui] version = "7.1.0" features = ["axum"] [dev-dependencies.axum-test] version = "15.3.0"