google_maps 0.4.2

An unofficial Google Maps Platform client library for the Rust programming language.
Documentation
[dependencies.log]
version = "0.4.8"

[dependencies.percent-encoding]
version = "2.1.0"

[dependencies.rand]
version = "0.7.3"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.10.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.104"

[dependencies.serde_json]
version = "1.0.47"

[dependencies.time]
version = "0.2.6"

[package]
authors = ["Dylan Bowker <dylan.bowker@arkiteq.ca>"]
categories = ["api-bindings"]
description = "An unofficial Google Maps Platform client library for the Rust programming language."
documentation = "https://docs.rs/google_maps"
edition = "2018"
keywords = ["distance", "elevation", "geocoding", "google", "maps"]
license = "MIT OR Apache-2.0"
name = "google_maps"
readme = "README.md"
repository = "https://github.com/leontoeides/google_maps"
version = "0.4.2"