raur-ext 1.1.0

Extension to raur, giving caching and request splitting
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "raur-ext"
version = "1.1.0"
authors = ["morganamilo <morganamilo@gmail.com>"]
edition = "2018"

description = "Extension to raur, giving caching and request splitting"
homepage = "http://github.com/Morganamilo/raur-ext"
repository = "http://github.com/Morganamilo/raur-ext"
documentation = "https://docs.rs/raur-ext"
license = "GPL-3.0"
keywords = ["archlinux", "pkgbuild", "arch", "aur", "raur"]

[features]
rustls = ["raur/rustls"]

[dependencies]
raur = "2.0.0"