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-12-31 21:34:15 -07:00
|
|
|
version = "0.25.2"
|
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-10-31 20:23:59 -07:00
|
|
|
cached = "0.40.0"
|
2022-11-14 18:08:44 -08:00
|
|
|
clap = { version = "4.0.24", default-features = false, features = ["std"] }
|
|
|
|
regex = "1.7.0"
|
2022-10-31 20:23:59 -07:00
|
|
|
serde = { version = "1.0.147", features = ["derive"] }
|
|
|
|
cookie = "0.16.1"
|
2021-06-11 11:03:36 -07:00
|
|
|
futures-lite = "1.12.0"
|
2022-11-14 18:08:44 -08:00
|
|
|
hyper = { version = "0.14.23", features = ["full"] }
|
2021-11-21 22:30:44 -08:00
|
|
|
hyper-rustls = "0.23.0"
|
2022-10-31 20:23:59 -07:00
|
|
|
percent-encoding = "2.2.0"
|
2021-10-25 21:27:55 -07:00
|
|
|
route-recognizer = "0.3.1"
|
2022-10-31 20:23:59 -07:00
|
|
|
serde_json = "1.0.87"
|
|
|
|
tokio = { version = "1.21.2", features = ["full"] }
|
2022-11-14 18:08:44 -08:00
|
|
|
time = "0.3.17"
|
2022-10-31 20:23:59 -07:00
|
|
|
url = "2.3.1"
|
|
|
|
rust-embed = { version = "6.4.2", features = ["include-exclude"] }
|
2022-11-03 22:04:34 -06:00
|
|
|
libflate = "1.2.0"
|
|
|
|
brotli = { version = "3.3.4", features = ["std"] }
|
2022-12-31 19:57:42 -08:00
|
|
|
once_cell = "1.16.0"
|
2022-11-03 22:04:34 -06:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
lipsum = "0.8.2"
|