[[example]]
name = "custom_filesystem_client"
required-features = ["filesystem-cache"]
[[example]]
name = "custom_in_memory_client"
required-features = ["in-memory-cache"]
[dependencies.async-trait]
version = "0.1.77"
[dependencies.http-cache-reqwest]
default-features = false
version = "0.13.0"
[dependencies.reqwest]
features = ["json"]
version = "0.11.23"
[dependencies.reqwest-middleware]
version = "0.2.4"
[dependencies.serde]
features = ["derive"]
version = "1.0.196"
[dependencies.thiserror]
version = "1.0.56"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[features]
default = ["filesystem-cache"]
filesystem-cache = ["http-cache-reqwest/manager-cacache"]
in-memory-cache = ["http-cache-reqwest/manager-moka"]
[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.4.0"