google_maps 0.7.3

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

name = "google_maps"

version = "0.7.3"

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]

chrono = { version = "0.4.11", features = ["serde"] }

chrono-tz = { version = "0.5.1", features = ["serde"] }

log = "0.4.8"

percent-encoding = "2.1.0"

rand = "0.7.3"

reqwest = { version = "0.10.4", features = ["blocking"] }

rust_decimal = {version = "1.4.1", features = ["serde-float"] }

rust_decimal_macros = "1.4.1"

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

serde_json = "1.0.51"



[badges]

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

maintenance = { status = "actively-developed" }