# 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] name = "flickr" version = "0.1.1" authors = ["Timo Saarinen "] publish = true description = "Rust binding to Flickr API" homepage = "https://gitlab.com/timosaarinen/flickr-rust" readme = "README.md" keywords = ["flickr", "api", "flickrapi"] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://gitlab.com/timosaarinen/flickr-rust" [dependencies.base64] version = "0.10" [dependencies.chrono] version = "0.4.6" features = ["serde"] [dependencies.curl] version = "0.4.19" [dependencies.env_logger] version = "0.6" [dependencies.flickr_derive] version = "^0.1.1" [dependencies.hostname] version = "0.1.5" [dependencies.log] version = "0.4.6" [dependencies.rand] version = "0.6" [dependencies.rust-crypto] version = "0.2.36" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tiny_http] version = "0.6.0" [dependencies.url] version = "1.7" [dependencies.webbrowser] version = "0.3.1" [badges.maintenance] status = "actively-developed"