[package] name = "hydrus-pixiv-tagger" version = "0.2.0" edition = "2018" license = "Apache-2.0" description = "Automatically tag hydrus file by using pixiv and saucenao" authors = ["trivernis "] readme = "README.md" repository = "https://github.com/Trivernis/hydrus-pixiv-tagger" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pixiv-rs = "0.1.0" hydrus-api = "0.4.0" rustnao = "0.2" structopt = "0.3.22" tempdir = "0.3.7" env_logger = "0.9.0" log = "0.4.14" thiserror = "1.0.26" [dependencies.tokio] version = "1.9.0" features = ["macros", "rt", "time"]