# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "osm-tile-downloader" version = "0.2.5" authors = ["Moritz Gunz "] description = "Download tiles from an OpenStreetMap tileserver to the file system" readme = "README.md" keywords = ["open", "street", "map", "osm", "tile"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/NeoLegends/osm-tile-downloader" [dependencies.anyhow] version = "1.0.28" [dependencies.clap] version = "2.33.0" [dependencies.futures] version = "0.3.4" [dependencies.indicatif] version = "0.14.0" [dependencies.rand] version = "0.7.3" [dependencies.reqwest] version = "0.10.4" features = ["stream"] [dependencies.strfmt] version = "0.1.6" [dependencies.tokio] version = "0.2.20" features = ["fs", "macros", "stream", "time"] [dependencies.url] version = "2.1.1"