album/Cargo.toml

39 lines
886 B
TOML
Raw Normal View History

[package]
name = "rphotos"
2018-02-06 01:53:14 +04:00
version = "0.4.6"
authors = ["Rasmus Kaj <kaj@kth.se>"]
build = "src/build.rs"
[build-dependencies]
2017-12-31 00:17:29 +04:00
ructe = { version = "^0.3.10", 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-01-04 10:32:39 +04:00
clap = "^2.19"
2015-11-22 15:01:39 +03:00
typemap = "*"
plugin = "*"
2018-01-04 03:39:21 +04:00
image = "^0.18.0"
2015-11-22 15:01:39 +03:00
time = "*"
2017-06-27 01:26:36 +04:00
rexif = "^0.3.4"
2018-01-04 03:15:17 +04:00
diesel = { version = "^1.0.0", features = ["chrono", "postgres"] }
diesel_infer_schema = { version = "^1.0.0", features = ["postgres"] }
r2d2-diesel = "^1.0.0"
r2d2 = "^0.8.2" # Must match version used by r2d2-diesel
2017-11-06 02:03:55 +04:00
rustc-serialize = "0.3.24" # Must match version used by nickel
2017-09-02 01:36:08 +04:00
dotenv = "~0.10.1"
2016-07-02 13:50:25 +03:00
djangohashers = "*"
2017-12-30 18:29:09 +04:00
rand = "~0.3.18"
memcached-rs = "^0.2"
flate2 = "^1.0.0"
brotli2 = "*"
2017-06-23 19:13:44 +04:00
mime = "0.2.6"
regex = "*"
slug = "0.1"