[package] authors = ["Micha Glave "] description = "An image gallery, defined by plain files." edition = "2018" exclude = [".travis.yml", ".gitignore", "test-data/**"] name = "curators" readme = "README.md" version = "0.1.0" [dependencies] actix-rt = "1.0" actix-web = "2.0" diesel = { version ="1.4", features = ["sqlite", "r2d2", "uuid", "chrono"] } uuid = { version="0.7", features = ["v5"] } dotenv = "0.15" env_logger = "0.7" futures = "0.3" kamadak-exif = "0.5" listenfd = "0.3" structopt = "0.3" strum = "0.18.0" strum_macros = "0.18.0" toml = "0.5" chrono = "0.4" anyhow = "1"