-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (25 loc) · 733 Bytes
/
Copy pathCargo.toml
File metadata and controls
26 lines (25 loc) · 733 Bytes
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
[package]
name = "rexit"
version = "2.0.0"
edition = "2021"
description = "Export your Reddit Chats "
readme = "README.md"
license = "GPL-3.0"
[dependencies]
cached = "0.55.*"
chrono = { version = "0.4.*", features = ["serde"] }
clap = { version = "4.3.*", features = ["derive"] }
console = { version = "0.15.*", features = ["windows-console-colors"] }
html-escape = "0.2.13"
inquire = "0.6.*"
log = "0.4.*"
log4rs = "1.2.0"
pretty_env_logger = "0.5.*"
regex = "1.7.3"
reqwest = {version = "0.11.*", features = ["blocking", "multipart", "cookies", "gzip"]}
serde = { version = "1.0.*", features = ["derive"] }
serde_json = "1.0"
tempfile = "3"
tokio = { version = "1.28.1", features = ["full"] }
url = "2.4.*"
urlencoding = "2.1.*"