google_maps 0.4.6

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

name = "google_maps"

version = "0.4.6"

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"

publish = true

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 = { version = "0.2.6", features = ["serde"] }



[badges]

travis-ci = { repository = "leontoeides/google_maps", branch = "master" }

maintenance = { status = "actively-developed" }