[package]
name = "mal"
version = "0.8.1"
authors = ["Acizza <jonathanmce@gmail.com>"]
description = "A library to interact with the MyAnimeList API."
readme = "README.md"
keywords = ["mal", "myanimelist", "anime"]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/Acizza/mal-rs"
[dependencies.chrono]
version = "0.4"
[dependencies.failure]
version = "0.1"
[dependencies.lazy_static]
version = "1.0"
[dependencies.minidom]
version = "0.9"
[dependencies.reqwest]
version = "0.8"
[features]
anime = []
default = ["anime", "manga"]
manga = []