[package] name = "papertrail-downloader" version = "0.2.0" description = "Papertrail parallel log archives downloader" authors = ["ndelvalle "] edition = "2018" license = "MIT" readme = "README.md" homepage = "https://github.com/ndelvalle/papertrail-downloader" repository = "https://github.com/ndelvalle/papertrail-downloader" [dependencies] chrono = "0.4.19" clap = "2.33.3" futures = "0.3.17" reqwest = { version = "0.11.5", features = ["blocking"] } shellexpand = "2.1.0" indicatif = "0.16.0" rayon = "1.5.1"