libarchive 0.1.1

A safe Rust API for authoring and extracting archives with libarchive
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "libarchive"
version = "0.1.1"
authors = ["Jamie Winsor <reset@chef.io>"]
license = "Apache-2.0"
repository = "https://github.com/chef/libarchive-rust"
description = "A safe Rust API for authoring and extracting archives with libarchive"
keywords = ["libarchive", "archive", "tar", "zip"]

[dependencies]
libc = ">= 0.2.0"
libarchive3-sys = "0.1"