librpmbuild-sys 0.2.1

rpmbuild library FFI bindings (librpmbuild.so)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "librpmbuild-sys"
version = "0.2.1"
authors = [
    "Tony Arcieri <tony@iqlusion.io>",
    "Daniel Alley <dalley@redhat.com>",
]
build = "build.rs"
links = "rpmbuild"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rpmbuild library FFI bindings (librpmbuild.so)"
homepage = "https://github.com/rpm-software-management/librpm.rs/"
documentation = "https://docs.rs/crate/librpmbuild-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/librpmbuild-sys"

[lib]
name = "librpmbuild_sys"
path = "src/lib.rs"

[build-dependencies.bindgen]
version = "0.72"