libarchive3-sys 0.1.2

Raw bindings for libarchive
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "libarchive3-sys"
version = "0.1.2"
authors = ["Jamie Winsor <reset@chef.io>"]
license = "Apache-2.0"
repository = "https://github.com/chef/libarchive3-sys"
description = "Raw bindings for libarchive"
keywords = ["libarchive", "archive", "tar", "zip"]
build = "build.rs"

[dependencies]
libc = ">= 0.2.0"

[build-dependencies]
pkg-config = "0.3"