[package]
edition = "2024"
rust-version = "1.85"
name = "librpm-sys"
version = "0.2.1"
authors = [
"Tony Arcieri <tony@iqlusion.io>",
"Daniel Alley <dalley@redhat.com>",
]
build = "build.rs"
links = "rpm"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RPM Package Manager library FFI bindings (librpm.so)"
homepage = "https://github.com/rpm-software-management/librpm.rs/"
documentation = "https://docs.rs/crate/librpm-sys"
readme = "README.md"
keywords = [
"rpm",
"linux",
"redhat",
"fedora",
"centos",
]
categories = [
"external-ffi-bindings",
"os",
]
license = "MPL-2.0"
repository = "https://github.com/rpm-software-management/librpm.rs/tree/master/librpm-sys"
[lib]
name = "librpm_sys"
path = "src/lib.rs"
[build-dependencies.bindgen]
version = "0.72"