You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hydrus-utils/Cargo.toml

25 lines
648 B
TOML

[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 <trivernis@protonmail.com>"]
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"]