fetch_unroll 0.1.0

Simple utilities for fetching and unrolling .tar.gz archives
Documentation
[package]
name = "fetch_unroll"
version = "0.1.0"
description = "Simple utilities for fetching and unrolling .tar.gz archives"
categories = ["development-tools::build-utils", "web-programming::http-client"]
keywords = ["fetch", "unroll", "http", "tar", "gzip"]
authors = ["K. <kayo@illumium.org>"]
license = "Apache-2.0"
repository = "https://github.com/katyo/fetch_unroll"
edition = "2018"

[badges]
maintenance = { status = "passively-maintained" }

[dependencies.http_req]
version = "0.5"
default-features = false
features = ["rust-tls"]

[dependencies.libflate]
version = "0.1"

[dependencies.tar]
version = "0.4"