[package]
name = "libarchive2-sys"
version = "0.2.0"
edition = "2024"
links = "archive"
build = "build.rs"
description = "Low-level FFI bindings to libarchive v3.8.1"
license = "BSD-2-Clause"
repository = "https://github.com/AllenDang/libarchive-rs"
documentation = "https://docs.rs/libarchive2-sys"
homepage = "https://github.com/AllenDang/libarchive-rs"
keywords = ["archive", "compression", "tar", "zip", "libarchive"]
categories = ["compression", "api-bindings", "filesystem"]
readme = "../README.md"
[dependencies]
[build-dependencies]
bindgen = "0.72"
cmake = "0.1"
which = "8.0"
cc = "1.2"