alpm 0.5.1

Rust bindings for libalpm
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[[bench]]
name = "list"
harness = false
[dependencies.alpm-sys]
version = "0.2.0"
package = "alpm-sys-fork"

[dependencies.bitflags]
version = "1.0.4"

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

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

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