aur-depends 0.2.3

A libary for resolving aur dependencies
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 = "aur-depends"
version = "0.2.3"
authors = ["morganamilo <morganamilo@gmail.com>"]
exclude = ["tests"]
description = "A libary for resolving aur dependencies"
homepage = "http://github.com/Morganamilo/aur-depends.rs"
documentation = "https://docs.rs/aur_depends"
keywords = ["archlinux", "pkgbuild", "arch", "aur"]
license = "GPL-3.0"
repository = "http://github.com/Morganamilo/aur-depends.rs"
[dependencies.alpm]
version = "0.6.0"

[dependencies.alpm-utils]
version = "0.1.1"

[dependencies.bitflags]
version = "1.1.0"

[dependencies.log]
version = "0.4.8"

[dependencies.raur]
version = "2.0.0"
default-features = false

[dependencies.raur-ext]
version = "1.1.2"
[dev-dependencies.simplelog]
version = "0.7.1"

[features]
git = ["alpm/git", "alpm-utils/git"]
rustls = ["raur/rustls", "raur-ext/rustls"]