rustemon 3.2.0

Library wrapping the awesome PokeAPI
[package]
description = "Library wrapping the awesome PokeAPI"
documentation = "https://docs.rs/rustemon/latest/rustemon/"
edition = "2021"
homepage = "https://github.com/mlemesle/rustemon"
keywords = ["pokeapi", "pokemon", "wrapper", "http", "rest"]
license = "MIT"
name = "rustemon"
readme = "README.md"
repository = "https://github.com/mlemesle/rustemon"
version = "3.2.0"

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

[dependencies]
async-trait = "0.1.68"
http-cache-reqwest = "0.9.0"
log = "0.4.17"
reqwest = {version = "0.11.18", features = ["json"]}
reqwest-middleware = "0.2.2"
serde = {version = "1.0.163", features = ["derive"]}
serde_json = "1.0.96"
thiserror = "1.0.40"

[dev-dependencies]
tokio = {version = "1", features = ["full"]}