# 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" version = "0.5.0" authors = ["Ezra Singh "] description = "Standalone CLI for running the Geoprox service" documentation = "https://ezrasingh.github.io/geoprox/docs" readme = "README.md" keywords = [ "geospatial", "search", "location-based", "pairing", "geohash", ] categories = [ "science::geo", "command-line-interface", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ezrasingh/geoprox" [dependencies.clap] version = "4.5.4" features = [ "derive", "env", "string", ] [dependencies.config] version = "0.14.0" [dependencies.geoprox-core] version = "0.5.0" [dependencies.geoprox-server] version = "0.5.0" [dependencies.serde] version = "1.0.199" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.116"