This repository was archived by the owner on Feb 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
63 lines (58 loc) · 1.37 KB
/
Cargo.toml
File metadata and controls
63 lines (58 loc) · 1.37 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[package]
name = "archer"
version = "0.1.0"
authors = ["PhotonQuantum <self@lightquantum.me>"]
edition = "2021"
[lib]
name = "archer_lib"
path = "src/lib/lib.rs"
[[bin]]
name = "archer_bin"
path = "src/bin/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
raur = {version="5.0", features=["blocking"]}
alpm = "2"
anyhow = "1.0"
thiserror = "1.0"
chrono = {version="0.4", features=["serde"]}
url = "2.2"
ranges = "0.3"
itertools = "0.10"
lazy_static = "1.4"
reqwest = {version="0.11", features=["blocking", "gzip", "brotli"]}
rayon = "1.5"
maplit = "1.0"
enumflags2 = "0.7"
online-scc-graph = {git="https://github.com/PhotonQuantum/online-transitive-closure-rs", branch="simplify"}
indexmap = "1.7"
rustympkglib = {git="https://github.com/PhotonQuantum/rustympkglib"}
archlinux-repo-parser = "0.1"
serde = "1.0"
serde_with = "1.11"
serde_json = "1.0"
pkginfo = {git="https://github.com/PhotonQuantum/pkginfo-rs"}
tar = "0.4"
zstd = "0"
flate2 = "1.0"
xz2 = "0.1"
infer = "0.5"
derive_builder = "0.10"
md5 = "0.7"
sha2 = "0.10"
async-trait = "0.1"
tokio = {version="1.15", features=["full"]}
tempfile = "3.2"
rusoto_core = "0.47"
rusoto_s3 = "0.47"
futures = "0.3"
bytes = "1.0"
regex = "1.5"
users = "0.11"
rust-ini = "0.17"
fs3 = "0.5"
[dev-dependencies]
rstest = "0.12"
testcontainers = "0.12"
rand = "0.8"
fs_extra = "1.2"