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