# 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 = "hydrus-utils" version = "0.6.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.clap] version = "4.1.6" features = [ "derive", "env", ] [dependencies.color-eyre] version = "0.6.2" [dependencies.config] version = "0.13.3" [dependencies.directories] version = "4.0.1" [dependencies.egg-mode] version = "0.16.1" [dependencies.fakeit] version = "1.1.1" [dependencies.futures] version = "0.3.28" [dependencies.hydrus-api] version = "0.10.2" features = ["json"] default-features = false [dependencies.lazy-regex] version = "2.4.1" [dependencies.pixiv-rs] version = "0.1.0" [dependencies.reqwest] version = "0.11.14" features = ["json"] [dependencies.rustnao] version = "0.2.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.tempdir] version = "0.3.7" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.25.0" features = [ "macros", "rt", "time", "fs", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]