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.
25 lines
661 B
TOML
25 lines
661 B
TOML
[package]
|
|
name = "hydrus-pixiv-tagger"
|
|
version = "0.1.1"
|
|
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.3.5"
|
|
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-multi-thread", "time"] |