rustemon 1.0.1

Library wrapping the awesome PokeAPI
Documentation
[dependencies.cached]
version = "0.30"

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

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

[dependencies.serde_json]
version = "1"
[dev-dependencies.tokio]
features = ["full"]
version = "1"

[package]
description = "Library wrapping the awesome PokeAPI"
documentation = "https://github.com/mlemesle/rustemon/blob/main/README.md"
edition = "2021"
homepage = "https://github.com/mlemesle/rustemon"
keywords = ["pokeapi", "pokemon", "wrapper", "http", "rest"]
license-file = "LICENSE"
name = "rustemon"
readme = "README.md"
repository = "https://github.com/mlemesle/rustemon"
resolver = "2"
version = "1.0.1"