[build-dependencies.bindgen]
default-features = false
features = ["runtime"]
optional = true
version = "0.72.1"
[build-dependencies.pkg-config]
optional = true
version = "0.3.32"
[features]
default = ["pkg-config"]
docs-rs = []
generate = ["dep:bindgen"]
git = []
pkg-config = ["dep:pkg-config"]
static = []
[lib]
name = "alpm_sys"
path = "src/lib.rs"
[package]
authors = ["morganamilo <morganamilo@archlinux.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Raw bindings for libalpm"
documentation = "https://docs.rs/alpm_sys"
edition = "2024"
homepage = "https://github.com/archlinux/alpm.rs"
keywords = ["archlinux", "arch", "alpm", "pacman", "bindings"]
license = "GPL-3.0"
name = "alpm-sys"
readme = "README.md"
repository = "https://github.com/archlinux/alpm.rs"
resolver = "2"
version = "5.0.0"
[package.metadata.docs.rs]
features = ["docs-rs"]