redsunlib/Cargo.toml

26 lines
764 B
TOML
Raw Normal View History

2020-10-26 09:25:59 +13:00
[package]
2020-10-26 17:06:05 +13:00
name = "libreddit"
description = " Alternative private front-end to Reddit"
license = "AGPL-3.0"
repository = "https://github.com/spikecodes/libreddit"
2021-11-30 19:29:41 +13:00
version = "0.20.2"
2020-10-26 09:25:59 +13:00
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2018"
[dependencies]
2021-03-11 12:10:59 +13:00
askama = { version = "0.10.5", default-features = false }
async-recursion = "0.3.2"
2021-10-26 17:27:55 +13:00
cached = "0.26.2"
2021-03-11 12:10:59 +13:00
clap = { version = "2.33.3", default-features = false }
2021-05-09 17:09:47 +12:00
regex = "1.5.4"
2021-10-26 17:27:55 +13:00
serde = { version = "1.0.130", features = ["derive"] }
cookie = "0.15.1"
futures-lite = "1.12.0"
hyper = { version = "0.14.15", features = ["full"] }
hyper-rustls = "0.23.0"
2021-10-26 17:27:55 +13:00
route-recognizer = "0.3.1"
2021-11-28 17:34:43 +13:00
serde_json = "1.0.72"
tokio = { version = "1.14.0", features = ["full"] }
2021-10-26 17:27:55 +13:00
time = "0.2.7"
2021-05-09 17:09:47 +12:00
url = "2.2.2"