3891133b65
* Merge PR #1: Get location names from OSM. - Improve presentation of places on a photo. - Put places after tags on details. - Fetch OSM places when setting image position. - Added a command line subcommand to fetch places for specified images. * Quit using diesel_infer_schema. Instead, let diesel keep src/schema.rs up-to-date when migrating. * Test and improve splitting a group. * Upgrade dotenv and diesel dependencies. - Use r2d2 as diesel feature, not separate crate.
37 lines
767 B
TOML
37 lines
767 B
TOML
[package]
|
|
name = "rphotos"
|
|
version = "0.4.22"
|
|
authors = ["Rasmus Kaj <kaj@kth.se>"]
|
|
|
|
build = "src/build.rs"
|
|
|
|
[build-dependencies]
|
|
ructe = { version = "^0.4.0", features = ["sass", "mime02"] }
|
|
|
|
[dependencies]
|
|
nickel = "~0.10.0"
|
|
nickel-jwt-session = "~0.10.0"
|
|
hyper = "~0.10.0"
|
|
env_logger = "*"
|
|
libc = "*"
|
|
log = "*"
|
|
chrono = "~0.4.0" # Must match version used by diesel
|
|
clap = "^2.19"
|
|
typemap = "*"
|
|
plugin = "*"
|
|
image = "^0.19.0"
|
|
time = "*"
|
|
kamadak-exif = "~0.3.0"
|
|
diesel = { version = "1.3.2", features = ["r2d2", "chrono", "postgres"] }
|
|
rustc-serialize = "0.3.24" # Must match version used by nickel
|
|
dotenv = "0.13.0"
|
|
djangohashers = "*"
|
|
rand = "~0.5.4"
|
|
memcached-rs = "^0.3"
|
|
flate2 = "^1.0.0"
|
|
brotli2 = "*"
|
|
mime = "0.2.6"
|
|
regex = "*"
|
|
slug = "0.1"
|
|
reqwest = "^0.8.5"
|