tape 0.5.1

The library provides basic operations with tape archives (tar).
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "lazy_static"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"

[[package]]
name = "libc"
version = "0.2.178"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"

[[package]]
name = "random"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d13a3485349981c90c79112a11222c3e6e75de1d52b87a7525b3bf5361420f"

[[package]]
name = "tape"
version = "0.5.1"
dependencies = [
 "lazy_static",
 "libc",
 "tar-sys",
 "temporary",
]

[[package]]
name = "tar-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b49c3040199f1de4f797d9ec6405dd5900cd397b4f3bcbadc33d3c839b60c1f6"
dependencies = [
 "libc",
]

[[package]]
name = "temporary"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acd7ed303e9bfb202712600e621300c9dfacfdc4be55735e61bd2f26932892d2"
dependencies = [
 "random",
]