# 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 = "hydrus-pixiv-tagger" version = "0.3.0" authors = ["trivernis "] description = "Automatically tag hydrus file by using pixiv and saucenao" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Trivernis/hydrus-pixiv-tagger" [dependencies.env_logger] version = "0.9.0" [dependencies.hydrus-api] version = "0.6.0" [dependencies.log] version = "0.4.14" [dependencies.pixiv-rs] version = "0.1.0" [dependencies.rustnao] version = "0.2" [dependencies.structopt] version = "0.3.22" [dependencies.tempdir] version = "0.3.7" [dependencies.thiserror] version = "1.0.26" [dependencies.tokio] version = "1.9.0" features = ["macros", "rt", "time"]