mahou 0.1.3

Magically easy anime downloads
Documentation
# 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 = "mahou"
version = "0.1.3"
authors = ["Leonardo Riether <riether.leonardo@gmail.com>"]
description = "Magically easy anime downloads"
readme = "README.md"
keywords = [
    "anime",
    "cli",
    "xdcc",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/LeoRiether/mahou"

[profile.dist]
lto = "thin"
inherits = "release"

[dependencies.argh]
version = "0.1.10"

[dependencies.dirs]
version = "5.0.0"

[dependencies.indicatif]
version = "0.17"

[dependencies.inquire]
version = "0.6"

[dependencies.lazy_static]
version = "1.4.0"

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

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1.8"

[dependencies.reqwest]
version = "0.11.17"
features = [
    "blocking",
    "json",
    "rustls",
    "rustls-tls",
]

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

[dependencies.thiserror]
version = "1.0.40"