rustemon 0.1.1

Library wrapping the awesome PokeAPI
Documentation
[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"
version = "0.1.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cached = "0.26.2"
reqwest = {version = "0.11.4", features = ["blocking", "json"]}
serde = {version = "1.0.130", features = ["derive"]}
serde_json = "1.0.68"