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"
|
2022-05-20 19:20:44 -07:00
|
|
|
version = "0.22.8"
|
2020-10-25 13:25:59 -07:00
|
|
|
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
|
2021-12-26 21:18:20 -08:00
|
|
|
edition = "2021"
|
2020-10-25 13:25:59 -07:00
|
|
|
|
|
|
|
[dependencies]
|
2022-03-13 13:06:27 -06:00
|
|
|
askama = { version = "0.11.1", default-features = false }
|
2022-01-05 16:39:56 -08:00
|
|
|
async-recursion = "1.0.0"
|
2022-03-13 13:06:27 -06:00
|
|
|
cached = "0.34.0"
|
2022-05-15 13:50:17 -07:00
|
|
|
clap = { version = "3.1.18", default-features = false, features = ["std"] }
|
2022-05-20 19:20:44 -07:00
|
|
|
regex = "1.5.6"
|
2022-05-15 13:50:17 -07:00
|
|
|
serde = { version = "1.0.137", features = ["derive"] }
|
2021-12-31 10:42:44 -08:00
|
|
|
cookie = "0.16.0"
|
2021-06-11 11:03:36 -07:00
|
|
|
futures-lite = "1.12.0"
|
2022-03-26 13:09:24 -07:00
|
|
|
hyper = { version = "0.14.18", features = ["full"] }
|
2021-11-21 22:30:44 -08:00
|
|
|
hyper-rustls = "0.23.0"
|
2022-05-21 05:48:59 +00:00
|
|
|
percent-encoding = "2.1.0"
|
2021-10-25 21:27:55 -07:00
|
|
|
route-recognizer = "0.3.1"
|
2022-05-15 13:50:17 -07:00
|
|
|
serde_json = "1.0.81"
|
|
|
|
tokio = { version = "1.18.2", features = ["full"] }
|
2022-03-26 13:09:24 -07:00
|
|
|
time = "0.3.9"
|
2021-05-08 22:09:47 -07:00
|
|
|
url = "2.2.2"
|
2022-05-20 19:20:44 -07:00
|
|
|
rust-embed = "6.4.0"
|