-
Notifications
You must be signed in to change notification settings - Fork 9
/
Cargo.toml
37 lines (35 loc) · 955 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
32
33
34
35
36
37
[package]
name = "talecast"
version = "0.1.39"
edition = "2021"
description = "Simple CLI podcatcher"
license = "MIT"
repository = "https://github.com/TBS1996/TaleCast"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.35"
toml = "0.5"
serde = { version = "1.0", features = ["derive", "rc"] }
dirs = "5.0.1"
indicatif = "0.17.8"
reqwest = { version = "0.12.2", features = ["stream"] }
tokio = { version = "1", features = ["full"] }
futures-util = "0.3.30"
futures = "0.3.30"
serde_json = "1.0.115"
unicode-width = "0.1.11"
id3 = "1.13.1"
clap = { version = "4.5.4", features = ["derive"] }
opml = "1.1.6"
regex = "1.10.4"
mime_guess = "2.0.4"
quickxml_to_serde = "0.6.0"
strum = "0.21"
strum_macros = "0.21"
uuid = "1.8.0"
dateparser = "0.2.1"
sanitize-filename = "0.5.0"
percent-encoding = "2.3.1"
fnv = "1.0.7"
log = { version = "0.4", features = ["kv_serde"] }
fern = "0.6"