[[bin]]
name = "anime-cli"
path = "src/main.rs"
[dependencies.ctrlc]
version = "3.4"
[dependencies.getopts]
version = "0.2.19"
[dependencies.indicatif]
version = "0.17"
[dependencies.lazy_static]
version = "1.3.0"
[dependencies.regex]
version = "1"
[dependencies.reqwest]
version = "0.9.19"
[dependencies.serde]
version = "1.0.98"
[dependencies.serde_json]
version = "1.0.41"
[dependencies.urlencoding]
version = "2.1"
[package]
authors = ["Vianney Dupoy de Guitard <vianney@n4v1.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "CLI to find, download and stream anime."
documentation = "https://github.com/DeGuitard/anime-cli"
edition = "2018"
homepage = "https://github.com/DeGuitard/anime-cli"
keywords = ["anime", "streaming", "cli", "xdcc"]
license = "GPL-3.0"
name = "anime-cli"
readme = "README.md"
repository = "https://github.com/DeGuitard/anime-cli"
version = "0.2.0"