[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
branch = "master"
repository = "leontoeides/google_maps"
[dependencies.chrono]
features = ["serde"]
version = "0.4.11"
[dependencies.chrono-tz]
features = ["serde"]
version = "0.5.1"
[dependencies.log]
version = "0.4.8"
[dependencies.percent-encoding]
version = "2.1.0"
[dependencies.rand]
version = "0.7.3"
[dependencies.reqwest]
features = ["blocking"]
version = "0.10.4"
[dependencies.rust_decimal]
features = ["serde-float"]
version = "1.4.1"
[dependencies.rust_decimal_macros]
version = "1.4.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.106"
[dependencies.serde_json]
version = "1.0.51"
[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"
publish = true
readme = "README.md"
repository = "https://github.com/leontoeides/google_maps"
version = "0.7.2"