paru 1.11.0

Feature packed AUR helper
[package]
name = "paru"
version = "1.11.0"
authors = ["morganamilo <morganamilo@archlinux.org>"]
edition = "2021"

description = "Feature packed AUR helper"
homepage = "http://github.com/Morganamilo/paru"
repository = "http://github.com/Morganamilo/paru"
documentation = "https://docs.rs/paru"
license = "GPL-3.0"
keywords = ["archlinux", "arch", "alpm", "pacman", "aur"]
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md", "help"]


[dependencies]
alpm = "2.2.1"
alpm-utils = "1.1.2"
aur-depends = "1.0.3"
aur-fetch = "0.10.0"
cini = "1.0.0"
pacmanconf = "1.0.0"
raur = "5.0.1"
srcinfo = "1.0.0"


ansi_term = "0.12.1"
anyhow = "1.0.53"
chrono = "0.4.19"
dirs = "4.0.0"
futures = "0.3.21"
globset = "0.4.8"
htmlescape = "0.3.1"
indicatif = "0.16.2"
kuchiki = "0.8.1"
nix = "0.23.1"
reqwest = { version = "0.11.9", features = ["gzip", "socks"] }
rss = { version = "2.0.0", default-features = false }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
smart-default = "0.6.0"
tempfile = "3.3.0"
term_size = "0.3.2"
tokio = { version = "1.17.0", features = ["process", "macros", "rt-multi-thread"] }
url = "2.2.2"
env_logger = "0.9.0"
log = "0.4.14"
async-trait = { version = "0.1.52", optional = true }
tr = "0.1.6"
unicode-width = "0.1.9"
regex = "1.5.4"
signal-hook = "0.3.13"
once_cell = "1.9.0"

[profile.release]
codegen-units = 1
lto = true

[features]
git = ["alpm/git", "alpm-utils/git", "aur-depends/git"]
backtrace = []
generate = ["alpm/generate"]
static = ["alpm/static"]
mock = ["async-trait"]

#[patch.crates-io]
#alpm = { path = "../alpm.rs/alpm" }