osm-tile-downloader 0.1.0

Download tiles from an OSM tileserver
Documentation
[package]
name = "osm-tile-downloader"
description = "Download tiles from an OSM tileserver"
version = "0.1.0"
authors = ["Moritz Gunz <moritz.gunz@gmail.com>"]
edition = "2018"

repository = "https://github.com/NeoLegends/osm-tile-downloader"
keywords = ["open", "street", "map", "osm", "tile"]
categories = ["command-line-utilities"]
license = "MIT"

[dependencies]
clap = "2.33.0"
futures-preview = { version = "0.3.0-alpha.19", features = ["async-await", "compat", "io-compat"] }
indicatif = "0.11.0"
reqwest = "0.10.0-alpha.1"
strfmt = "0.1.6"
tokio = "0.2.0-alpha.3"