album/Cargo.toml
Rasmus Kaj 86616719e1 Remove rustc-serialize.
It was only needed for mustache, which I no longer use.  (Both
mustache and rustc-serialize is still dependencies of nickel, but
that's ok as long as I dont have to touch them in my code.)
2017-05-12 14:02:41 +02:00

44 lines
852 B
TOML

[package]
name = "rphotos"
version = "0.1.0"
authors = ["Rasmus Kaj <kaj@kth.se>"]
build = "src/build.rs"
[build-dependencies]
diesel_codegen_syntex = { version = "^0.9", features = ["postgres", "syntex"] }
ructe = { version = "^0.3.0", features = ["sass"] }
[[bin]]
name = "rphotoserver"
path = "src/main.rs"
[[bin]]
name = "rphotosadm"
path = "src/rphotosadm.rs"
[dependencies]
nickel = "^0.9"
nickel-jwt-session = "^0.6"
env_logger = "*"
log = "*"
chrono = "^0.2" # Must match version used by diesel
clap = "^2.19"
typemap = "*"
plugin = "*"
image = "*"
hyper = "^0.9"
time = "*"
xml-rs = "*"
rexif = "*"
diesel = { version = "^0.9", default-features = false, features = ["chrono", "postgres"] }
dotenv = "*"
r2d2 = "*"
nickel-diesel = "^0.5"
r2d2-diesel = "^0.9"
djangohashers = "*"
rand = "*"
memcached-rs = "^0.1"
flate2 = "*"
brotli2 = "*"