-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
43 lines (41 loc) · 1.04 KB
/
Cargo.toml
File metadata and controls
43 lines (41 loc) · 1.04 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
[workspace]
members = ["crates/uvr", "crates/uvr-core"]
resolver = "2"
[workspace.package]
version = "0.3.4"
edition = "2021"
authors = ["uvr contributors"]
license = "MIT"
repository = "https://github.com/nbafrank/uvr"
homepage = "https://github.com/nbafrank/uvr"
[workspace.dependencies]
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12", default-features = false, features = ["stream", "gzip", "json", "rustls-tls"] }
ureq = "3"
serde = { version = "1", features = ["derive"] }
toml = "0.8"
semver = { version = "1", features = ["serde"] }
clap = { version = "4", features = ["derive", "color", "env"] }
clap_complete = "4"
indicatif = "0.17"
console = "0.15"
flate2 = "1"
tar = "0.4.45"
dirs = "5"
which = "6"
sha2 = "0.10"
md-5 = "0.10"
hex = "0.4"
anyhow = "1"
thiserror = "2"
chrono = { version = "0.4", features = ["serde"] }
tempfile = "3"
assert_cmd = "2"
predicates = "3"
tracing = "0.1"
serde_json = "1"
urlencoding = "2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
zip = "2"
regex = "1"
ignore = "0.4"