google_maps 0.4.2

An unofficial Google Maps Platform client library for the Rust programming language.
Documentation
[package]

name = "google_maps"

version = "0.4.2"

authors = ["Dylan Bowker <dylan.bowker@arkiteq.ca>"]

edition = "2018"

categories = [ "api-bindings" ]

description = "An unofficial Google Maps Platform client library for the Rust programming language."

documentation = "https://docs.rs/google_maps"

keywords = [ "distance", "elevation", "geocoding", "google", "maps" ]

license = "MIT OR Apache-2.0"

readme = "README.md"

repository = "https://github.com/leontoeides/google_maps"



[dependencies]

log = "0.4.8"

percent-encoding = "2.1.0"

rand = "0.7.3"

reqwest = { version = "0.10.1", features = ["blocking", "json"] }

serde = { version = "1.0.104", features = ["derive"] }

serde_json = "1.0.47"

time = "0.2.6"