[dependencies.alpm]
optional = true
version = "2.1.2"
[dependencies.pacmanconf]
optional = true
version = "1.0.0"
[features]
conf = ["pacmanconf", "alpm"]
default = ["alpm", "conf"]
docs-rs = ["alpm/docs-rs"]
generate = ["alpm/generate"]
git = ["alpm/git"]
static = ["alpm/static"]
[package]
authors = ["morganamilo <morganamilo@gmail.com>"]
description = "Helper functions for working with alpm"
documentation = "https://docs.rs/alpm-utils"
edition = "2018"
homepage = "http://github.com/archlinux/alpm.rs"
keywords = ["archlinux", "arch", "alpm", "pacman"]
license = "GPL-3.0"
name = "alpm-utils"
repository = "http://github.com/archlinux/alpm.rs"
version = "1.1.2"
[package.metadata.docs.rs]
features = ["docs-rs", "pacmanconf"]