[dependencies.http-cache-reqwest]
features = ["manager-moka"]
version = "0.15.1"
[dependencies.reqwest]
features = ["json"]
version = "0.12.15"
[dependencies.reqwest-middleware]
version = "0.4.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.thiserror]
version = "2.0.12"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[dev-dependencies.toml]
version = "0.8"
[[example]]
name = "async_follow"
path = "examples/async_follow.rs"
[[example]]
name = "async_get_pokemon"
path = "examples/async_get_pokemon.rs"
[[example]]
name = "berry_get_page"
path = "examples/berry_get_page.rs"
[[example]]
name = "custom_filesystem_client"
path = "examples/custom_filesystem_client.rs"
[[example]]
name = "custom_in_memory_client"
path = "examples/custom_in_memory_client.rs"
[[example]]
name = "get_all_pokemon_species_names"
path = "examples/get_all_pokemon_species_names.rs"
[[example]]
name = "get_all_unnamed_endpoints"
path = "examples/get_all_unnamed_endpoints.rs"
[[example]]
name = "location_get_by_name"
path = "examples/location_get_by_name.rs"
[[example]]
name = "move_get_by_id"
path = "examples/move_get_by_id.rs"
[[example]]
name = "pokemon_get_page_with_param"
path = "examples/pokemon_get_page_with_param.rs"
[[example]]
name = "toml_serialize"
path = "examples/toml_serialize.rs"
required-features = ["serialize"]
[features]
serialize = []
[lib]
name = "rustemon"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library wrapping the awesome PokeAPI"
documentation = "https://docs.rs/rustemon/latest/rustemon/"
edition = "2024"
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 = "4.2.0"