[package] name = "tile-downloader" version = "0.1.0" edition = "2021" license = "MIT" readme = "README.md" authors = ["Stephen D"] repository = "https://gitlab.scd31.com/stephen/tile-downloader" description = "Download all map tiles in a given lat/lon rectangle" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.79" clap = { version = "4.5.1", features = ["derive"] } futures = "0.3.30" indicatif = "0.17.8" reqwest = "0.11.24" tokio = { version = "1.36.0", features = ["full"] }