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"
|
2020-12-22 09:15:55 -08:00
|
|
|
version = "0.2.2"
|
2020-10-25 13:25:59 -07:00
|
|
|
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
2020-11-23 16:57:37 -08:00
|
|
|
[features]
|
|
|
|
default = ["proxy"]
|
2020-11-30 20:33:55 -08:00
|
|
|
proxy = ["actix-web/rustls", "base64"]
|
2020-11-23 16:57:37 -08:00
|
|
|
|
2020-10-25 13:25:59 -07:00
|
|
|
[dependencies]
|
2020-11-30 20:33:55 -08:00
|
|
|
base64 = { version = "0.13.0", optional = true }
|
2020-11-23 16:57:37 -08:00
|
|
|
actix-web = "3.2.0"
|
2020-11-30 20:57:15 -08:00
|
|
|
reqwest = { version = "0.10", default_features = false, features = ["rustls-tls"] }
|
2020-11-16 20:36:36 -08:00
|
|
|
askama = "0.8.0"
|
2020-10-25 20:30:34 -07:00
|
|
|
serde = "1.0.117"
|
2020-10-25 13:25:59 -07:00
|
|
|
serde_json = "1.0"
|
2020-10-25 19:55:00 -07:00
|
|
|
pulldown-cmark = "0.8.0"
|
2020-11-16 20:36:36 -08:00
|
|
|
chrono = "0.4.19"
|
2020-12-19 19:54:46 -08:00
|
|
|
async-recursion = "0.3.1"
|