2020-10-25 13:25:59 -07:00
|
|
|
[package]
|
2020-10-25 21:06:05 -07:00
|
|
|
name = "libreddit"
|
2020-10-25 21:09:06 -07:00
|
|
|
description = " Alternative private front-end to Reddit"
|
|
|
|
license = "AGPL-3.0"
|
|
|
|
repository = "https://github.com/spikecodes/libreddit"
|
2021-01-31 18:50:31 -08:00
|
|
|
version = "0.2.9"
|
2020-10-25 13:25:59 -07:00
|
|
|
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-01-20 17:38:34 -08:00
|
|
|
base64 = "0.13"
|
|
|
|
actix-web = { version = "3.3", features = ["rustls"] }
|
2021-01-16 22:04:03 -08:00
|
|
|
futures = "0.3"
|
2021-01-20 17:38:34 -08:00
|
|
|
askama = "0.10"
|
2021-01-27 17:48:58 -08:00
|
|
|
ureq = "2"
|
2021-01-20 17:38:34 -08:00
|
|
|
serde = { version = "1.0", default_features = false, features = ["derive"] }
|
2020-10-25 13:25:59 -07:00
|
|
|
serde_json = "1.0"
|
2021-01-20 17:38:34 -08:00
|
|
|
async-recursion = "0.3"
|
|
|
|
url = "2.2"
|
|
|
|
regex = "1.4"
|
2021-01-27 17:48:58 -08:00
|
|
|
time = "0.2"
|