# 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 = "2018" name = "tumblr-likes" version = "0.3.5" authors = ["Alex Taylor "] description = "Downloads your liked photos and videos on Tumblr." homepage = "https://github.com/subnomo/tumblr-likes" readme = "README.md" keywords = [ "tumblr", "downloader", "download", "photo", "video", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/subnomo/tumblr-likes" [dependencies.clap] version = "3.2.17" features = ["cargo"] [dependencies.indicatif] version = "0.17.0" [dependencies.regex] version = "1.6.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.143" [dependencies.serde_derive] version = "1.0.143" [dependencies.serde_json] version = "1.0.83" [dependencies.tokio] version = "1" features = ["full"]