tape 0.4.0

The library provides basic operations with tape archives (tar).
[package]
name = "tape"
version = "0.4.0"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
license = "MIT"
repository = "https://github.com/stainless-steel/tape"
homepage = "https://github.com/stainless-steel/tape"
documentation = "https://stainless-steel.github.io/tape"
description = "The library provides basic operations with tape archives (tar)."

[dependencies]
lazy_static = "*"
libc = "*"
tar-sys = "*"

[dev-dependencies]
temporary = "*"