google_maps 0.2.0

An unofficial Google Maps Platform client for the Rust programming language.
Documentation
[package]
name = "google_maps"
version = "0.2.0"
authors = ["Dylan Bowker <dylan.bowker@arkiteq.ca>"]
edition = "2018"
description = "An unofficial Google Maps Platform client for the Rust programming language."
license = "MIT OR Apache-2.0"
repository = "https://github.com/leontoeides/google_maps"

[dependencies]
percent-encoding = "2.1.0"
reqwest = { version = "0.10", features = ["blocking", "json"] }
serde = { version = "1.0.104", features = ["derive"] }
serde_json = "1.0.44"
time = "0.2.1"