[package] name = "photobook" version = "0.2.0" authors = ["Silvère Camponovo "] edition = "2018" license = "CECILL-2.1" description = "a command line tool to harvest, organize, download from clouds and backup your photos" readme = "README.md" homepage = "https://gitlab.com/slyatwork/photobook" repository = "https://gitlab.com/slyatwork/photobook" keywords = ["cli", "harvest", "download", "photo", "flickr"] categories = ["command-line-utilities"] [dependencies] rexiv2 = "0.9.0" num-rational = "0.2.4" elasticsearch = "7.7.1-alpha.1" serde = "~1" serde_json = "~1" futures = "0.3.5" tokio = { version = "0.2", features = ["full"] } chrono = { version = "~0.4", features = ["serde"] } oauth = { version = "0.3", package = "oauth1-request" } reqwest = { version = "0.10.6", features = ["json"] } async-trait = "0.1.36" error-chain = "0.12.2" structopt = "0.3.15" confy = "0.4.0"