# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "photobook" version = "0.2.0" authors = ["Silvère Camponovo "] description = "a command line tool to harvest, organize, download from clouds and backup your photos" homepage = "https://gitlab.com/slyatwork/photobook" readme = "README.md" keywords = ["cli", "harvest", "download", "photo", "flickr"] categories = ["command-line-utilities"] license = "CECILL-2.1" repository = "https://gitlab.com/slyatwork/photobook" [dependencies.async-trait] version = "0.1.36" [dependencies.chrono] version = "~0.4" features = ["serde"] [dependencies.confy] version = "0.4.0" [dependencies.elasticsearch] version = "7.7.1-alpha.1" [dependencies.error-chain] version = "0.12.2" [dependencies.futures] version = "0.3.5" [dependencies.num-rational] version = "0.2.4" [dependencies.oauth] version = "0.3" package = "oauth1-request" [dependencies.reqwest] version = "0.10.6" features = ["json"] [dependencies.rexiv2] version = "0.9.0" [dependencies.serde] version = "~1" [dependencies.serde_json] version = "~1" [dependencies.structopt] version = "0.3.15" [dependencies.tokio] version = "0.2" features = ["full"]