redsunlib/Cargo.toml

28 lines
879 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-11-01 18:30:31 +13:00
version = "0.23.1"
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"
2022-11-01 16:23:59 +13:00
cached = "0.40.0"
clap = { version = "4.0.18", default-features = false, features = ["std"] }
regex = "1.6.0"
serde = { version = "1.0.147", features = ["derive"] }
cookie = "0.16.1"
futures-lite = "1.12.0"
2022-11-01 16:23:59 +13:00
hyper = { version = "0.14.22", features = ["full"] }
hyper-rustls = "0.23.0"
2022-11-01 16:23:59 +13:00
percent-encoding = "2.2.0"
2021-10-26 17:27:55 +13:00
route-recognizer = "0.3.1"
2022-11-01 16:23:59 +13:00
serde_json = "1.0.87"
tokio = { version = "1.21.2", features = ["full"] }
time = "0.3.16"
url = "2.3.1"
rust-embed = { version = "6.4.2", features = ["include-exclude"] }