26 lines
762 B
TOML
26 lines
762 B
TOML
[package]
|
|
name = "libreddit"
|
|
description = " Alternative private front-end to Reddit"
|
|
license = "AGPL-3.0"
|
|
repository = "https://github.com/spikecodes/libreddit"
|
|
version = "0.5.1"
|
|
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
askama = { version = "0.10.5", default-features = false }
|
|
async-recursion = "0.3.2"
|
|
cached = "0.23.0"
|
|
clap = { version = "2.33.3", default-features = false }
|
|
regex = "1.4.5"
|
|
serde = { version = "1.0.124", features = ["derive"] }
|
|
cookie = "0.15.0"
|
|
futures-lite = "1.11.3"
|
|
hyper = { version = "0.14.4", features = ["full"] }
|
|
hyper-rustls = "0.22.1"
|
|
route-recognizer = "0.3.0"
|
|
serde_json = "1.0.64"
|
|
tokio = { version = "1.3.0", features = ["full"] }
|
|
time = "0.2.26"
|
|
url = "2.2.1"
|