geoprox-client 0.4.2

An HTTP client library for interacting with the Geoprox search engine
Documentation
[dependencies.reqwest]
features = ["json", "multipart"]
version = "^0.12"

[dependencies.serde]
features = ["derive"]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.serde_with]
default-features = false
features = ["base64", "std", "macros"]
version = "^3.8"

[dependencies.url]
version = "^2.5"

[dependencies.uuid]
features = ["serde", "v4"]
version = "^1.8"

[package]
authors = ["singhezra@gmail.com"]
description = "An HTTP client library for interacting with the Geoprox search engine"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "geoprox-client"
readme = "README.md"
version = "0.4.2"