redsunlib/Cargo.toml

22 lines
790 B
TOML
Raw Permalink Normal View History

2020-10-25 13:25:59 -07:00
[package]
2020-10-25 21:06:05 -07:00
name = "libreddit"
description = " Alternative private front-end to Reddit"
license = "AGPL-3.0"
repository = "https://github.com/spikecodes/libreddit"
2021-03-11 20:15:26 -08:00
version = "0.4.1"
2020-10-25 13:25:59 -07:00
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2018"
[dependencies]
2021-03-10 15:10:59 -08:00
askama = { version = "0.10.5", default-features = false }
async-recursion = "0.3.2"
2021-02-15 14:09:45 -08:00
async-std = { version = "1.9.0", features = ["attributes"] }
2021-03-09 22:13:46 -08:00
async-tls = { version = "0.11.0", default-features = false, features = ["client"] }
2021-02-15 14:09:45 -08:00
cached = "0.23.0"
2021-03-10 15:10:59 -08:00
clap = { version = "2.33.3", default-features = false }
2021-03-11 20:15:26 -08:00
regex = "1.4.4"
2021-03-08 16:30:34 -08:00
serde = { version = "1.0.124", features = ["derive"] }
serde_json = "1.0.64"
2021-03-10 15:10:59 -08:00
tide = { version = "0.16.0", default-features = false, features = ["h1-server", "cookies"] }
2021-02-15 14:09:45 -08:00
time = "0.2.25"