forked from andrewbanchich/shreddit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (28 loc) · 896 Bytes
/
Copy pathCargo.toml
File metadata and controls
29 lines (28 loc) · 896 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
27
28
29
[package]
name = "shreddit"
version = "1.1.11"
edition = "2024"
authors = ["Andrew Banchich <crates-io@andrew.banchi.ch>"]
description = "Overwrite and delete your Reddit account history."
license = "MIT"
repository = "https://github.com/andrewbanchich/shreddit"
[dependencies]
async-stream = "0.3.6"
async-trait = "0.1.89"
clap = { version = "4.6.1", features = ["derive", "env"] }
csv = "1.4.0"
dotenvy = "0.15.7"
futures-core = "0.3.32"
futures-util = "0.3.32"
reqwest = { version = "0.12.28", default-features = false, features = [
"json",
"rustls-tls",
"http2"
] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"
tokio = { version = "1.52.3", features = ["rt", "macros"] }
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.23", features = ["fmt", "env-filter"] }
parse_datetime = "0.14.0"
jiff = { version = "0.2.24", features = ["serde"] }