2020-10-25 20:25:59 +00:00
|
|
|
[package]
|
2020-10-26 04:06:05 +00:00
|
|
|
name = "libreddit"
|
2020-10-26 04:09:06 +00:00
|
|
|
description = " Alternative private front-end to Reddit"
|
|
|
|
license = "AGPL-3.0"
|
|
|
|
repository = "https://github.com/spikecodes/libreddit"
|
2022-05-29 02:55:13 +00:00
|
|
|
version = "0.22.9"
|
2020-10-25 20:25:59 +00:00
|
|
|
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
|
2021-12-27 05:18:20 +00:00
|
|
|
edition = "2021"
|
2020-10-25 20:25:59 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2022-03-13 19:06:27 +00:00
|
|
|
askama = { version = "0.11.1", default-features = false }
|
2022-01-06 00:39:56 +00:00
|
|
|
async-recursion = "1.0.0"
|
2022-03-13 19:06:27 +00:00
|
|
|
cached = "0.34.0"
|
2022-05-15 20:50:17 +00:00
|
|
|
clap = { version = "3.1.18", default-features = false, features = ["std"] }
|
2022-05-21 02:20:44 +00:00
|
|
|
regex = "1.5.6"
|
2022-05-15 20:50:17 +00:00
|
|
|
serde = { version = "1.0.137", features = ["derive"] }
|
2021-12-31 18:42:44 +00:00
|
|
|
cookie = "0.16.0"
|
2021-06-11 18:03:36 +00:00
|
|
|
futures-lite = "1.12.0"
|
2022-05-29 02:55:13 +00:00
|
|
|
hyper = { version = "0.14.19", features = ["full"] }
|
2021-11-22 06:30:44 +00:00
|
|
|
hyper-rustls = "0.23.0"
|
2022-05-21 05:48:59 +00:00
|
|
|
percent-encoding = "2.1.0"
|
2021-10-26 04:27:55 +00:00
|
|
|
route-recognizer = "0.3.1"
|
2022-05-15 20:50:17 +00:00
|
|
|
serde_json = "1.0.81"
|
|
|
|
tokio = { version = "1.18.2", features = ["full"] }
|
2022-03-26 20:09:24 +00:00
|
|
|
time = "0.3.9"
|
2021-05-09 05:09:47 +00:00
|
|
|
url = "2.2.2"
|
2022-05-21 02:20:44 +00:00
|
|
|
rust-embed = "6.4.0"
|