[package] name = "just-fetch" description = "Just fetch the file, unzipping it if needed" repository = "https://gitlab.com/jD91mZM2/just-fetch" readme = "README.md" license = "MIT" version = "0.1.2" authors = ["jD91mZM2 "] edition = "2018" [dependencies] anyhow = "1.0.34" flate2 = "1.0.12" serde = { version = "1.0.101", optional = true } ureq = "1.5.1" url = "2.2.0"