# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "flickr-api" version = "0.2.0" description = "Easy interface to the Flickr API" homepage = "https://github.com/spoutn1k/flickr-api" readme = "README.md" keywords = [ "api", "flickr", ] categories = ["api-bindings"] license = "GPL-3.0-or-later" repository = "https://github.com/spoutn1k/flickr-api" [dependencies.data-encoding] version = "2.6.0" [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.hmac] version = "0.12.1" [dependencies.html-escape] version = "0.2.13" [dependencies.image] version = "0.24.6" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.21" [dependencies.reqwest] version = "0.12" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_json] version = "1.0.117" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.sha1] version = "0.10.6" [dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", ] [dependencies.url] version = "2.5.1" [dependencies.warp] version = "0.3.7"