album/Cargo.toml

38 lines
789 B
TOML
Raw Normal View History

[package]
name = "rphotos"
2018-11-07 01:05:05 +04:00
version = "0.4.27-PRE"
authors = ["Rasmus Kaj <kaj@kth.se>"]
2018-11-01 02:08:29 +04:00
edition = "2018"
build = "src/build.rs"
[build-dependencies]
2019-04-21 00:04:09 +04:00
ructe = { version = "^0.6.2", features = ["sass", "mime02"] }
[dependencies]
nickel = "~0.10.0"
nickel-jwt-session = "~0.10.0"
hyper = "~0.10.0"
env_logger = "*"
2017-08-15 21:54:22 +04:00
libc = "*"
2015-11-21 18:21:44 +03:00
log = "*"
2017-09-02 01:36:08 +04:00
chrono = "~0.4.0" # Must match version used by diesel
2018-09-08 19:28:24 +04:00
clap = { version = "^2.19", features = [ "color", "wrap_help" ] }
2015-11-22 15:01:39 +03:00
typemap = "*"
plugin = "*"
2019-02-23 23:49:12 +04:00
image = "0.21"
2015-11-22 15:01:39 +03:00
time = "*"
2018-03-04 17:35:30 +04:00
kamadak-exif = "~0.3.0"
2019-02-23 23:49:12 +04:00
diesel = { version = "1.4.0", features = ["r2d2", "chrono", "postgres"] }
2018-09-01 00:42:40 +04:00
dotenv = "0.13.0"
2016-07-02 13:50:25 +03:00
djangohashers = "*"
2019-02-23 23:49:12 +04:00
rand = "0.6.5"
memcached-rs = "0.4.1"
flate2 = "^1.0.0"
brotli2 = "*"
2017-06-23 19:13:44 +04:00
mime = "0.2.6"
regex = "*"
slug = "0.1"
2018-10-17 10:11:16 +04:00
reqwest = "0.9"
serde_json = "1.0"