yagcdn/backend/Cargo.toml

24 lines
538 B
TOML
Raw Normal View History

2019-07-24 17:54:00 +02:00
[package]
2019-08-09 19:43:58 +02:00
name = "yagcdn"
2019-07-24 17:54:00 +02:00
version = "0.1.0"
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
edition = "2018"
[dependencies]
actix-files = "0.1.6"
actix-web = "1.0.9"
awc = { version = "0.2.8", features = ["default", "rust-tls"] }
bytes = "0.4.12"
futures = "0.1.29"
lazy_static = "1.4.0"
2019-08-10 14:38:00 +02:00
log = "0.4.8"
mime_guess = "2.0.1"
openssl-probe = "0.1.2"
pretty_env_logger = "0.3.1"
serde = { version = "1.0.104", features = ["rc"] }
serde_derive = "1.0.104"
serde_json = "1.0.44"
structopt = "0.3.7"
2019-08-07 21:44:20 +02:00
time-cache = { path = "../time-cache" }