ani-tui 0.2.1

Watch anime from the shell via mpv
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 = "ani-tui"
version = "0.2.1"
authors = ["m-kuzmin"]
include = [
    "/src",
    "/tests",
    "/README.md",
    "Cargo.lock",
    "Cargo.toml",
    "LICENSE",
]
description = "Watch anime from the shell via mpv"
documentation = "https://docs.rs/ani-tui"
readme = "README.md"
keywords = [
    "cli",
    "anime",
    "mpv",
]
categories = ["command-line-utilities"]
license = "GPL-3.0"
repository = "https://github.com/m-kuzmin/ani-tui"
resolver = "2"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.13"

[dependencies.clap]
version = "3"
features = ["derive"]

[dependencies.easy-scraper]
version = "0.2"

[dependencies.hex]
version = "0.4"

[dependencies.lazy_static]
version = "1"

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.11"
features = ["json"]

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.user-error]
version = "1.2"

[dependencies.with-macro]
version = "0.1"

[dev-dependencies.mockall]
version = "0.11"

[dev-dependencies.mockall_double]
version = "0.2"