-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
31 lines (29 loc) · 904 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "pacops"
description = "PKGBUILD maintainer Swiss Army knife"
documentation = "https://docs.rs/pacops"
version = "0.0.2"
authors = ["Vlad Petrov <[email protected]>"]
edition = "2018"
keywords = ["pacman", "pkgbuild", "archlinux"]
categories = ["command-line-utilities", "development-tools::build-utils"]
license = "GPL-3.0-or-later"
readme = "README.md"
repository = "https://github.com/ejiek/pacops"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.3"
config = "0.11"
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls"] }
version-compare = "0.0.11"
select = "0.5.0"
regex = "1.4.3"
blake2 = "0.9.1"
sha-1 = "0.9.3"
sha2 = "0.9.3"
md-5 = "0.9.1"
tempfile = "3.2.0"
shellexpand = "2.1"
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
dirs = "3.0"