myanimelist-rs 0.1.0

An (unofficial) typesafe wrapper around the official MyAnimeList v2 API
Documentation
[[bin]]
name = "auth"
path = "examples/auth.rs"

[[bin]]
name = "sync"
path = "examples/sync.rs"
[dependencies.httparse]
version = "^1.3.4"

[dependencies.rand]
version = "^0.7.3"

[dependencies.regex]
version = "^1.3.9"

[dependencies.reqwest]
features = ["blocking"]
version = "^0.10.6"

[dependencies.serde]
features = ["derive"]
version = "^1.0.114"

[dependencies.serde_json]
version = "^1.0.56"

[dependencies.serde_urlencoded]
version = "^0.6.1"

[dependencies.strum]
version = "^0.18.0"

[dependencies.strum_macros]
version = "^0.18.0"

[dependencies.time]
version = "^0.2.16"

[dependencies.url]
version = "^2.1.1"

[package]
authors = ["Jonathan Chapple <joncpl@gmail.com>"]
description = "An (unofficial) typesafe wrapper around the official MyAnimeList v2 API"
documentation = "https://docs.rs/myanimelist-rs"
edition = "2018"
homepage = "https://gitlab.com/joncppl/myanimelist-rs"
keywords = ["anime", "myanimelist", "mal", "manga", "api"]
license = "MIT"
name = "myanimelist-rs"
readme = "README.md"
repository = "https://gitlab.com/joncppl/myanimelist-rs"
version = "0.1.0"
[target."cfg(windows)".dependencies.winapi]
features = ["shellapi"]
version = "^0.3.9"