26 lines
783 B
TOML
26 lines
783 B
TOML
[package]
|
|
name = "libreddit"
|
|
description = " Alternative private front-end to Reddit"
|
|
license = "AGPL-3.0"
|
|
repository = "https://github.com/spikecodes/libreddit"
|
|
version = "0.22.4"
|
|
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
askama = { version = "0.11.1", default-features = false }
|
|
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"] }
|
|
cookie = "0.16.0"
|
|
futures-lite = "1.12.0"
|
|
hyper = { version = "0.14.18", features = ["full"] }
|
|
hyper-rustls = "0.23.0"
|
|
route-recognizer = "0.3.1"
|
|
serde_json = "1.0.79"
|
|
tokio = { version = "1.17.0", features = ["full"] }
|
|
time = "0.3.9"
|
|
url = "2.2.2"
|