eureka-manager-cli 0.3.0

The official cli for the eureka-mmanager
Documentation
[[bin]]
name = "eureka-manager"
path = "src/main.rs"

[dependencies.actix]
version = "0.13"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
features = ["derive", "unstable-doc"]
version = "4"

[dependencies.duration-string]
version = "0.5.2"

[dependencies.emdx]
version = "0.1"

[dependencies.eureka-mmanager]
version = "0.4"

[dependencies.fern]
features = ["colored"]
version = "0.7"

[dependencies.hotpath]
optional = true
version = "0.5"

[dependencies.humantime]
version = "2.1.0"

[dependencies.id_list_txt_reader]
version = "0.1"

[dependencies.indicatif]
version = "0.18"

[dependencies.indicatif-log-bridge]
version = "0.2.3"

[dependencies.log]
version = "^0.4.21"

[dependencies.mangadex-api]
default-features = false
features = ["rw-multi-thread", "utils", "serialize"]
version = ">= 3.3, < 4"

[dependencies.mangadex-api-types-rust]
default-features = false
version = ">= 0.9, < 1"

[dependencies.reqwest]
features = ["cookies", "json", "multipart", "rustls-tls"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.time]
features = ["formatting", "local-offset"]
version = "0.3.37"

[dependencies.tokio]
features = ["sync", "rt"]
version = "1"

[dependencies.tokio-stream]
version = "0.1"

[dependencies.uuid]
features = ["serde", "v4"]
version = "1.8"

[dev-dependencies]

[features]
hotpath = ["dep:hotpath", "hotpath/hotpath"]
hotpath-alloc-bytes-total = ["hotpath/hotpath-alloc-bytes-total"]
hotpath-alloc-count-total = ["hotpath/hotpath-alloc-count-total"]
hotpath-alloc-self = ["hotpath/hotpath-alloc-self"]
hotpath-off = ["hotpath/hotpath-off"]

[lib]
name = "eureka_manager_cli"
path = "src/lib.rs"

[package]
authors = ["tonymushah <tonymushahdev06@yahoo.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The official cli for the eureka-mmanager"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "eureka-manager-cli"
readme = false
repository = "https://github.com/tonymushah/eureka-mmanager"
version = "0.3.0"