libreddit/Cargo.toml

28 lines
832 B
TOML
Raw Normal View History

2020-10-25 21:25:59 +01:00
[package]
2020-10-26 05:06:05 +01:00
name = "libreddit"
description = " Alternative private front-end to Reddit"
license = "AGPL-3.0"
repository = "https://github.com/spikecodes/libreddit"
2022-05-21 04:20:44 +02:00
version = "0.22.8"
2020-10-25 21:25:59 +01:00
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2021"
2020-10-25 21:25:59 +01:00
[dependencies]
askama = { version = "0.11.1", default-features = false }
2022-01-06 01:39:56 +01:00
async-recursion = "1.0.0"
cached = "0.34.0"
clap = { version = "3.1.18", default-features = false, features = ["std"] }
2022-05-21 04:20:44 +02:00
regex = "1.5.6"
serde = { version = "1.0.137", features = ["derive"] }
2021-12-31 19:42:44 +01:00
cookie = "0.16.0"
futures-lite = "1.12.0"
2022-03-26 21:09:24 +01:00
hyper = { version = "0.14.18", features = ["full"] }
hyper-rustls = "0.23.0"
percent-encoding = "2.1.0"
2021-10-26 06:27:55 +02:00
route-recognizer = "0.3.1"
serde_json = "1.0.81"
tokio = { version = "1.18.2", features = ["full"] }
2022-03-26 21:09:24 +01:00
time = "0.3.9"
2021-05-09 07:09:47 +02:00
url = "2.2.2"
2022-05-21 04:20:44 +02:00
rust-embed = "6.4.0"