alpm 0.8.0

Rust bindings for libalpm
Documentation
[[bench]]
harness = false
name = "list"
[dependencies.alpm-sys]
package = "alpm-sys-fork"
version = "1.0"

[dependencies.bitflags]
version = "1.0.4"

[dependencies.libarchive]
optional = true
version = "0.1.1"

[dependencies.libarchive3-sys]
optional = true
version = "0.1.2"
[dev-dependencies.criterion]
version = "0.2.11"

[features]
git = ["alpm-sys/git"]
mtree = ["libarchive", "libarchive3-sys"]

[package]
authors = ["morganamilo <morganamilo@gmail.com>"]
categories = ["api-bindings"]
description = "Rust bindings for libalpm"
documentation = "https://docs.rs/alpm"
edition = "2018"
exclude = ["tests"]
homepage = "http://github.com/Morganamilo/alpm.rs"
keywords = ["archlinux", "arch", "alpm", "pacman"]
license = "GPL-3.0"
name = "alpm"
repository = "http://github.com/Morganamilo/alpm.rs"
version = "0.8.0"