alpm 2.2.3

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

[dependencies.bitflags]
version = "1.3.2"

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

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

[features]
checkver = []
default = ["checkver"]
docs-rs = ["alpm-sys/docs-rs"]
generate = ["alpm-sys/generate"]
git = ["alpm-sys/git"]
mtree = ["libarchive", "libarchive3-sys"]
static = ["alpm-sys/static"]

[package]
authors = ["morganamilo <morganamilo@gmail.com>"]
categories = ["api-bindings"]
description = "Rust bindings for libalpm"
documentation = "https://docs.rs/alpm"
edition = "2018"
exclude = ["tests"]
homepage = "https://github.com/archlinux/alpm.rs"
keywords = ["archlinux", "arch", "alpm", "pacman"]
license = "GPL-3.0"
name = "alpm"
readme = "README.md"
repository = "https://github.com/archlinux/alpm.rs"
version = "2.2.3"
[package.metadata.docs.rs]
features = ["docs-rs"]
no-default-features = true