pahe-cli 0.1.7-alpha

pahe's cli
# 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 = "2024"
name = "pahe-cli"
version = "0.1.7-alpha"
authors = ["Ruri <ruriyoshinova@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "pahe's cli"
readme = false
keywords = ["pahe"]
categories = []
license = "AGPL-3.0"
repository = "https://git.ruri.one/ruri/pahe-rs"

[[bin]]
name = "pahe-cli"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.crossterm]
version = "0.29"

[dependencies.inquire]
version = "0.7"

[dependencies.owo-colors]
version = "4"

[dependencies.pahe]
version = "0.1.7-alpha"

[dependencies.pahe-downloader]
version = "0.1.7-alpha"

[dependencies.regex]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "fs",
    "io-util",
    "sync",
]