album/Cargo.toml
Rasmus Kaj 5c03a28f59 Use warp instead of nickel.
Use the modern async warp web framework instead of nickel (which is
starting to feel a bit stale).

Url routing and context passing is changed a lot.
2019-04-22 16:08:19 +02:00

37 lines
799 B
TOML

[package]
name = "rphotos"
version = "0.4.27-PRE"
authors = ["Rasmus Kaj <kaj@kth.se>"]
edition = "2018"
build = "src/build.rs"
[build-dependencies]
ructe = { version = "^0.6.2", features = ["sass", "mime03"] }
[dependencies]
warp = "0.1.6"
env_logger = "*"
libc = "*"
log = "*"
chrono = "~0.4.0" # Must match version used by diesel
clap = { version = "^2.19", features = [ "color", "wrap_help" ] }
image = "0.21"
jwt = "0.4.0"
time = "*"
kamadak-exif = "~0.3.0"
diesel = { version = "1.4.0", features = ["r2d2", "chrono", "postgres"] }
dotenv = "0.13.0"
djangohashers = "*"
rand = "0.6.5"
rust-crypto = "0.2.36"
memcached-rs = "0.4.1"
flate2 = "^1.0.0"
brotli2 = "*"
mime = "0.3.0"
regex = "*"
slug = "0.1"
reqwest = "0.9"
serde = { version = "1.0.0", features = ["derive"] }
serde_json = "1.0"