[dependencies.alpm]
optional = true
version = "4.0.0"
[dependencies.pacmanconf]
optional = true
version = "3.0.0"
[features]
conf = ["pacmanconf", "alpm"]
default = ["alpm", "conf"]
docs-rs = ["alpm/docs-rs"]
generate = ["alpm/generate"]
git = ["alpm/git"]
static = ["alpm/static"]
[lib]
name = "alpm_utils"
path = "src/lib.rs"
[package]
authors = ["morganamilo <morganamilo@archlinux.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Helper functions for working with alpm"
documentation = "https://docs.rs/alpm-utils"
edition = "2021"
homepage = "http://github.com/archlinux/alpm.rs"
keywords = ["archlinux", "arch", "alpm", "pacman", "bindings"]
license = "GPL-3.0"
name = "alpm-utils"
readme = "README.md"
repository = "http://github.com/archlinux/alpm.rs"
version = "4.0.1"
[package.metadata.docs.rs]
features = ["docs-rs", "pacmanconf"]