redsunlib/Cargo.toml

26 lines
783 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"
2022-04-03 16:24:20 +12:00
version = "0.22.6"
2020-10-26 09:25:59 +13:00
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2021"
2020-10-26 09:25:59 +13:00
[dependencies]
askama = { version = "0.11.1", default-features = false }
2022-01-06 13:39:56 +13:00
async-recursion = "1.0.0"
cached = "0.34.0"
clap = { version = "3.1.6", default-features = false, features = ["std"] }
regex = "1.5.5"
serde = { version = "1.0.136", features = ["derive"] }
2022-01-01 07:42:44 +13:00
cookie = "0.16.0"
futures-lite = "1.12.0"
2022-03-27 09:09:24 +13:00
hyper = { version = "0.14.18", features = ["full"] }
hyper-rustls = "0.23.0"
2021-10-26 17:27:55 +13:00
route-recognizer = "0.3.1"
serde_json = "1.0.79"
tokio = { version = "1.17.0", features = ["full"] }
2022-03-27 09:09:24 +13:00
time = "0.3.9"
2021-05-09 17:09:47 +12:00
url = "2.2.2"