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-09-19 14:37:31 -07:00
|
|
|
version = "0.15.3"
|
2020-10-25 13:25:59 -07:00
|
|
|
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-03-10 15:10:59 -08:00
|
|
|
askama = { version = "0.10.5", default-features = false }
|
|
|
|
async-recursion = "0.3.2"
|
2021-02-15 14:09:45 -08:00
|
|
|
cached = "0.23.0"
|
2021-03-10 15:10:59 -08:00
|
|
|
clap = { version = "2.33.3", default-features = false }
|
2021-05-08 22:09:47 -07:00
|
|
|
regex = "1.5.4"
|
2021-05-15 13:59:42 -07:00
|
|
|
serde = { version = "1.0.126", features = ["derive"] }
|
2021-03-17 15:30:33 -07:00
|
|
|
cookie = "0.15.0"
|
2021-06-11 11:03:36 -07:00
|
|
|
futures-lite = "1.12.0"
|
2021-08-04 11:52:24 -07:00
|
|
|
hyper = { version = "0.14.10", features = ["full"] }
|
2021-03-17 15:30:33 -07:00
|
|
|
hyper-rustls = "0.22.1"
|
|
|
|
route-recognizer = "0.3.0"
|
2021-03-02 19:44:51 -08:00
|
|
|
serde_json = "1.0.64"
|
2021-08-04 11:52:24 -07:00
|
|
|
tokio = { version = "1.8.1", features = ["full"] }
|
2021-06-21 22:51:50 -07:00
|
|
|
time = "0.2.27"
|
2021-05-08 22:09:47 -07:00
|
|
|
url = "2.2.2"
|